Max level shown:
1 [ Jan 9 01:03:39 Enabled. ]
2 [ Jan 9 01:03:39 Rereading configuration. ]
3 [ Jan 9 01:03:40 Rereading configuration. ]
4 [ Jan 9 01:03:41 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:03:41 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:03:42.472695 [ 1 ] {} <Information> Application: Will watch for the process with pid 26999
29 2025.01.09 01:03:42.473185 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.09 01:03:42.697130 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26999
31 2025.01.09 01:03:42.697870 [ 1 ] {} <Information> Application: starting up
32 2025.01.09 01:03:42.698565 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.09 01:03:42.784360 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.09 01:03:42.830952 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.09 01:03:42.831018 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.09 01:03:42.831032 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.09 01:03:42.831113 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.09 01:03:42.831535 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.09 01:03:42.833154 [ 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:03:42.833971 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.09 01:03:42.834332 [ 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:03:42.834354 [ 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:03:42.834370 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.09 01:03:42.834593 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.09 01:03:42.835550 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.09 01:03:42.841374 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.09 01:03:42.842620 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.09 01:03:42.844405 [ 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:03:42.844488 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.09 01:03:42.846117 [ 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:03:42.846627 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.09 01:03:42.852257 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.09 01:03:42.852880 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.09 01:03:42.854643 [ 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:03:42.855079 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.09 01:03:42.855421 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.09 01:03:42.855831 [ 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:03:42.857296 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.09 01:03:42.857693 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.09 01:03:42.857770 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.09 01:03:42.857948 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.09 01:03:42.874520 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.09 01:03:42.874548 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164434 sec
68 2025.01.09 01:03:42.874596 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.09 01:03:42.874613 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.09 01:03:42.875325 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.09 01:03:42.876463 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.09 01:03:42.889354 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.09 01:03:42.889405 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.09 01:03:42.889428 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.09 01:03:42.889441 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.09 01:03:42.889473 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.09 01:03:42.889495 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.09 01:03:42.892208 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.09 01:03:42.892268 [ 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:03:42.892298 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.09 01:03:42.892494 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.09 01:03:42.892516 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.09 01:03:42.892560 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.09 01:03:42.892581 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.09 01:03:42.892594 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.09 01:03:42.892625 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.09 01:03:42.892643 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.09 01:03:42.919961 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.09 01:03:42.924002 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.09 01:03:42.924146 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162704 sec
91 2025.01.09 01:03:42.924162 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.09 01:03:42.924174 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.09 01:03:42.924199 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.09 01:03:42.924448 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.09 01:03:42.924582 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.09 01:03:42.924599 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.09 01:03:42.924615 [ 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:03:42.924627 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.09 01:03:42.930602 [ 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:03:42.930917 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2025.01.09 01:03:42.931306 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.912e-05 sec.
102 2025.01.09 01:03:42.932369 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.09 01:03:42.932462 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.09 01:03:42.932488 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.09 01:03:43.039067 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33410
106 2025.01.09 01:03:43.039437 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.09 01:03:43.039509 [ 3 ] {} <Debug> TCP-Session: 987e64ec-8aa8-4231-a7e5-7f2d1fa1efa1 Authenticating user 'default' from [fd00:1122:3344:101::c]:33410
108 2025.01.09 01:03:43.039551 [ 3 ] {} <Debug> TCP-Session: 987e64ec-8aa8-4231-a7e5-7f2d1fa1efa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.09 01:03:43.039653 [ 3 ] {} <Debug> TCP-Session: 987e64ec-8aa8-4231-a7e5-7f2d1fa1efa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.09 01:03:43.039760 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.09 01:03:43.039790 [ 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:03:43.039875 [ 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:03:43.040310 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54748
114 2025.01.09 01:03:43.040475 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.09 01:03:43.040515 [ 4 ] {} <Debug> TCP-Session: 219d718f-c2e6-4b62-8680-be7ac9e3ef82 Authenticating user 'default' from [fd00:1122:3344:101::c]:54748
116 2025.01.09 01:03:43.040550 [ 4 ] {} <Debug> TCP-Session: 219d718f-c2e6-4b62-8680-be7ac9e3ef82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.09 01:03:43.040647 [ 4 ] {} <Debug> TCP-Session: 219d718f-c2e6-4b62-8680-be7ac9e3ef82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.09 01:03:43.041255 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40751
119 2025.01.09 01:03:43.041276 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36520
120 2025.01.09 01:03:43.041359 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.01.09 01:03:43.041389 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64844
122 2025.01.09 01:03:43.041461 [ 5 ] {} <Debug> TCP-Session: 5fe08716-c316-4eff-b1c3-4731d558cae3 Authenticating user 'default' from [fd00:1122:3344:101::c]:40751
123 2025.01.09 01:03:43.041693 [ 5 ] {} <Debug> TCP-Session: 5fe08716-c316-4eff-b1c3-4731d558cae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
124 2025.01.09 01:03:43.041714 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.01.09 01:03:43.041694 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.01.09 01:03:43.041801 [ 5 ] {} <Debug> TCP-Session: 5fe08716-c316-4eff-b1c3-4731d558cae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
127 2025.01.09 01:03:43.041832 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43147
128 2025.01.09 01:03:43.041848 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58006
129 2025.01.09 01:03:43.041897 [ 254 ] {} <Debug> TCP-Session: 3d1a6533-11b4-4e64-a873-b5d8f4809c6f Authenticating user 'default' from [fd00:1122:3344:101::c]:64844
130 2025.01.09 01:03:43.041881 [ 253 ] {} <Debug> TCP-Session: fc8d7bfa-76ce-4a19-8f2f-f9a6a21fd070 Authenticating user 'default' from [fd00:1122:3344:101::c]:36520
131 2025.01.09 01:03:43.041966 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40507
132 2025.01.09 01:03:43.042037 [ 254 ] {} <Debug> TCP-Session: 3d1a6533-11b4-4e64-a873-b5d8f4809c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.01.09 01:03:43.042039 [ 253 ] {} <Debug> TCP-Session: fc8d7bfa-76ce-4a19-8f2f-f9a6a21fd070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.01.09 01:03:43.042143 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2025.01.09 01:03:43.042154 [ 254 ] {} <Debug> TCP-Session: 3d1a6533-11b4-4e64-a873-b5d8f4809c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.01.09 01:03:43.042360 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2025.01.09 01:03:43.042425 [ 255 ] {} <Debug> TCP-Session: d6655404-5a9f-455b-bbbd-f4b11e6a70f1 Authenticating user 'default' from [fd00:1122:3344:101::c]:58006
138 2025.01.09 01:03:43.042442 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.01.09 01:03:43.042470 [ 256 ] {} <Debug> TCP-Session: 5e4ec69a-4249-4a2a-9043-fa45e529442f Authenticating user 'default' from [fd00:1122:3344:101::c]:43147
140 2025.01.09 01:03:43.042398 [ 253 ] {} <Debug> TCP-Session: fc8d7bfa-76ce-4a19-8f2f-f9a6a21fd070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.01.09 01:03:43.042531 [ 256 ] {} <Debug> TCP-Session: 5e4ec69a-4249-4a2a-9043-fa45e529442f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.09 01:03:43.042553 [ 257 ] {} <Debug> TCP-Session: e2f589ef-6728-4211-a2c1-11e2b01bbfc0 Authenticating user 'default' from [fd00:1122:3344:101::c]:40507
143 2025.01.09 01:03:43.042519 [ 255 ] {} <Debug> TCP-Session: d6655404-5a9f-455b-bbbd-f4b11e6a70f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.01.09 01:03:43.042658 [ 256 ] {} <Debug> TCP-Session: 5e4ec69a-4249-4a2a-9043-fa45e529442f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.09 01:03:43.042670 [ 257 ] {} <Debug> TCP-Session: e2f589ef-6728-4211-a2c1-11e2b01bbfc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.09 01:03:43.042693 [ 255 ] {} <Debug> TCP-Session: d6655404-5a9f-455b-bbbd-f4b11e6a70f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.09 01:03:43.042728 [ 257 ] {} <Debug> TCP-Session: e2f589ef-6728-4211-a2c1-11e2b01bbfc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.09 01:03:43.452741 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45075
149 2025.01.09 01:03:43.452923 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.09 01:03:43.453057 [ 258 ] {} <Debug> TCP-Session: 13615bb5-fc54-4a35-a055-44a33f626b22 Authenticating user 'default' from [fd00:1122:3344:101::a]:45075
151 2025.01.09 01:03:43.453085 [ 258 ] {} <Debug> TCP-Session: 13615bb5-fc54-4a35-a055-44a33f626b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.01.09 01:03:43.453099 [ 258 ] {} <Debug> TCP-Session: 13615bb5-fc54-4a35-a055-44a33f626b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.09 01:03:43.453270 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.01.09 01:03:43.453305 [ 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:03:43.453417 [ 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:03:43.454475 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33136
157 2025.01.09 01:03:43.454567 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53321
158 2025.01.09 01:03:43.454644 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42267
159 2025.01.09 01:03:43.454892 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.09 01:03:43.454894 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.01.09 01:03:43.454893 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48118
162 2025.01.09 01:03:43.455091 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64075
163 2025.01.09 01:03:43.455105 [ 259 ] {} <Debug> TCP-Session: 79c5371f-d16c-4cb5-855e-bbba9e6b42e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:33136
164 2025.01.09 01:03:43.455119 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2025.01.09 01:03:43.455132 [ 260 ] {} <Debug> TCP-Session: d87a1e8c-0884-414a-811a-b4cbd9f24ac2 Authenticating user 'default' from [fd00:1122:3344:101::a]:53321
166 2025.01.09 01:03:43.455381 [ 260 ] {} <Debug> TCP-Session: d87a1e8c-0884-414a-811a-b4cbd9f24ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
167 2025.01.09 01:03:43.455384 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36156
168 2025.01.09 01:03:43.455434 [ 260 ] {} <Debug> TCP-Session: d87a1e8c-0884-414a-811a-b4cbd9f24ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
169 2025.01.09 01:03:43.455453 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60306
170 2025.01.09 01:03:43.455480 [ 261 ] {} <Debug> TCP-Session: 3280d358-f026-4781-8380-f9f3e2b52244 Authenticating user 'default' from [fd00:1122:3344:101::a]:42267
171 2025.01.09 01:03:43.455415 [ 259 ] {} <Debug> TCP-Session: 79c5371f-d16c-4cb5-855e-bbba9e6b42e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.09 01:03:43.455530 [ 261 ] {} <Debug> TCP-Session: 3280d358-f026-4781-8380-f9f3e2b52244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
173 2025.01.09 01:03:43.455414 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2025.01.09 01:03:43.455393 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2025.01.09 01:03:43.455648 [ 259 ] {} <Debug> TCP-Session: 79c5371f-d16c-4cb5-855e-bbba9e6b42e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.01.09 01:03:43.455695 [ 261 ] {} <Debug> TCP-Session: 3280d358-f026-4781-8380-f9f3e2b52244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
177 2025.01.09 01:03:43.455856 [ 263 ] {} <Debug> TCP-Session: f7f0014c-f970-43e6-b86b-25a91b94c19c Authenticating user 'default' from [fd00:1122:3344:101::a]:64075
178 2025.01.09 01:03:43.455851 [ 262 ] {} <Debug> TCP-Session: b6cf2a31-0624-4b9b-9590-14fe16516ab1 Authenticating user 'default' from [fd00:1122:3344:101::a]:48118
179 2025.01.09 01:03:43.455986 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2025.01.09 01:03:43.456014 [ 263 ] {} <Debug> TCP-Session: f7f0014c-f970-43e6-b86b-25a91b94c19c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.01.09 01:03:43.456035 [ 262 ] {} <Debug> TCP-Session: b6cf2a31-0624-4b9b-9590-14fe16516ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.01.09 01:03:43.456072 [ 265 ] {} <Debug> TCP-Session: e86c6b3c-a3e1-45f1-b18d-927719310512 Authenticating user 'default' from [fd00:1122:3344:101::a]:60306
183 2025.01.09 01:03:43.456119 [ 263 ] {} <Debug> TCP-Session: f7f0014c-f970-43e6-b86b-25a91b94c19c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.09 01:03:43.456151 [ 262 ] {} <Debug> TCP-Session: b6cf2a31-0624-4b9b-9590-14fe16516ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.09 01:03:43.456142 [ 265 ] {} <Debug> TCP-Session: e86c6b3c-a3e1-45f1-b18d-927719310512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.01.09 01:03:43.456242 [ 265 ] {} <Debug> TCP-Session: e86c6b3c-a3e1-45f1-b18d-927719310512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.01.09 01:03:43.460239 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2025.01.09 01:03:43.460285 [ 264 ] {} <Debug> TCP-Session: ce43d3a2-b783-4b10-9229-cf830ef268c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:36156
189 2025.01.09 01:03:43.460309 [ 264 ] {} <Debug> TCP-Session: ce43d3a2-b783-4b10-9229-cf830ef268c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.09 01:03:43.460395 [ 264 ] {} <Debug> TCP-Session: ce43d3a2-b783-4b10-9229-cf830ef268c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.09 01:03:43.472789 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45841
192 2025.01.09 01:03:43.472961 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2025.01.09 01:03:43.472993 [ 266 ] {} <Debug> TCP-Session: 89553eb6-9ace-40dc-8ce9-4490917020a4 Authenticating user 'default' from [fd00:1122:3344:101::b]:45841
194 2025.01.09 01:03:43.473089 [ 266 ] {} <Debug> TCP-Session: 89553eb6-9ace-40dc-8ce9-4490917020a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.01.09 01:03:43.473107 [ 266 ] {} <Debug> TCP-Session: 89553eb6-9ace-40dc-8ce9-4490917020a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.09 01:03:43.473171 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2025.01.09 01:03:43.473272 [ 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:03:43.473294 [ 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:03:43.473742 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37363
200 2025.01.09 01:03:43.473913 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59250
201 2025.01.09 01:03:43.473923 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2025.01.09 01:03:43.473994 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46291
203 2025.01.09 01:03:43.474235 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
204 2025.01.09 01:03:43.474261 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
205 2025.01.09 01:03:43.474306 [ 268 ] {} <Debug> TCP-Session: e7ba2357-af76-454c-a084-09e56dd3a63a Authenticating user 'default' from [fd00:1122:3344:101::b]:59250
206 2025.01.09 01:03:43.474340 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42984
207 2025.01.09 01:03:43.474277 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63505
208 2025.01.09 01:03:43.474413 [ 269 ] {} <Debug> TCP-Session: 01b19aba-05dc-4ae9-9423-f3e73e9f2a93 Authenticating user 'default' from [fd00:1122:3344:101::b]:46291
209 2025.01.09 01:03:43.474260 [ 267 ] {} <Debug> TCP-Session: 30021dd2-51e7-4868-8bfe-5777ec9c99f1 Authenticating user 'default' from [fd00:1122:3344:101::b]:37363
210 2025.01.09 01:03:43.474441 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61535
211 2025.01.09 01:03:43.474618 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.01.09 01:03:43.474619 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39708
213 2025.01.09 01:03:43.474806 [ 267 ] {} <Debug> TCP-Session: 30021dd2-51e7-4868-8bfe-5777ec9c99f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2025.01.09 01:03:43.474836 [ 269 ] {} <Debug> TCP-Session: 01b19aba-05dc-4ae9-9423-f3e73e9f2a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.01.09 01:03:43.475018 [ 267 ] {} <Debug> TCP-Session: 30021dd2-51e7-4868-8bfe-5777ec9c99f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
216 2025.01.09 01:03:43.475025 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
217 2025.01.09 01:03:43.475056 [ 271 ] {} <Debug> TCP-Session: d72d08d3-62a4-4dd5-9ce7-180762d79c74 Authenticating user 'default' from [fd00:1122:3344:101::b]:42984
218 2025.01.09 01:03:43.474950 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2025.01.09 01:03:43.474750 [ 268 ] {} <Debug> TCP-Session: e7ba2357-af76-454c-a084-09e56dd3a63a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
220 2025.01.09 01:03:43.475015 [ 269 ] {} <Debug> TCP-Session: 01b19aba-05dc-4ae9-9423-f3e73e9f2a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2025.01.09 01:03:43.475315 [ 268 ] {} <Debug> TCP-Session: e7ba2357-af76-454c-a084-09e56dd3a63a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
222 2025.01.09 01:03:43.475369 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
223 2025.01.09 01:03:43.475375 [ 270 ] {} <Debug> TCP-Session: 50c7d3ac-89b6-4f18-aa1f-5e7e4704baed Authenticating user 'default' from [fd00:1122:3344:101::b]:63505
224 2025.01.09 01:03:43.475426 [ 273 ] {} <Debug> TCP-Session: 937da1fb-389e-4a7d-9fb2-f7bf2a2a1828 Authenticating user 'default' from [fd00:1122:3344:101::b]:39708
225 2025.01.09 01:03:43.475432 [ 271 ] {} <Debug> TCP-Session: d72d08d3-62a4-4dd5-9ce7-180762d79c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.01.09 01:03:43.475547 [ 272 ] {} <Debug> TCP-Session: 79b72fc4-0789-4950-9c1a-76f9d8f4d16c Authenticating user 'default' from [fd00:1122:3344:101::b]:61535
227 2025.01.09 01:03:43.475552 [ 270 ] {} <Debug> TCP-Session: 50c7d3ac-89b6-4f18-aa1f-5e7e4704baed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2025.01.09 01:03:43.475597 [ 271 ] {} <Debug> TCP-Session: d72d08d3-62a4-4dd5-9ce7-180762d79c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2025.01.09 01:03:43.475618 [ 272 ] {} <Debug> TCP-Session: 79b72fc4-0789-4950-9c1a-76f9d8f4d16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.01.09 01:03:43.475609 [ 273 ] {} <Debug> TCP-Session: 937da1fb-389e-4a7d-9fb2-f7bf2a2a1828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
231 2025.01.09 01:03:43.475692 [ 270 ] {} <Debug> TCP-Session: 50c7d3ac-89b6-4f18-aa1f-5e7e4704baed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.09 01:03:43.475775 [ 272 ] {} <Debug> TCP-Session: 79b72fc4-0789-4950-9c1a-76f9d8f4d16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2025.01.09 01:03:43.475837 [ 273 ] {} <Debug> TCP-Session: 937da1fb-389e-4a7d-9fb2-f7bf2a2a1828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.09 01:03:44.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.85 MiB, peak 117.85 MiB, free memory in arenas 0.00 B, will set to 120.45 MiB (RSS), difference: 2.60 MiB
235 2025.01.09 01:03:44.033587 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50372
236 2025.01.09 01:03:44.033788 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.01.09 01:03:44.033843 [ 274 ] {} <Debug> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Authenticating user 'default' from [fd00:1122:3344:101::d]:50372
238 2025.01.09 01:03:44.033870 [ 274 ] {} <Debug> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.09 01:03:44.033887 [ 274 ] {} <Debug> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.01.09 01:03:44.033973 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.01.09 01:03:44.034004 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.01.09 01:03:44.034033 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.01.09 01:03:44.034478 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62684
244 2025.01.09 01:03:44.034721 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50350
245 2025.01.09 01:03:44.034737 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42077
246 2025.01.09 01:03:44.034752 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2025.01.09 01:03:44.034978 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63153
248 2025.01.09 01:03:44.035023 [ 275 ] {} <Debug> TCP-Session: bdc6ecb8-5ebc-4ddf-96e1-a02c71f30a46 Authenticating user 'default' from [fd00:1122:3344:101::d]:62684
249 2025.01.09 01:03:44.035093 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
250 2025.01.09 01:03:44.034980 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
251 2025.01.09 01:03:44.035116 [ 275 ] {} <Debug> TCP-Session: bdc6ecb8-5ebc-4ddf-96e1-a02c71f30a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
252 2025.01.09 01:03:44.035205 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58811
253 2025.01.09 01:03:44.035288 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
254 2025.01.09 01:03:44.035327 [ 275 ] {} <Debug> TCP-Session: bdc6ecb8-5ebc-4ddf-96e1-a02c71f30a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
255 2025.01.09 01:03:44.035344 [ 277 ] {} <Debug> TCP-Session: d4044d0e-9131-4304-95d9-97d3feaf9979 Authenticating user 'default' from [fd00:1122:3344:101::d]:50350
256 2025.01.09 01:03:44.035362 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40741
257 2025.01.09 01:03:44.035526 [ 277 ] {} <Debug> TCP-Session: d4044d0e-9131-4304-95d9-97d3feaf9979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
258 2025.01.09 01:03:44.035532 [ 278 ] {} <Debug> TCP-Session: a8008ca0-303e-47b9-95bb-8d9a65f9177d Authenticating user 'default' from [fd00:1122:3344:101::d]:63153
259 2025.01.09 01:03:44.035629 [ 276 ] {} <Debug> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Authenticating user 'default' from [fd00:1122:3344:101::d]:42077
260 2025.01.09 01:03:44.035781 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65297
261 2025.01.09 01:03:44.035794 [ 278 ] {} <Debug> TCP-Session: a8008ca0-303e-47b9-95bb-8d9a65f9177d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
262 2025.01.09 01:03:44.035804 [ 277 ] {} <Debug> TCP-Session: d4044d0e-9131-4304-95d9-97d3feaf9979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
263 2025.01.09 01:03:44.035828 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63298
264 2025.01.09 01:03:44.035875 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
265 2025.01.09 01:03:44.035862 [ 276 ] {} <Debug> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
266 2025.01.09 01:03:44.036499 [ 278 ] {} <Debug> TCP-Session: a8008ca0-303e-47b9-95bb-8d9a65f9177d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2025.01.09 01:03:44.037402 [ 276 ] {} <Debug> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
268 2025.01.09 01:03:44.037544 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
269 2025.01.09 01:03:44.037608 [ 279 ] {} <Debug> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58811
270 2025.01.09 01:03:44.037545 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
271 2025.01.09 01:03:44.037764 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
272 2025.01.09 01:03:44.037777 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
273 2025.01.09 01:03:44.037836 [ 280 ] {} <Debug> TCP-Session: 828eedef-f8cd-4137-b6b0-a2dea11980ec Authenticating user 'default' from [fd00:1122:3344:101::d]:40741
274 2025.01.09 01:03:44.037863 [ 279 ] {} <Debug> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2025.01.09 01:03:44.037892 [ 281 ] {} <Debug> TCP-Session: 740e9e19-8cc4-492a-b4bd-0f52fc9eefd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63298
276 2025.01.09 01:03:44.037923 [ 280 ] {} <Debug> TCP-Session: 828eedef-f8cd-4137-b6b0-a2dea11980ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2025.01.09 01:03:44.037985 [ 281 ] {} <Debug> TCP-Session: 740e9e19-8cc4-492a-b4bd-0f52fc9eefd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
278 2025.01.09 01:03:44.037988 [ 282 ] {} <Debug> TCP-Session: b316a482-f938-47d1-aabc-4d34bc7085e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:65297
279 2025.01.09 01:03:44.038035 [ 280 ] {} <Debug> TCP-Session: 828eedef-f8cd-4137-b6b0-a2dea11980ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2025.01.09 01:03:44.038057 [ 281 ] {} <Debug> TCP-Session: 740e9e19-8cc4-492a-b4bd-0f52fc9eefd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
281 2025.01.09 01:03:44.038070 [ 282 ] {} <Debug> TCP-Session: b316a482-f938-47d1-aabc-4d34bc7085e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.01.09 01:03:44.037989 [ 279 ] {} <Debug> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.01.09 01:03:44.038213 [ 282 ] {} <Debug> TCP-Session: b316a482-f938-47d1-aabc-4d34bc7085e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2025.01.09 01:03:44.041165 [ 274 ] {661a237f-9740-4ca3-9bdf-8439d88871e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2025.01.09 01:03:44.086009 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49093
286 2025.01.09 01:03:44.087079 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
287 2025.01.09 01:03:44.087144 [ 283 ] {} <Debug> TCP-Session: d5988a15-9981-4038-a673-562a0ab7ace5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49093
288 2025.01.09 01:03:44.087163 [ 283 ] {} <Debug> TCP-Session: d5988a15-9981-4038-a673-562a0ab7ace5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
289 2025.01.09 01:03:44.087176 [ 283 ] {} <Debug> TCP-Session: d5988a15-9981-4038-a673-562a0ab7ace5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
290 2025.01.09 01:03:44.087242 [ 283 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
291 2025.01.09 01:03:44.087266 [ 283 ] {} <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
292 2025.01.09 01:03:44.087292 [ 283 ] {} <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
293 2025.01.09 01:03:44.088680 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60895
294 2025.01.09 01:03:44.090220 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
295 2025.01.09 01:03:44.090234 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36706
296 2025.01.09 01:03:44.090276 [ 284 ] {} <Debug> TCP-Session: b829c92a-69d2-4e59-a982-613c3d0af384 Authenticating user 'default' from [fd00:1122:3344:101::e]:60895
297 2025.01.09 01:03:44.091405 [ 284 ] {} <Debug> TCP-Session: b829c92a-69d2-4e59-a982-613c3d0af384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
298 2025.01.09 01:03:44.091439 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
299 2025.01.09 01:03:44.091455 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61927
300 2025.01.09 01:03:44.091468 [ 284 ] {} <Debug> TCP-Session: b829c92a-69d2-4e59-a982-613c3d0af384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
301 2025.01.09 01:03:44.091497 [ 285 ] {} <Debug> TCP-Session: 8f7828b7-9b91-4078-9531-2b484c075177 Authenticating user 'default' from [fd00:1122:3344:101::e]:36706
302 2025.01.09 01:03:44.092214 [ 285 ] {} <Debug> TCP-Session: 8f7828b7-9b91-4078-9531-2b484c075177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
303 2025.01.09 01:03:44.092213 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
304 2025.01.09 01:03:44.092260 [ 285 ] {} <Debug> TCP-Session: 8f7828b7-9b91-4078-9531-2b484c075177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
305 2025.01.09 01:03:44.092225 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48399
306 2025.01.09 01:03:44.092794 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64906
307 2025.01.09 01:03:44.092811 [ 286 ] {} <Debug> TCP-Session: d962b857-ea0a-4f30-bd11-41d193d88eba Authenticating user 'default' from [fd00:1122:3344:101::e]:61927
308 2025.01.09 01:03:44.092888 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52236
309 2025.01.09 01:03:44.093662 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
310 2025.01.09 01:03:44.093685 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
311 2025.01.09 01:03:44.093726 [ 288 ] {} <Debug> TCP-Session: bcf79e9e-956a-4c61-968f-6d0eaf81aac2 Authenticating user 'default' from [fd00:1122:3344:101::e]:64906
312 2025.01.09 01:03:44.093677 [ 286 ] {} <Debug> TCP-Session: d962b857-ea0a-4f30-bd11-41d193d88eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
313 2025.01.09 01:03:44.094362 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56923
314 2025.01.09 01:03:44.094362 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
315 2025.01.09 01:03:44.094384 [ 286 ] {} <Debug> TCP-Session: d962b857-ea0a-4f30-bd11-41d193d88eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
316 2025.01.09 01:03:44.094373 [ 288 ] {} <Debug> TCP-Session: bcf79e9e-956a-4c61-968f-6d0eaf81aac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
317 2025.01.09 01:03:44.095085 [ 287 ] {} <Debug> TCP-Session: 3af35f36-4c43-40ae-affe-0e82e28a290f Authenticating user 'default' from [fd00:1122:3344:101::e]:48399
318 2025.01.09 01:03:44.095152 [ 289 ] {} <Debug> TCP-Session: 5488cfcd-910b-4ca4-b370-47d475ede4b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52236
319 2025.01.09 01:03:44.095160 [ 288 ] {} <Debug> TCP-Session: bcf79e9e-956a-4c61-968f-6d0eaf81aac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
320 2025.01.09 01:03:44.095167 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
321 2025.01.09 01:03:44.095222 [ 289 ] {} <Debug> TCP-Session: 5488cfcd-910b-4ca4-b370-47d475ede4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
322 2025.01.09 01:03:44.095245 [ 287 ] {} <Debug> TCP-Session: 3af35f36-4c43-40ae-affe-0e82e28a290f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
323 2025.01.09 01:03:44.095278 [ 289 ] {} <Debug> TCP-Session: 5488cfcd-910b-4ca4-b370-47d475ede4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
324 2025.01.09 01:03:44.095307 [ 290 ] {} <Debug> TCP-Session: 1de6db15-a235-45b8-8f9d-bf135608f684 Authenticating user 'default' from [fd00:1122:3344:101::e]:56923
325 2025.01.09 01:03:44.095328 [ 287 ] {} <Debug> TCP-Session: 3af35f36-4c43-40ae-affe-0e82e28a290f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
326 2025.01.09 01:03:44.095754 [ 290 ] {} <Debug> TCP-Session: 1de6db15-a235-45b8-8f9d-bf135608f684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
327 2025.01.09 01:03:44.096331 [ 290 ] {} <Debug> TCP-Session: 1de6db15-a235-45b8-8f9d-bf135608f684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
328 2025.01.09 01:03:44.098531 [ 274 ] {661a237f-9740-4ca3-9bdf-8439d88871e6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50372) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
329 
330 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
331 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
332 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
333 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
334 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
335 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
336 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
337 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
338 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
339 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
340 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
341 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
342 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
343 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
344 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
345 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
346 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
347 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
348 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
349 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
350 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
351 
352 2025.01.09 01:03:44.099811 [ 274 ] {661a237f-9740-4ca3-9bdf-8439d88871e6} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
353 
354 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
355 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
356 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
357 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
358 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
359 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
360 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
361 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
362 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
363 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
364 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
365 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
366 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
367 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
368 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
369 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
370 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
371 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
372 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
373 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
374 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
375 
376 2025.01.09 01:03:44.099911 [ 274 ] {661a237f-9740-4ca3-9bdf-8439d88871e6} <Debug> TCPHandler: Processed in 0.064229669 sec.
377 2025.01.09 01:03:44.100331 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2025.01.09 01:03:44.100544 [ 276 ] {ea535ceb-cc90-4387-8ea2-08a428dced8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
379 2025.01.09 01:03:44.100880 [ 276 ] {ea535ceb-cc90-4387-8ea2-08a428dced8a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42077) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
380 
381 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
382 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
383 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
384 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
385 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
386 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
387 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
388 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
389 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
390 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
391 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
392 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
393 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
394 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
395 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
396 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
397 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
398 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
399 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
400 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
401 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
402 
403 2025.01.09 01:03:44.101029 [ 276 ] {ea535ceb-cc90-4387-8ea2-08a428dced8a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
404 
405 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
406 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
407 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
408 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
409 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
410 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
411 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
412 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
413 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
414 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
415 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
416 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
417 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
418 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
419 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
420 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
421 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
422 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
423 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
424 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
425 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
426 
427 2025.01.09 01:03:44.101179 [ 276 ] {ea535ceb-cc90-4387-8ea2-08a428dced8a} <Debug> TCPHandler: Processed in 0.001083984 sec.
428 2025.01.09 01:03:44.101499 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.01.09 01:03:44.102878 [ 274 ] {e308134e-4113-4901-a6f4-340a1a38f860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) DROP DATABASE IF EXISTS oximeter (stage: Complete)
430 2025.01.09 01:03:44.103561 [ 274 ] {e308134e-4113-4901-a6f4-340a1a38f860} <Debug> TCPHandler: Processed in 0.002174389 sec.
431 2025.01.09 01:03:44.103776 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.01.09 01:03:44.103917 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
433 2025.01.09 01:03:44.104032 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
434 2025.01.09 01:03:44.106504 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
435 2025.01.09 01:03:44.106551 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.2962e-05 sec
436 2025.01.09 01:03:44.106567 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Trace> ReferentialDeps: No tables
437 2025.01.09 01:03:44.106579 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Trace> LoadingDeps: No tables
438 2025.01.09 01:03:44.106601 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Information> DatabaseAtomic (oximeter): Starting up tables.
439 2025.01.09 01:03:44.106670 [ 276 ] {f8a5e58d-c338-466e-9024-7750c3ec992e} <Debug> TCPHandler: Processed in 0.002957927 sec.
440 2025.01.09 01:03:44.106894 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.01.09 01:03:44.107110 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) /* The version table contains metadata about the `oximeter` database */
442 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
443 2025.01.09 01:03:44.107205 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
444 2025.01.09 01:03:44.115051 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
445 2025.01.09 01:03:44.119225 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Debug> oximeter.version (3a466ce0-d599-4033-b565-d7bcae5538c9): Loading data parts
446 2025.01.09 01:03:44.119722 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Debug> oximeter.version (3a466ce0-d599-4033-b565-d7bcae5538c9): There are no data parts
447 2025.01.09 01:03:44.124956 [ 274 ] {3444f1f4-cbcd-460d-8226-1e64c6d831b3} <Debug> TCPHandler: Processed in 0.018133089 sec.
448 2025.01.09 01:03:44.125184 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.01.09 01:03:44.125458 [ 276 ] {d70a7403-d0ba-4587-acad-11e77f985ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) /* The measurement tables contain all individual samples from each timeseries.
450 *
451 * Each table stores a single datum type, and otherwise contains nearly the same
452 * structure. The primary sorting key is on the timeseries name, key, and then
453 * timestamp, so that all timeseries from the same schema are grouped, followed
454 * by all samples from the same timeseries.
455 *
456 * This reflects that one usually looks up the _key_ in one or more field table,
457 * and then uses that to index quickly into the measurements tables.
458 */
459 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)
460 2025.01.09 01:03:44.125542 [ 276 ] {d70a7403-d0ba-4587-acad-11e77f985ff2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
461 2025.01.09 01:03:44.134075 [ 276 ] {d70a7403-d0ba-4587-acad-11e77f985ff2} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Loading data parts
462 2025.01.09 01:03:44.134275 [ 276 ] {d70a7403-d0ba-4587-acad-11e77f985ff2} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): There are no data parts
463 2025.01.09 01:03:44.139690 [ 276 ] {d70a7403-d0ba-4587-acad-11e77f985ff2} <Debug> TCPHandler: Processed in 0.014568019 sec.
464 2025.01.09 01:03:44.139930 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2025.01.09 01:03:44.140158 [ 274 ] {20d6cc67-2ec0-48b4-a28a-8eaefb380c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.140246 [ 274 ] {20d6cc67-2ec0-48b4-a28a-8eaefb380c23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
467 2025.01.09 01:03:44.145657 [ 274 ] {20d6cc67-2ec0-48b4-a28a-8eaefb380c23} <Debug> oximeter.measurements_i8 (b67e0fa7-d41e-4abf-8d15-57d84c51809c): Loading data parts
468 2025.01.09 01:03:44.145832 [ 274 ] {20d6cc67-2ec0-48b4-a28a-8eaefb380c23} <Debug> oximeter.measurements_i8 (b67e0fa7-d41e-4abf-8d15-57d84c51809c): There are no data parts
469 2025.01.09 01:03:44.150306 [ 274 ] {20d6cc67-2ec0-48b4-a28a-8eaefb380c23} <Debug> TCPHandler: Processed in 0.010443125 sec.
470 2025.01.09 01:03:44.150538 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
471 2025.01.09 01:03:44.150804 [ 276 ] {8329e444-69b5-4794-810a-a7ff9027f2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.150872 [ 276 ] {8329e444-69b5-4794-810a-a7ff9027f2a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
473 2025.01.09 01:03:44.155307 [ 276 ] {8329e444-69b5-4794-810a-a7ff9027f2a9} <Debug> oximeter.measurements_u8 (f2c52b99-0191-4a9b-b7ed-ffbcf1be3f04): Loading data parts
474 2025.01.09 01:03:44.155470 [ 276 ] {8329e444-69b5-4794-810a-a7ff9027f2a9} <Debug> oximeter.measurements_u8 (f2c52b99-0191-4a9b-b7ed-ffbcf1be3f04): There are no data parts
475 2025.01.09 01:03:44.158443 [ 276 ] {8329e444-69b5-4794-810a-a7ff9027f2a9} <Debug> TCPHandler: Processed in 0.00797209 sec.
476 2025.01.09 01:03:44.158671 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2025.01.09 01:03:44.158946 [ 274 ] {ef742ad0-6ded-49bd-982e-884a1496d81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.159040 [ 274 ] {ef742ad0-6ded-49bd-982e-884a1496d81e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
479 2025.01.09 01:03:44.163822 [ 274 ] {ef742ad0-6ded-49bd-982e-884a1496d81e} <Debug> oximeter.measurements_i16 (259cbfee-0044-43be-892e-9e46c1b4cd1d): Loading data parts
480 2025.01.09 01:03:44.163982 [ 274 ] {ef742ad0-6ded-49bd-982e-884a1496d81e} <Debug> oximeter.measurements_i16 (259cbfee-0044-43be-892e-9e46c1b4cd1d): There are no data parts
481 2025.01.09 01:03:44.167697 [ 274 ] {ef742ad0-6ded-49bd-982e-884a1496d81e} <Debug> TCPHandler: Processed in 0.009096205 sec.
482 2025.01.09 01:03:44.167947 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
483 2025.01.09 01:03:44.168236 [ 276 ] {3b0bf424-3944-4967-9914-63e795b9aa55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.168308 [ 276 ] {3b0bf424-3944-4967-9914-63e795b9aa55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
485 2025.01.09 01:03:44.173096 [ 276 ] {3b0bf424-3944-4967-9914-63e795b9aa55} <Debug> oximeter.measurements_u16 (95fc5e46-381c-4dcf-91ce-4b1703b4506b): Loading data parts
486 2025.01.09 01:03:44.173287 [ 276 ] {3b0bf424-3944-4967-9914-63e795b9aa55} <Debug> oximeter.measurements_u16 (95fc5e46-381c-4dcf-91ce-4b1703b4506b): There are no data parts
487 2025.01.09 01:03:44.175890 [ 276 ] {3b0bf424-3944-4967-9914-63e795b9aa55} <Debug> TCPHandler: Processed in 0.0080136 sec.
488 2025.01.09 01:03:44.176100 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2025.01.09 01:03:44.176312 [ 274 ] {3b3ece93-7fac-42ed-9300-d064aff975eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.176398 [ 274 ] {3b3ece93-7fac-42ed-9300-d064aff975eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
491 2025.01.09 01:03:44.181476 [ 274 ] {3b3ece93-7fac-42ed-9300-d064aff975eb} <Debug> oximeter.measurements_i32 (61cc89e1-90cf-46a8-bc7b-ff53562e24d1): Loading data parts
492 2025.01.09 01:03:44.181661 [ 274 ] {3b3ece93-7fac-42ed-9300-d064aff975eb} <Debug> oximeter.measurements_i32 (61cc89e1-90cf-46a8-bc7b-ff53562e24d1): There are no data parts
493 2025.01.09 01:03:44.186122 [ 274 ] {3b3ece93-7fac-42ed-9300-d064aff975eb} <Debug> TCPHandler: Processed in 0.010082527 sec.
494 2025.01.09 01:03:44.186356 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.01.09 01:03:44.186612 [ 276 ] {f76cd40c-917f-42d2-9a5b-e06409fdc0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.186684 [ 276 ] {f76cd40c-917f-42d2-9a5b-e06409fdc0a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
497 2025.01.09 01:03:44.191537 [ 276 ] {f76cd40c-917f-42d2-9a5b-e06409fdc0a6} <Debug> oximeter.measurements_u32 (e89d865e-db9a-4bbb-83d5-09d0b01ef36e): Loading data parts
498 2025.01.09 01:03:44.191709 [ 276 ] {f76cd40c-917f-42d2-9a5b-e06409fdc0a6} <Debug> oximeter.measurements_u32 (e89d865e-db9a-4bbb-83d5-09d0b01ef36e): There are no data parts
499 2025.01.09 01:03:44.194507 [ 276 ] {f76cd40c-917f-42d2-9a5b-e06409fdc0a6} <Debug> TCPHandler: Processed in 0.008211886 sec.
500 2025.01.09 01:03:44.194719 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.01.09 01:03:44.194973 [ 274 ] {e5b8d303-aa6d-4a7d-9a96-b3ca2bee8e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.195068 [ 274 ] {e5b8d303-aa6d-4a7d-9a96-b3ca2bee8e4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
503 2025.01.09 01:03:44.199742 [ 274 ] {e5b8d303-aa6d-4a7d-9a96-b3ca2bee8e4e} <Debug> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Loading data parts
504 2025.01.09 01:03:44.199913 [ 274 ] {e5b8d303-aa6d-4a7d-9a96-b3ca2bee8e4e} <Debug> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): There are no data parts
505 2025.01.09 01:03:44.203667 [ 274 ] {e5b8d303-aa6d-4a7d-9a96-b3ca2bee8e4e} <Debug> TCPHandler: Processed in 0.009017713 sec.
506 2025.01.09 01:03:44.203877 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.01.09 01:03:44.204192 [ 276 ] {b0eba671-61bf-4ce1-a638-61f1eb4fb161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.204287 [ 276 ] {b0eba671-61bf-4ce1-a638-61f1eb4fb161} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
509 2025.01.09 01:03:44.210133 [ 276 ] {b0eba671-61bf-4ce1-a638-61f1eb4fb161} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Loading data parts
510 2025.01.09 01:03:44.210315 [ 276 ] {b0eba671-61bf-4ce1-a638-61f1eb4fb161} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): There are no data parts
511 2025.01.09 01:03:44.212012 [ 276 ] {b0eba671-61bf-4ce1-a638-61f1eb4fb161} <Debug> TCPHandler: Processed in 0.008192695 sec.
512 2025.01.09 01:03:44.212273 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.01.09 01:03:44.212488 [ 274 ] {438b9bba-7c3d-47f7-9108-cddb25484349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.212573 [ 274 ] {438b9bba-7c3d-47f7-9108-cddb25484349} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
515 2025.01.09 01:03:44.218593 [ 274 ] {438b9bba-7c3d-47f7-9108-cddb25484349} <Debug> oximeter.measurements_f32 (6426f1bc-09fe-44d0-8875-8711a5b28291): Loading data parts
516 2025.01.09 01:03:44.218824 [ 274 ] {438b9bba-7c3d-47f7-9108-cddb25484349} <Debug> oximeter.measurements_f32 (6426f1bc-09fe-44d0-8875-8711a5b28291): There are no data parts
517 2025.01.09 01:03:44.223296 [ 274 ] {438b9bba-7c3d-47f7-9108-cddb25484349} <Debug> TCPHandler: Processed in 0.01108301 sec.
518 2025.01.09 01:03:44.223528 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.01.09 01:03:44.223788 [ 276 ] {81e481be-d3b2-4920-ac0a-2b0df712d21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.223860 [ 276 ] {81e481be-d3b2-4920-ac0a-2b0df712d21b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
521 2025.01.09 01:03:44.228897 [ 276 ] {81e481be-d3b2-4920-ac0a-2b0df712d21b} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Loading data parts
522 2025.01.09 01:03:44.229078 [ 276 ] {81e481be-d3b2-4920-ac0a-2b0df712d21b} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): There are no data parts
523 2025.01.09 01:03:44.231759 [ 276 ] {81e481be-d3b2-4920-ac0a-2b0df712d21b} <Debug> TCPHandler: Processed in 0.008298097 sec.
524 2025.01.09 01:03:44.231965 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.01.09 01:03:44.232177 [ 274 ] {3eecc234-4af5-44ae-94d7-a9dc6037aebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.232267 [ 274 ] {3eecc234-4af5-44ae-94d7-a9dc6037aebd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
527 2025.01.09 01:03:44.235559 [ 274 ] {3eecc234-4af5-44ae-94d7-a9dc6037aebd} <Debug> oximeter.measurements_string (f0060657-41ee-48f1-9cbd-a5f4643a162a): Loading data parts
528 2025.01.09 01:03:44.235734 [ 274 ] {3eecc234-4af5-44ae-94d7-a9dc6037aebd} <Debug> oximeter.measurements_string (f0060657-41ee-48f1-9cbd-a5f4643a162a): There are no data parts
529 2025.01.09 01:03:44.237766 [ 274 ] {3eecc234-4af5-44ae-94d7-a9dc6037aebd} <Debug> TCPHandler: Processed in 0.005859313 sec.
530 2025.01.09 01:03:44.237974 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.01.09 01:03:44.238234 [ 276 ] {55369dce-6650-4c14-aed4-be9bd8c84cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.238312 [ 276 ] {55369dce-6650-4c14-aed4-be9bd8c84cc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
540 2025.01.09 01:03:44.244739 [ 276 ] {55369dce-6650-4c14-aed4-be9bd8c84cc1} <Debug> oximeter.measurements_bytes (d3f99648-aafe-4c1c-ba1c-950c54f0a22f): Loading data parts
541 2025.01.09 01:03:44.244930 [ 276 ] {55369dce-6650-4c14-aed4-be9bd8c84cc1} <Debug> oximeter.measurements_bytes (d3f99648-aafe-4c1c-ba1c-950c54f0a22f): There are no data parts
542 2025.01.09 01:03:44.249430 [ 276 ] {55369dce-6650-4c14-aed4-be9bd8c84cc1} <Debug> TCPHandler: Processed in 0.01151397 sec.
543 2025.01.09 01:03:44.249648 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.01.09 01:03:44.249918 [ 274 ] {cbd7da52-00fe-48d0-b2cd-da5056b05114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.249997 [ 274 ] {cbd7da52-00fe-48d0-b2cd-da5056b05114} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
546 2025.01.09 01:03:44.254899 [ 274 ] {cbd7da52-00fe-48d0-b2cd-da5056b05114} <Debug> oximeter.measurements_cumulativei64 (57257fcf-348c-4ab4-ab30-c1811965de32): Loading data parts
547 2025.01.09 01:03:44.255069 [ 274 ] {cbd7da52-00fe-48d0-b2cd-da5056b05114} <Debug> oximeter.measurements_cumulativei64 (57257fcf-348c-4ab4-ab30-c1811965de32): There are no data parts
548 2025.01.09 01:03:44.256895 [ 274 ] {cbd7da52-00fe-48d0-b2cd-da5056b05114} <Debug> TCPHandler: Processed in 0.007309895 sec.
549 2025.01.09 01:03:44.257097 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.01.09 01:03:44.257342 [ 276 ] {8af66e86-5f89-496e-8d5c-32135d74a69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.257411 [ 276 ] {8af66e86-5f89-496e-8d5c-32135d74a69b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
552 2025.01.09 01:03:44.263384 [ 276 ] {8af66e86-5f89-496e-8d5c-32135d74a69b} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Loading data parts
553 2025.01.09 01:03:44.263549 [ 276 ] {8af66e86-5f89-496e-8d5c-32135d74a69b} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): There are no data parts
554 2025.01.09 01:03:44.269341 [ 276 ] {8af66e86-5f89-496e-8d5c-32135d74a69b} <Debug> TCPHandler: Processed in 0.012302677 sec.
555 2025.01.09 01:03:44.269576 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.01.09 01:03:44.269846 [ 274 ] {f63412b5-288e-4a11-898a-3044c0ac28e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.269949 [ 274 ] {f63412b5-288e-4a11-898a-3044c0ac28e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
558 2025.01.09 01:03:44.274497 [ 274 ] {f63412b5-288e-4a11-898a-3044c0ac28e2} <Debug> oximeter.measurements_cumulativef32 (a1f228ec-54b0-4230-81b5-fc414929fefe): Loading data parts
559 2025.01.09 01:03:44.274664 [ 274 ] {f63412b5-288e-4a11-898a-3044c0ac28e2} <Debug> oximeter.measurements_cumulativef32 (a1f228ec-54b0-4230-81b5-fc414929fefe): There are no data parts
560 2025.01.09 01:03:44.279112 [ 274 ] {f63412b5-288e-4a11-898a-3044c0ac28e2} <Debug> TCPHandler: Processed in 0.009607746 sec.
561 2025.01.09 01:03:44.279330 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.01.09 01:03:44.279596 [ 276 ] {39e46836-9a26-43e0-8387-03fcec485069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.279670 [ 276 ] {39e46836-9a26-43e0-8387-03fcec485069} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
564 2025.01.09 01:03:44.284765 [ 276 ] {39e46836-9a26-43e0-8387-03fcec485069} <Debug> oximeter.measurements_cumulativef64 (42a80797-7702-4f14-995d-93c02ae8a0a7): Loading data parts
565 2025.01.09 01:03:44.284961 [ 276 ] {39e46836-9a26-43e0-8387-03fcec485069} <Debug> oximeter.measurements_cumulativef64 (42a80797-7702-4f14-995d-93c02ae8a0a7): There are no data parts
566 2025.01.09 01:03:44.287012 [ 276 ] {39e46836-9a26-43e0-8387-03fcec485069} <Debug> TCPHandler: Processed in 0.007741505 sec.
567 2025.01.09 01:03:44.287236 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.01.09 01:03:44.287560 [ 274 ] {5401e7e9-eeae-4f11-906e-166a96c2d29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.287651 [ 274 ] {5401e7e9-eeae-4f11-906e-166a96c2d29b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
580 2025.01.09 01:03:44.291580 [ 274 ] {5401e7e9-eeae-4f11-906e-166a96c2d29b} <Debug> oximeter.measurements_histogrami8 (bf029320-f892-4f8d-b3ba-7253780e8ce2): Loading data parts
581 2025.01.09 01:03:44.291811 [ 274 ] {5401e7e9-eeae-4f11-906e-166a96c2d29b} <Debug> oximeter.measurements_histogrami8 (bf029320-f892-4f8d-b3ba-7253780e8ce2): There are no data parts
582 2025.01.09 01:03:44.297195 [ 274 ] {5401e7e9-eeae-4f11-906e-166a96c2d29b} <Debug> TCPHandler: Processed in 0.010017626 sec.
583 2025.01.09 01:03:44.297423 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
584 2025.01.09 01:03:44.297833 [ 276 ] {3dfaec05-9ce9-4f70-804d-c1f9970f1274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.297933 [ 276 ] {3dfaec05-9ce9-4f70-804d-c1f9970f1274} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
586 2025.01.09 01:03:44.300593 [ 276 ] {3dfaec05-9ce9-4f70-804d-c1f9970f1274} <Debug> oximeter.measurements_histogramu8 (2916d7d0-76df-440c-8834-a9c8b1ae9eb0): Loading data parts
587 2025.01.09 01:03:44.300753 [ 276 ] {3dfaec05-9ce9-4f70-804d-c1f9970f1274} <Debug> oximeter.measurements_histogramu8 (2916d7d0-76df-440c-8834-a9c8b1ae9eb0): There are no data parts
588 2025.01.09 01:03:44.304000 [ 276 ] {3dfaec05-9ce9-4f70-804d-c1f9970f1274} <Debug> TCPHandler: Processed in 0.00663885 sec.
589 2025.01.09 01:03:44.304242 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
590 2025.01.09 01:03:44.304585 [ 274 ] {7963da68-39b2-4ccd-90ac-0e7095b2a570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.304685 [ 274 ] {7963da68-39b2-4ccd-90ac-0e7095b2a570} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
592 2025.01.09 01:03:44.309879 [ 274 ] {7963da68-39b2-4ccd-90ac-0e7095b2a570} <Debug> oximeter.measurements_histogrami16 (02cbf454-67b7-446f-bddb-ba757aa19d35): Loading data parts
593 2025.01.09 01:03:44.310088 [ 274 ] {7963da68-39b2-4ccd-90ac-0e7095b2a570} <Debug> oximeter.measurements_histogrami16 (02cbf454-67b7-446f-bddb-ba757aa19d35): There are no data parts
594 2025.01.09 01:03:44.315534 [ 274 ] {7963da68-39b2-4ccd-90ac-0e7095b2a570} <Debug> TCPHandler: Processed in 0.011355716 sec.
595 2025.01.09 01:03:44.315783 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
596 2025.01.09 01:03:44.316131 [ 276 ] {963fd45c-2c64-45b7-ae2a-adfde8609445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.316218 [ 276 ] {963fd45c-2c64-45b7-ae2a-adfde8609445} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
598 2025.01.09 01:03:44.322202 [ 276 ] {963fd45c-2c64-45b7-ae2a-adfde8609445} <Debug> oximeter.measurements_histogramu16 (eec1a795-b953-4258-8266-3deb193c14bd): Loading data parts
599 2025.01.09 01:03:44.322391 [ 276 ] {963fd45c-2c64-45b7-ae2a-adfde8609445} <Debug> oximeter.measurements_histogramu16 (eec1a795-b953-4258-8266-3deb193c14bd): There are no data parts
600 2025.01.09 01:03:44.327752 [ 276 ] {963fd45c-2c64-45b7-ae2a-adfde8609445} <Debug> TCPHandler: Processed in 0.012032231 sec.
601 2025.01.09 01:03:44.327997 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
602 2025.01.09 01:03:44.328378 [ 274 ] {bec66e77-81c4-4350-9949-c3a209f532b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.328497 [ 274 ] {bec66e77-81c4-4350-9949-c3a209f532b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
604 2025.01.09 01:03:44.334571 [ 274 ] {bec66e77-81c4-4350-9949-c3a209f532b1} <Debug> oximeter.measurements_histogrami32 (08876cc5-cb7e-4567-8dad-7ad492483f95): Loading data parts
605 2025.01.09 01:03:44.334815 [ 274 ] {bec66e77-81c4-4350-9949-c3a209f532b1} <Debug> oximeter.measurements_histogrami32 (08876cc5-cb7e-4567-8dad-7ad492483f95): There are no data parts
606 2025.01.09 01:03:44.340358 [ 274 ] {bec66e77-81c4-4350-9949-c3a209f532b1} <Debug> TCPHandler: Processed in 0.0124377 sec.
607 2025.01.09 01:03:44.340568 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
608 2025.01.09 01:03:44.340913 [ 276 ] {681faece-9af9-41b0-a3bc-af99f97d07a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.340999 [ 276 ] {681faece-9af9-41b0-a3bc-af99f97d07a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
610 2025.01.09 01:03:44.344053 [ 276 ] {681faece-9af9-41b0-a3bc-af99f97d07a2} <Debug> oximeter.measurements_histogramu32 (ff08fceb-400d-466f-af27-44bc24235a56): Loading data parts
611 2025.01.09 01:03:44.344254 [ 276 ] {681faece-9af9-41b0-a3bc-af99f97d07a2} <Debug> oximeter.measurements_histogramu32 (ff08fceb-400d-466f-af27-44bc24235a56): There are no data parts
612 2025.01.09 01:03:44.346297 [ 276 ] {681faece-9af9-41b0-a3bc-af99f97d07a2} <Debug> TCPHandler: Processed in 0.005794081 sec.
613 2025.01.09 01:03:44.346510 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2025.01.09 01:03:44.346816 [ 274 ] {dea6def3-0635-4cc2-ac3b-eeaea2130e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.346919 [ 274 ] {dea6def3-0635-4cc2-ac3b-eeaea2130e71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
616 2025.01.09 01:03:44.352784 [ 274 ] {dea6def3-0635-4cc2-ac3b-eeaea2130e71} <Debug> oximeter.measurements_histogrami64 (e4cddd49-1fe5-4d2b-b8ae-a06387bc24bf): Loading data parts
617 2025.01.09 01:03:44.352969 [ 274 ] {dea6def3-0635-4cc2-ac3b-eeaea2130e71} <Debug> oximeter.measurements_histogrami64 (e4cddd49-1fe5-4d2b-b8ae-a06387bc24bf): There are no data parts
618 2025.01.09 01:03:44.357642 [ 274 ] {dea6def3-0635-4cc2-ac3b-eeaea2130e71} <Debug> TCPHandler: Processed in 0.011187542 sec.
619 2025.01.09 01:03:44.357897 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
620 2025.01.09 01:03:44.358245 [ 276 ] {c3f24019-df80-44c5-8844-8ecb40b56a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.358333 [ 276 ] {c3f24019-df80-44c5-8844-8ecb40b56a79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
622 2025.01.09 01:03:44.364591 [ 276 ] {c3f24019-df80-44c5-8844-8ecb40b56a79} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Loading data parts
623 2025.01.09 01:03:44.364814 [ 276 ] {c3f24019-df80-44c5-8844-8ecb40b56a79} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): There are no data parts
624 2025.01.09 01:03:44.368702 [ 276 ] {c3f24019-df80-44c5-8844-8ecb40b56a79} <Debug> TCPHandler: Processed in 0.010865255 sec.
625 2025.01.09 01:03:44.368956 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2025.01.09 01:03:44.369322 [ 274 ] {ab475543-34bd-4c30-a8f2-e1c27e4ff8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.369442 [ 274 ] {ab475543-34bd-4c30-a8f2-e1c27e4ff8aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
628 2025.01.09 01:03:44.371710 [ 274 ] {ab475543-34bd-4c30-a8f2-e1c27e4ff8aa} <Debug> oximeter.measurements_histogramf32 (03e04d39-af5b-4336-8f76-26b4f8c98420): Loading data parts
629 2025.01.09 01:03:44.371897 [ 274 ] {ab475543-34bd-4c30-a8f2-e1c27e4ff8aa} <Debug> oximeter.measurements_histogramf32 (03e04d39-af5b-4336-8f76-26b4f8c98420): There are no data parts
630 2025.01.09 01:03:44.377835 [ 274 ] {ab475543-34bd-4c30-a8f2-e1c27e4ff8aa} <Debug> TCPHandler: Processed in 0.008949772 sec.
631 2025.01.09 01:03:44.378046 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2025.01.09 01:03:44.378420 [ 276 ] {47880f22-f8b9-4e99-a651-5057386326dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.378518 [ 276 ] {47880f22-f8b9-4e99-a651-5057386326dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
634 2025.01.09 01:03:44.382501 [ 276 ] {47880f22-f8b9-4e99-a651-5057386326dd} <Debug> oximeter.measurements_histogramf64 (f56c89d2-d4f1-48b4-a8b4-604344df97c8): Loading data parts
635 2025.01.09 01:03:44.382671 [ 276 ] {47880f22-f8b9-4e99-a651-5057386326dd} <Debug> oximeter.measurements_histogramf64 (f56c89d2-d4f1-48b4-a8b4-604344df97c8): There are no data parts
636 2025.01.09 01:03:44.388299 [ 276 ] {47880f22-f8b9-4e99-a651-5057386326dd} <Debug> TCPHandler: Processed in 0.010312763 sec.
637 2025.01.09 01:03:44.388510 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2025.01.09 01:03:44.388732 [ 274 ] {0a54002d-b64b-4826-9d78-f67752ab4ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) /* 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:03:44.388836 [ 274 ] {0a54002d-b64b-4826-9d78-f67752ab4ad6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
665 2025.01.09 01:03:44.394382 [ 274 ] {0a54002d-b64b-4826-9d78-f67752ab4ad6} <Debug> oximeter.fields_bool (59b1cd4e-2ecb-4216-a962-ea3a59d11e6e): Loading data parts
666 2025.01.09 01:03:44.394584 [ 274 ] {0a54002d-b64b-4826-9d78-f67752ab4ad6} <Debug> oximeter.fields_bool (59b1cd4e-2ecb-4216-a962-ea3a59d11e6e): There are no data parts
667 2025.01.09 01:03:44.399913 [ 274 ] {0a54002d-b64b-4826-9d78-f67752ab4ad6} <Debug> TCPHandler: Processed in 0.011462469 sec.
668 2025.01.09 01:03:44.400149 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
669 2025.01.09 01:03:44.400413 [ 276 ] {4717fb51-0661-4344-a15f-7b3462b199e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.400496 [ 276 ] {4717fb51-0661-4344-a15f-7b3462b199e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
671 2025.01.09 01:03:44.402815 [ 276 ] {4717fb51-0661-4344-a15f-7b3462b199e5} <Debug> oximeter.fields_i8 (303684e1-8379-44fa-af51-7e16c0658e40): Loading data parts
672 2025.01.09 01:03:44.402999 [ 276 ] {4717fb51-0661-4344-a15f-7b3462b199e5} <Debug> oximeter.fields_i8 (303684e1-8379-44fa-af51-7e16c0658e40): There are no data parts
673 2025.01.09 01:03:44.408503 [ 276 ] {4717fb51-0661-4344-a15f-7b3462b199e5} <Debug> TCPHandler: Processed in 0.00841533 sec.
674 2025.01.09 01:03:44.408749 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
675 2025.01.09 01:03:44.409000 [ 274 ] {adbbe4b4-7101-4d2c-8242-0b27dfb46464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.409111 [ 274 ] {adbbe4b4-7101-4d2c-8242-0b27dfb46464} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
677 2025.01.09 01:03:44.412251 [ 274 ] {adbbe4b4-7101-4d2c-8242-0b27dfb46464} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Loading data parts
678 2025.01.09 01:03:44.412432 [ 274 ] {adbbe4b4-7101-4d2c-8242-0b27dfb46464} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): There are no data parts
679 2025.01.09 01:03:44.414792 [ 274 ] {adbbe4b4-7101-4d2c-8242-0b27dfb46464} <Debug> TCPHandler: Processed in 0.006111168 sec.
680 2025.01.09 01:03:44.414999 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2025.01.09 01:03:44.415268 [ 276 ] {65f2033f-3820-4f9e-9a63-3552a2b5393d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.415351 [ 276 ] {65f2033f-3820-4f9e-9a63-3552a2b5393d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2025.01.09 01:03:44.419837 [ 276 ] {65f2033f-3820-4f9e-9a63-3552a2b5393d} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Loading data parts
684 2025.01.09 01:03:44.420009 [ 276 ] {65f2033f-3820-4f9e-9a63-3552a2b5393d} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): There are no data parts
685 2025.01.09 01:03:44.425262 [ 276 ] {65f2033f-3820-4f9e-9a63-3552a2b5393d} <Debug> TCPHandler: Processed in 0.010327253 sec.
686 2025.01.09 01:03:44.425488 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
687 2025.01.09 01:03:44.425704 [ 274 ] {7eb3f24d-06a8-413c-b82c-a282abf763c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.425800 [ 274 ] {7eb3f24d-06a8-413c-b82c-a282abf763c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
689 2025.01.09 01:03:44.429890 [ 274 ] {7eb3f24d-06a8-413c-b82c-a282abf763c5} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Loading data parts
690 2025.01.09 01:03:44.430091 [ 274 ] {7eb3f24d-06a8-413c-b82c-a282abf763c5} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): There are no data parts
691 2025.01.09 01:03:44.432215 [ 274 ] {7eb3f24d-06a8-413c-b82c-a282abf763c5} <Debug> TCPHandler: Processed in 0.006803764 sec.
692 2025.01.09 01:03:44.432415 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2025.01.09 01:03:44.432680 [ 276 ] {981f8629-10f3-4950-a950-d3a3f726bd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.432754 [ 276 ] {981f8629-10f3-4950-a950-d3a3f726bd0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
695 2025.01.09 01:03:44.438404 [ 276 ] {981f8629-10f3-4950-a950-d3a3f726bd0f} <Debug> oximeter.fields_i32 (4484441a-534d-4b1e-ae0f-10e615bcd2f0): Loading data parts
696 2025.01.09 01:03:44.438576 [ 276 ] {981f8629-10f3-4950-a950-d3a3f726bd0f} <Debug> oximeter.fields_i32 (4484441a-534d-4b1e-ae0f-10e615bcd2f0): There are no data parts
697 2025.01.09 01:03:44.443358 [ 276 ] {981f8629-10f3-4950-a950-d3a3f726bd0f} <Debug> TCPHandler: Processed in 0.010997758 sec.
698 2025.01.09 01:03:44.443585 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2025.01.09 01:03:44.443794 [ 274 ] {6c50e3c8-ac64-49c2-b9f5-957cb8b3f7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.443949 [ 274 ] {6c50e3c8-ac64-49c2-b9f5-957cb8b3f7ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
701 2025.01.09 01:03:44.449332 [ 274 ] {6c50e3c8-ac64-49c2-b9f5-957cb8b3f7ed} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Loading data parts
702 2025.01.09 01:03:44.449540 [ 274 ] {6c50e3c8-ac64-49c2-b9f5-957cb8b3f7ed} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): There are no data parts
703 2025.01.09 01:03:44.452087 [ 274 ] {6c50e3c8-ac64-49c2-b9f5-957cb8b3f7ed} <Debug> TCPHandler: Processed in 0.008559013 sec.
704 2025.01.09 01:03:44.452290 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2025.01.09 01:03:44.452601 [ 276 ] {6fcb3af4-ac37-414b-b54b-75267f4ac471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.452727 [ 276 ] {6fcb3af4-ac37-414b-b54b-75267f4ac471} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
707 2025.01.09 01:03:44.457454 [ 276 ] {6fcb3af4-ac37-414b-b54b-75267f4ac471} <Debug> oximeter.fields_i64 (c020de9a-fe2d-4f4d-ac16-a71a09278813): Loading data parts
708 2025.01.09 01:03:44.457619 [ 276 ] {6fcb3af4-ac37-414b-b54b-75267f4ac471} <Debug> oximeter.fields_i64 (c020de9a-fe2d-4f4d-ac16-a71a09278813): There are no data parts
709 2025.01.09 01:03:44.462904 [ 276 ] {6fcb3af4-ac37-414b-b54b-75267f4ac471} <Debug> TCPHandler: Processed in 0.010676851 sec.
710 2025.01.09 01:03:44.463101 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
711 2025.01.09 01:03:44.463311 [ 274 ] {947e7dfe-5692-4af9-8fe7-420dd2e40df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.463469 [ 274 ] {947e7dfe-5692-4af9-8fe7-420dd2e40df1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
713 2025.01.09 01:03:44.467896 [ 274 ] {947e7dfe-5692-4af9-8fe7-420dd2e40df1} <Debug> oximeter.fields_u64 (7eb890f5-ace6-493f-aa4d-08bbc7b7c7d7): Loading data parts
714 2025.01.09 01:03:44.468050 [ 274 ] {947e7dfe-5692-4af9-8fe7-420dd2e40df1} <Debug> oximeter.fields_u64 (7eb890f5-ace6-493f-aa4d-08bbc7b7c7d7): There are no data parts
715 2025.01.09 01:03:44.472450 [ 274 ] {947e7dfe-5692-4af9-8fe7-420dd2e40df1} <Debug> TCPHandler: Processed in 0.009408442 sec.
716 2025.01.09 01:03:44.472661 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2025.01.09 01:03:44.473034 [ 276 ] {1514c4da-031c-4b6e-902b-85aeccbc12e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.473169 [ 276 ] {1514c4da-031c-4b6e-902b-85aeccbc12e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
719 2025.01.09 01:03:44.477930 [ 276 ] {1514c4da-031c-4b6e-902b-85aeccbc12e5} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Loading data parts
720 2025.01.09 01:03:44.478133 [ 276 ] {1514c4da-031c-4b6e-902b-85aeccbc12e5} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): There are no data parts
721 2025.01.09 01:03:44.483414 [ 276 ] {1514c4da-031c-4b6e-902b-85aeccbc12e5} <Debug> TCPHandler: Processed in 0.010822594 sec.
722 2025.01.09 01:03:44.483621 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
723 2025.01.09 01:03:44.483832 [ 274 ] {28bb9c6c-7aa4-432f-8272-1dc7fa85afb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:03:44.483987 [ 274 ] {28bb9c6c-7aa4-432f-8272-1dc7fa85afb3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
725 2025.01.09 01:03:44.489180 [ 274 ] {28bb9c6c-7aa4-432f-8272-1dc7fa85afb3} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Loading data parts
726 2025.01.09 01:03:44.489342 [ 274 ] {28bb9c6c-7aa4-432f-8272-1dc7fa85afb3} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): There are no data parts
727 2025.01.09 01:03:44.494830 [ 274 ] {28bb9c6c-7aa4-432f-8272-1dc7fa85afb3} <Debug> TCPHandler: Processed in 0.011265824 sec.
728 2025.01.09 01:03:44.495159 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2025.01.09 01:03:44.495412 [ 276 ] {dff38d35-98e4-47d1-97cb-a52e3dbef845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:03:44.495569 [ 276 ] {dff38d35-98e4-47d1-97cb-a52e3dbef845} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
731 2025.01.09 01:03:44.497900 [ 276 ] {dff38d35-98e4-47d1-97cb-a52e3dbef845} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Loading data parts
732 2025.01.09 01:03:44.498143 [ 276 ] {dff38d35-98e4-47d1-97cb-a52e3dbef845} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): There are no data parts
733 2025.01.09 01:03:44.502593 [ 276 ] {dff38d35-98e4-47d1-97cb-a52e3dbef845} <Debug> TCPHandler: Processed in 0.007503379 sec.
734 2025.01.09 01:03:44.502836 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
735 2025.01.09 01:03:44.503235 [ 274 ] {4910a3b9-b97c-4e51-b555-52825fe7ab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) /* 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:03:44.503405 [ 274 ] {4910a3b9-b97c-4e51-b555-52825fe7ab0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
740 2025.01.09 01:03:44.509528 [ 274 ] {4910a3b9-b97c-4e51-b555-52825fe7ab0d} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Loading data parts
741 2025.01.09 01:03:44.509659 [ 274 ] {4910a3b9-b97c-4e51-b555-52825fe7ab0d} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): There are no data parts
742 2025.01.09 01:03:44.515174 [ 274 ] {4910a3b9-b97c-4e51-b555-52825fe7ab0d} <Debug> TCPHandler: Processed in 0.01240692 sec.
743 2025.01.09 01:03:44.515387 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
744 2025.01.09 01:03:44.515591 [ 276 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
745 2025.01.09 01:03:44.516977 [ 276 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
746 2025.01.09 01:03:44.526555 [ 292 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Trace> oximeter.version (3a466ce0-d599-4033-b565-d7bcae5538c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
747 2025.01.09 01:03:44.526601 [ 292 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
748 2025.01.09 01:03:44.531570 [ 292 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
749 2025.01.09 01:03:44.532229 [ 292 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Trace> oximeter.version (3a466ce0-d599-4033-b565-d7bcae5538c9): 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:03:44.532614 [ 276 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017095 sec., 58.496636443404505 rows/sec., 935.95 B/sec.
751 2025.01.09 01:03:44.532914 [ 276 ] {72ba2559-53fd-4cad-bff1-164ec5f60751} <Debug> TCPHandler: Processed in 0.017585287 sec.
752 2025.01.09 01:03:45.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.87 MiB, peak 127.87 MiB, free memory in arenas 0.00 B, will set to 141.47 MiB (RSS), difference: 13.61 MiB
753 2025.01.09 01:03:50.392919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2025.01.09 01:03:50.392967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
755 2025.01.09 01:03:50.393045 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2025.01.09 01:03:50.393074 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.09 01:03:50.399731 [ 244 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Loading data parts
758 2025.01.09 01:03:50.400161 [ 244 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): There are no data parts
759 2025.01.09 01:03:50.409887 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.01.09 01:03:50.410094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
761 2025.01.09 01:03:50.413447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2025.01.09 01:03:50.414353 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): 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:03:50.415681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
764 2025.01.09 01:03:50.418971 [ 243 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Loading data parts
765 2025.01.09 01:03:50.419181 [ 243 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): There are no data parts
766 2025.01.09 01:03:50.451405 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.01.09 01:03:50.451450 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
768 2025.01.09 01:03:50.458730 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.01.09 01:03:50.459968 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): 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:03:50.462386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2025.01.09 01:03:51.000285 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.54 MiB, peak 150.54 MiB, free memory in arenas 0.00 B, will set to 151.15 MiB (RSS), difference: 4.61 MiB
772 2025.01.09 01:03:52.892886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2025.01.09 01:03:52.892979 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2025.01.09 01:03:52.902531 [ 242 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Loading data parts
775 2025.01.09 01:03:52.902702 [ 242 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): There are no data parts
776 2025.01.09 01:03:52.919834 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2025.01.09 01:03:52.919875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
778 2025.01.09 01:03:52.921718 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2025.01.09 01:03:52.922315 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): 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:03:52.922800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2025.01.09 01:03:53.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.33 MiB, peak 155.33 MiB, free memory in arenas 0.00 B, will set to 151.58 MiB (RSS), difference: -3.75 MiB
782 2025.01.09 01:03:57.858192 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache
783 2025.01.09 01:03:57.858250 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache
784 2025.01.09 01:03:57.915798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2025.01.09 01:03:57.916684 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2025.01.09 01:03:57.916733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
787 2025.01.09 01:03:57.917530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2025.01.09 01:03:57.918274 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): 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:03:57.920549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2025.01.09 01:03:57.962651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2025.01.09 01:03:57.984705 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2025.01.09 01:03:57.984776 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
793 2025.01.09 01:03:57.991977 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2025.01.09 01:03:57.993323 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): 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:03:57.996238 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2025.01.09 01:04:03.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.06 MiB, peak 156.25 MiB, free memory in arenas 0.00 B, will set to 153.08 MiB (RSS), difference: 4.02 MiB
797 2025.01.09 01:04:05.421614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
798 2025.01.09 01:04:05.422263 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
799 2025.01.09 01:04:05.422315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
800 2025.01.09 01:04:05.423104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
801 2025.01.09 01:04:05.423719 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
802 2025.01.09 01:04:05.423982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
803 2025.01.09 01:04:05.497272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
804 2025.01.09 01:04:05.516306 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
805 2025.01.09 01:04:05.516368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
806 2025.01.09 01:04:05.522999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
807 2025.01.09 01:04:05.524183 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
808 2025.01.09 01:04:05.526806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
809 2025.01.09 01:04:12.858495 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
810 2025.01.09 01:04:12.858559 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
811 2025.01.09 01:04:12.925039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
812 2025.01.09 01:04:12.925654 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
813 2025.01.09 01:04:12.925706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
814 2025.01.09 01:04:12.926508 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
815 2025.01.09 01:04:12.926995 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
816 2025.01.09 01:04:12.927267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
817 2025.01.09 01:04:13.027833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
818 2025.01.09 01:04:13.047491 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
819 2025.01.09 01:04:13.047559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
820 2025.01.09 01:04:13.054591 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
821 2025.01.09 01:04:13.056002 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
822 2025.01.09 01:04:13.058938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
823 2025.01.09 01:04:14.538521 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.01.09 01:04:14.538718 [ 274 ] {d49c90d0-55c9-4573-9ccc-4cff2d698122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
825 2025.01.09 01:04:14.547402 [ 274 ] {d49c90d0-55c9-4573-9ccc-4cff2d698122} <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:04:14.557844 [ 274 ] {d49c90d0-55c9-4573-9ccc-4cff2d698122} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.01.09 01:04:14.572718 [ 274 ] {d49c90d0-55c9-4573-9ccc-4cff2d698122} <Debug> TCPHandler: Processed in 0.034321634 sec.
828 2025.01.09 01:04:14.581258 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.01.09 01:04:14.581530 [ 276 ] {9d225a1d-5447-4b34-85ec-a1781b4dcc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
830 2025.01.09 01:04:14.593825 [ 276 ] {9d225a1d-5447-4b34-85ec-a1781b4dcc34} <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:04:14.593916 [ 276 ] {9d225a1d-5447-4b34-85ec-a1781b4dcc34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.01.09 01:04:14.594615 [ 276 ] {9d225a1d-5447-4b34-85ec-a1781b4dcc34} <Debug> TCPHandler: Processed in 0.013516785 sec.
833 2025.01.09 01:04:14.594928 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.01.09 01:04:14.595118 [ 274 ] {b949c216-eb9d-41ed-b06e-5345fa5c6034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
835 2025.01.09 01:04:14.595596 [ 274 ] {b949c216-eb9d-41ed-b06e-5345fa5c6034} <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:04:14.595664 [ 274 ] {b949c216-eb9d-41ed-b06e-5345fa5c6034} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.01.09 01:04:14.596286 [ 274 ] {b949c216-eb9d-41ed-b06e-5345fa5c6034} <Debug> TCPHandler: Processed in 0.001448493 sec.
838 2025.01.09 01:04:14.596593 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.01.09 01:04:14.596772 [ 276 ] {c2383046-39e3-42b3-a950-d3a3f19c48db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
840 2025.01.09 01:04:14.597176 [ 276 ] {c2383046-39e3-42b3-a950-d3a3f19c48db} <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:04:14.597240 [ 276 ] {c2383046-39e3-42b3-a950-d3a3f19c48db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.01.09 01:04:14.597758 [ 276 ] {c2383046-39e3-42b3-a950-d3a3f19c48db} <Debug> TCPHandler: Processed in 0.001229858 sec.
843 2025.01.09 01:04:14.598788 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.01.09 01:04:14.598929 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
845 2025.01.09 01:04:14.598989 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.01.09 01:04:14.604100 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2025.01.09 01:04:14.604151 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
848 2025.01.09 01:04:14.607040 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
849 2025.01.09 01:04:14.607519 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
850 2025.01.09 01:04:14.607755 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.008861 sec., 451.41631869992096 rows/sec., 47.72 KiB/sec.
851 2025.01.09 01:04:14.607925 [ 274 ] {7d0b6909-a5b1-440c-b2f4-b87a79b3f247} <Debug> TCPHandler: Processed in 0.009252058 sec.
852 2025.01.09 01:04:14.608113 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.01.09 01:04:14.608259 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
854 2025.01.09 01:04:14.608318 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
855 2025.01.09 01:04:14.618321 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
856 2025.01.09 01:04:14.618372 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
857 2025.01.09 01:04:14.621091 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
858 2025.01.09 01:04:14.621794 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
859 2025.01.09 01:04:14.622123 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Debug> executeQuery: Read 46 rows, 4.31 KiB in 0.013899 sec., 3309.590618030074 rows/sec., 309.99 KiB/sec.
860 2025.01.09 01:04:14.622222 [ 276 ] {b276ebb9-9367-4908-a7c8-f17db619c061} <Debug> TCPHandler: Processed in 0.014175 sec.
861 2025.01.09 01:04:14.622440 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.01.09 01:04:14.622572 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
863 2025.01.09 01:04:14.622626 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
864 2025.01.09 01:04:14.623309 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
865 2025.01.09 01:04:14.623348 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
866 2025.01.09 01:04:14.624006 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
867 2025.01.09 01:04:14.624535 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
868 2025.01.09 01:04:14.624738 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002193 sec., 10487.916096671226 rows/sec., 788.64 KiB/sec.
869 2025.01.09 01:04:14.624806 [ 274 ] {6eb48e7e-fe63-489a-a44f-7b71fa28341e} <Debug> TCPHandler: Processed in 0.002432685 sec.
870 2025.01.09 01:04:14.625008 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.01.09 01:04:14.625150 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
872 2025.01.09 01:04:14.625207 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
873 2025.01.09 01:04:14.625862 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
874 2025.01.09 01:04:14.625906 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
875 2025.01.09 01:04:14.626447 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
876 2025.01.09 01:04:14.626935 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
877 2025.01.09 01:04:14.627155 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Debug> executeQuery: Read 36 rows, 2.90 KiB in 0.002042 sec., 17629.77473065622 rows/sec., 1.39 MiB/sec.
878 2025.01.09 01:04:14.627218 [ 276 ] {ea0326a6-b33b-4410-9c3b-d4163aac19b5} <Debug> TCPHandler: Processed in 0.002289692 sec.
879 2025.01.09 01:04:14.627376 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.01.09 01:04:14.627502 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
881 2025.01.09 01:04:14.627585 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
882 2025.01.09 01:04:14.628999 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.01.09 01:04:14.629041 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
884 2025.01.09 01:04:14.635877 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
885 2025.01.09 01:04:14.636534 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.01.09 01:04:14.636848 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.009364 sec., 2456.2152926099957 rows/sec., 4.40 MiB/sec.
887 2025.01.09 01:04:14.636989 [ 274 ] {205934c7-8ce6-4dce-9ebf-bc55cf45dc86} <Debug> TCPHandler: Processed in 0.009669108 sec.
888 2025.01.09 01:04:14.637173 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2025.01.09 01:04:14.637318 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
890 2025.01.09 01:04:14.637378 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
891 2025.01.09 01:04:14.640049 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2025.01.09 01:04:14.640091 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
893 2025.01.09 01:04:14.640677 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
894 2025.01.09 01:04:14.641183 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2025.01.09 01:04:14.641473 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.004167 sec., 5039.59683225342 rows/sec., 376.38 KiB/sec.
896 2025.01.09 01:04:14.641576 [ 276 ] {32c119f4-729c-4870-a2f1-b2c5661d33ae} <Debug> TCPHandler: Processed in 0.004469831 sec.
897 2025.01.09 01:04:20.427389 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
898 2025.01.09 01:04:20.428181 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
899 2025.01.09 01:04:20.428225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
900 2025.01.09 01:04:20.428796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
901 2025.01.09 01:04:20.429062 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
902 2025.01.09 01:04:20.429306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
903 2025.01.09 01:04:20.559000 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
904 2025.01.09 01:04:20.579232 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
905 2025.01.09 01:04:20.579294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
906 2025.01.09 01:04:20.586259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
907 2025.01.09 01:04:20.587037 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
908 2025.01.09 01:04:20.590421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
909 2025.01.09 01:04:22.925120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110
910 2025.01.09 01:04:22.928885 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.01.09 01:04:22.928943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
912 2025.01.09 01:04:22.930440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.01.09 01:04:22.930750 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.01.09 01:04:22.931617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110
915 2025.01.09 01:04:24.539407 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2025.01.09 01:04:24.539701 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
917 2025.01.09 01:04:24.539820 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
918 2025.01.09 01:04:24.540607 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2025.01.09 01:04:24.540660 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
920 2025.01.09 01:04:24.541098 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
921 2025.01.09 01:04:24.541369 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2025.01.09 01:04:24.541609 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Debug> executeQuery: Read 46 rows, 4.31 KiB in 0.001991 sec., 23103.96785534907 rows/sec., 2.11 MiB/sec.
923 2025.01.09 01:04:24.541672 [ 274 ] {87216f73-b7b9-498c-902a-c51b039f6ac4} <Debug> TCPHandler: Processed in 0.002452746 sec.
924 2025.01.09 01:04:24.541984 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2025.01.09 01:04:24.542274 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
926 2025.01.09 01:04:24.542384 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
927 2025.01.09 01:04:24.543309 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
928 2025.01.09 01:04:24.543358 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
929 2025.01.09 01:04:24.543795 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
930 2025.01.09 01:04:24.544052 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
931 2025.01.09 01:04:24.544309 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002112 sec., 10890.151515151514 rows/sec., 818.89 KiB/sec.
932 2025.01.09 01:04:24.544383 [ 276 ] {8cd71459-6ee5-414a-b769-ecbaa2d3177c} <Debug> TCPHandler: Processed in 0.002577038 sec.
933 2025.01.09 01:04:24.544559 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
934 2025.01.09 01:04:24.544703 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
935 2025.01.09 01:04:24.544765 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
936 2025.01.09 01:04:24.545466 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
937 2025.01.09 01:04:24.545514 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
938 2025.01.09 01:04:24.545924 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
939 2025.01.09 01:04:24.546158 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
940 2025.01.09 01:04:24.546448 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Debug> executeQuery: Read 23 rows, 1.84 KiB in 0.001754 sec., 13112.884834663626 rows/sec., 1.03 MiB/sec.
941 2025.01.09 01:04:24.546521 [ 274 ] {595d6615-d2cf-42ec-9848-1c6cf06477a1} <Debug> TCPHandler: Processed in 0.002032366 sec.
942 2025.01.09 01:04:24.546661 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
943 2025.01.09 01:04:24.546791 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
944 2025.01.09 01:04:24.546889 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
945 2025.01.09 01:04:24.548234 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
946 2025.01.09 01:04:24.548274 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
947 2025.01.09 01:04:24.548930 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
948 2025.01.09 01:04:24.549191 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
949 2025.01.09 01:04:24.549420 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002661 sec., 8643.367155204809 rows/sec., 15.49 MiB/sec.
950 2025.01.09 01:04:24.549535 [ 276 ] {9aee5e02-d484-4a15-b6a9-b7b2c50b18a3} <Debug> TCPHandler: Processed in 0.002930356 sec.
951 2025.01.09 01:04:27.858800 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
952 2025.01.09 01:04:27.858858 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
953 2025.01.09 01:04:27.929489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
954 2025.01.09 01:04:27.930500 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
955 2025.01.09 01:04:27.930540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
956 2025.01.09 01:04:27.931107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
957 2025.01.09 01:04:27.931368 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
958 2025.01.09 01:04:27.931515 [ 89 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
959 2025.01.09 01:04:27.931568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
960 2025.01.09 01:04:27.931587 [ 89 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
961 2025.01.09 01:04:27.931609 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
962 2025.01.09 01:04:27.934771 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
963 2025.01.09 01:04:27.934905 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
964 2025.01.09 01:04:27.936442 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
965 2025.01.09 01:04:27.940978 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
966 2025.01.09 01:04:27.941163 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
967 2025.01.09 01:04:27.943803 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
968 2025.01.09 01:04:27.945589 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
969 2025.01.09 01:04:27.946548 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
970 2025.01.09 01:04:27.974986 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.043274217 sec., 64842.30552340208 rows/sec., 949.84 KiB/sec.
971 2025.01.09 01:04:27.975747 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
972 2025.01.09 01:04:27.976119 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
973 2025.01.09 01:04:27.976208 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_6_1} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
974 2025.01.09 01:04:27.976344 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
975 2025.01.09 01:04:28.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.14 MiB, peak 163.45 MiB, free memory in arenas 0.00 B, will set to 158.59 MiB (RSS), difference: 1.45 MiB
976 2025.01.09 01:04:28.090559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
977 2025.01.09 01:04:28.111719 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
978 2025.01.09 01:04:28.111789 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
979 2025.01.09 01:04:28.118745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
980 2025.01.09 01:04:28.119530 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
981 2025.01.09 01:04:28.119943 [ 89 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
982 2025.01.09 01:04:28.120091 [ 89 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
983 2025.01.09 01:04:28.120157 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
984 2025.01.09 01:04:28.120850 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
985 2025.01.09 01:04:28.138064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
986 2025.01.09 01:04:28.139075 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
987 2025.01.09 01:04:28.140469 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
988 2025.01.09 01:04:28.145789 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
989 2025.01.09 01:04:28.150869 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
990 2025.01.09 01:04:28.155762 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
991 2025.01.09 01:04:28.163105 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
992 2025.01.09 01:04:28.167684 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
993 2025.01.09 01:04:28.226867 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106527403 sec., 431.8137747148496 rows/sec., 2.23 MiB/sec.
994 2025.01.09 01:04:28.229583 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
995 2025.01.09 01:04:28.232716 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_6_1} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
996 2025.01.09 01:04:28.232841 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_6_1} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
997 2025.01.09 01:04:28.235345 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
998 2025.01.09 01:04:29.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.67 MiB, peak 169.21 MiB, free memory in arenas 0.00 B, will set to 162.26 MiB (RSS), difference: 2.59 MiB
999 2025.01.09 01:04:29.538366 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2025.01.09 01:04:29.538597 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1001 2025.01.09 01:04:29.540928 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1002 2025.01.09 01:04:29.543415 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE
1003 2025.01.09 01:04:29.543691 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1004 2025.01.09 01:04:29.547702 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1005 2025.01.09 01:04:29.548605 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
1006 2025.01.09 01:04:29.553491 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1007 2025.01.09 01:04:29.555389 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1008 2025.01.09 01:04:29.555414 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1009 2025.01.09 01:04:29.555511 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <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', 'http_service:request_latency_histogram'))"
1010 2025.01.09 01:04:29.555539 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1011 2025.01.09 01:04:29.562460 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.023954 sec., 166.98672455539784 rows/sec., 7.71 KiB/sec.
1012 2025.01.09 01:04:29.562575 [ 274 ] {f05c575d-4ccb-4ffb-b040-d15fa4bb0261} <Debug> TCPHandler: Processed in 0.02433748 sec.
1013 2025.01.09 01:04:29.563066 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1014 2025.01.09 01:04:29.563316 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1015 2025.01.09 01:04:29.563708 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1016 2025.01.09 01:04:29.563745 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1017 2025.01.09 01:04:29.564008 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1018 2025.01.09 01:04:29.564096 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1019 2025.01.09 01:04:29.564285 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
1020 2025.01.09 01:04:29.564329 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1021 2025.01.09 01:04:29.564356 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1022 2025.01.09 01:04:29.564375 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1023 2025.01.09 01:04:29.564425 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1024 2025.01.09 01:04:29.564448 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1025 2025.01.09 01:04:29.565109 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001899 sec., 2106.37177461822 rows/sec., 97.19 KiB/sec.
1026 2025.01.09 01:04:29.565251 [ 276 ] {f799622c-095b-42af-9c01-cf3f7703b178} <Debug> TCPHandler: Processed in 0.002327762 sec.
1027 2025.01.09 01:04:29.565993 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1028 2025.01.09 01:04:29.566209 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1029 2025.01.09 01:04:29.566560 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1030 2025.01.09 01:04:29.566603 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1031 2025.01.09 01:04:29.566874 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1032 2025.01.09 01:04:29.566959 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1033 2025.01.09 01:04:29.567124 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
1034 2025.01.09 01:04:29.567158 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1035 2025.01.09 01:04:29.567181 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1036 2025.01.09 01:04:29.567198 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1037 2025.01.09 01:04:29.567242 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1038 2025.01.09 01:04:29.567266 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1039 2025.01.09 01:04:29.567773 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 110.72 KiB/sec.
1040 2025.01.09 01:04:29.567859 [ 274 ] {10b588f0-0528-4e9a-9c87-b39bab105d44} <Debug> TCPHandler: Processed in 0.001940274 sec.
1041 2025.01.09 01:04:29.568105 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1042 2025.01.09 01:04:29.568303 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1043 2025.01.09 01:04:29.568645 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1044 2025.01.09 01:04:29.568686 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1045 2025.01.09 01:04:29.568953 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1046 2025.01.09 01:04:29.569030 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1047 2025.01.09 01:04:29.569183 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
1048 2025.01.09 01:04:29.569218 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1049 2025.01.09 01:04:29.569241 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1050 2025.01.09 01:04:29.569259 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1051 2025.01.09 01:04:29.569303 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1052 2025.01.09 01:04:29.569325 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1053 2025.01.09 01:04:29.569877 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 110.92 KiB/sec.
1054 2025.01.09 01:04:29.569990 [ 276 ] {fb7dc4f1-5863-4d39-933f-014aeb3572b8} <Debug> TCPHandler: Processed in 0.001970734 sec.
1055 2025.01.09 01:04:29.570231 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1056 2025.01.09 01:04:29.570406 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1057 2025.01.09 01:04:29.570764 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1058 2025.01.09 01:04:29.570802 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1059 2025.01.09 01:04:29.571033 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1060 2025.01.09 01:04:29.571104 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1061 2025.01.09 01:04:29.571259 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
1062 2025.01.09 01:04:29.571293 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1063 2025.01.09 01:04:29.571318 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1064 2025.01.09 01:04:29.571335 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1065 2025.01.09 01:04:29.571378 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1066 2025.01.09 01:04:29.571401 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1067 2025.01.09 01:04:29.571946 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001577 sec., 2536.461636017755 rows/sec., 117.04 KiB/sec.
1068 2025.01.09 01:04:29.572034 [ 274 ] {a116a510-44f1-4f91-a9bd-64ba48836aba} <Debug> TCPHandler: Processed in 0.001828681 sec.
1069 2025.01.09 01:04:29.572332 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1070 2025.01.09 01:04:29.572500 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1071 2025.01.09 01:04:29.572800 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1072 2025.01.09 01:04:29.572836 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1073 2025.01.09 01:04:29.573064 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1074 2025.01.09 01:04:29.573132 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1075 2025.01.09 01:04:29.573286 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
1076 2025.01.09 01:04:29.573321 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1077 2025.01.09 01:04:29.573345 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1078 2025.01.09 01:04:29.573363 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1079 2025.01.09 01:04:29.573406 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1080 2025.01.09 01:04:29.573429 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1081 2025.01.09 01:04:29.574002 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001571 sec., 2546.1489497135585 rows/sec., 117.49 KiB/sec.
1082 2025.01.09 01:04:29.574124 [ 276 ] {897f783a-015b-49fa-b0f2-6bb0a92f526c} <Debug> TCPHandler: Processed in 0.001851372 sec.
1083 2025.01.09 01:04:29.574371 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1084 2025.01.09 01:04:29.574532 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1085 2025.01.09 01:04:29.574824 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1086 2025.01.09 01:04:29.574861 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1087 2025.01.09 01:04:29.575088 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1088 2025.01.09 01:04:29.575157 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1089 2025.01.09 01:04:29.575308 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
1090 2025.01.09 01:04:29.575341 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1091 2025.01.09 01:04:29.575365 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1092 2025.01.09 01:04:29.575381 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1093 2025.01.09 01:04:29.575426 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <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', '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'))"
1094 2025.01.09 01:04:29.575448 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1095 2025.01.09 01:04:29.575992 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001525 sec., 2622.950819672131 rows/sec., 121.03 KiB/sec.
1096 2025.01.09 01:04:29.576079 [ 274 ] {360be303-f586-4116-86ed-456fd98e5569} <Debug> TCPHandler: Processed in 0.0017694 sec.
1097 2025.01.09 01:04:29.576345 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1098 2025.01.09 01:04:29.576507 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1099 2025.01.09 01:04:29.576796 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1100 2025.01.09 01:04:29.576832 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1101 2025.01.09 01:04:29.577059 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1102 2025.01.09 01:04:29.577127 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1103 2025.01.09 01:04:29.577272 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
1104 2025.01.09 01:04:29.577305 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1105 2025.01.09 01:04:29.577328 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1106 2025.01.09 01:04:29.577344 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1107 2025.01.09 01:04:29.577386 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <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', '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'))"
1108 2025.01.09 01:04:29.577409 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1109 2025.01.09 01:04:29.577957 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001519 sec., 2633.3113890717577 rows/sec., 121.51 KiB/sec.
1110 2025.01.09 01:04:29.578073 [ 276 ] {b94c2504-54d1-4785-9d73-8729e7430ff4} <Debug> TCPHandler: Processed in 0.00178723 sec.
1111 2025.01.09 01:04:29.578320 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1112 2025.01.09 01:04:29.578513 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1113 2025.01.09 01:04:29.578873 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1114 2025.01.09 01:04:29.578918 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1115 2025.01.09 01:04:29.579168 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1116 2025.01.09 01:04:29.579239 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1117 2025.01.09 01:04:29.579387 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1118 2025.01.09 01:04:29.579419 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1119 2025.01.09 01:04:29.579442 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1120 2025.01.09 01:04:29.579458 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1121 2025.01.09 01:04:29.579502 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <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', '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'))"
1122 2025.01.09 01:04:29.579524 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1123 2025.01.09 01:04:29.580044 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 114.21 KiB/sec.
1124 2025.01.09 01:04:29.580129 [ 274 ] {8e64d29f-47f4-4d07-b269-a2183c46f8b5} <Debug> TCPHandler: Processed in 0.001874583 sec.
1125 2025.01.09 01:04:29.580392 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1126 2025.01.09 01:04:29.580555 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1127 2025.01.09 01:04:29.580840 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1128 2025.01.09 01:04:29.580877 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1129 2025.01.09 01:04:29.581108 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1130 2025.01.09 01:04:29.581177 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1131 2025.01.09 01:04:29.581327 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1132 2025.01.09 01:04:29.581361 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1133 2025.01.09 01:04:29.581385 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1134 2025.01.09 01:04:29.581402 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1135 2025.01.09 01:04:29.581444 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <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', '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'))"
1136 2025.01.09 01:04:29.581467 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1137 2025.01.09 01:04:29.582031 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001546 sec., 2587.3221216041397 rows/sec., 119.39 KiB/sec.
1138 2025.01.09 01:04:29.582153 [ 276 ] {cb5faca8-d6fb-44d2-bc1c-bf6f4576a591} <Debug> TCPHandler: Processed in 0.001818401 sec.
1139 2025.01.09 01:04:29.582413 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1140 2025.01.09 01:04:29.582575 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1141 2025.01.09 01:04:29.582865 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1142 2025.01.09 01:04:29.582902 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1143 2025.01.09 01:04:29.583134 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1144 2025.01.09 01:04:29.583201 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1145 2025.01.09 01:04:29.583355 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1146 2025.01.09 01:04:29.583389 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1147 2025.01.09 01:04:29.583411 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1148 2025.01.09 01:04:29.583429 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1149 2025.01.09 01:04:29.583471 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <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', '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'))"
1150 2025.01.09 01:04:29.583494 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1151 2025.01.09 01:04:29.584013 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001508 sec., 2652.5198938992044 rows/sec., 122.39 KiB/sec.
1152 2025.01.09 01:04:29.584097 [ 274 ] {5f107aa2-576d-4eab-afaf-ae8a1e054a0b} <Debug> TCPHandler: Processed in 0.001744379 sec.
1153 2025.01.09 01:04:29.588381 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1154 2025.01.09 01:04:29.588547 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1155 2025.01.09 01:04:29.588839 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1156 2025.01.09 01:04:29.588876 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1157 2025.01.09 01:04:29.589111 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1158 2025.01.09 01:04:29.589176 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1159 2025.01.09 01:04:29.589323 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1160 2025.01.09 01:04:29.589356 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1161 2025.01.09 01:04:29.589378 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1162 2025.01.09 01:04:29.589394 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1163 2025.01.09 01:04:29.589437 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <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', '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'))"
1164 2025.01.09 01:04:29.589459 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1165 2025.01.09 01:04:29.590026 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001551 sec., 2578.9813023855577 rows/sec., 119.00 KiB/sec.
1166 2025.01.09 01:04:29.590146 [ 276 ] {5bc54258-2c05-44a0-9c85-bc853d675d30} <Debug> TCPHandler: Processed in 0.001823031 sec.
1167 2025.01.09 01:04:29.590420 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1168 2025.01.09 01:04:29.590547 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1169 2025.01.09 01:04:29.590600 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1170 2025.01.09 01:04:29.591358 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1171 2025.01.09 01:04:29.591403 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1172 2025.01.09 01:04:29.591934 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1173 2025.01.09 01:04:29.592167 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1174 2025.01.09 01:04:29.592411 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001888 sec., 6355.932203389831 rows/sec., 1.29 MiB/sec.
1175 2025.01.09 01:04:29.592606 [ 274 ] {54b80b69-6bfd-4057-8a96-458f92ac36b6} <Debug> TCPHandler: Processed in 0.002230081 sec.
1176 2025.01.09 01:04:29.592762 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1177 2025.01.09 01:04:29.592896 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1178 2025.01.09 01:04:29.592946 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1179 2025.01.09 01:04:29.594152 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1180 2025.01.09 01:04:29.594200 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1181 2025.01.09 01:04:29.594639 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1182 2025.01.09 01:04:29.594889 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2025.01.09 01:04:29.595187 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002317 sec., 6042.296072507553 rows/sec., 434.96 KiB/sec.
1184 2025.01.09 01:04:29.595276 [ 276 ] {d34b7c8e-e40e-43d6-8dc9-509a4c56d949} <Debug> TCPHandler: Processed in 0.002571619 sec.
1185 2025.01.09 01:04:29.595424 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1186 2025.01.09 01:04:29.595547 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1187 2025.01.09 01:04:29.595597 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1188 2025.01.09 01:04:29.596303 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1189 2025.01.09 01:04:29.596342 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1190 2025.01.09 01:04:29.596735 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1191 2025.01.09 01:04:29.596991 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1192 2025.01.09 01:04:29.597177 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Debug> executeQuery: Read 163 rows, 15.17 KiB in 0.001658 sec., 98311.21833534379 rows/sec., 8.94 MiB/sec.
1193 2025.01.09 01:04:29.597237 [ 274 ] {fe04263d-a1d5-4b3c-9537-f073ba8332fd} <Debug> TCPHandler: Processed in 0.001873723 sec.
1194 2025.01.09 01:04:29.597398 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1195 2025.01.09 01:04:29.597528 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1196 2025.01.09 01:04:29.597578 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1197 2025.01.09 01:04:29.598180 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1198 2025.01.09 01:04:29.598224 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1199 2025.01.09 01:04:29.598612 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1200 2025.01.09 01:04:29.598873 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1201 2025.01.09 01:04:29.599135 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 652.05 KiB/sec.
1202 2025.01.09 01:04:29.599261 [ 276 ] {fdbbe0de-a140-4a85-a894-41ed17ff58be} <Debug> TCPHandler: Processed in 0.001921843 sec.
1203 2025.01.09 01:04:29.599410 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1204 2025.01.09 01:04:29.599533 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1205 2025.01.09 01:04:29.599582 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1206 2025.01.09 01:04:29.600192 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1207 2025.01.09 01:04:29.600232 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1208 2025.01.09 01:04:29.600621 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1209 2025.01.09 01:04:29.600874 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1210 2025.01.09 01:04:29.601069 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec.
1211 2025.01.09 01:04:29.601137 [ 274 ] {24a72263-ab84-4f2c-a6fd-2cb77269ab23} <Debug> TCPHandler: Processed in 0.001788631 sec.
1212 2025.01.09 01:04:29.601295 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1213 2025.01.09 01:04:29.601422 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1214 2025.01.09 01:04:29.601472 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1215 2025.01.09 01:04:29.602059 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2025.01.09 01:04:29.602102 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1217 2025.01.09 01:04:29.602493 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1218 2025.01.09 01:04:29.602747 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1219 2025.01.09 01:04:29.602981 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec.
1220 2025.01.09 01:04:29.603115 [ 276 ] {b765a02e-c96e-4874-bcf6-aa0c7e2c53df} <Debug> TCPHandler: Processed in 0.001883762 sec.
1221 2025.01.09 01:04:29.603259 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2025.01.09 01:04:29.603381 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1223 2025.01.09 01:04:29.603430 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1224 2025.01.09 01:04:29.604125 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1225 2025.01.09 01:04:29.604167 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1226 2025.01.09 01:04:29.604581 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1227 2025.01.09 01:04:29.604839 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1228 2025.01.09 01:04:29.605016 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Debug> executeQuery: Read 326 rows, 23.21 KiB in 0.001663 sec., 196031.26879134096 rows/sec., 13.63 MiB/sec.
1229 2025.01.09 01:04:29.605072 [ 274 ] {f4dc7d75-22de-4b4b-b354-a6434ebc71d0} <Debug> TCPHandler: Processed in 0.001873812 sec.
1230 2025.01.09 01:04:29.605234 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1231 2025.01.09 01:04:29.605358 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1232 2025.01.09 01:04:29.605411 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1233 2025.01.09 01:04:29.605928 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1234 2025.01.09 01:04:29.605969 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1235 2025.01.09 01:04:29.606385 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1236 2025.01.09 01:04:29.606664 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1237 2025.01.09 01:04:29.606937 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec.
1238 2025.01.09 01:04:29.607013 [ 276 ] {69d1c04e-fea6-4605-900e-5ccf6766cdb5} <Debug> TCPHandler: Processed in 0.001840261 sec.
1239 2025.01.09 01:04:29.607167 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1240 2025.01.09 01:04:29.607289 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1241 2025.01.09 01:04:29.607341 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1242 2025.01.09 01:04:29.607887 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1243 2025.01.09 01:04:29.607925 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1244 2025.01.09 01:04:29.608329 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1245 2025.01.09 01:04:29.608564 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1246 2025.01.09 01:04:29.608739 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001479 sec., 52062.204192021636 rows/sec., 3.21 MiB/sec.
1247 2025.01.09 01:04:29.608799 [ 274 ] {29fa4168-7706-4d41-9a32-9e27b07db0bd} <Debug> TCPHandler: Processed in 0.001696728 sec.
1248 2025.01.09 01:04:29.608949 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1249 2025.01.09 01:04:29.609070 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1250 2025.01.09 01:04:29.609124 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1251 2025.01.09 01:04:29.609586 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1252 2025.01.09 01:04:29.609625 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1253 2025.01.09 01:04:29.609998 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1254 2025.01.09 01:04:29.610234 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.01.09 01:04:29.610517 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec.
1256 2025.01.09 01:04:29.610595 [ 276 ] {4970f02a-e56d-4218-a4d4-816d5e4084ec} <Debug> TCPHandler: Processed in 0.001704828 sec.
1257 2025.01.09 01:04:29.610730 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1258 2025.01.09 01:04:29.610846 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1259 2025.01.09 01:04:29.610927 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1260 2025.01.09 01:04:29.612002 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1261 2025.01.09 01:04:29.612041 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1262 2025.01.09 01:04:29.612675 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1263 2025.01.09 01:04:29.612936 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2025.01.09 01:04:29.613152 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002329 sec., 3434.9506225848004 rows/sec., 6.16 MiB/sec.
1265 2025.01.09 01:04:29.613242 [ 274 ] {492667aa-4dd9-4a52-bec4-1910f036c25b} <Debug> TCPHandler: Processed in 0.002570618 sec.
1266 2025.01.09 01:04:29.613402 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1267 2025.01.09 01:04:29.613522 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1268 2025.01.09 01:04:29.613575 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1269 2025.01.09 01:04:29.614062 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1270 2025.01.09 01:04:29.614102 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1271 2025.01.09 01:04:29.614499 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1272 2025.01.09 01:04:29.614750 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1273 2025.01.09 01:04:29.615022 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001502 sec., 14647.137150466044 rows/sec., 793.86 KiB/sec.
1274 2025.01.09 01:04:29.615122 [ 276 ] {7cc8ef14-4f2f-4a5b-9b96-37326eda8aa6} <Debug> TCPHandler: Processed in 0.00177861 sec.
1275 2025.01.09 01:04:32.931857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 166
1276 2025.01.09 01:04:32.935447 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2025.01.09 01:04:32.935508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1278 2025.01.09 01:04:32.937049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1279 2025.01.09 01:04:32.937393 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2025.01.09 01:04:32.938140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1281 2025.01.09 01:04:34.539351 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1282 2025.01.09 01:04:34.539594 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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)
1283 2025.01.09 01:04:34.539984 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1284 2025.01.09 01:04:34.540028 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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
1285 2025.01.09 01:04:34.540321 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1286 2025.01.09 01:04:34.540407 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1287 2025.01.09 01:04:34.540587 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1288 2025.01.09 01:04:34.540745 [ 296 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1289 2025.01.09 01:04:34.540845 [ 298 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1290 2025.01.09 01:04:34.540963 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1291 2025.01.09 01:04:34.540994 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1292 2025.01.09 01:04:34.545041 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1293 2025.01.09 01:04:34.545074 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1294 2025.01.09 01:04:34.545139 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <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', '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'))"
1295 2025.01.09 01:04:34.545190 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <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', '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'))"
1296 2025.01.09 01:04:34.546334 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.006844 sec., 2337.81414377557 rows/sec., 83.62 KiB/sec.
1297 2025.01.09 01:04:34.546463 [ 274 ] {8da5b889-11a4-48f9-ad12-4213b0ebda09} <Debug> TCPHandler: Processed in 0.007245864 sec.
1298 2025.01.09 01:04:34.546927 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1299 2025.01.09 01:04:34.547190 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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_underlay_prefixes', '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)
1300 2025.01.09 01:04:34.547617 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1301 2025.01.09 01:04:34.547664 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <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_underlay_prefixes', '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
1302 2025.01.09 01:04:34.547979 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1303 2025.01.09 01:04:34.548073 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1304 2025.01.09 01:04:34.548269 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1305 2025.01.09 01:04:34.548360 [ 299 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1306 2025.01.09 01:04:34.548371 [ 296 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1307 2025.01.09 01:04:34.548470 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1308 2025.01.09 01:04:34.548504 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1309 2025.01.09 01:04:34.548603 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1310 2025.01.09 01:04:34.548626 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1311 2025.01.09 01:04:34.548671 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <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_underlay_prefixes', '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'))"
1312 2025.01.09 01:04:34.548721 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <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_underlay_prefixes', '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'))"
1313 2025.01.09 01:04:34.549783 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002706 sec., 5912.786400591279 rows/sec., 211.48 KiB/sec.
1314 2025.01.09 01:04:34.549969 [ 276 ] {15b472a7-74df-426c-9727-b187fd3967a6} <Debug> TCPHandler: Processed in 0.003178972 sec.
1315 2025.01.09 01:04:34.550293 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1316 2025.01.09 01:04:34.550512 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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', '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)
1317 2025.01.09 01:04:34.550888 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1318 2025.01.09 01:04:34.550938 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <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', '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
1319 2025.01.09 01:04:34.551242 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1320 2025.01.09 01:04:34.551313 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1321 2025.01.09 01:04:34.551468 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1322 2025.01.09 01:04:34.551589 [ 299 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1323 2025.01.09 01:04:34.551593 [ 298 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1324 2025.01.09 01:04:34.551705 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1325 2025.01.09 01:04:34.551732 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1326 2025.01.09 01:04:34.551814 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1327 2025.01.09 01:04:34.551836 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1328 2025.01.09 01:04:34.551876 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <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', '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'))"
1329 2025.01.09 01:04:34.551923 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <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', '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'))"
1330 2025.01.09 01:04:34.552714 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002301 sec., 6953.498478922207 rows/sec., 248.70 KiB/sec.
1331 2025.01.09 01:04:34.552837 [ 274 ] {d569f79b-6a6d-470f-b8f6-6bdde1312e06} <Debug> TCPHandler: Processed in 0.002615659 sec.
1332 2025.01.09 01:04:34.553105 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1333 2025.01.09 01:04:34.553315 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:solicitations_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)
1334 2025.01.09 01:04:34.553700 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1335 2025.01.09 01:04:34.553751 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <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:solicitations_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
1336 2025.01.09 01:04:34.554114 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1337 2025.01.09 01:04:34.554196 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1338 2025.01.09 01:04:34.554350 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1339 2025.01.09 01:04:34.554450 [ 299 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1340 2025.01.09 01:04:34.554449 [ 296 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1341 2025.01.09 01:04:34.554570 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1342 2025.01.09 01:04:34.554635 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1343 2025.01.09 01:04:34.554735 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1344 2025.01.09 01:04:34.554759 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1345 2025.01.09 01:04:34.554803 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <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:solicitations_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'))"
1346 2025.01.09 01:04:34.554854 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <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:solicitations_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'))"
1347 2025.01.09 01:04:34.555867 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002655 sec., 6026.3653483992475 rows/sec., 215.54 KiB/sec.
1348 2025.01.09 01:04:34.556035 [ 276 ] {617460a6-1f53-4926-9a27-1f0567f1d6c9} <Debug> TCPHandler: Processed in 0.002990348 sec.
1349 2025.01.09 01:04:34.556316 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1350 2025.01.09 01:04:34.556499 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:solicitations_received', 'ddm_session:solicitations_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)
1351 2025.01.09 01:04:34.556813 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1352 2025.01.09 01:04:34.556855 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <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:solicitations_received', 'ddm_session:solicitations_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
1353 2025.01.09 01:04:34.557120 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1354 2025.01.09 01:04:34.557189 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1355 2025.01.09 01:04:34.557341 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1356 2025.01.09 01:04:34.557449 [ 299 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1357 2025.01.09 01:04:34.557454 [ 298 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1358 2025.01.09 01:04:34.557558 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1359 2025.01.09 01:04:34.557586 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1360 2025.01.09 01:04:34.557666 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1361 2025.01.09 01:04:34.557685 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1362 2025.01.09 01:04:34.557733 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1363 2025.01.09 01:04:34.557820 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1364 2025.01.09 01:04:34.558857 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002439 sec., 6560.065600656006 rows/sec., 234.63 KiB/sec.
1365 2025.01.09 01:04:34.559018 [ 274 ] {25b980fe-19b0-4bb9-9bd4-a9eceaed8b91} <Debug> TCPHandler: Processed in 0.002758202 sec.
1366 2025.01.09 01:04:34.559272 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1367 2025.01.09 01:04:34.559457 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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)
1368 2025.01.09 01:04:34.559785 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1369 2025.01.09 01:04:34.559829 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1370 2025.01.09 01:04:34.560104 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1371 2025.01.09 01:04:34.560173 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1372 2025.01.09 01:04:34.560330 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1373 2025.01.09 01:04:34.560422 [ 296 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1374 2025.01.09 01:04:34.560422 [ 299 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1375 2025.01.09 01:04:34.560521 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1376 2025.01.09 01:04:34.560553 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1377 2025.01.09 01:04:34.560638 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1378 2025.01.09 01:04:34.560661 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1379 2025.01.09 01:04:34.560702 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1380 2025.01.09 01:04:34.560751 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1381 2025.01.09 01:04:34.561740 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002369 sec., 6753.90460109751 rows/sec., 241.56 KiB/sec.
1382 2025.01.09 01:04:34.561897 [ 276 ] {48064f03-2eaa-40b1-879c-1f2cffd28ecc} <Debug> TCPHandler: Processed in 0.002686241 sec.
1383 2025.01.09 01:04:34.562169 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1384 2025.01.09 01:04:34.562348 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:solicitations_received', 'ddm_session:solicitations_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)
1385 2025.01.09 01:04:34.562665 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1386 2025.01.09 01:04:34.562708 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <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:solicitations_received', 'ddm_session:solicitations_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
1387 2025.01.09 01:04:34.562980 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1388 2025.01.09 01:04:34.563049 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1389 2025.01.09 01:04:34.563198 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1390 2025.01.09 01:04:34.563270 [ 299 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1391 2025.01.09 01:04:34.563284 [ 296 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1392 2025.01.09 01:04:34.563362 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1393 2025.01.09 01:04:34.563384 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1394 2025.01.09 01:04:34.563462 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1395 2025.01.09 01:04:34.563482 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1396 2025.01.09 01:04:34.563522 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1397 2025.01.09 01:04:34.563570 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <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:solicitations_received', 'ddm_session:solicitations_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'))"
1398 2025.01.09 01:04:34.564524 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002256 sec., 7092.198581560283 rows/sec., 253.66 KiB/sec.
1399 2025.01.09 01:04:34.564650 [ 274 ] {6a04824d-df01-4695-ab6e-3874b35152f7} <Debug> TCPHandler: Processed in 0.002538777 sec.
1400 2025.01.09 01:04:34.564885 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2025.01.09 01:04:34.565064 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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)
1402 2025.01.09 01:04:34.565383 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1403 2025.01.09 01:04:34.565428 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1404 2025.01.09 01:04:34.565708 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1405 2025.01.09 01:04:34.565778 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1406 2025.01.09 01:04:34.565934 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1407 2025.01.09 01:04:34.566019 [ 299 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1408 2025.01.09 01:04:34.566031 [ 296 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1409 2025.01.09 01:04:34.566130 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1410 2025.01.09 01:04:34.566159 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1411 2025.01.09 01:04:34.566240 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1412 2025.01.09 01:04:34.566262 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1413 2025.01.09 01:04:34.566302 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1414 2025.01.09 01:04:34.566347 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1415 2025.01.09 01:04:34.567366 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002383 sec., 6714.225765841376 rows/sec., 240.15 KiB/sec.
1416 2025.01.09 01:04:34.567527 [ 276 ] {ed21eeab-4165-4f80-bb00-b3238a8a7039} <Debug> TCPHandler: Processed in 0.002698841 sec.
1417 2025.01.09 01:04:34.567777 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1418 2025.01.09 01:04:34.567955 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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)
1419 2025.01.09 01:04:34.568275 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1420 2025.01.09 01:04:34.568318 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1421 2025.01.09 01:04:34.568601 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1422 2025.01.09 01:04:34.568674 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1423 2025.01.09 01:04:34.568831 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1424 2025.01.09 01:04:34.568916 [ 299 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1425 2025.01.09 01:04:34.568937 [ 298 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1426 2025.01.09 01:04:34.569033 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1427 2025.01.09 01:04:34.569061 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1428 2025.01.09 01:04:34.569142 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1429 2025.01.09 01:04:34.569161 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1430 2025.01.09 01:04:34.569202 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1431 2025.01.09 01:04:34.569250 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1432 2025.01.09 01:04:34.570228 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002355 sec., 6794.055201698514 rows/sec., 243.00 KiB/sec.
1433 2025.01.09 01:04:34.570355 [ 274 ] {6f792d4a-2acb-4d33-a0ec-c91ec9c89bb7} <Debug> TCPHandler: Processed in 0.00263414 sec.
1434 2025.01.09 01:04:34.570589 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1435 2025.01.09 01:04:34.570771 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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)
1436 2025.01.09 01:04:34.571089 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1437 2025.01.09 01:04:34.571134 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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
1438 2025.01.09 01:04:34.571424 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1439 2025.01.09 01:04:34.571492 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1440 2025.01.09 01:04:34.571642 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1441 2025.01.09 01:04:34.571721 [ 299 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1442 2025.01.09 01:04:34.571725 [ 296 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1443 2025.01.09 01:04:34.571823 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1444 2025.01.09 01:04:34.571851 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1445 2025.01.09 01:04:34.571933 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1446 2025.01.09 01:04:34.571953 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1447 2025.01.09 01:04:34.571994 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1448 2025.01.09 01:04:34.572042 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))"
1449 2025.01.09 01:04:34.573031 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002343 sec., 6828.851899274435 rows/sec., 244.24 KiB/sec.
1450 2025.01.09 01:04:34.573197 [ 276 ] {9c7c346b-0564-4a2d-8d6f-82d60211f73e} <Debug> TCPHandler: Processed in 0.00266634 sec.
1451 2025.01.09 01:04:34.573454 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1452 2025.01.09 01:04:34.573637 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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)
1453 2025.01.09 01:04:34.573966 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1454 2025.01.09 01:04:34.574012 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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
1455 2025.01.09 01:04:34.574300 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1456 2025.01.09 01:04:34.574368 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1457 2025.01.09 01:04:34.574519 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1458 2025.01.09 01:04:34.574595 [ 299 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1459 2025.01.09 01:04:34.574624 [ 298 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1460 2025.01.09 01:04:34.574720 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1461 2025.01.09 01:04:34.574746 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1462 2025.01.09 01:04:34.574825 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1463 2025.01.09 01:04:34.574846 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1464 2025.01.09 01:04:34.574885 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))"
1465 2025.01.09 01:04:34.574932 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))"
1466 2025.01.09 01:04:34.575836 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002284 sec., 7005.253940455342 rows/sec., 250.55 KiB/sec.
1467 2025.01.09 01:04:34.575966 [ 274 ] {c0bfb8ee-30dd-4a98-b214-428474360b45} <Debug> TCPHandler: Processed in 0.002573348 sec.
1468 2025.01.09 01:04:34.576239 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1469 2025.01.09 01:04:34.576431 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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: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', '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)
1470 2025.01.09 01:04:34.576764 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1471 2025.01.09 01:04:34.576810 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <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: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', '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
1472 2025.01.09 01:04:34.577108 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1473 2025.01.09 01:04:34.577177 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1474 2025.01.09 01:04:34.577331 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1475 2025.01.09 01:04:34.577431 [ 299 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1476 2025.01.09 01:04:34.577446 [ 298 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1477 2025.01.09 01:04:34.577554 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1478 2025.01.09 01:04:34.577583 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1479 2025.01.09 01:04:34.577668 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1480 2025.01.09 01:04:34.577690 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1481 2025.01.09 01:04:34.577732 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <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: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', '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'))"
1482 2025.01.09 01:04:34.577782 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <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: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', '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'))"
1483 2025.01.09 01:04:34.578822 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002479 sec., 6454.21540943929 rows/sec., 230.85 KiB/sec.
1484 2025.01.09 01:04:34.578982 [ 276 ] {802aeee8-c246-43a5-819f-58f67cdb8599} <Debug> TCPHandler: Processed in 0.002809353 sec.
1485 2025.01.09 01:04:34.579239 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1486 2025.01.09 01:04:34.579419 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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)
1487 2025.01.09 01:04:34.579738 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1488 2025.01.09 01:04:34.579783 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1489 2025.01.09 01:04:34.580074 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1490 2025.01.09 01:04:34.580140 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1491 2025.01.09 01:04:34.580289 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1492 2025.01.09 01:04:34.580376 [ 299 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1493 2025.01.09 01:04:34.580394 [ 298 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1494 2025.01.09 01:04:34.580491 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1495 2025.01.09 01:04:34.580518 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1496 2025.01.09 01:04:34.580596 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1497 2025.01.09 01:04:34.580616 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1498 2025.01.09 01:04:34.580656 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1499 2025.01.09 01:04:34.580704 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1500 2025.01.09 01:04:34.581723 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002389 sec., 6697.3629133528675 rows/sec., 239.54 KiB/sec.
1501 2025.01.09 01:04:34.581881 [ 274 ] {502893f2-19c9-4a74-b610-ca557c2c5ccc} <Debug> TCPHandler: Processed in 0.002699851 sec.
1502 2025.01.09 01:04:34.582139 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1503 2025.01.09 01:04:34.582324 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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)
1504 2025.01.09 01:04:34.582652 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1505 2025.01.09 01:04:34.582697 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1506 2025.01.09 01:04:34.582999 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1507 2025.01.09 01:04:34.583066 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1508 2025.01.09 01:04:34.583217 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1509 2025.01.09 01:04:34.583304 [ 299 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1510 2025.01.09 01:04:34.583307 [ 296 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1511 2025.01.09 01:04:34.583410 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
1512 2025.01.09 01:04:34.583438 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
1513 2025.01.09 01:04:34.583520 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1514 2025.01.09 01:04:34.583541 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 16 rows with 2 streams
1515 2025.01.09 01:04:34.583581 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1516 2025.01.09 01:04:34.583630 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1517 2025.01.09 01:04:34.584705 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002466 sec., 6488.240064882401 rows/sec., 232.06 KiB/sec.
1518 2025.01.09 01:04:34.584905 [ 276 ] {b71dbf38-306b-4081-9093-25f08be1c209} <Debug> TCPHandler: Processed in 0.002826074 sec.
1519 2025.01.09 01:04:34.588470 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1520 2025.01.09 01:04:34.588608 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1521 2025.01.09 01:04:34.588666 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1522 2025.01.09 01:04:34.589433 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2025.01.09 01:04:34.589477 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1524 2025.01.09 01:04:34.589973 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1525 2025.01.09 01:04:34.590213 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1526 2025.01.09 01:04:34.590459 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 1.04 MiB/sec.
1527 2025.01.09 01:04:34.590605 [ 274 ] {52753ce1-e1d0-4c3d-b43d-e687d249106a} <Debug> TCPHandler: Processed in 0.00219598 sec.
1528 2025.01.09 01:04:34.590774 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1529 2025.01.09 01:04:34.590929 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1530 2025.01.09 01:04:34.590990 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1531 2025.01.09 01:04:34.591684 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1532 2025.01.09 01:04:34.591733 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1533 2025.01.09 01:04:34.592160 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1534 2025.01.09 01:04:34.592413 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1535 2025.01.09 01:04:34.592719 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Debug> executeQuery: Read 74 rows, 6.52 KiB in 0.001812 sec., 40838.85209713024 rows/sec., 3.51 MiB/sec.
1536 2025.01.09 01:04:34.592793 [ 276 ] {e4fe55d9-2975-4be0-a68d-38d02a3a4f09} <Debug> TCPHandler: Processed in 0.002088797 sec.
1537 2025.01.09 01:04:34.592953 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1538 2025.01.09 01:04:34.593080 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1539 2025.01.09 01:04:34.593130 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1540 2025.01.09 01:04:34.594084 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2025.01.09 01:04:34.594135 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1542 2025.01.09 01:04:34.594600 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1543 2025.01.09 01:04:34.594857 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1544 2025.01.09 01:04:34.595073 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002021 sec., 11875.309252845127 rows/sec., 892.97 KiB/sec.
1545 2025.01.09 01:04:34.595135 [ 274 ] {879bf0bb-aa62-4b15-84da-5926c833078f} <Debug> TCPHandler: Processed in 0.002241431 sec.
1546 2025.01.09 01:04:34.595300 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1547 2025.01.09 01:04:34.595449 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1548 2025.01.09 01:04:34.595509 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1549 2025.01.09 01:04:34.596249 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1550 2025.01.09 01:04:34.596291 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1551 2025.01.09 01:04:34.596671 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1552 2025.01.09 01:04:34.596930 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1553 2025.01.09 01:04:34.597225 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.001788 sec., 29082.774049217 rows/sec., 2.27 MiB/sec.
1554 2025.01.09 01:04:34.597296 [ 276 ] {67fe7577-dd2c-4ea6-89b0-afe89638b138} <Debug> TCPHandler: Processed in 0.002066066 sec.
1555 2025.01.09 01:04:34.597454 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1556 2025.01.09 01:04:34.597576 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1557 2025.01.09 01:04:34.597629 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1558 2025.01.09 01:04:34.598179 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1559 2025.01.09 01:04:34.598219 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1560 2025.01.09 01:04:34.598611 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1561 2025.01.09 01:04:34.598856 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1562 2025.01.09 01:04:34.599046 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001514 sec., 52840.15852047556 rows/sec., 3.66 MiB/sec.
1563 2025.01.09 01:04:34.599097 [ 274 ] {b70dc63d-363f-412e-90cc-438219092ad4} <Debug> TCPHandler: Processed in 0.001725779 sec.
1564 2025.01.09 01:04:34.599224 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1565 2025.01.09 01:04:34.599337 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1566 2025.01.09 01:04:34.599413 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1567 2025.01.09 01:04:34.600674 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1568 2025.01.09 01:04:34.600717 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1569 2025.01.09 01:04:34.601367 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1570 2025.01.09 01:04:34.601639 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1571 2025.01.09 01:04:34.601883 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002534 sec., 9471.19179163378 rows/sec., 16.97 MiB/sec.
1572 2025.01.09 01:04:34.601992 [ 276 ] {9de7cabd-a2ec-44a8-9350-6d00995625e2} <Debug> TCPHandler: Processed in 0.002792132 sec.
1573 2025.01.09 01:04:34.602156 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1574 2025.01.09 01:04:34.602290 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1575 2025.01.09 01:04:34.602345 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1576 2025.01.09 01:04:34.602846 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1577 2025.01.09 01:04:34.602887 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1578 2025.01.09 01:04:34.603265 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1579 2025.01.09 01:04:34.603505 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1580 2025.01.09 01:04:34.603683 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00142 sec., 16901.408450704224 rows/sec., 1.16 MiB/sec.
1581 2025.01.09 01:04:34.603738 [ 274 ] {f9b5d961-0323-4475-a324-8c11141aa5f3} <Debug> TCPHandler: Processed in 0.001647847 sec.
1582 2025.01.09 01:04:35.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.48 MiB, peak 169.21 MiB, free memory in arenas 0.00 B, will set to 163.45 MiB (RSS), difference: -1.03 MiB
1583 2025.01.09 01:04:35.431689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1584 2025.01.09 01:04:35.432366 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1585 2025.01.09 01:04:35.432415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1586 2025.01.09 01:04:35.433079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1587 2025.01.09 01:04:35.433344 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1588 2025.01.09 01:04:35.433587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1589 2025.01.09 01:04:35.638169 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1590 2025.01.09 01:04:35.658620 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1591 2025.01.09 01:04:35.658685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1592 2025.01.09 01:04:35.665769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1593 2025.01.09 01:04:35.666514 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1594 2025.01.09 01:04:35.669184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1595 2025.01.09 01:04:36.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.98 MiB, peak 169.21 MiB, free memory in arenas 0.00 B, will set to 165.77 MiB (RSS), difference: 1.79 MiB
1596 2025.01.09 01:04:39.547590 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1597 2025.01.09 01:04:39.547812 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1598 2025.01.09 01:04:39.547893 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1599 2025.01.09 01:04:39.548707 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1600 2025.01.09 01:04:39.548752 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1601 2025.01.09 01:04:39.549203 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1602 2025.01.09 01:04:39.549460 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1603 2025.01.09 01:04:39.549663 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec.
1604 2025.01.09 01:04:39.549727 [ 274 ] {cc444f9b-c15e-4d69-8b25-3bb3c042c758} <Debug> TCPHandler: Processed in 0.002271361 sec.
1605 2025.01.09 01:04:39.549985 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1606 2025.01.09 01:04:39.550186 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1607 2025.01.09 01:04:39.550266 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1608 2025.01.09 01:04:39.551136 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1609 2025.01.09 01:04:39.551188 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1610 2025.01.09 01:04:39.551660 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1611 2025.01.09 01:04:39.551919 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1612 2025.01.09 01:04:39.552209 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.002072 sec., 91216.21621621621 rows/sec., 8.10 MiB/sec.
1613 2025.01.09 01:04:39.552380 [ 276 ] {39d4795b-c582-48e3-aa42-2035962e8985} <Debug> TCPHandler: Processed in 0.002530027 sec.
1614 2025.01.09 01:04:39.552566 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2025.01.09 01:04:39.552713 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1616 2025.01.09 01:04:39.552776 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1617 2025.01.09 01:04:39.553467 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1618 2025.01.09 01:04:39.553507 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1619 2025.01.09 01:04:39.553879 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1620 2025.01.09 01:04:39.554128 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1621 2025.01.09 01:04:39.554361 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001671 sec., 8976.660682226213 rows/sec., 632.92 KiB/sec.
1622 2025.01.09 01:04:39.554534 [ 274 ] {9ed02a41-2835-4348-a1ef-274b38effc18} <Debug> TCPHandler: Processed in 0.002041026 sec.
1623 2025.01.09 01:04:39.554690 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2025.01.09 01:04:39.554838 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1625 2025.01.09 01:04:39.554899 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1626 2025.01.09 01:04:39.555550 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2025.01.09 01:04:39.555589 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1628 2025.01.09 01:04:39.555957 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1629 2025.01.09 01:04:39.556205 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1630 2025.01.09 01:04:39.556454 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec.
1631 2025.01.09 01:04:39.556531 [ 276 ] {9692ab37-dde1-45df-9065-1d6d6a56f536} <Debug> TCPHandler: Processed in 0.001911623 sec.
1632 2025.01.09 01:04:39.556683 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2025.01.09 01:04:39.556821 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1634 2025.01.09 01:04:39.556880 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1635 2025.01.09 01:04:39.557531 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1636 2025.01.09 01:04:39.557571 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1637 2025.01.09 01:04:39.557926 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1638 2025.01.09 01:04:39.558161 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1639 2025.01.09 01:04:39.558360 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec.
1640 2025.01.09 01:04:39.558425 [ 274 ] {46661b89-ca9a-4fb7-8fa1-f5f7dfcf0ccc} <Debug> TCPHandler: Processed in 0.001809091 sec.
1641 2025.01.09 01:04:39.558572 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1642 2025.01.09 01:04:39.558711 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1643 2025.01.09 01:04:39.558769 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1644 2025.01.09 01:04:39.559577 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1645 2025.01.09 01:04:39.559616 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1646 2025.01.09 01:04:39.560006 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1647 2025.01.09 01:04:39.560246 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1648 2025.01.09 01:04:39.560430 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001752 sec., 202054.79452054793 rows/sec., 14.18 MiB/sec.
1649 2025.01.09 01:04:39.560485 [ 276 ] {cb6b6b3d-6d87-45bb-9103-f6c88798caf4} <Debug> TCPHandler: Processed in 0.001982595 sec.
1650 2025.01.09 01:04:39.560647 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1651 2025.01.09 01:04:39.560785 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1652 2025.01.09 01:04:39.560845 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1653 2025.01.09 01:04:39.561418 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2025.01.09 01:04:39.561457 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1655 2025.01.09 01:04:39.561819 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1656 2025.01.09 01:04:39.562064 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2025.01.09 01:04:39.562341 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec.
1658 2025.01.09 01:04:39.562401 [ 274 ] {9405506b-de35-4e10-a18e-063da2aed7db} <Debug> TCPHandler: Processed in 0.001821011 sec.
1659 2025.01.09 01:04:39.562549 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1660 2025.01.09 01:04:39.562691 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1661 2025.01.09 01:04:39.562754 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1662 2025.01.09 01:04:39.563413 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1663 2025.01.09 01:04:39.563451 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1664 2025.01.09 01:04:39.563848 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1665 2025.01.09 01:04:39.564085 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1666 2025.01.09 01:04:39.564257 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001598 sec., 110763.45431789737 rows/sec., 7.31 MiB/sec.
1667 2025.01.09 01:04:39.564307 [ 276 ] {ca0026d2-98f3-468d-b593-c3320082071b} <Debug> TCPHandler: Processed in 0.001826421 sec.
1668 2025.01.09 01:04:39.564450 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1669 2025.01.09 01:04:39.564587 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1670 2025.01.09 01:04:39.564648 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1671 2025.01.09 01:04:39.565204 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1672 2025.01.09 01:04:39.565250 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1673 2025.01.09 01:04:39.565631 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1674 2025.01.09 01:04:39.565874 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1675 2025.01.09 01:04:39.566074 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec.
1676 2025.01.09 01:04:39.566125 [ 274 ] {115d9ac8-18a8-46ad-b4fd-601c149856e8} <Debug> TCPHandler: Processed in 0.001741389 sec.
1677 2025.01.09 01:04:39.566254 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1678 2025.01.09 01:04:39.566375 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1679 2025.01.09 01:04:39.566466 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1680 2025.01.09 01:04:39.567669 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1681 2025.01.09 01:04:39.567706 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1682 2025.01.09 01:04:39.568307 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1683 2025.01.09 01:04:39.568570 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1684 2025.01.09 01:04:39.568770 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002423 sec., 3301.6921172100706 rows/sec., 5.92 MiB/sec.
1685 2025.01.09 01:04:39.568860 [ 276 ] {b6011235-80cb-42b4-842e-2d98beabe28b} <Debug> TCPHandler: Processed in 0.00266085 sec.
1686 2025.01.09 01:04:39.568997 [ 274 ] {} <Trace> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1687 2025.01.09 01:04:39.569114 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50372) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1688 2025.01.09 01:04:39.569165 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1689 2025.01.09 01:04:39.569656 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1690 2025.01.09 01:04:39.569695 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1691 2025.01.09 01:04:39.570068 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1692 2025.01.09 01:04:39.570307 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1693 2025.01.09 01:04:39.570516 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001425 sec., 36491.228070175435 rows/sec., 2.26 MiB/sec.
1694 2025.01.09 01:04:39.570569 [ 274 ] {7201f4e6-9829-4368-8cc6-bdf1de4b6473} <Debug> TCPHandler: Processed in 0.001626777 sec.
1695 2025.01.09 01:04:42.858894 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache
1696 2025.01.09 01:04:42.858956 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache
1697 2025.01.09 01:04:42.933758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1698 2025.01.09 01:04:42.934700 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1699 2025.01.09 01:04:42.934751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1700 2025.01.09 01:04:42.935340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1701 2025.01.09 01:04:42.935596 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1702 2025.01.09 01:04:42.935902 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1703 2025.01.09 01:04:42.938485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230
1704 2025.01.09 01:04:42.942330 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1705 2025.01.09 01:04:42.942384 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1706 2025.01.09 01:04:42.943969 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1707 2025.01.09 01:04:42.944291 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1708 2025.01.09 01:04:42.945161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230
1709 2025.01.09 01:04:43.169282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1710 2025.01.09 01:04:43.189242 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1711 2025.01.09 01:04:43.189307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1712 2025.01.09 01:04:43.196139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1713 2025.01.09 01:04:43.196924 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1714 2025.01.09 01:04:43.199591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1715 2025.01.09 01:04:44.037497 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1716 2025.01.09 01:04:44.037602 [ 274 ] {} <Debug> TCP-Session: 8f8e4fc0-f000-4694-aa9a-bad4e5c5fe66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1717 2025.01.09 01:04:44.543463 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1718 2025.01.09 01:04:44.543675 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1719 2025.01.09 01:04:44.543750 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1720 2025.01.09 01:04:44.544605 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1721 2025.01.09 01:04:44.544656 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1722 2025.01.09 01:04:44.545143 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1723 2025.01.09 01:04:44.545436 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1724 2025.01.09 01:04:44.545653 [ 63 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1725 2025.01.09 01:04:44.545736 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Debug> executeQuery: Read 74 rows, 6.52 KiB in 0.002113 sec., 35021.29673450071 rows/sec., 3.01 MiB/sec.
1726 2025.01.09 01:04:44.545769 [ 63 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1727 2025.01.09 01:04:44.545860 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1728 2025.01.09 01:04:44.545878 [ 276 ] {f0c0bc5c-65ec-48bc-b0ce-380d7d7b2b60} <Debug> TCPHandler: Processed in 0.002554027 sec.
1729 2025.01.09 01:04:44.546300 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1730 2025.01.09 01:04:44.546310 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
1731 2025.01.09 01:04:44.546753 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1732 2025.01.09 01:04:44.546755 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1733 2025.01.09 01:04:44.546835 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part
1734 2025.01.09 01:04:44.546892 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1735 2025.01.09 01:04:44.547142 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
1736 2025.01.09 01:04:44.547569 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 163 rows starting from the beginning of the part
1737 2025.01.09 01:04:44.547943 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 74 rows starting from the beginning of the part
1738 2025.01.09 01:04:44.548335 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
1739 2025.01.09 01:04:44.548677 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part
1740 2025.01.09 01:04:44.550272 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1741 2025.01.09 01:04:44.550353 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1742 2025.01.09 01:04:44.551527 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1743 2025.01.09 01:04:44.551949 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 5 columns (5 merged, 0 gathered) in 0.005982745 sec., 98951.2339235585 rows/sec., 9.19 MiB/sec.
1744 2025.01.09 01:04:44.552078 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1745 2025.01.09 01:04:44.552197 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1746 2025.01.09 01:04:44.552325 [ 63 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1747 2025.01.09 01:04:44.552426 [ 63 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1748 2025.01.09 01:04:44.552515 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1749 2025.01.09 01:04:44.552671 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.006017 sec., 3988.698687053349 rows/sec., 299.93 KiB/sec.
1750 2025.01.09 01:04:44.553295 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
1751 2025.01.09 01:04:44.553521 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1752 2025.01.09 01:04:44.553581 [ 279 ] {26a1e96a-4b4e-4673-8230-78536d30c7aa} <Debug> TCPHandler: Processed in 0.007572611 sec.
1753 2025.01.09 01:04:44.553581 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1754 2025.01.09 01:04:44.553845 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1755 2025.01.09 01:04:44.553904 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_6_1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1756 2025.01.09 01:04:44.553946 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
1757 2025.01.09 01:04:44.553952 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2025.01.09 01:04:44.554090 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
1759 2025.01.09 01:04:44.554361 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part
1760 2025.01.09 01:04:44.554402 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1761 2025.01.09 01:04:44.554581 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1762 2025.01.09 01:04:44.554656 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
1763 2025.01.09 01:04:44.555022 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
1764 2025.01.09 01:04:44.555339 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part
1765 2025.01.09 01:04:44.555725 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
1766 2025.01.09 01:04:44.557274 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.01.09 01:04:44.557353 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1768 2025.01.09 01:04:44.558445 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1769 2025.01.09 01:04:44.558602 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941664 sec., 20869.57458382029 rows/sec., 1.59 MiB/sec.
1770 2025.01.09 01:04:44.558810 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1771 2025.01.09 01:04:44.558969 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1772 2025.01.09 01:04:44.559204 [ 63 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1773 2025.01.09 01:04:44.559298 [ 63 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1774 2025.01.09 01:04:44.559372 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1775 2025.01.09 01:04:44.559441 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2025.01.09 01:04:44.559628 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.005262 sec., 9882.174078297225 rows/sec., 790.23 KiB/sec.
1777 2025.01.09 01:04:44.559902 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_6_1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1778 2025.01.09 01:04:44.559910 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
1779 2025.01.09 01:04:44.560178 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1780 2025.01.09 01:04:44.560271 [ 276 ] {663d55cc-8bf7-4ccf-82eb-c387ffdcced1} <Debug> TCPHandler: Processed in 0.006508857 sec.
1781 2025.01.09 01:04:44.560323 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1782 2025.01.09 01:04:44.560399 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1783 2025.01.09 01:04:44.560489 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1784 2025.01.09 01:04:44.560675 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part
1785 2025.01.09 01:04:44.560969 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1786 2025.01.09 01:04:44.560980 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 326 rows starting from the beginning of the part
1787 2025.01.09 01:04:44.561226 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1788 2025.01.09 01:04:44.561307 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part
1789 2025.01.09 01:04:44.561625 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
1790 2025.01.09 01:04:44.562036 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part
1791 2025.01.09 01:04:44.564178 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1792 2025.01.09 01:04:44.564246 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1793 2025.01.09 01:04:44.565300 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1794 2025.01.09 01:04:44.565468 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 843 rows, containing 5 columns (5 merged, 0 gathered) in 0.005947954 sec., 141729.40812924915 rows/sec., 10.67 MiB/sec.
1795 2025.01.09 01:04:44.565735 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1796 2025.01.09 01:04:44.565738 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.01.09 01:04:44.566289 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005581 sec., 17917.935853789644 rows/sec., 1.24 MiB/sec.
1798 2025.01.09 01:04:44.566488 [ 279 ] {a81c34fa-cd38-4403-a146-31b8694dc524} <Debug> TCPHandler: Processed in 0.006122258 sec.
1799 2025.01.09 01:04:44.566488 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1800 2025.01.09 01:04:44.566672 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_6_1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1801 2025.01.09 01:04:44.566706 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1802 2025.01.09 01:04:44.566866 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1803 2025.01.09 01:04:44.566970 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1804 2025.01.09 01:04:44.567070 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1805 2025.01.09 01:04:44.568333 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1806 2025.01.09 01:04:44.568374 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1807 2025.01.09 01:04:44.569051 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1808 2025.01.09 01:04:44.569318 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1809 2025.01.09 01:04:44.569501 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1810 2025.01.09 01:04:44.569576 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1811 2025.01.09 01:04:44.569610 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.59 GiB.
1812 2025.01.09 01:04:44.569638 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002693 sec., 8911.994058670627 rows/sec., 15.97 MiB/sec.
1813 2025.01.09 01:04:44.570251 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
1814 2025.01.09 01:04:44.570586 [ 276 ] {b0c55068-8a79-43ba-a337-a4485cfebc26} <Debug> TCPHandler: Processed in 0.003946039 sec.
1815 2025.01.09 01:04:44.570848 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1816 2025.01.09 01:04:44.571046 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1817 2025.01.09 01:04:44.571080 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1818 2025.01.09 01:04:44.571197 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part
1819 2025.01.09 01:04:44.571206 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1820 2025.01.09 01:04:44.572138 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part
1821 2025.01.09 01:04:44.572802 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
1822 2025.01.09 01:04:44.573539 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
1823 2025.01.09 01:04:44.573649 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2025.01.09 01:04:44.573726 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1825 2025.01.09 01:04:44.574221 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
1826 2025.01.09 01:04:44.574799 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
1827 2025.01.09 01:04:44.575504 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1828 2025.01.09 01:04:44.575974 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1829 2025.01.09 01:04:44.576644 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00561 sec., 5347.5935828877 rows/sec., 375.13 KiB/sec.
1830 2025.01.09 01:04:44.576847 [ 279 ] {d82b1871-7d67-4095-ac97-686acd4304a5} <Debug> TCPHandler: Processed in 0.006127758 sec.
1831 2025.01.09 01:04:44.578729 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 19 columns (19 merged, 0 gathered) in 0.009011153 sec., 12207.09491892991 rows/sec., 21.87 MiB/sec.
1832 2025.01.09 01:04:44.579083 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1833 2025.01.09 01:04:44.579524 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.01.09 01:04:44.579658 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1835 2025.01.09 01:04:44.579807 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
1836 2025.01.09 01:04:49.547521 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.01.09 01:04:49.547746 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1838 2025.01.09 01:04:49.547826 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1839 2025.01.09 01:04:49.548578 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.01.09 01:04:49.548626 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1841 2025.01.09 01:04:49.549103 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1842 2025.01.09 01:04:49.549369 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): 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:04:49.549607 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
1844 2025.01.09 01:04:49.549676 [ 276 ] {6eb39cab-7050-4264-bd7a-940f8d5ed2d1} <Debug> TCPHandler: Processed in 0.002295642 sec.
1845 2025.01.09 01:04:49.549919 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2025.01.09 01:04:49.550104 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1847 2025.01.09 01:04:49.550177 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1848 2025.01.09 01:04:49.550999 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2025.01.09 01:04:49.551039 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1850 2025.01.09 01:04:49.551512 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1851 2025.01.09 01:04:49.551854 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): 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:04:49.552055 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.002004 sec., 94311.37724550898 rows/sec., 8.37 MiB/sec.
1853 2025.01.09 01:04:49.552110 [ 279 ] {6b78994e-f7fe-4562-a3f4-9c2374d93347} <Debug> TCPHandler: Processed in 0.002328683 sec.
1854 2025.01.09 01:04:49.552251 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.01.09 01:04:49.552379 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1856 2025.01.09 01:04:49.552433 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1857 2025.01.09 01:04:49.553078 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.09 01:04:49.553119 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1859 2025.01.09 01:04:49.553493 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1860 2025.01.09 01:04:49.553739 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.01.09 01:04:49.553965 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001618 sec., 9270.70457354759 rows/sec., 653.66 KiB/sec.
1862 2025.01.09 01:04:49.554023 [ 276 ] {42f00b38-1bb7-40d9-b0ed-d0a22f6bb956} <Debug> TCPHandler: Processed in 0.001829871 sec.
1863 2025.01.09 01:04:49.554205 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.01.09 01:04:49.554343 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1865 2025.01.09 01:04:49.554399 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1866 2025.01.09 01:04:49.555037 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2025.01.09 01:04:49.555078 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1868 2025.01.09 01:04:49.555440 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1869 2025.01.09 01:04:49.555679 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2025.01.09 01:04:49.555853 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec.
1871 2025.01.09 01:04:49.555904 [ 279 ] {97328d77-becb-405f-a5e8-5cb9dcb4e9ac} <Debug> TCPHandler: Processed in 0.00176696 sec.
1872 2025.01.09 01:04:49.556076 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1873 2025.01.09 01:04:49.556218 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1874 2025.01.09 01:04:49.556279 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1875 2025.01.09 01:04:49.556931 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.01.09 01:04:49.556970 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1877 2025.01.09 01:04:49.557498 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1878 2025.01.09 01:04:49.557749 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.01.09 01:04:49.557966 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001781 sec., 7299.270072992701 rows/sec., 455.11 KiB/sec.
1880 2025.01.09 01:04:49.558029 [ 276 ] {aee887af-54cf-4f50-ac2d-9e0b9eb03222} <Debug> TCPHandler: Processed in 0.002020575 sec.
1881 2025.01.09 01:04:49.558170 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1882 2025.01.09 01:04:49.558287 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1883 2025.01.09 01:04:49.558337 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1884 2025.01.09 01:04:49.559073 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1885 2025.01.09 01:04:49.559113 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1886 2025.01.09 01:04:49.559525 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1887 2025.01.09 01:04:49.559763 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1888 2025.01.09 01:04:49.559962 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001697 sec., 208603.4177961108 rows/sec., 14.64 MiB/sec.
1889 2025.01.09 01:04:49.560132 [ 279 ] {6b112b6b-fc78-43ee-a6c0-7d1396540809} <Debug> TCPHandler: Processed in 0.002016016 sec.
1890 2025.01.09 01:04:49.560321 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1891 2025.01.09 01:04:49.560466 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1892 2025.01.09 01:04:49.560528 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1893 2025.01.09 01:04:49.561070 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1894 2025.01.09 01:04:49.561110 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1895 2025.01.09 01:04:49.561510 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1896 2025.01.09 01:04:49.561766 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1897 2025.01.09 01:04:49.561995 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec.
1898 2025.01.09 01:04:49.562058 [ 276 ] {e98c42c8-f9df-4e21-b27c-1d708417b981} <Debug> TCPHandler: Processed in 0.001808501 sec.
1899 2025.01.09 01:04:49.562238 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1900 2025.01.09 01:04:49.562375 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1901 2025.01.09 01:04:49.562436 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1902 2025.01.09 01:04:49.563045 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1903 2025.01.09 01:04:49.563082 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1904 2025.01.09 01:04:49.563475 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1905 2025.01.09 01:04:49.563711 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1906 2025.01.09 01:04:49.563911 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001568 sec., 112882.6530612245 rows/sec., 7.45 MiB/sec.
1907 2025.01.09 01:04:49.563962 [ 279 ] {c6ae2129-7376-4183-9cde-af273bc28876} <Debug> TCPHandler: Processed in 0.00179311 sec.
1908 2025.01.09 01:04:49.564116 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1909 2025.01.09 01:04:49.564240 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1910 2025.01.09 01:04:49.564295 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1911 2025.01.09 01:04:49.564805 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1912 2025.01.09 01:04:49.564847 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1913 2025.01.09 01:04:49.565238 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1914 2025.01.09 01:04:49.565525 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1915 2025.01.09 01:04:49.565747 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec.
1916 2025.01.09 01:04:49.565811 [ 276 ] {2fbff3e3-38c4-431c-a189-cd1d06d03b1a} <Debug> TCPHandler: Processed in 0.00175884 sec.
1917 2025.01.09 01:04:49.565979 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2025.01.09 01:04:49.566115 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1919 2025.01.09 01:04:49.566207 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1920 2025.01.09 01:04:49.567367 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1921 2025.01.09 01:04:49.567405 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1922 2025.01.09 01:04:49.568017 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1923 2025.01.09 01:04:49.568278 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1924 2025.01.09 01:04:49.568474 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00239 sec., 3347.2803347280333 rows/sec., 6.00 MiB/sec.
1925 2025.01.09 01:04:49.568563 [ 279 ] {140efe9f-7a08-4108-90c5-e85578f6f6e9} <Debug> TCPHandler: Processed in 0.00265203 sec.
1926 2025.01.09 01:04:49.568718 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1927 2025.01.09 01:04:49.568842 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1928 2025.01.09 01:04:49.568896 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1929 2025.01.09 01:04:49.569420 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1930 2025.01.09 01:04:49.569461 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1931 2025.01.09 01:04:49.569843 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1932 2025.01.09 01:04:49.570091 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2025.01.09 01:04:49.570321 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001506 sec., 34528.55245683931 rows/sec., 2.14 MiB/sec.
1934 2025.01.09 01:04:49.570382 [ 276 ] {bfc79c01-e21f-4c67-b8f5-d2eee8bf62c4} <Debug> TCPHandler: Processed in 0.001723359 sec.
1935 2025.01.09 01:04:50.436080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1936 2025.01.09 01:04:50.436835 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1937 2025.01.09 01:04:50.436876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1938 2025.01.09 01:04:50.437405 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1939 2025.01.09 01:04:50.437664 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1940 2025.01.09 01:04:50.437937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1941 2025.01.09 01:04:50.699719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1942 2025.01.09 01:04:50.720097 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1943 2025.01.09 01:04:50.720160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1944 2025.01.09 01:04:50.727692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1945 2025.01.09 01:04:50.728481 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1946 2025.01.09 01:04:50.731353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1947 2025.01.09 01:04:52.945605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 264
1948 2025.01.09 01:04:52.948707 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1949 2025.01.09 01:04:52.948768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1950 2025.01.09 01:04:52.950283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1951 2025.01.09 01:04:52.950606 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): 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:04:52.951503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264
1953 2025.01.09 01:04:54.543868 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1954 2025.01.09 01:04:54.544090 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1955 2025.01.09 01:04:54.544170 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1956 2025.01.09 01:04:54.544997 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1957 2025.01.09 01:04:54.545054 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1958 2025.01.09 01:04:54.545510 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1959 2025.01.09 01:04:54.545775 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1960 2025.01.09 01:04:54.546023 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Debug> executeQuery: Read 74 rows, 6.52 KiB in 0.001992 sec., 37148.594377510046 rows/sec., 3.19 MiB/sec.
1961 2025.01.09 01:04:54.546093 [ 276 ] {ca10c7dc-ff63-4583-a4ac-4a06aca36b2e} <Debug> TCPHandler: Processed in 0.002376004 sec.
1962 2025.01.09 01:04:54.546376 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1963 2025.01.09 01:04:54.546564 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1964 2025.01.09 01:04:54.546635 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1965 2025.01.09 01:04:54.547387 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1966 2025.01.09 01:04:54.547432 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1967 2025.01.09 01:04:54.547860 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1968 2025.01.09 01:04:54.548124 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1969 2025.01.09 01:04:54.548389 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001875 sec., 12800 rows/sec., 962.50 KiB/sec.
1970 2025.01.09 01:04:54.548550 [ 279 ] {bb8622c3-c8f9-4e30-bf37-786ad5bf1024} <Debug> TCPHandler: Processed in 0.002319483 sec.
1971 2025.01.09 01:04:54.548726 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1972 2025.01.09 01:04:54.548874 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1973 2025.01.09 01:04:54.548936 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1974 2025.01.09 01:04:54.549577 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2025.01.09 01:04:54.549621 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1976 2025.01.09 01:04:54.550003 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1977 2025.01.09 01:04:54.550269 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1978 2025.01.09 01:04:54.550481 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.001643 sec., 31649.42178940962 rows/sec., 2.47 MiB/sec.
1979 2025.01.09 01:04:54.550537 [ 276 ] {2d49d1cc-c84c-4974-b2e7-f3e209afceee} <Debug> TCPHandler: Processed in 0.001880822 sec.
1980 2025.01.09 01:04:54.550695 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1981 2025.01.09 01:04:54.550833 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1982 2025.01.09 01:04:54.550894 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1983 2025.01.09 01:04:54.551458 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1984 2025.01.09 01:04:54.551496 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1985 2025.01.09 01:04:54.551881 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1986 2025.01.09 01:04:54.552118 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1987 2025.01.09 01:04:54.552300 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1988 2025.01.09 01:04:54.552356 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001555 sec., 64308.68167202573 rows/sec., 4.46 MiB/sec.
1989 2025.01.09 01:04:54.552433 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1990 2025.01.09 01:04:54.552480 [ 279 ] {6369cb6c-4044-400a-b549-36d1772d1633} <Debug> TCPHandler: Processed in 0.001842582 sec.
1991 2025.01.09 01:04:54.552520 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
1992 2025.01.09 01:04:54.552697 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1993 2025.01.09 01:04:54.552970 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::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
1994 2025.01.09 01:04:54.553064 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1995 2025.01.09 01:04:54.553296 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1996 2025.01.09 01:04:54.553370 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1997 2025.01.09 01:04:54.553484 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part
1998 2025.01.09 01:04:54.553992 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 80 rows starting from the beginning of the part
1999 2025.01.09 01:04:54.554483 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::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
2000 2025.01.09 01:04:54.554967 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::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
2001 2025.01.09 01:04:54.555314 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::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
2002 2025.01.09 01:04:54.555660 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::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
2003 2025.01.09 01:04:54.559368 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2004 2025.01.09 01:04:54.559445 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2005 2025.01.09 01:04:54.559939 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 5 columns (5 merged, 0 gathered) in 0.007282704 sec., 97628.57312338933 rows/sec., 6.52 MiB/sec.
2006 2025.01.09 01:04:54.560208 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2007 2025.01.09 01:04:54.560895 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2008 2025.01.09 01:04:54.561051 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2009 2025.01.09 01:04:54.561213 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
2010 2025.01.09 01:04:54.561217 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2011 2025.01.09 01:04:54.561538 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.01.09 01:04:54.561922 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008885 sec., 2701.1817670230726 rows/sec., 4.84 MiB/sec.
2013 2025.01.09 01:04:54.562121 [ 276 ] {b111d4a7-c10e-4f34-86fb-ffacc92ef5b7} <Debug> TCPHandler: Processed in 0.009534935 sec.
2014 2025.01.09 01:04:54.562293 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.01.09 01:04:54.562428 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2016 2025.01.09 01:04:54.562486 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2017 2025.01.09 01:04:54.563057 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2025.01.09 01:04:54.563096 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2019 2025.01.09 01:04:54.563466 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2020 2025.01.09 01:04:54.563705 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2025.01.09 01:04:54.563852 [ 43 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2022 2025.01.09 01:04:54.563915 [ 43 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2023 2025.01.09 01:04:54.563949 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2024 2025.01.09 01:04:54.563967 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001561 sec., 19218.449711723253 rows/sec., 1.32 MiB/sec.
2025 2025.01.09 01:04:54.564166 [ 279 ] {829143c2-43af-45dc-a7fc-3549cd523b4e} <Debug> TCPHandler: Processed in 0.001936384 sec.
2026 2025.01.09 01:04:54.564240 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2027 2025.01.09 01:04:54.564383 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2028 2025.01.09 01:04:54.564428 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
2029 2025.01.09 01:04:54.564519 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
2030 2025.01.09 01:04:54.564782 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2031 2025.01.09 01:04:54.564972 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2032 2025.01.09 01:04:54.565282 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2033 2025.01.09 01:04:54.565378 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2034 2025.01.09 01:04:54.566514 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002463655 sec., 85239.20760009011 rows/sec., 5.42 MiB/sec.
2035 2025.01.09 01:04:54.566703 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2036 2025.01.09 01:04:54.567020 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2025.01.09 01:04:54.567104 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_6_1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2038 2025.01.09 01:04:54.567196 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2039 2025.01.09 01:04:57.859018 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
2040 2025.01.09 01:04:57.859110 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
2041 2025.01.09 01:04:57.938221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2042 2025.01.09 01:04:57.938980 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2025.01.09 01:04:57.939040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2044 2025.01.09 01:04:57.939607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2045 2025.01.09 01:04:57.939884 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2025.01.09 01:04:57.940217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2047 2025.01.09 01:04:58.231557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2048 2025.01.09 01:04:58.252151 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2025.01.09 01:04:58.252215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2050 2025.01.09 01:04:58.259413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2051 2025.01.09 01:04:58.260179 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2025.01.09 01:04:58.263722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2053 2025.01.09 01:04:59.547497 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2054 2025.01.09 01:04:59.547697 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2055 2025.01.09 01:04:59.547773 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2056 2025.01.09 01:04:59.548551 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2057 2025.01.09 01:04:59.548601 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2058 2025.01.09 01:04:59.549043 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2059 2025.01.09 01:04:59.549314 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2060 2025.01.09 01:04:59.549561 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec.
2061 2025.01.09 01:04:59.549631 [ 276 ] {f54a9fb2-aced-4767-8baa-6191419b48c9} <Debug> TCPHandler: Processed in 0.002269791 sec.
2062 2025.01.09 01:04:59.549901 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2063 2025.01.09 01:04:59.550118 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2064 2025.01.09 01:04:59.550199 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2065 2025.01.09 01:04:59.551039 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2066 2025.01.09 01:04:59.551080 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2067 2025.01.09 01:04:59.551525 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2068 2025.01.09 01:04:59.551785 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2069 2025.01.09 01:04:59.551981 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.001925 sec., 98181.81818181818 rows/sec., 8.71 MiB/sec.
2070 2025.01.09 01:04:59.552035 [ 279 ] {4cd14f1e-9678-483d-be4f-faa73da029d4} <Debug> TCPHandler: Processed in 0.002278011 sec.
2071 2025.01.09 01:04:59.552198 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2072 2025.01.09 01:04:59.552332 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2073 2025.01.09 01:04:59.552386 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2074 2025.01.09 01:04:59.552984 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2075 2025.01.09 01:04:59.553027 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2076 2025.01.09 01:04:59.553396 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2077 2025.01.09 01:04:59.553641 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2078 2025.01.09 01:04:59.553849 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001547 sec., 9696.186166774401 rows/sec., 683.66 KiB/sec.
2079 2025.01.09 01:04:59.553907 [ 276 ] {46c1e724-0be9-42c4-ba96-3a3b3aae6bb0} <Debug> TCPHandler: Processed in 0.00177847 sec.
2080 2025.01.09 01:04:59.554046 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2081 2025.01.09 01:04:59.554163 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2082 2025.01.09 01:04:59.554211 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2083 2025.01.09 01:04:59.554877 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2084 2025.01.09 01:04:59.554922 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2085 2025.01.09 01:04:59.555334 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2086 2025.01.09 01:04:59.555569 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2087 2025.01.09 01:04:59.555792 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec.
2088 2025.01.09 01:04:59.555921 [ 279 ] {a6ba0d94-0ef9-45be-9cb2-68d9502bede6} <Debug> TCPHandler: Processed in 0.001930024 sec.
2089 2025.01.09 01:04:59.556072 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2090 2025.01.09 01:04:59.556194 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2091 2025.01.09 01:04:59.556246 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2092 2025.01.09 01:04:59.556818 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2093 2025.01.09 01:04:59.556858 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2094 2025.01.09 01:04:59.557251 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2095 2025.01.09 01:04:59.557502 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2096 2025.01.09 01:04:59.557786 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec.
2097 2025.01.09 01:04:59.557923 [ 276 ] {50ee64cf-b7dd-49a5-973c-93e8ea2f764e} <Debug> TCPHandler: Processed in 0.001908803 sec.
2098 2025.01.09 01:04:59.558069 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2025.01.09 01:04:59.558190 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2100 2025.01.09 01:04:59.558240 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2101 2025.01.09 01:04:59.558979 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2102 2025.01.09 01:04:59.559019 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2103 2025.01.09 01:04:59.559453 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2104 2025.01.09 01:04:59.559710 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2105 2025.01.09 01:04:59.559933 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001765 sec., 200566.57223796032 rows/sec., 14.08 MiB/sec.
2106 2025.01.09 01:04:59.560114 [ 279 ] {e24839cd-4e2f-4e3f-beb4-405af2add62a} <Debug> TCPHandler: Processed in 0.002103967 sec.
2107 2025.01.09 01:04:59.560255 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2108 2025.01.09 01:04:59.560378 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2109 2025.01.09 01:04:59.560430 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2110 2025.01.09 01:04:59.560902 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2025.01.09 01:04:59.560941 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2112 2025.01.09 01:04:59.561336 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2113 2025.01.09 01:04:59.561584 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2025.01.09 01:04:59.561799 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
2115 2025.01.09 01:04:59.561853 [ 276 ] {1bfaf1bc-21ea-44ae-9df9-fc5680cafb3a} <Debug> TCPHandler: Processed in 0.001654027 sec.
2116 2025.01.09 01:04:59.561996 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2117 2025.01.09 01:04:59.562118 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2118 2025.01.09 01:04:59.562171 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2119 2025.01.09 01:04:59.562758 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2120 2025.01.09 01:04:59.562797 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2121 2025.01.09 01:04:59.563202 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2122 2025.01.09 01:04:59.563443 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2123 2025.01.09 01:04:59.563621 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001528 sec., 115837.69633507852 rows/sec., 7.64 MiB/sec.
2124 2025.01.09 01:04:59.563675 [ 279 ] {7b2a57fc-9a24-4edf-a2ae-d8245bb51764} <Debug> TCPHandler: Processed in 0.001737619 sec.
2125 2025.01.09 01:04:59.563807 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2126 2025.01.09 01:04:59.563924 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2127 2025.01.09 01:04:59.563977 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2128 2025.01.09 01:04:59.564449 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2025.01.09 01:04:59.564490 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2130 2025.01.09 01:04:59.564857 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2131 2025.01.09 01:04:59.565161 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2025.01.09 01:04:59.565407 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
2133 2025.01.09 01:04:59.565474 [ 276 ] {0375d6f8-0936-4e18-9c25-a58915052095} <Debug> TCPHandler: Processed in 0.001721418 sec.
2134 2025.01.09 01:04:59.565616 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2135 2025.01.09 01:04:59.565740 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2136 2025.01.09 01:04:59.565827 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2137 2025.01.09 01:04:59.566963 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2025.01.09 01:04:59.567004 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2139 2025.01.09 01:04:59.567650 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2140 2025.01.09 01:04:59.567922 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2141 2025.01.09 01:04:59.568171 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002455 sec., 3258.6558044806516 rows/sec., 5.84 MiB/sec.
2142 2025.01.09 01:04:59.568280 [ 279 ] {93288d13-3798-4b47-91ae-a094ff5b7847} <Debug> TCPHandler: Processed in 0.002721981 sec.
2143 2025.01.09 01:04:59.568428 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2144 2025.01.09 01:04:59.568567 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2145 2025.01.09 01:04:59.568627 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2146 2025.01.09 01:04:59.569202 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.01.09 01:04:59.569254 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2148 2025.01.09 01:04:59.569674 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2149 2025.01.09 01:04:59.569915 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.01.09 01:04:59.570151 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00161 sec., 32298.13664596273 rows/sec., 2.00 MiB/sec.
2151 2025.01.09 01:04:59.570228 [ 276 ] {e5c41de0-a84c-4892-912b-eed469f15797} <Debug> TCPHandler: Processed in 0.001864672 sec.
2152 2025.01.09 01:05:02.951854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 298
2153 2025.01.09 01:05:02.955048 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2154 2025.01.09 01:05:02.955098 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2155 2025.01.09 01:05:02.956585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2156 2025.01.09 01:05:02.956912 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2157 2025.01.09 01:05:02.957115 [ 33 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2158 2025.01.09 01:05:02.957238 [ 33 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2159 2025.01.09 01:05:02.957297 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2160 2025.01.09 01:05:02.957787 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
2161 2025.01.09 01:05:02.958463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298
2162 2025.01.09 01:05:02.958786 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2163 2025.01.09 01:05:02.958917 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
2164 2025.01.09 01:05:02.959379 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part
2165 2025.01.09 01:05:02.959831 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
2166 2025.01.09 01:05:02.960279 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
2167 2025.01.09 01:05:02.960843 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2168 2025.01.09 01:05:02.961433 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
2169 2025.01.09 01:05:02.969127 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 72 columns (72 merged, 0 gathered) in 0.011692494 sec., 25486.435999026384 rows/sec., 24.40 MiB/sec.
2170 2025.01.09 01:05:02.970235 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2171 2025.01.09 01:05:02.971085 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2025.01.09 01:05:02.971175 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_6_1} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2173 2025.01.09 01:05:02.971486 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB.
2174 2025.01.09 01:05:04.539081 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2025.01.09 01:05:04.539372 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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)
2176 2025.01.09 01:05:04.539811 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2177 2025.01.09 01:05:04.539863 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <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
2178 2025.01.09 01:05:04.540213 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2179 2025.01.09 01:05:04.540299 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2180 2025.01.09 01:05:04.540480 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
2181 2025.01.09 01:05:04.540654 [ 296 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2182 2025.01.09 01:05:04.540672 [ 298 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2183 2025.01.09 01:05:04.540654 [ 299 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2184 2025.01.09 01:05:04.540838 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (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
2185 2025.01.09 01:05:04.540873 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2186 2025.01.09 01:05:04.541001 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2187 2025.01.09 01:05:04.541025 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2188 2025.01.09 01:05:04.541071 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <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'))"
2189 2025.01.09 01:05:04.541122 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <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'))"
2190 2025.01.09 01:05:04.541166 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <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'))"
2191 2025.01.09 01:05:04.542952 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003702 sec., 8103.727714748785 rows/sec., 308.90 KiB/sec.
2192 2025.01.09 01:05:04.543176 [ 276 ] {2ef88d0b-dc7d-490c-95ad-8c280b02e38b} <Debug> TCPHandler: Processed in 0.004237846 sec.
2193 2025.01.09 01:05:04.548484 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2194 2025.01.09 01:05:04.548691 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2195 2025.01.09 01:05:04.548779 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2196 2025.01.09 01:05:04.549699 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2197 2025.01.09 01:05:04.549746 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2198 2025.01.09 01:05:04.550269 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2199 2025.01.09 01:05:04.550504 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2200 2025.01.09 01:05:04.550738 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002101 sec., 475.9638267491671 rows/sec., 107.84 KiB/sec.
2201 2025.01.09 01:05:04.550834 [ 279 ] {c87af2a7-016b-4e4f-ab6f-4e85daa44237} <Debug> TCPHandler: Processed in 0.002490496 sec.
2202 2025.01.09 01:05:04.551001 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2203 2025.01.09 01:05:04.551146 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2204 2025.01.09 01:05:04.551203 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2205 2025.01.09 01:05:04.551855 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2206 2025.01.09 01:05:04.551905 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2207 2025.01.09 01:05:04.552332 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2208 2025.01.09 01:05:04.552589 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2025.01.09 01:05:04.552870 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00175 sec., 1142.857142857143 rows/sec., 93.19 KiB/sec.
2210 2025.01.09 01:05:04.552962 [ 276 ] {f98a95f3-27c2-438c-8f7b-840886be0b06} <Debug> TCPHandler: Processed in 0.002024376 sec.
2211 2025.01.09 01:05:04.553134 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2212 2025.01.09 01:05:04.553271 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2213 2025.01.09 01:05:04.553326 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2214 2025.01.09 01:05:04.553964 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2025.01.09 01:05:04.554005 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2216 2025.01.09 01:05:04.554396 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2217 2025.01.09 01:05:04.554637 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2025.01.09 01:05:04.554851 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Debug> executeQuery: Read 75 rows, 6.59 KiB in 0.001614 sec., 46468.40148698885 rows/sec., 3.99 MiB/sec.
2219 2025.01.09 01:05:04.554905 [ 279 ] {d0ebc79b-0966-4776-9289-eef8dc4e4c66} <Debug> TCPHandler: Processed in 0.001835912 sec.
2220 2025.01.09 01:05:04.555050 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2221 2025.01.09 01:05:04.555176 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2222 2025.01.09 01:05:04.555230 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2223 2025.01.09 01:05:04.555829 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2224 2025.01.09 01:05:04.555871 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2225 2025.01.09 01:05:04.556244 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2226 2025.01.09 01:05:04.556485 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2025.01.09 01:05:04.556764 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001613 sec., 16119.032858028517 rows/sec., 1.18 MiB/sec.
2228 2025.01.09 01:05:04.556959 [ 276 ] {44a4b87a-e6cf-41bd-bc43-f7a561b43996} <Debug> TCPHandler: Processed in 0.001964775 sec.
2229 2025.01.09 01:05:04.557127 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2025.01.09 01:05:04.557244 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2231 2025.01.09 01:05:04.557293 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2232 2025.01.09 01:05:04.557866 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2025.01.09 01:05:04.557903 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2234 2025.01.09 01:05:04.558265 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2235 2025.01.09 01:05:04.558502 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2025.01.09 01:05:04.558682 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001462 sec., 36935.70451436388 rows/sec., 2.89 MiB/sec.
2237 2025.01.09 01:05:04.558733 [ 279 ] {fde08de3-49e3-4249-b184-6e7db8d55ca8} <Debug> TCPHandler: Processed in 0.001663108 sec.
2238 2025.01.09 01:05:04.558874 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2239 2025.01.09 01:05:04.558996 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2240 2025.01.09 01:05:04.559052 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2241 2025.01.09 01:05:04.559596 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2025.01.09 01:05:04.559635 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2243 2025.01.09 01:05:04.560023 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2244 2025.01.09 01:05:04.560272 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2025.01.09 01:05:04.560554 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001571 sec., 64290.26098026735 rows/sec., 4.46 MiB/sec.
2246 2025.01.09 01:05:04.560715 [ 276 ] {629372ef-e8c8-4bfa-898f-6efd66bf3197} <Debug> TCPHandler: Processed in 0.001895423 sec.
2247 2025.01.09 01:05:04.560866 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2248 2025.01.09 01:05:04.561005 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2249 2025.01.09 01:05:04.561100 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2250 2025.01.09 01:05:04.562284 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2251 2025.01.09 01:05:04.562321 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2252 2025.01.09 01:05:04.562957 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2253 2025.01.09 01:05:04.563217 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2254 2025.01.09 01:05:04.563444 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002465 sec., 9736.308316430019 rows/sec., 17.45 MiB/sec.
2255 2025.01.09 01:05:04.563563 [ 279 ] {9022be96-622f-4c4a-adc4-c7263a5016ae} <Debug> TCPHandler: Processed in 0.002762382 sec.
2256 2025.01.09 01:05:04.563713 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2257 2025.01.09 01:05:04.563843 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2258 2025.01.09 01:05:04.563899 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2259 2025.01.09 01:05:04.564409 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2260 2025.01.09 01:05:04.564451 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2261 2025.01.09 01:05:04.564862 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2262 2025.01.09 01:05:04.565110 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2263 2025.01.09 01:05:04.565335 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001521 sec., 19723.865877712033 rows/sec., 1.35 MiB/sec.
2264 2025.01.09 01:05:04.565390 [ 276 ] {fe1f9b5b-c75c-497d-a28d-bf7239befc1a} <Debug> TCPHandler: Processed in 0.001741239 sec.
2265 2025.01.09 01:05:05.440380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2266 2025.01.09 01:05:05.441139 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2267 2025.01.09 01:05:05.441195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2268 2025.01.09 01:05:05.441805 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2269 2025.01.09 01:05:05.442068 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2025.01.09 01:05:05.442307 [ 27 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2271 2025.01.09 01:05:05.442348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2272 2025.01.09 01:05:05.442427 [ 27 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2025.01.09 01:05:05.442474 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2274 2025.01.09 01:05:05.442630 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
2275 2025.01.09 01:05:05.442778 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2276 2025.01.09 01:05:05.442824 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
2277 2025.01.09 01:05:05.442943 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2278 2025.01.09 01:05:05.443183 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2279 2025.01.09 01:05:05.443395 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2280 2025.01.09 01:05:05.443601 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2281 2025.01.09 01:05:05.443785 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2282 2025.01.09 01:05:05.445660 [ 193 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00308759 sec., 1659546.7662481095 rows/sec., 23.74 MiB/sec.
2283 2025.01.09 01:05:05.446253 [ 193 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2284 2025.01.09 01:05:05.446712 [ 193 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2285 2025.01.09 01:05:05.446830 [ 193 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_11_2} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2286 2025.01.09 01:05:05.446936 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
2287 2025.01.09 01:05:05.763831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2288 2025.01.09 01:05:05.785263 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2289 2025.01.09 01:05:05.785337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2290 2025.01.09 01:05:05.793042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2291 2025.01.09 01:05:05.793869 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2292 2025.01.09 01:05:05.794289 [ 49 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2293 2025.01.09 01:05:05.794414 [ 49 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2294 2025.01.09 01:05:05.794486 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2295 2025.01.09 01:05:05.794875 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2296 2025.01.09 01:05:05.811589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2297 2025.01.09 01:05:05.812625 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2298 2025.01.09 01:05:05.814139 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2299 2025.01.09 01:05:05.819702 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2300 2025.01.09 01:05:05.825268 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2301 2025.01.09 01:05:05.830721 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2302 2025.01.09 01:05:05.836318 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2303 2025.01.09 01:05:05.840897 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::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
2304 2025.01.09 01:05:05.897711 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103079506 sec., 805.2037036343577 rows/sec., 4.16 MiB/sec.
2305 2025.01.09 01:05:05.900258 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2306 2025.01.09 01:05:05.903289 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_11_2} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2307 2025.01.09 01:05:05.903415 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_11_2} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2308 2025.01.09 01:05:05.906017 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2309 2025.01.09 01:05:06.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.63 MiB, peak 179.51 MiB, free memory in arenas 0.00 B, will set to 170.98 MiB (RSS), difference: 1.34 MiB
2310 2025.01.09 01:05:09.548030 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2311 2025.01.09 01:05:09.548265 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2312 2025.01.09 01:05:09.548354 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2313 2025.01.09 01:05:09.549162 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2025.01.09 01:05:09.549220 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2315 2025.01.09 01:05:09.549684 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2316 2025.01.09 01:05:09.549964 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2317 2025.01.09 01:05:09.550165 [ 119 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2318 2025.01.09 01:05:09.550250 [ 119 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2319 2025.01.09 01:05:09.550254 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00204 sec., 6862.745098039215 rows/sec., 494.03 KiB/sec.
2320 2025.01.09 01:05:09.550289 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2321 2025.01.09 01:05:09.550438 [ 276 ] {6ccb9d2f-f1a9-479d-a6fb-b65d5c603216} <Debug> TCPHandler: Processed in 0.002557818 sec.
2322 2025.01.09 01:05:09.550487 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2323 2025.01.09 01:05:09.550617 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2324 2025.01.09 01:05:09.550650 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2325 2025.01.09 01:05:09.550746 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2326 2025.01.09 01:05:09.550811 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2327 2025.01.09 01:05:09.551216 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2328 2025.01.09 01:05:09.551237 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2329 2025.01.09 01:05:09.551451 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2330 2025.01.09 01:05:09.551501 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2331 2025.01.09 01:05:09.551943 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
2332 2025.01.09 01:05:09.554222 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2333 2025.01.09 01:05:09.554364 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2334 2025.01.09 01:05:09.554490 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068822 sec., 17203.996635881344 rows/sec., 1.28 MiB/sec.
2335 2025.01.09 01:05:09.554823 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2336 2025.01.09 01:05:09.555229 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2337 2025.01.09 01:05:09.555475 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_5_1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2025.01.09 01:05:09.555625 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_5_1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2339 2025.01.09 01:05:09.555736 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2340 2025.01.09 01:05:09.555797 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2341 2025.01.09 01:05:09.555993 [ 119 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2342 2025.01.09 01:05:09.556070 [ 119 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2025.01.09 01:05:09.556101 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2344 2025.01.09 01:05:09.556149 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.005077 sec., 37226.70868623203 rows/sec., 3.30 MiB/sec.
2345 2025.01.09 01:05:09.556343 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
2346 2025.01.09 01:05:09.556375 [ 279 ] {30f71e87-5101-4d9c-8202-47a1baf6b278} <Debug> TCPHandler: Processed in 0.005811371 sec.
2347 2025.01.09 01:05:09.556563 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2348 2025.01.09 01:05:09.556610 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2349 2025.01.09 01:05:09.556631 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 237 rows starting from the beginning of the part
2350 2025.01.09 01:05:09.556911 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 189 rows starting from the beginning of the part
2351 2025.01.09 01:05:09.556979 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2352 2025.01.09 01:05:09.557159 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2353 2025.01.09 01:05:09.557185 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part
2354 2025.01.09 01:05:09.557571 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 189 rows starting from the beginning of the part
2355 2025.01.09 01:05:09.557921 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 75 rows starting from the beginning of the part
2356 2025.01.09 01:05:09.558366 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 189 rows starting from the beginning of the part
2357 2025.01.09 01:05:09.559751 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2025.01.09 01:05:09.559824 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2359 2025.01.09 01:05:09.560944 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2360 2025.01.09 01:05:09.561441 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2361 2025.01.09 01:05:09.561707 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524755 sec., 172496.33694163815 rows/sec., 15.92 MiB/sec.
2362 2025.01.09 01:05:09.561786 [ 119 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2363 2025.01.09 01:05:09.561894 [ 119 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2364 2025.01.09 01:05:09.561970 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2365 2025.01.09 01:05:09.562116 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2366 2025.01.09 01:05:09.562245 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005261 sec., 2851.1689792815055 rows/sec., 201.03 KiB/sec.
2367 2025.01.09 01:05:09.562438 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
2368 2025.01.09 01:05:09.563025 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2369 2025.01.09 01:05:09.563033 [ 276 ] {2354c5b1-345d-4918-b720-135e15edc160} <Debug> TCPHandler: Processed in 0.006501337 sec.
2370 2025.01.09 01:05:09.563070 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2025.01.09 01:05:09.563157 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 39 rows starting from the beginning of the part
2372 2025.01.09 01:05:09.563403 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2373 2025.01.09 01:05:09.563534 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_11_2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2374 2025.01.09 01:05:09.563581 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
2375 2025.01.09 01:05:09.563933 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2376 2025.01.09 01:05:09.564008 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
2377 2025.01.09 01:05:09.564192 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2378 2025.01.09 01:05:09.564438 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2379 2025.01.09 01:05:09.564450 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part
2380 2025.01.09 01:05:09.564872 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part
2381 2025.01.09 01:05:09.565070 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part
2382 2025.01.09 01:05:09.566942 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2383 2025.01.09 01:05:09.567027 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2384 2025.01.09 01:05:09.568031 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005927394 sec., 22606.899423254134 rows/sec., 1.70 MiB/sec.
2385 2025.01.09 01:05:09.568036 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2386 2025.01.09 01:05:09.568221 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2387 2025.01.09 01:05:09.568536 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2388 2025.01.09 01:05:09.568595 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.01.09 01:05:09.568730 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_11_2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2390 2025.01.09 01:05:09.568780 [ 119 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2391 2025.01.09 01:05:09.568897 [ 119 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2025.01.09 01:05:09.568994 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2393 2025.01.09 01:05:09.568995 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2394 2025.01.09 01:05:09.569042 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005055 sec., 2769.5351137487637 rows/sec., 193.96 KiB/sec.
2395 2025.01.09 01:05:09.569286 [ 279 ] {9b5d7c17-1c50-42c1-af33-a2f7f644a32c} <Debug> TCPHandler: Processed in 0.006050856 sec.
2396 2025.01.09 01:05:09.569314 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2397 2025.01.09 01:05:09.569465 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2398 2025.01.09 01:05:09.569488 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.01.09 01:05:09.569508 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2400 2025.01.09 01:05:09.569745 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2401 2025.01.09 01:05:09.569885 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2402 2025.01.09 01:05:09.570075 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2403 2025.01.09 01:05:09.570118 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2404 2025.01.09 01:05:09.570383 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2405 2025.01.09 01:05:09.570713 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
2406 2025.01.09 01:05:09.572629 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2407 2025.01.09 01:05:09.572703 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2408 2025.01.09 01:05:09.573427 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004323798 sec., 16189.470460923474 rows/sec., 1.17 MiB/sec.
2409 2025.01.09 01:05:09.573629 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2410 2025.01.09 01:05:09.573673 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2411 2025.01.09 01:05:09.574064 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_5_1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2412 2025.01.09 01:05:09.574135 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2413 2025.01.09 01:05:09.574238 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_5_1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2414 2025.01.09 01:05:09.574393 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2415 2025.01.09 01:05:09.574443 [ 119 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2416 2025.01.09 01:05:09.574532 [ 119 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2417 2025.01.09 01:05:09.574584 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2418 2025.01.09 01:05:09.574637 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004917 sec., 2643.888549928818 rows/sec., 164.85 KiB/sec.
2419 2025.01.09 01:05:09.574924 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2420 2025.01.09 01:05:09.575073 [ 276 ] {88a676ff-2184-436e-84a2-5fef1b20bd08} <Debug> TCPHandler: Processed in 0.005663428 sec.
2421 2025.01.09 01:05:09.575256 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2422 2025.01.09 01:05:09.575303 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2423 2025.01.09 01:05:09.575318 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2424 2025.01.09 01:05:09.575532 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2425 2025.01.09 01:05:09.575872 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2426 2025.01.09 01:05:09.575877 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2427 2025.01.09 01:05:09.576122 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2428 2025.01.09 01:05:09.576113 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2429 2025.01.09 01:05:09.576405 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
2430 2025.01.09 01:05:09.578826 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2431 2025.01.09 01:05:09.578926 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2432 2025.01.09 01:05:09.578967 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004295866 sec., 15130.825775291874 rows/sec., 1002.51 KiB/sec.
2433 2025.01.09 01:05:09.579222 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2434 2025.01.09 01:05:09.579660 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2435 2025.01.09 01:05:09.579782 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_5_1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2436 2025.01.09 01:05:09.579986 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_5_1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2437 2025.01.09 01:05:09.580164 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2438 2025.01.09 01:05:09.580181 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2439 2025.01.09 01:05:09.580392 [ 151 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2440 2025.01.09 01:05:09.580451 [ 151 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2441 2025.01.09 01:05:09.580467 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.004898 sec., 72274.3977133524 rows/sec., 5.07 MiB/sec.
2442 2025.01.09 01:05:09.580493 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2443 2025.01.09 01:05:09.580783 [ 279 ] {d990b3e0-d9d7-4948-a40a-bedc9879bed1} <Debug> TCPHandler: Processed in 0.005593046 sec.
2444 2025.01.09 01:05:09.580921 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
2445 2025.01.09 01:05:09.581143 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2446 2025.01.09 01:05:09.581263 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2447 2025.01.09 01:05:09.581349 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 391 rows starting from the beginning of the part
2448 2025.01.09 01:05:09.581404 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2449 2025.01.09 01:05:09.581530 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 354 rows starting from the beginning of the part
2450 2025.01.09 01:05:09.581702 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2451 2025.01.09 01:05:09.581884 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part
2452 2025.01.09 01:05:09.582187 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 354 rows starting from the beginning of the part
2453 2025.01.09 01:05:09.582475 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part
2454 2025.01.09 01:05:09.582793 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 354 rows starting from the beginning of the part
2455 2025.01.09 01:05:09.584259 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2025.01.09 01:05:09.584331 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2457 2025.01.09 01:05:09.585351 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2458 2025.01.09 01:05:09.585836 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2025.01.09 01:05:09.585942 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1559 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531579 sec., 293277.19868542586 rows/sec., 21.92 MiB/sec.
2460 2025.01.09 01:05:09.586304 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2461 2025.01.09 01:05:09.586313 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004974 sec., 1206.2726176115802 rows/sec., 63.02 KiB/sec.
2462 2025.01.09 01:05:09.586557 [ 276 ] {b25d59e5-aae3-41a3-982b-bc31be630a25} <Debug> TCPHandler: Processed in 0.005594946 sec.
2463 2025.01.09 01:05:09.586792 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2464 2025.01.09 01:05:09.586877 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2465 2025.01.09 01:05:09.587001 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2466 2025.01.09 01:05:09.587078 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_11_2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2467 2025.01.09 01:05:09.587107 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2468 2025.01.09 01:05:09.587298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
2469 2025.01.09 01:05:09.587870 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2025.01.09 01:05:09.587915 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2471 2025.01.09 01:05:09.588334 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2472 2025.01.09 01:05:09.588593 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.01.09 01:05:09.588858 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001933 sec., 91567.51163993792 rows/sec., 6.04 MiB/sec.
2474 2025.01.09 01:05:09.589026 [ 279 ] {4153cc34-fb44-4f16-b4ff-104b16bb5afe} <Debug> TCPHandler: Processed in 0.002309243 sec.
2475 2025.01.09 01:05:09.589186 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.01.09 01:05:09.589309 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2477 2025.01.09 01:05:09.589364 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2478 2025.01.09 01:05:09.589851 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.01.09 01:05:09.589891 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2480 2025.01.09 01:05:09.590282 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2481 2025.01.09 01:05:09.590551 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.01.09 01:05:09.590728 [ 151 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2483 2025.01.09 01:05:09.590774 [ 151 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2484 2025.01.09 01:05:09.590798 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec.
2485 2025.01.09 01:05:09.590813 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2486 2025.01.09 01:05:09.590962 [ 276 ] {701e2e94-956d-4b1d-b2bd-64045aa9a077} <Debug> TCPHandler: Processed in 0.001832541 sec.
2487 2025.01.09 01:05:09.591036 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2488 2025.01.09 01:05:09.591127 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2489 2025.01.09 01:05:09.591428 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2490 2025.01.09 01:05:09.591443 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2491 2025.01.09 01:05:09.591535 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2492 2025.01.09 01:05:09.591593 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2493 2025.01.09 01:05:09.591989 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2494 2025.01.09 01:05:09.592421 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2495 2025.01.09 01:05:09.592806 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2496 2025.01.09 01:05:09.593187 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::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
2497 2025.01.09 01:05:09.596880 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005938594 sec., 841.9501316304836 rows/sec., 56.73 KiB/sec.
2498 2025.01.09 01:05:09.596956 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.01.09 01:05:09.597001 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2500 2025.01.09 01:05:09.597048 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2501 2025.01.09 01:05:09.597536 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_5_1} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2502 2025.01.09 01:05:09.597688 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_5_1} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2503 2025.01.09 01:05:09.597797 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2504 2025.01.09 01:05:09.597938 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2505 2025.01.09 01:05:09.598208 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2506 2025.01.09 01:05:09.598404 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2507 2025.01.09 01:05:09.598471 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2508 2025.01.09 01:05:09.598503 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007163 sec., 1116.85048164177 rows/sec., 2.00 MiB/sec.
2509 2025.01.09 01:05:09.598525 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2510 2025.01.09 01:05:09.599035 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
2511 2025.01.09 01:05:09.599249 [ 279 ] {8a2fbd2b-58d0-4836-84ce-5decf1c1fdc8} <Debug> TCPHandler: Processed in 0.008183304 sec.
2512 2025.01.09 01:05:09.599576 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2513 2025.01.09 01:05:09.599844 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2514 2025.01.09 01:05:09.599964 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2515 2025.01.09 01:05:09.599974 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2516 2025.01.09 01:05:09.600211 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 110 rows starting from the beginning of the part
2517 2025.01.09 01:05:09.601091 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
2518 2025.01.09 01:05:09.601955 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
2519 2025.01.09 01:05:09.602152 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2025.01.09 01:05:09.602280 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2521 2025.01.09 01:05:09.602682 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
2522 2025.01.09 01:05:09.603356 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
2523 2025.01.09 01:05:09.603776 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2524 2025.01.09 01:05:09.604036 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
2525 2025.01.09 01:05:09.604689 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2526 2025.01.09 01:05:09.605490 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005733 sec., 9070.2947845805 rows/sec., 575.07 KiB/sec.
2527 2025.01.09 01:05:09.605657 [ 276 ] {88b98d48-82e2-4d92-a06b-eccaadc54396} <Debug> TCPHandler: Processed in 0.006264942 sec.
2528 2025.01.09 01:05:09.608698 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 19 columns (19 merged, 0 gathered) in 0.010033016 sec., 18140.10861738883 rows/sec., 32.51 MiB/sec.
2529 2025.01.09 01:05:09.609169 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2530 2025.01.09 01:05:09.609599 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2531 2025.01.09 01:05:09.609684 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2532 2025.01.09 01:05:09.609835 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB.
2533 2025.01.09 01:05:12.859374 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
2534 2025.01.09 01:05:12.859441 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
2535 2025.01.09 01:05:12.942548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2536 2025.01.09 01:05:12.943215 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2537 2025.01.09 01:05:12.943275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2538 2025.01.09 01:05:12.943901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2539 2025.01.09 01:05:12.944177 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2540 2025.01.09 01:05:12.944444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2541 2025.01.09 01:05:12.958708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 338
2542 2025.01.09 01:05:12.961962 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2543 2025.01.09 01:05:12.962018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2544 2025.01.09 01:05:12.963522 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2545 2025.01.09 01:05:12.963847 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2546 2025.01.09 01:05:12.964481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338
2547 2025.01.09 01:05:13.311724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2548 2025.01.09 01:05:13.331704 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2025.01.09 01:05:13.331768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2550 2025.01.09 01:05:13.339140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2551 2025.01.09 01:05:13.339952 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.01.09 01:05:13.342795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2553 2025.01.09 01:05:14.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.79 MiB, peak 179.51 MiB, free memory in arenas 0.00 B, will set to 172.96 MiB (RSS), difference: 1.17 MiB
2554 2025.01.09 01:05:14.538779 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2555 2025.01.09 01:05:14.539045 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) 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', '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)
2556 2025.01.09 01:05:14.539481 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2557 2025.01.09 01:05:14.539535 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <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', '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
2558 2025.01.09 01:05:14.539892 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2559 2025.01.09 01:05:14.539980 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2560 2025.01.09 01:05:14.540169 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2561 2025.01.09 01:05:14.540376 [ 299 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2562 2025.01.09 01:05:14.540412 [ 296 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2563 2025.01.09 01:05:14.540426 [ 298 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2564 2025.01.09 01:05:14.540456 [ 301 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2565 2025.01.09 01:05:14.540609 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2566 2025.01.09 01:05:14.540645 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2567 2025.01.09 01:05:14.540774 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2568 2025.01.09 01:05:14.540799 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2569 2025.01.09 01:05:14.540846 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <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', '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'))"
2570 2025.01.09 01:05:14.540899 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <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', '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'))"
2571 2025.01.09 01:05:14.540951 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <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', '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'))"
2572 2025.01.09 01:05:14.542492 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003568 sec., 8408.071748878923 rows/sec., 320.50 KiB/sec.
2573 2025.01.09 01:05:14.542707 [ 276 ] {a1ccaeb3-ae6c-47e0-ba91-a88f80284cc4} <Debug> TCPHandler: Processed in 0.004066591 sec.
2574 2025.01.09 01:05:14.549146 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2575 2025.01.09 01:05:14.549278 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2576 2025.01.09 01:05:14.549333 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2577 2025.01.09 01:05:14.550037 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2578 2025.01.09 01:05:14.550084 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2579 2025.01.09 01:05:14.550608 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2580 2025.01.09 01:05:14.550840 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2025.01.09 01:05:14.551162 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001899 sec., 526.592943654555 rows/sec., 54.51 KiB/sec.
2582 2025.01.09 01:05:14.551293 [ 276 ] {4b8f958f-a174-4c7b-a080-4510f2ae033a} <Debug> TCPHandler: Processed in 0.002199679 sec.
2583 2025.01.09 01:05:14.551536 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2025.01.09 01:05:14.551710 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2585 2025.01.09 01:05:14.551782 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2586 2025.01.09 01:05:14.552552 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2025.01.09 01:05:14.552595 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2588 2025.01.09 01:05:14.553039 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2589 2025.01.09 01:05:14.553313 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2025.01.09 01:05:14.553517 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Debug> executeQuery: Read 89 rows, 7.94 KiB in 0.001857 sec., 47926.76359719979 rows/sec., 4.18 MiB/sec.
2591 2025.01.09 01:05:14.553587 [ 279 ] {f62bb992-0458-431d-9d6f-ef635ade5d4d} <Debug> TCPHandler: Processed in 0.002182529 sec.
2592 2025.01.09 01:05:14.553750 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2593 2025.01.09 01:05:14.553895 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2594 2025.01.09 01:05:14.553955 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2595 2025.01.09 01:05:14.554687 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2025.01.09 01:05:14.554736 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2597 2025.01.09 01:05:14.555131 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2598 2025.01.09 01:05:14.555394 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2599 2025.01.09 01:05:14.555612 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001751 sec., 17704.16904625928 rows/sec., 1.30 MiB/sec.
2600 2025.01.09 01:05:14.555669 [ 276 ] {ebf5d3a0-d3d6-4d8b-b39e-434086902291} <Debug> TCPHandler: Processed in 0.001985145 sec.
2601 2025.01.09 01:05:14.555839 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2602 2025.01.09 01:05:14.555974 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2603 2025.01.09 01:05:14.556029 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2604 2025.01.09 01:05:14.556626 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.01.09 01:05:14.556667 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2606 2025.01.09 01:05:14.557039 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2607 2025.01.09 01:05:14.557291 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2025.01.09 01:05:14.557497 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 42.90 KiB/sec.
2609 2025.01.09 01:05:14.557573 [ 279 ] {48b0157f-7f89-446e-b2b2-1cc7d4baf873} <Debug> TCPHandler: Processed in 0.00179316 sec.
2610 2025.01.09 01:05:14.557717 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2611 2025.01.09 01:05:14.557836 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2612 2025.01.09 01:05:14.557886 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2613 2025.01.09 01:05:14.558496 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2614 2025.01.09 01:05:14.558536 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2615 2025.01.09 01:05:14.558922 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2616 2025.01.09 01:05:14.559193 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2617 2025.01.09 01:05:14.559406 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001595 sec., 40752.35109717868 rows/sec., 3.18 MiB/sec.
2618 2025.01.09 01:05:14.559462 [ 276 ] {42268e70-132e-4cfb-8ba0-2907e8fd41e2} <Debug> TCPHandler: Processed in 0.001800271 sec.
2619 2025.01.09 01:05:14.559623 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2620 2025.01.09 01:05:14.559750 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2621 2025.01.09 01:05:14.559809 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2622 2025.01.09 01:05:14.560368 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2623 2025.01.09 01:05:14.560406 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2624 2025.01.09 01:05:14.560801 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2625 2025.01.09 01:05:14.561042 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2626 2025.01.09 01:05:14.561255 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001531 sec., 65316.78641410843 rows/sec., 4.53 MiB/sec.
2627 2025.01.09 01:05:14.561429 [ 279 ] {16b5b00a-dec6-4ec9-8e01-d66e13413a3e} <Debug> TCPHandler: Processed in 0.001862092 sec.
2628 2025.01.09 01:05:14.561583 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2629 2025.01.09 01:05:14.561701 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2630 2025.01.09 01:05:14.561754 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2631 2025.01.09 01:05:14.562300 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2632 2025.01.09 01:05:14.562346 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2633 2025.01.09 01:05:14.562783 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2634 2025.01.09 01:05:14.563045 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2635 2025.01.09 01:05:14.563332 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 77.55 KiB/sec.
2636 2025.01.09 01:05:14.563453 [ 276 ] {b68db32a-3574-4afb-bce5-8f6453886512} <Debug> TCPHandler: Processed in 0.001924314 sec.
2637 2025.01.09 01:05:14.563596 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2638 2025.01.09 01:05:14.563722 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2639 2025.01.09 01:05:14.563809 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2640 2025.01.09 01:05:14.565029 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2641 2025.01.09 01:05:14.565067 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2642 2025.01.09 01:05:14.565767 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2643 2025.01.09 01:05:14.566046 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2644 2025.01.09 01:05:14.566247 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002553 sec., 12142.577359968664 rows/sec., 21.76 MiB/sec.
2645 2025.01.09 01:05:14.566361 [ 279 ] {2fe196ec-f754-48d5-b92f-8d33beb40db7} <Debug> TCPHandler: Processed in 0.002825234 sec.
2646 2025.01.09 01:05:14.566511 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2647 2025.01.09 01:05:14.566628 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2648 2025.01.09 01:05:14.566679 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2649 2025.01.09 01:05:14.567161 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2025.01.09 01:05:14.567201 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2651 2025.01.09 01:05:14.567585 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2652 2025.01.09 01:05:14.567830 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2653 2025.01.09 01:05:14.568097 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 287.54 KiB/sec.
2654 2025.01.09 01:05:14.568212 [ 276 ] {3823de08-1bb4-46e5-89c5-6dda6eb3a94d} <Debug> TCPHandler: Processed in 0.00175649 sec.
2655 2025.01.09 01:05:14.568353 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2025.01.09 01:05:14.568475 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2657 2025.01.09 01:05:14.568528 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2658 2025.01.09 01:05:14.569013 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2025.01.09 01:05:14.569052 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2660 2025.01.09 01:05:14.569426 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2661 2025.01.09 01:05:14.569678 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2025.01.09 01:05:14.569877 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001424 sec., 21067.41573033708 rows/sec., 1.44 MiB/sec.
2663 2025.01.09 01:05:14.569951 [ 279 ] {7804283e-8a6d-4072-a9b9-37390cb56962} <Debug> TCPHandler: Processed in 0.001653257 sec.
2664 2025.01.09 01:05:15.461458 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2025.01.09 01:05:15.461749 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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)
2666 2025.01.09 01:05:15.462193 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2667 2025.01.09 01:05:15.462243 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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
2668 2025.01.09 01:05:15.462599 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2669 2025.01.09 01:05:15.462683 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2670 2025.01.09 01:05:15.462861 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2671 2025.01.09 01:05:15.463256 [ 299 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2672 2025.01.09 01:05:15.463291 [ 296 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2673 2025.01.09 01:05:15.463319 [ 302 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2674 2025.01.09 01:05:15.463296 [ 298 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2675 2025.01.09 01:05:15.463324 [ 301 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2676 2025.01.09 01:05:15.463634 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2677 2025.01.09 01:05:15.463670 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2678 2025.01.09 01:05:15.463795 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2679 2025.01.09 01:05:15.463820 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2680 2025.01.09 01:05:15.463864 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2681 2025.01.09 01:05:15.463914 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2682 2025.01.09 01:05:15.463958 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2683 2025.01.09 01:05:15.465375 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003761 sec., 7976.601967561819 rows/sec., 304.06 KiB/sec.
2684 2025.01.09 01:05:15.465587 [ 276 ] {32ef4743-656f-44fb-a48d-8f4c9cb52174} <Debug> TCPHandler: Processed in 0.004268476 sec.
2685 2025.01.09 01:05:15.466052 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2686 2025.01.09 01:05:15.466297 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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)
2687 2025.01.09 01:05:15.466732 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2688 2025.01.09 01:05:15.466785 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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
2689 2025.01.09 01:05:15.467162 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2690 2025.01.09 01:05:15.467244 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2691 2025.01.09 01:05:15.467422 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2692 2025.01.09 01:05:15.467670 [ 299 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2693 2025.01.09 01:05:15.467757 [ 296 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2694 2025.01.09 01:05:15.467743 [ 302 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2695 2025.01.09 01:05:15.467799 [ 298 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2696 2025.01.09 01:05:15.467789 [ 303 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2697 2025.01.09 01:05:15.467960 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2698 2025.01.09 01:05:15.467993 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2699 2025.01.09 01:05:15.468117 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2700 2025.01.09 01:05:15.468141 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2701 2025.01.09 01:05:15.468189 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2702 2025.01.09 01:05:15.468240 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2703 2025.01.09 01:05:15.468286 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2704 2025.01.09 01:05:15.469793 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00362 sec., 8287.292817679558 rows/sec., 315.90 KiB/sec.
2705 2025.01.09 01:05:15.470004 [ 279 ] {e6b990e9-8a83-4b2a-a9ee-978f8c1736dd} <Debug> TCPHandler: Processed in 0.004084442 sec.
2706 2025.01.09 01:05:15.470279 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2707 2025.01.09 01:05:15.470507 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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)
2708 2025.01.09 01:05:15.470921 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2709 2025.01.09 01:05:15.470969 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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
2710 2025.01.09 01:05:15.471288 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2711 2025.01.09 01:05:15.471355 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2712 2025.01.09 01:05:15.471505 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2713 2025.01.09 01:05:15.471662 [ 303 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2714 2025.01.09 01:05:15.471716 [ 298 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2715 2025.01.09 01:05:15.471770 [ 302 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2716 2025.01.09 01:05:15.471816 [ 299 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2717 2025.01.09 01:05:15.471843 [ 296 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2718 2025.01.09 01:05:15.471951 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2719 2025.01.09 01:05:15.471981 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2720 2025.01.09 01:05:15.472090 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2721 2025.01.09 01:05:15.472112 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2722 2025.01.09 01:05:15.472153 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2723 2025.01.09 01:05:15.472202 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2724 2025.01.09 01:05:15.472246 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2725 2025.01.09 01:05:15.473614 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003222 sec., 9310.986964618249 rows/sec., 354.92 KiB/sec.
2726 2025.01.09 01:05:15.473813 [ 276 ] {f554f663-5428-418d-98fc-975f751aecba} <Debug> TCPHandler: Processed in 0.003603221 sec.
2727 2025.01.09 01:05:15.474173 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.01.09 01:05:15.474371 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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)
2729 2025.01.09 01:05:15.474720 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2730 2025.01.09 01:05:15.474769 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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
2731 2025.01.09 01:05:15.475092 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2732 2025.01.09 01:05:15.475160 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2733 2025.01.09 01:05:15.475310 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2734 2025.01.09 01:05:15.475549 [ 298 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2735 2025.01.09 01:05:15.475594 [ 302 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2736 2025.01.09 01:05:15.475638 [ 303 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2737 2025.01.09 01:05:15.475645 [ 296 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2738 2025.01.09 01:05:15.475636 [ 299 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2739 2025.01.09 01:05:15.475810 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2740 2025.01.09 01:05:15.475840 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2741 2025.01.09 01:05:15.475952 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2742 2025.01.09 01:05:15.475974 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2743 2025.01.09 01:05:15.476016 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2744 2025.01.09 01:05:15.476065 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2745 2025.01.09 01:05:15.476110 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2746 2025.01.09 01:05:15.477448 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003176 sec., 9445.843828715366 rows/sec., 360.06 KiB/sec.
2747 2025.01.09 01:05:15.477646 [ 279 ] {8a9dbd69-3fc4-41c6-9ee8-9477eaa18d57} <Debug> TCPHandler: Processed in 0.00353238 sec.
2748 2025.01.09 01:05:15.477932 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2749 2025.01.09 01:05:15.478159 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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)
2750 2025.01.09 01:05:15.478577 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2751 2025.01.09 01:05:15.478635 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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
2752 2025.01.09 01:05:15.479005 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2753 2025.01.09 01:05:15.479070 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2754 2025.01.09 01:05:15.479218 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2755 2025.01.09 01:05:15.479432 [ 298 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2756 2025.01.09 01:05:15.479408 [ 303 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2757 2025.01.09 01:05:15.479470 [ 296 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2758 2025.01.09 01:05:15.479514 [ 299 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2759 2025.01.09 01:05:15.479539 [ 302 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2760 2025.01.09 01:05:15.479680 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2761 2025.01.09 01:05:15.479709 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2762 2025.01.09 01:05:15.479820 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2763 2025.01.09 01:05:15.479841 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2764 2025.01.09 01:05:15.479882 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2765 2025.01.09 01:05:15.479929 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2766 2025.01.09 01:05:15.479972 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))"
2767 2025.01.09 01:05:15.481334 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003291 sec., 9115.77028258888 rows/sec., 347.48 KiB/sec.
2768 2025.01.09 01:05:15.481530 [ 276 ] {71000ddf-e1fc-4f14-b725-fc5032fcf1d8} <Debug> TCPHandler: Processed in 0.003665852 sec.
2769 2025.01.09 01:05:15.481822 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2770 2025.01.09 01:05:15.482026 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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)
2771 2025.01.09 01:05:15.482375 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2772 2025.01.09 01:05:15.482425 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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
2773 2025.01.09 01:05:15.482752 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2774 2025.01.09 01:05:15.482818 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2775 2025.01.09 01:05:15.482965 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2776 2025.01.09 01:05:15.483202 [ 298 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2777 2025.01.09 01:05:15.483289 [ 296 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2778 2025.01.09 01:05:15.483290 [ 302 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2779 2025.01.09 01:05:15.483285 [ 303 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2780 2025.01.09 01:05:15.483295 [ 299 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2781 2025.01.09 01:05:15.483504 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2782 2025.01.09 01:05:15.483534 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Spreading mark ranges among streams (default reading)
2783 2025.01.09 01:05:15.483645 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2784 2025.01.09 01:05:15.483666 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (SelectExecutor): Reading approx. 30 rows with 3 streams
2785 2025.01.09 01:05:15.483708 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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'))"
2786 2025.01.09 01:05:15.483757 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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'))"
2787 2025.01.09 01:05:15.483801 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', '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'))"
2788 2025.01.09 01:05:15.485246 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003315 sec., 9049.77375565611 rows/sec., 344.96 KiB/sec.
2789 2025.01.09 01:05:15.485452 [ 279 ] {01a431bb-3fd1-4f1c-a20d-8af017ad61b8} <Debug> TCPHandler: Processed in 0.003697624 sec.
2790 2025.01.09 01:05:15.657346 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2791 2025.01.09 01:05:15.657537 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2792 2025.01.09 01:05:15.657621 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2793 2025.01.09 01:05:15.658489 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2794 2025.01.09 01:05:15.658547 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2795 2025.01.09 01:05:15.659108 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2796 2025.01.09 01:05:15.659357 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2025.01.09 01:05:15.659557 [ 68 ] {} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2798 2025.01.09 01:05:15.659624 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002135 sec., 2810.304449648712 rows/sec., 625.73 KiB/sec.
2799 2025.01.09 01:05:15.659635 [ 68 ] {} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2800 2025.01.09 01:05:15.659716 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2801 2025.01.09 01:05:15.659781 [ 276 ] {f625eab9-024b-4a60-ab67-8a50433cc364} <Debug> TCPHandler: Processed in 0.002560488 sec.
2802 2025.01.09 01:05:15.660158 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::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
2803 2025.01.09 01:05:15.660306 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2804 2025.01.09 01:05:15.660550 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2805 2025.01.09 01:05:15.660619 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2806 2025.01.09 01:05:15.660672 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2807 2025.01.09 01:05:15.660844 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
2808 2025.01.09 01:05:15.660851 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2809 2025.01.09 01:05:15.661142 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2810 2025.01.09 01:05:15.661364 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2811 2025.01.09 01:05:15.661628 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2812 2025.01.09 01:05:15.662165 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::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
2813 2025.01.09 01:05:15.663617 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2814 2025.01.09 01:05:15.663721 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2815 2025.01.09 01:05:15.665077 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2816 2025.01.09 01:05:15.665727 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2817 2025.01.09 01:05:15.666378 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005766 sec., 2428.026361429067 rows/sec., 174.79 KiB/sec.
2818 2025.01.09 01:05:15.666675 [ 279 ] {b9c8591b-84a9-4de3-be80-fdce51aa731e} <Debug> TCPHandler: Processed in 0.006705961 sec.
2819 2025.01.09 01:05:15.666904 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2820 2025.01.09 01:05:15.667086 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2821 2025.01.09 01:05:15.667165 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2822 2025.01.09 01:05:15.668497 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.01.09 01:05:15.668553 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2824 2025.01.09 01:05:15.668986 [ 186 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.009159477 sec., 4148.708490670374 rows/sec., 718.71 KiB/sec.
2825 2025.01.09 01:05:15.669188 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2826 2025.01.09 01:05:15.669239 [ 193 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2827 2025.01.09 01:05:15.669748 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2025.01.09 01:05:15.670203 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003173 sec., 1260.6366214938544 rows/sec., 102.80 KiB/sec.
2829 2025.01.09 01:05:15.670379 [ 276 ] {baf15d97-f634-439c-b314-ad4f427f8b56} <Debug> TCPHandler: Processed in 0.00355147 sec.
2830 2025.01.09 01:05:15.670385 [ 193 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2831 2025.01.09 01:05:15.670560 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2025.01.09 01:05:15.670575 [ 193 ] {cda0f00d-aff2-4ce8-9865-5215be658cf1::all_1_6_1} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2833 2025.01.09 01:05:15.670717 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2834 2025.01.09 01:05:15.670719 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2835 2025.01.09 01:05:15.670776 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2836 2025.01.09 01:05:15.671994 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2837 2025.01.09 01:05:15.672035 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2838 2025.01.09 01:05:15.672521 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2839 2025.01.09 01:05:15.672786 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2840 2025.01.09 01:05:15.673013 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Debug> executeQuery: Read 1331 rows, 113.89 KiB in 0.002345 sec., 567590.618336887 rows/sec., 47.43 MiB/sec.
2841 2025.01.09 01:05:15.673072 [ 279 ] {b6e20bb1-e64f-4dc8-99fc-4144e67a0836} <Debug> TCPHandler: Processed in 0.002576239 sec.
2842 2025.01.09 01:05:15.673246 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2025.01.09 01:05:15.673371 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2844 2025.01.09 01:05:15.673423 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2845 2025.01.09 01:05:15.674035 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2846 2025.01.09 01:05:15.674079 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2847 2025.01.09 01:05:15.674463 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2848 2025.01.09 01:05:15.674721 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2849 2025.01.09 01:05:15.674967 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001616 sec., 11757.425742574258 rows/sec., 827.30 KiB/sec.
2850 2025.01.09 01:05:15.675122 [ 276 ] {a553d9bd-e3fe-402f-b6a2-f998d3074a20} <Debug> TCPHandler: Processed in 0.001931844 sec.
2851 2025.01.09 01:05:15.675301 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2025.01.09 01:05:15.675422 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2853 2025.01.09 01:05:15.675475 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2854 2025.01.09 01:05:15.676168 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2855 2025.01.09 01:05:15.676210 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2856 2025.01.09 01:05:15.676588 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2857 2025.01.09 01:05:15.676841 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2858 2025.01.09 01:05:15.677121 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001702 sec., 142185.66392479435 rows/sec., 9.63 MiB/sec.
2859 2025.01.09 01:05:15.677248 [ 279 ] {f88e95dd-b6d8-4517-b7f8-2f41ef3aadec} <Debug> TCPHandler: Processed in 0.002005005 sec.
2860 2025.01.09 01:05:15.677417 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2861 2025.01.09 01:05:15.677542 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2862 2025.01.09 01:05:15.677597 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2863 2025.01.09 01:05:15.678213 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2864 2025.01.09 01:05:15.678255 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2865 2025.01.09 01:05:15.678642 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2866 2025.01.09 01:05:15.678890 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2025.01.09 01:05:15.679106 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
2868 2025.01.09 01:05:15.679171 [ 276 ] {ec882d43-51d2-4747-bfd2-592d86aea7c5} <Debug> TCPHandler: Processed in 0.001815991 sec.
2869 2025.01.09 01:05:15.679431 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2025.01.09 01:05:15.679551 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2871 2025.01.09 01:05:15.679603 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2872 2025.01.09 01:05:15.680494 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2025.01.09 01:05:15.680534 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2874 2025.01.09 01:05:15.680938 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2875 2025.01.09 01:05:15.681189 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2876 2025.01.09 01:05:15.681411 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Debug> executeQuery: Read 814 rows, 60.06 KiB in 0.001885 sec., 431830.23872679047 rows/sec., 31.11 MiB/sec.
2877 2025.01.09 01:05:15.681467 [ 279 ] {2a45c3a5-0bbc-45e5-b9dd-6a6804dc5ab2} <Debug> TCPHandler: Processed in 0.002090647 sec.
2878 2025.01.09 01:05:15.681625 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2879 2025.01.09 01:05:15.681755 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2880 2025.01.09 01:05:15.681806 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2881 2025.01.09 01:05:15.682301 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2882 2025.01.09 01:05:15.682341 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2883 2025.01.09 01:05:15.682758 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2884 2025.01.09 01:05:15.683011 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2885 2025.01.09 01:05:15.683173 [ 68 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2886 2025.01.09 01:05:15.683255 [ 68 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2887 2025.01.09 01:05:15.683258 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec.
2888 2025.01.09 01:05:15.683287 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2889 2025.01.09 01:05:15.683427 [ 276 ] {1b895f50-b4cf-4443-a7bd-fb35c5117e0b} <Debug> TCPHandler: Processed in 0.001858022 sec.
2890 2025.01.09 01:05:15.683689 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2891 2025.01.09 01:05:15.683815 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2892 2025.01.09 01:05:15.683996 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2893 2025.01.09 01:05:15.684105 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2894 2025.01.09 01:05:15.684125 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2895 2025.01.09 01:05:15.684187 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2896 2025.01.09 01:05:15.684532 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2897 2025.01.09 01:05:15.684893 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2898 2025.01.09 01:05:15.685200 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2899 2025.01.09 01:05:15.685512 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2900 2025.01.09 01:05:15.685721 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
2901 2025.01.09 01:05:15.686967 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00352766 sec., 10205.065113984907 rows/sec., 533.17 KiB/sec.
2902 2025.01.09 01:05:15.687173 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2903 2025.01.09 01:05:15.687639 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_6_1} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2904 2025.01.09 01:05:15.687713 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_6_1} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2905 2025.01.09 01:05:15.687804 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
2906 2025.01.09 01:05:15.690009 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2025.01.09 01:05:15.690052 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2908 2025.01.09 01:05:15.690915 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2909 2025.01.09 01:05:15.691180 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.01.09 01:05:15.691349 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2911 2025.01.09 01:05:15.691411 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2912 2025.01.09 01:05:15.691438 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Debug> executeQuery: Read 4719 rows, 322.24 KiB in 0.007526 sec., 627026.3087961733 rows/sec., 41.81 MiB/sec.
2913 2025.01.09 01:05:15.691454 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2914 2025.01.09 01:05:15.691682 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB.
2915 2025.01.09 01:05:15.691731 [ 279 ] {2556b662-dcca-4203-bda8-58e0ba5de534} <Debug> TCPHandler: Processed in 0.008207656 sec.
2916 2025.01.09 01:05:15.691833 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::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
2917 2025.01.09 01:05:15.692211 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2918 2025.01.09 01:05:15.692273 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2919 2025.01.09 01:05:15.692332 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 711 rows starting from the beginning of the part
2920 2025.01.09 01:05:15.692454 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2921 2025.01.09 01:05:15.692648 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part
2922 2025.01.09 01:05:15.692665 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2923 2025.01.09 01:05:15.693028 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 101 rows starting from the beginning of the part
2924 2025.01.09 01:05:15.693384 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part
2925 2025.01.09 01:05:15.693746 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part
2926 2025.01.09 01:05:15.694097 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4719 rows starting from the beginning of the part
2927 2025.01.09 01:05:15.695037 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2928 2025.01.09 01:05:15.695127 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2929 2025.01.09 01:05:15.696154 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2930 2025.01.09 01:05:15.696628 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2931 2025.01.09 01:05:15.697180 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004783 sec., 209.07380305247753 rows/sec., 14.09 KiB/sec.
2932 2025.01.09 01:05:15.697267 [ 276 ] {a8343f53-be21-436e-82b9-2a6808f2a28c} <Debug> TCPHandler: Processed in 0.005359211 sec.
2933 2025.01.09 01:05:15.697475 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2934 2025.01.09 01:05:15.697600 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2935 2025.01.09 01:05:15.697681 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2936 2025.01.09 01:05:15.698138 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5985 rows, containing 5 columns (5 merged, 0 gathered) in 0.006524547 sec., 917305.0634779702 rows/sec., 61.23 MiB/sec.
2937 2025.01.09 01:05:15.698936 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2938 2025.01.09 01:05:15.699675 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2939 2025.01.09 01:05:15.699925 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2940 2025.01.09 01:05:15.699997 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2941 2025.01.09 01:05:15.700073 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.
2942 2025.01.09 01:05:15.700078 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2943 2025.01.09 01:05:15.700786 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2944 2025.01.09 01:05:15.701141 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2945 2025.01.09 01:05:15.701416 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00384 sec., 2083.3333333333335 rows/sec., 3.73 MiB/sec.
2946 2025.01.09 01:05:15.701628 [ 279 ] {4bf924a9-05e4-48ab-a3b6-26be6c8bf136} <Debug> TCPHandler: Processed in 0.004246126 sec.
2947 2025.01.09 01:05:15.701798 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2948 2025.01.09 01:05:15.701924 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2949 2025.01.09 01:05:15.701977 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2950 2025.01.09 01:05:15.702490 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2951 2025.01.09 01:05:15.702531 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2952 2025.01.09 01:05:15.702915 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2953 2025.01.09 01:05:15.703156 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2954 2025.01.09 01:05:15.703352 [ 68 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2955 2025.01.09 01:05:15.703437 [ 68 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2956 2025.01.09 01:05:15.703468 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001562 sec., 17925.736235595392 rows/sec., 1.01 MiB/sec.
2957 2025.01.09 01:05:15.703485 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2958 2025.01.09 01:05:15.703695 [ 276 ] {a0d3cca8-a678-45c9-a7a5-b4175a3ecc95} <Debug> TCPHandler: Processed in 0.001955185 sec.
2959 2025.01.09 01:05:15.703832 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
2960 2025.01.09 01:05:15.704115 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2961 2025.01.09 01:05:15.704155 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 210 rows starting from the beginning of the part
2962 2025.01.09 01:05:15.704252 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part
2963 2025.01.09 01:05:15.704415 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
2964 2025.01.09 01:05:15.704508 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part
2965 2025.01.09 01:05:15.704627 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
2966 2025.01.09 01:05:15.704715 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part
2967 2025.01.09 01:05:15.705796 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 4 columns (4 merged, 0 gathered) in 0.002173619 sec., 184945.01566281857 rows/sec., 11.72 MiB/sec.
2968 2025.01.09 01:05:15.705970 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2969 2025.01.09 01:05:15.706287 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2970 2025.01.09 01:05:15.706386 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_11_2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2971 2025.01.09 01:05:15.706505 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2972 2025.01.09 01:05:19.544460 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2973 2025.01.09 01:05:19.544679 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2974 2025.01.09 01:05:19.544761 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2975 2025.01.09 01:05:19.545707 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2976 2025.01.09 01:05:19.545764 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2977 2025.01.09 01:05:19.546221 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2978 2025.01.09 01:05:19.546478 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2979 2025.01.09 01:05:19.546748 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002119 sec., 24539.877300613498 rows/sec., 1.87 MiB/sec.
2980 2025.01.09 01:05:19.546901 [ 276 ] {b949f325-81e7-486b-858c-b29b38ceb78d} <Debug> TCPHandler: Processed in 0.002584549 sec.
2981 2025.01.09 01:05:19.547246 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2982 2025.01.09 01:05:19.547477 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2983 2025.01.09 01:05:19.547563 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2984 2025.01.09 01:05:19.548381 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2985 2025.01.09 01:05:19.548436 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2986 2025.01.09 01:05:19.548898 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2987 2025.01.09 01:05:19.549163 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2988 2025.01.09 01:05:19.549412 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.19 MiB/sec.
2989 2025.01.09 01:05:19.549483 [ 279 ] {a1ba0754-10c5-469f-9ad4-5fb7ad20f537} <Debug> TCPHandler: Processed in 0.002446765 sec.
2990 2025.01.09 01:05:19.549638 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2991 2025.01.09 01:05:19.549776 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2992 2025.01.09 01:05:19.549838 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2993 2025.01.09 01:05:19.550763 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2994 2025.01.09 01:05:19.550808 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
2995 2025.01.09 01:05:19.551238 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2996 2025.01.09 01:05:19.551497 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2997 2025.01.09 01:05:19.551726 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001986 sec., 60422.96072507553 rows/sec., 4.19 MiB/sec.
2998 2025.01.09 01:05:19.551793 [ 276 ] {d80eca9b-cc46-48c6-a7cc-552916c17ea2} <Debug> TCPHandler: Processed in 0.0022161 sec.
2999 2025.01.09 01:05:19.551948 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3000 2025.01.09 01:05:19.552084 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3001 2025.01.09 01:05:19.552152 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3002 2025.01.09 01:05:19.552766 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3003 2025.01.09 01:05:19.552817 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3004 2025.01.09 01:05:19.553261 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3005 2025.01.09 01:05:19.553508 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3006 2025.01.09 01:05:19.553717 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001671 sec., 23937.761819269897 rows/sec., 1.64 MiB/sec.
3007 2025.01.09 01:05:19.553774 [ 279 ] {b26cdadf-f4cb-47b7-97b1-c0bf20b0ceb1} <Debug> TCPHandler: Processed in 0.001885133 sec.
3008 2025.01.09 01:05:20.444593 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3009 2025.01.09 01:05:20.445324 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2025.01.09 01:05:20.445365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3011 2025.01.09 01:05:20.445896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3012 2025.01.09 01:05:20.446155 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3013 2025.01.09 01:05:20.446396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3014 2025.01.09 01:05:20.842905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3015 2025.01.09 01:05:20.863683 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2025.01.09 01:05:20.863745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3017 2025.01.09 01:05:20.871309 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3018 2025.01.09 01:05:20.872101 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2025.01.09 01:05:20.875314 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3020 2025.01.09 01:05:22.964748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 406
3021 2025.01.09 01:05:22.968576 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2025.01.09 01:05:22.968636 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3023 2025.01.09 01:05:22.970282 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3024 2025.01.09 01:05:22.970626 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2025.01.09 01:05:22.971570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
3026 2025.01.09 01:05:24.547006 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3027 2025.01.09 01:05:24.547284 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3028 2025.01.09 01:05:24.547378 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3029 2025.01.09 01:05:24.548473 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2025.01.09 01:05:24.548527 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3031 2025.01.09 01:05:24.549078 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3032 2025.01.09 01:05:24.549410 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2025.01.09 01:05:24.549700 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.00249 sec., 45783.13253012048 rows/sec., 3.89 MiB/sec.
3034 2025.01.09 01:05:24.549801 [ 276 ] {2c4eaaff-a92d-4836-b2ee-9caeec50ff94} <Debug> TCPHandler: Processed in 0.002924556 sec.
3035 2025.01.09 01:05:24.550078 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3036 2025.01.09 01:05:24.550281 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3037 2025.01.09 01:05:24.550358 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3038 2025.01.09 01:05:24.551151 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2025.01.09 01:05:24.551204 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3040 2025.01.09 01:05:24.551659 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3041 2025.01.09 01:05:24.551923 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2025.01.09 01:05:24.552165 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001944 sec., 15946.502057613168 rows/sec., 1.17 MiB/sec.
3043 2025.01.09 01:05:24.552237 [ 279 ] {de6bbdc8-9d1e-48bf-b70d-084722449ca8} <Debug> TCPHandler: Processed in 0.002296212 sec.
3044 2025.01.09 01:05:24.552404 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3045 2025.01.09 01:05:24.552542 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3046 2025.01.09 01:05:24.552600 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3047 2025.01.09 01:05:24.553291 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2025.01.09 01:05:24.553332 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3049 2025.01.09 01:05:24.553756 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3050 2025.01.09 01:05:24.554029 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2025.01.09 01:05:24.554257 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001747 sec., 49799.656554092726 rows/sec., 3.89 MiB/sec.
3052 2025.01.09 01:05:24.554323 [ 276 ] {a4d2e80a-177e-441c-b5e7-731173448b85} <Debug> TCPHandler: Processed in 0.001978464 sec.
3053 2025.01.09 01:05:24.554501 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3054 2025.01.09 01:05:24.554634 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3055 2025.01.09 01:05:24.554694 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3056 2025.01.09 01:05:24.555303 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3057 2025.01.09 01:05:24.555344 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3058 2025.01.09 01:05:24.555769 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3059 2025.01.09 01:05:24.556022 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2025.01.09 01:05:24.556219 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001616 sec., 92821.78217821782 rows/sec., 6.44 MiB/sec.
3061 2025.01.09 01:05:24.556277 [ 279 ] {31767357-8d4b-4d6f-8d81-ca5a7af19088} <Debug> TCPHandler: Processed in 0.001838271 sec.
3062 2025.01.09 01:05:24.556446 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3063 2025.01.09 01:05:24.556579 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3064 2025.01.09 01:05:24.556671 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3065 2025.01.09 01:05:24.557872 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3066 2025.01.09 01:05:24.557912 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3067 2025.01.09 01:05:24.558624 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3068 2025.01.09 01:05:24.558937 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3069 2025.01.09 01:05:24.559320 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002743 sec., 11301.494713816988 rows/sec., 20.25 MiB/sec.
3070 2025.01.09 01:05:24.559553 [ 276 ] {03ec4461-7bd1-45fc-920a-618ee6759acd} <Debug> TCPHandler: Processed in 0.003167721 sec.
3071 2025.01.09 01:05:24.559716 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3072 2025.01.09 01:05:24.559839 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3073 2025.01.09 01:05:24.559893 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3074 2025.01.09 01:05:24.560407 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3075 2025.01.09 01:05:24.560445 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3076 2025.01.09 01:05:24.560827 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3077 2025.01.09 01:05:24.561072 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2025.01.09 01:05:24.561274 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001451 sec., 34458.99379738112 rows/sec., 2.36 MiB/sec.
3079 2025.01.09 01:05:24.561440 [ 279 ] {bd7edf19-ac48-4ab5-af59-ac349db61534} <Debug> TCPHandler: Processed in 0.00177554 sec.
3080 2025.01.09 01:05:27.859508 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
3081 2025.01.09 01:05:27.859613 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
3082 2025.01.09 01:05:27.946554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3083 2025.01.09 01:05:27.947291 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3084 2025.01.09 01:05:27.947345 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3085 2025.01.09 01:05:27.947947 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3086 2025.01.09 01:05:27.948212 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3087 2025.01.09 01:05:27.948467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3088 2025.01.09 01:05:28.375405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3089 2025.01.09 01:05:28.396344 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.01.09 01:05:28.396404 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3091 2025.01.09 01:05:28.404562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3092 2025.01.09 01:05:28.405413 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2025.01.09 01:05:28.408411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3094 2025.01.09 01:05:29.549946 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3095 2025.01.09 01:05:29.550155 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3096 2025.01.09 01:05:29.550239 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3097 2025.01.09 01:05:29.551034 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2025.01.09 01:05:29.551079 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3099 2025.01.09 01:05:29.551551 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3100 2025.01.09 01:05:29.551809 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2025.01.09 01:05:29.552045 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec.
3102 2025.01.09 01:05:29.552113 [ 276 ] {dc1fdbb8-7ed5-4fe3-9c88-3b871aade348} <Debug> TCPHandler: Processed in 0.002313012 sec.
3103 2025.01.09 01:05:29.552377 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3104 2025.01.09 01:05:29.552592 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3105 2025.01.09 01:05:29.552676 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3106 2025.01.09 01:05:29.553655 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3107 2025.01.09 01:05:29.553706 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3108 2025.01.09 01:05:29.554176 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3109 2025.01.09 01:05:29.554448 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2025.01.09 01:05:29.554642 [ 83 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3111 2025.01.09 01:05:29.554733 [ 83 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2025.01.09 01:05:29.554741 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002198 sec., 97816.1965423112 rows/sec., 8.55 MiB/sec.
3113 2025.01.09 01:05:29.554768 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3114 2025.01.09 01:05:29.554916 [ 279 ] {f8f616eb-1e58-428a-923f-3287013cb789} <Debug> TCPHandler: Processed in 0.00267409 sec.
3115 2025.01.09 01:05:29.555215 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3116 2025.01.09 01:05:29.555297 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
3117 2025.01.09 01:05:29.555499 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3118 2025.01.09 01:05:29.555525 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3119 2025.01.09 01:05:29.555561 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3120 2025.01.09 01:05:29.555573 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 238 rows starting from the beginning of the part
3121 2025.01.09 01:05:29.555707 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 89 rows starting from the beginning of the part
3122 2025.01.09 01:05:29.556148 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1331 rows starting from the beginning of the part
3123 2025.01.09 01:05:29.556532 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part
3124 2025.01.09 01:05:29.556905 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 114 rows starting from the beginning of the part
3125 2025.01.09 01:05:29.557248 [ 194 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 215 rows starting from the beginning of the part
3126 2025.01.09 01:05:29.558086 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3127 2025.01.09 01:05:29.558131 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3128 2025.01.09 01:05:29.558717 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3129 2025.01.09 01:05:29.559037 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3130 2025.01.09 01:05:29.559337 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.0039 sec., 3846.153846153846 rows/sec., 271.18 KiB/sec.
3131 2025.01.09 01:05:29.559547 [ 276 ] {945d6520-bc2f-4f95-a7d4-5f06704845d0} <Debug> TCPHandler: Processed in 0.004505741 sec.
3132 2025.01.09 01:05:29.559619 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2039 rows, containing 5 columns (5 merged, 0 gathered) in 0.004687886 sec., 434950.8499140125 rows/sec., 38.49 MiB/sec.
3133 2025.01.09 01:05:29.559737 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2025.01.09 01:05:29.559924 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3135 2025.01.09 01:05:29.559953 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3136 2025.01.09 01:05:29.560015 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3137 2025.01.09 01:05:29.560549 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3138 2025.01.09 01:05:29.560745 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_16_3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3139 2025.01.09 01:05:29.560870 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3140 2025.01.09 01:05:29.561122 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3141 2025.01.09 01:05:29.561166 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3142 2025.01.09 01:05:29.561634 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3143 2025.01.09 01:05:29.561885 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3144 2025.01.09 01:05:29.562115 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002243 sec., 6241.640659830584 rows/sec., 437.12 KiB/sec.
3145 2025.01.09 01:05:29.562184 [ 279 ] {225e0153-dd46-4861-93b1-31c4e1e18b71} <Debug> TCPHandler: Processed in 0.002525167 sec.
3146 2025.01.09 01:05:29.562374 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3147 2025.01.09 01:05:29.562511 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3148 2025.01.09 01:05:29.562564 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3149 2025.01.09 01:05:29.563160 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3150 2025.01.09 01:05:29.563201 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3151 2025.01.09 01:05:29.563572 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3152 2025.01.09 01:05:29.563886 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3153 2025.01.09 01:05:29.564116 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec.
3154 2025.01.09 01:05:29.564178 [ 276 ] {a599d976-8596-472f-8800-312457aad4a2} <Debug> TCPHandler: Processed in 0.001874172 sec.
3155 2025.01.09 01:05:29.564339 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3156 2025.01.09 01:05:29.564464 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3157 2025.01.09 01:05:29.564518 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3158 2025.01.09 01:05:29.565295 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3159 2025.01.09 01:05:29.565337 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3160 2025.01.09 01:05:29.565732 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3161 2025.01.09 01:05:29.565984 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3162 2025.01.09 01:05:29.566151 [ 83 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3163 2025.01.09 01:05:29.566231 [ 83 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.01.09 01:05:29.566245 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001801 sec., 212104.3864519711 rows/sec., 15.01 MiB/sec.
3165 2025.01.09 01:05:29.566271 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3166 2025.01.09 01:05:29.566421 [ 279 ] {90418b44-fada-4670-9a91-317baee18b29} <Debug> TCPHandler: Processed in 0.002133809 sec.
3167 2025.01.09 01:05:29.566506 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
3168 2025.01.09 01:05:29.566615 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3169 2025.01.09 01:05:29.566639 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3170 2025.01.09 01:05:29.566670 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 393 rows starting from the beginning of the part
3171 2025.01.09 01:05:29.566870 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 65 rows starting from the beginning of the part
3172 2025.01.09 01:05:29.566883 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3173 2025.01.09 01:05:29.567103 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3174 2025.01.09 01:05:29.567189 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 814 rows starting from the beginning of the part
3175 2025.01.09 01:05:29.567605 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
3176 2025.01.09 01:05:29.567926 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 87 rows starting from the beginning of the part
3177 2025.01.09 01:05:29.568230 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 382 rows starting from the beginning of the part
3178 2025.01.09 01:05:29.569095 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3179 2025.01.09 01:05:29.569134 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3180 2025.01.09 01:05:29.569670 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3181 2025.01.09 01:05:29.569966 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3182 2025.01.09 01:05:29.570288 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1797 rows, containing 5 columns (5 merged, 0 gathered) in 0.003875798 sec., 463646.45422697463 rows/sec., 35.27 MiB/sec.
3183 2025.01.09 01:05:29.570483 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003715 sec., 1615.0740242261104 rows/sec., 84.38 KiB/sec.
3184 2025.01.09 01:05:29.570617 [ 276 ] {82da27d9-1050-4089-a885-bcdcb165f104} <Debug> TCPHandler: Processed in 0.004074392 sec.
3185 2025.01.09 01:05:29.570639 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3186 2025.01.09 01:05:29.570801 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3187 2025.01.09 01:05:29.570947 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3188 2025.01.09 01:05:29.571015 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3189 2025.01.09 01:05:29.571096 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3190 2025.01.09 01:05:29.571246 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_16_3} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3191 2025.01.09 01:05:29.571367 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3192 2025.01.09 01:05:29.571758 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3193 2025.01.09 01:05:29.571799 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3194 2025.01.09 01:05:29.572233 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3195 2025.01.09 01:05:29.572495 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3196 2025.01.09 01:05:29.572747 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001834 sec., 123773.17339149401 rows/sec., 8.26 MiB/sec.
3197 2025.01.09 01:05:29.572965 [ 279 ] {81b04555-11cf-4981-9eb7-3d884aafb8d2} <Debug> TCPHandler: Processed in 0.0022457 sec.
3198 2025.01.09 01:05:29.573152 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3199 2025.01.09 01:05:29.573292 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3200 2025.01.09 01:05:29.573355 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3201 2025.01.09 01:05:29.573844 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3202 2025.01.09 01:05:29.573881 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3203 2025.01.09 01:05:29.574243 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3204 2025.01.09 01:05:29.574490 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2025.01.09 01:05:29.574672 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
3206 2025.01.09 01:05:29.574724 [ 276 ] {2908944e-b04f-4c8b-a406-a23eba87dae5} <Debug> TCPHandler: Processed in 0.001636937 sec.
3207 2025.01.09 01:05:29.574906 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3208 2025.01.09 01:05:29.575053 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3209 2025.01.09 01:05:29.575152 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3210 2025.01.09 01:05:29.576362 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3211 2025.01.09 01:05:29.576403 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3212 2025.01.09 01:05:29.577043 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3213 2025.01.09 01:05:29.577310 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3214 2025.01.09 01:05:29.577613 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002586 sec., 3093.580819798917 rows/sec., 5.54 MiB/sec.
3215 2025.01.09 01:05:29.577751 [ 279 ] {02d2209f-a8d5-480e-93e9-0ec433d512b6} <Debug> TCPHandler: Processed in 0.002915695 sec.
3216 2025.01.09 01:05:29.577917 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3217 2025.01.09 01:05:29.578035 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3218 2025.01.09 01:05:29.578088 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3219 2025.01.09 01:05:29.578584 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2025.01.09 01:05:29.578622 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3221 2025.01.09 01:05:29.579001 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3222 2025.01.09 01:05:29.579240 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3223 2025.01.09 01:05:29.579435 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001422 sec., 50632.91139240506 rows/sec., 3.23 MiB/sec.
3224 2025.01.09 01:05:29.579520 [ 276 ] {64b13340-1e33-4305-94de-585677dc177c} <Debug> TCPHandler: Processed in 0.001656477 sec.
3225 2025.01.09 01:05:32.971924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 440
3226 2025.01.09 01:05:32.974954 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3227 2025.01.09 01:05:32.975015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3228 2025.01.09 01:05:32.976541 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3229 2025.01.09 01:05:32.976855 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3230 2025.01.09 01:05:32.977483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 440
3231 2025.01.09 01:05:34.547253 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3232 2025.01.09 01:05:34.547449 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3233 2025.01.09 01:05:34.547529 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3234 2025.01.09 01:05:34.548314 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3235 2025.01.09 01:05:34.548369 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3236 2025.01.09 01:05:34.548805 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3237 2025.01.09 01:05:34.549082 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3238 2025.01.09 01:05:34.549374 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec.
3239 2025.01.09 01:05:34.549513 [ 276 ] {3a97fdbf-6abb-4296-9973-acdc7b722d67} <Debug> TCPHandler: Processed in 0.002399934 sec.
3240 2025.01.09 01:05:34.549789 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3241 2025.01.09 01:05:34.549985 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3242 2025.01.09 01:05:34.550063 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3243 2025.01.09 01:05:34.550896 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2025.01.09 01:05:34.550952 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3245 2025.01.09 01:05:34.551411 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3246 2025.01.09 01:05:34.551685 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3247 2025.01.09 01:05:34.551961 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002026 sec., 56762.09279368213 rows/sec., 4.81 MiB/sec.
3248 2025.01.09 01:05:34.552203 [ 279 ] {68f5495d-4fe8-482e-8dc3-a0fb9a769de8} <Debug> TCPHandler: Processed in 0.002555088 sec.
3249 2025.01.09 01:05:34.552405 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3250 2025.01.09 01:05:34.552556 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3251 2025.01.09 01:05:34.552621 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3252 2025.01.09 01:05:34.553346 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3253 2025.01.09 01:05:34.553392 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3254 2025.01.09 01:05:34.553789 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3255 2025.01.09 01:05:34.554057 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2025.01.09 01:05:34.554232 [ 108 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3257 2025.01.09 01:05:34.554299 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001775 sec., 18591.549295774646 rows/sec., 1.36 MiB/sec.
3258 2025.01.09 01:05:34.554313 [ 108 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.01.09 01:05:34.554385 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3260 2025.01.09 01:05:34.554442 [ 276 ] {33b036f0-08ac-4af4-a284-86aef8b900c2} <Debug> TCPHandler: Processed in 0.002107728 sec.
3261 2025.01.09 01:05:34.554648 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
3262 2025.01.09 01:05:34.554680 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3263 2025.01.09 01:05:34.554874 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3264 2025.01.09 01:05:34.554903 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3265 2025.01.09 01:05:34.554936 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 41 rows starting from the beginning of the part
3266 2025.01.09 01:05:34.555003 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3267 2025.01.09 01:05:34.555137 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part
3268 2025.01.09 01:05:34.555482 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part
3269 2025.01.09 01:05:34.555768 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part
3270 2025.01.09 01:05:34.556078 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part
3271 2025.01.09 01:05:34.556420 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part
3272 2025.01.09 01:05:34.558529 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3273 2025.01.09 01:05:34.558611 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3274 2025.01.09 01:05:34.559661 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005175166 sec., 32849.18783281541 rows/sec., 2.49 MiB/sec.
3275 2025.01.09 01:05:34.559710 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3276 2025.01.09 01:05:34.559907 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3277 2025.01.09 01:05:34.560196 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3278 2025.01.09 01:05:34.560618 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2025.01.09 01:05:34.560786 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005923 sec., 15026.169171028194 rows/sec., 1.17 MiB/sec.
3280 2025.01.09 01:05:34.560908 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_16_3} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3281 2025.01.09 01:05:34.561085 [ 279 ] {421c95b5-dec9-46c9-a299-3d8e2f8977fc} <Debug> TCPHandler: Processed in 0.006495537 sec.
3282 2025.01.09 01:05:34.561152 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3283 2025.01.09 01:05:34.561309 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3284 2025.01.09 01:05:34.561440 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3285 2025.01.09 01:05:34.561499 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3286 2025.01.09 01:05:34.562116 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3287 2025.01.09 01:05:34.562159 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3288 2025.01.09 01:05:34.562581 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3289 2025.01.09 01:05:34.562834 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3290 2025.01.09 01:05:34.563063 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001653 sec., 91349.0623109498 rows/sec., 6.33 MiB/sec.
3291 2025.01.09 01:05:34.563116 [ 276 ] {77eec611-e1af-4711-873e-45c4dc1a5312} <Debug> TCPHandler: Processed in 0.001869602 sec.
3292 2025.01.09 01:05:34.563289 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3293 2025.01.09 01:05:34.563442 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3294 2025.01.09 01:05:34.563545 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3295 2025.01.09 01:05:34.564841 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3296 2025.01.09 01:05:34.564885 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3297 2025.01.09 01:05:34.565589 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3298 2025.01.09 01:05:34.565878 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3299 2025.01.09 01:05:34.566069 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3300 2025.01.09 01:05:34.566143 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3301 2025.01.09 01:05:34.566187 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3302 2025.01.09 01:05:34.566193 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002779 sec., 11155.091759625766 rows/sec., 19.99 MiB/sec.
3303 2025.01.09 01:05:34.566475 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
3304 2025.01.09 01:05:34.566598 [ 279 ] {4e4e3733-a1cb-4433-a6ce-5ff0547c562b} <Debug> TCPHandler: Processed in 0.003383996 sec.
3305 2025.01.09 01:05:34.566848 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3306 2025.01.09 01:05:34.567108 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3307 2025.01.09 01:05:34.567227 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3308 2025.01.09 01:05:34.567235 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3309 2025.01.09 01:05:34.567490 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 182 rows starting from the beginning of the part
3310 2025.01.09 01:05:34.568381 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part
3311 2025.01.09 01:05:34.569180 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
3312 2025.01.09 01:05:34.569445 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3313 2025.01.09 01:05:34.569558 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3314 2025.01.09 01:05:34.569891 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part
3315 2025.01.09 01:05:34.570509 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3316 2025.01.09 01:05:34.571157 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part
3317 2025.01.09 01:05:34.571255 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3318 2025.01.09 01:05:34.572124 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3319 2025.01.09 01:05:34.572584 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005565 sec., 8984.725965858042 rows/sec., 630.86 KiB/sec.
3320 2025.01.09 01:05:34.572792 [ 276 ] {e34175a7-11e2-4730-ac7d-4d975cd20039} <Debug> TCPHandler: Processed in 0.006080967 sec.
3321 2025.01.09 01:05:34.575263 [ 195 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 19 columns (19 merged, 0 gathered) in 0.009005803 sec., 32312.498952064576 rows/sec., 57.90 MiB/sec.
3322 2025.01.09 01:05:34.575885 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3323 2025.01.09 01:05:34.576440 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3324 2025.01.09 01:05:34.576541 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3325 2025.01.09 01:05:34.576706 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB.
3326 2025.01.09 01:05:35.448610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3327 2025.01.09 01:05:35.449392 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3328 2025.01.09 01:05:35.449451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3329 2025.01.09 01:05:35.450030 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3330 2025.01.09 01:05:35.450322 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3331 2025.01.09 01:05:35.450580 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3332 2025.01.09 01:05:35.908493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3333 2025.01.09 01:05:35.928702 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3334 2025.01.09 01:05:35.928749 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3335 2025.01.09 01:05:35.936051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3336 2025.01.09 01:05:35.936804 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3337 2025.01.09 01:05:35.939401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3338 2025.01.09 01:05:39.550002 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2025.01.09 01:05:39.550209 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3340 2025.01.09 01:05:39.550287 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3341 2025.01.09 01:05:39.551074 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2025.01.09 01:05:39.551129 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3343 2025.01.09 01:05:39.551587 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3344 2025.01.09 01:05:39.551848 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2025.01.09 01:05:39.552105 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec.
3346 2025.01.09 01:05:39.552174 [ 276 ] {62456b53-2263-40f5-81a6-2345d6d3033d} <Debug> TCPHandler: Processed in 0.002310412 sec.
3347 2025.01.09 01:05:39.552442 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3348 2025.01.09 01:05:39.552636 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3349 2025.01.09 01:05:39.552711 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3350 2025.01.09 01:05:39.553593 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3351 2025.01.09 01:05:39.553636 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3352 2025.01.09 01:05:39.554111 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3353 2025.01.09 01:05:39.554380 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3354 2025.01.09 01:05:39.554594 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002013 sec., 106805.76254346746 rows/sec., 9.33 MiB/sec.
3355 2025.01.09 01:05:39.554661 [ 279 ] {d39f911d-b2dc-4cfa-85be-baed2d66b7f6} <Debug> TCPHandler: Processed in 0.002362294 sec.
3356 2025.01.09 01:05:39.554836 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2025.01.09 01:05:39.554982 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3358 2025.01.09 01:05:39.555042 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3359 2025.01.09 01:05:39.555758 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2025.01.09 01:05:39.555809 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3361 2025.01.09 01:05:39.556177 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3362 2025.01.09 01:05:39.556424 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2025.01.09 01:05:39.556652 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001705 sec., 8797.653958944282 rows/sec., 620.30 KiB/sec.
3364 2025.01.09 01:05:39.556709 [ 276 ] {62ef8f31-d735-4e56-bf17-9b2ca2ba2ccb} <Debug> TCPHandler: Processed in 0.001940244 sec.
3365 2025.01.09 01:05:39.556865 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3366 2025.01.09 01:05:39.556994 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3367 2025.01.09 01:05:39.557047 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3368 2025.01.09 01:05:39.557652 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2025.01.09 01:05:39.557693 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3370 2025.01.09 01:05:39.558059 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3371 2025.01.09 01:05:39.558332 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3372 2025.01.09 01:05:39.558548 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
3373 2025.01.09 01:05:39.558606 [ 279 ] {941efbde-fcd1-4ddd-8b5e-caa1aa0cef91} <Debug> TCPHandler: Processed in 0.00179848 sec.
3374 2025.01.09 01:05:39.558754 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2025.01.09 01:05:39.558887 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3376 2025.01.09 01:05:39.558946 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3377 2025.01.09 01:05:39.559661 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3378 2025.01.09 01:05:39.559708 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3379 2025.01.09 01:05:39.560078 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3380 2025.01.09 01:05:39.560331 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3381 2025.01.09 01:05:39.560555 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001702 sec., 7638.07285546416 rows/sec., 476.23 KiB/sec.
3382 2025.01.09 01:05:39.560612 [ 276 ] {00dcdd4e-5d68-400e-b22a-02bc54e1eaca} <Debug> TCPHandler: Processed in 0.001913983 sec.
3383 2025.01.09 01:05:39.560761 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3384 2025.01.09 01:05:39.560881 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3385 2025.01.09 01:05:39.560932 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3386 2025.01.09 01:05:39.561643 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2025.01.09 01:05:39.561683 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3388 2025.01.09 01:05:39.562091 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3389 2025.01.09 01:05:39.562348 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2025.01.09 01:05:39.562580 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001724 sec., 221577.72621809744 rows/sec., 15.68 MiB/sec.
3391 2025.01.09 01:05:39.562638 [ 279 ] {639b2fe2-c914-4547-adea-d02459e5195c} <Debug> TCPHandler: Processed in 0.001932874 sec.
3392 2025.01.09 01:05:39.562776 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2025.01.09 01:05:39.562896 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3394 2025.01.09 01:05:39.562949 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3395 2025.01.09 01:05:39.563449 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3396 2025.01.09 01:05:39.563489 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3397 2025.01.09 01:05:39.563860 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3398 2025.01.09 01:05:39.564099 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2025.01.09 01:05:39.564317 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec.
3400 2025.01.09 01:05:39.564372 [ 276 ] {0921b4d9-7885-4980-88e4-8ac975e47503} <Debug> TCPHandler: Processed in 0.001651218 sec.
3401 2025.01.09 01:05:39.564529 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3402 2025.01.09 01:05:39.564655 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3403 2025.01.09 01:05:39.564709 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3404 2025.01.09 01:05:39.565322 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3405 2025.01.09 01:05:39.565362 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3406 2025.01.09 01:05:39.565779 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3407 2025.01.09 01:05:39.566020 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3408 2025.01.09 01:05:39.566187 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3409 2025.01.09 01:05:39.566265 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001631 sec., 139178.41814837523 rows/sec., 9.28 MiB/sec.
3410 2025.01.09 01:05:39.566273 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2025.01.09 01:05:39.566349 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3412 2025.01.09 01:05:39.566407 [ 279 ] {f9215663-370b-4745-93b8-ee309cb7a351} <Debug> TCPHandler: Processed in 0.001935204 sec.
3413 2025.01.09 01:05:39.566819 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3414 2025.01.09 01:05:39.566857 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::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
3415 2025.01.09 01:05:39.567117 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3416 2025.01.09 01:05:39.567141 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3417 2025.01.09 01:05:39.567222 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5985 rows starting from the beginning of the part
3418 2025.01.09 01:05:39.567234 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3419 2025.01.09 01:05:39.567518 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 120 rows starting from the beginning of the part
3420 2025.01.09 01:05:39.567878 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 150 rows starting from the beginning of the part
3421 2025.01.09 01:05:39.568298 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 227 rows starting from the beginning of the part
3422 2025.01.09 01:05:39.568577 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 151 rows starting from the beginning of the part
3423 2025.01.09 01:05:39.568890 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 227 rows starting from the beginning of the part
3424 2025.01.09 01:05:39.569894 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3425 2025.01.09 01:05:39.569960 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3426 2025.01.09 01:05:39.570774 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3427 2025.01.09 01:05:39.571356 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3428 2025.01.09 01:05:39.571877 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004831 sec., 206.99648105982197 rows/sec., 13.95 KiB/sec.
3429 2025.01.09 01:05:39.571977 [ 276 ] {e1caa3fc-fabe-410b-af20-0de0962e16da} <Debug> TCPHandler: Processed in 0.005450583 sec.
3430 2025.01.09 01:05:39.572135 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3431 2025.01.09 01:05:39.572293 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3432 2025.01.09 01:05:39.572395 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3433 2025.01.09 01:05:39.573318 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6860 rows, containing 5 columns (5 merged, 0 gathered) in 0.006858034 sec., 1000286.6710780378 rows/sec., 66.92 MiB/sec.
3434 2025.01.09 01:05:39.573960 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3435 2025.01.09 01:05:39.574755 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3436 2025.01.09 01:05:39.574907 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3437 2025.01.09 01:05:39.574968 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3438 2025.01.09 01:05:39.574975 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3439 2025.01.09 01:05:39.575143 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
3440 2025.01.09 01:05:39.575798 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3441 2025.01.09 01:05:39.576082 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3442 2025.01.09 01:05:39.576322 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004055 sec., 1972.8729963008634 rows/sec., 3.54 MiB/sec.
3443 2025.01.09 01:05:39.576449 [ 279 ] {7d9944cf-9294-4fad-a2b2-e6095eec1110} <Debug> TCPHandler: Processed in 0.004376819 sec.
3444 2025.01.09 01:05:39.576618 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2025.01.09 01:05:39.576738 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3446 2025.01.09 01:05:39.576796 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3447 2025.01.09 01:05:39.577292 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.01.09 01:05:39.577332 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3449 2025.01.09 01:05:39.577712 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3450 2025.01.09 01:05:39.577955 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.01.09 01:05:39.578135 [ 148 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3452 2025.01.09 01:05:39.578195 [ 148 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3453 2025.01.09 01:05:39.578207 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001487 sec., 48419.636852723605 rows/sec., 3.09 MiB/sec.
3454 2025.01.09 01:05:39.578228 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.58 GiB.
3455 2025.01.09 01:05:39.578370 [ 276 ] {f118fe8a-9eb2-4c1e-9ed5-2ef62315874e} <Debug> TCPHandler: Processed in 0.001811921 sec.
3456 2025.01.09 01:05:39.578486 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
3457 2025.01.09 01:05:39.578641 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3458 2025.01.09 01:05:39.578678 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part
3459 2025.01.09 01:05:39.578758 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part
3460 2025.01.09 01:05:39.578867 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part
3461 2025.01.09 01:05:39.578971 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part
3462 2025.01.09 01:05:39.579055 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part
3463 2025.01.09 01:05:39.579153 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
3464 2025.01.09 01:05:39.580273 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 4 columns (4 merged, 0 gathered) in 0.001913823 sec., 358444.8509606165 rows/sec., 23.13 MiB/sec.
3465 2025.01.09 01:05:39.580447 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3466 2025.01.09 01:05:39.580762 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3467 2025.01.09 01:05:39.580849 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_16_3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3468 2025.01.09 01:05:39.580932 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3469 2025.01.09 01:05:42.859675 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
3470 2025.01.09 01:05:42.859741 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
3471 2025.01.09 01:05:42.950703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3472 2025.01.09 01:05:42.951350 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3473 2025.01.09 01:05:42.951401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3474 2025.01.09 01:05:42.951936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3475 2025.01.09 01:05:42.952194 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3476 2025.01.09 01:05:42.952429 [ 144 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3477 2025.01.09 01:05:42.952455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3478 2025.01.09 01:05:42.952512 [ 144 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3479 2025.01.09 01:05:42.952541 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3480 2025.01.09 01:05:42.952694 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
3481 2025.01.09 01:05:42.952870 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3482 2025.01.09 01:05:42.952917 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3483 2025.01.09 01:05:42.952994 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3484 2025.01.09 01:05:42.953111 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3485 2025.01.09 01:05:42.953236 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3486 2025.01.09 01:05:42.953320 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3487 2025.01.09 01:05:42.953414 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3488 2025.01.09 01:05:42.955039 [ 197 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002422435 sec., 3046934.179864475 rows/sec., 43.59 MiB/sec.
3489 2025.01.09 01:05:42.955485 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3490 2025.01.09 01:05:42.955803 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3491 2025.01.09 01:05:42.955887 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_16_3} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3492 2025.01.09 01:05:42.955983 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3493 2025.01.09 01:05:42.977711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 476
3494 2025.01.09 01:05:42.980976 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3495 2025.01.09 01:05:42.981024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3496 2025.01.09 01:05:42.982448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3497 2025.01.09 01:05:42.982759 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2025.01.09 01:05:42.983544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476
3499 2025.01.09 01:05:43.001408 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001022883 sec.
3500 2025.01.09 01:05:43.439459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3501 2025.01.09 01:05:43.460896 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2025.01.09 01:05:43.460958 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3503 2025.01.09 01:05:43.468756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3504 2025.01.09 01:05:43.469667 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3505 2025.01.09 01:05:43.470061 [ 143 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3506 2025.01.09 01:05:43.470191 [ 143 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3507 2025.01.09 01:05:43.470259 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3508 2025.01.09 01:05:43.470589 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
3509 2025.01.09 01:05:43.486092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3510 2025.01.09 01:05:43.487322 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3511 2025.01.09 01:05:43.488553 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
3512 2025.01.09 01:05:43.493361 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
3513 2025.01.09 01:05:43.498399 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
3514 2025.01.09 01:05:43.503515 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
3515 2025.01.09 01:05:43.508961 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3516 2025.01.09 01:05:43.513300 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3517 2025.01.09 01:05:43.570751 [ 197 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100359954 sec., 1205.660177963015 rows/sec., 6.23 MiB/sec.
3518 2025.01.09 01:05:43.573394 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3519 2025.01.09 01:05:43.576376 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3520 2025.01.09 01:05:43.576471 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_16_3} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3521 2025.01.09 01:05:43.579875 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3522 2025.01.09 01:05:44.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.81 MiB, peak 187.76 MiB, free memory in arenas 0.00 B, will set to 179.52 MiB (RSS), difference: 1.72 MiB
3523 2025.01.09 01:05:44.546700 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3524 2025.01.09 01:05:44.546895 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3525 2025.01.09 01:05:44.546968 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3526 2025.01.09 01:05:44.547792 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3527 2025.01.09 01:05:44.547840 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3528 2025.01.09 01:05:44.548318 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3529 2025.01.09 01:05:44.548600 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3530 2025.01.09 01:05:44.549030 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002087 sec., 54623.86200287494 rows/sec., 4.64 MiB/sec.
3531 2025.01.09 01:05:44.549402 [ 276 ] {fca0aee2-e72b-4e7f-be06-1cbd772433ab} <Debug> TCPHandler: Processed in 0.002835594 sec.
3532 2025.01.09 01:05:44.549686 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3533 2025.01.09 01:05:44.549883 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3534 2025.01.09 01:05:44.549959 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3535 2025.01.09 01:05:44.550729 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2025.01.09 01:05:44.550781 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3537 2025.01.09 01:05:44.551241 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3538 2025.01.09 01:05:44.551499 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.01.09 01:05:44.551781 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00195 sec., 15897.435897435898 rows/sec., 1.17 MiB/sec.
3540 2025.01.09 01:05:44.552001 [ 279 ] {cb34a513-7824-4c0b-be42-765f8c45df71} <Debug> TCPHandler: Processed in 0.002451916 sec.
3541 2025.01.09 01:05:44.552185 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3542 2025.01.09 01:05:44.552317 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3543 2025.01.09 01:05:44.552374 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3544 2025.01.09 01:05:44.552994 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3545 2025.01.09 01:05:44.553032 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3546 2025.01.09 01:05:44.553413 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3547 2025.01.09 01:05:44.553663 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3548 2025.01.09 01:05:44.553849 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001562 sec., 55697.8233034571 rows/sec., 4.35 MiB/sec.
3549 2025.01.09 01:05:44.553904 [ 276 ] {68b69b34-8e48-4944-8b62-6a3edcb55327} <Debug> TCPHandler: Processed in 0.001782171 sec.
3550 2025.01.09 01:05:44.554068 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3551 2025.01.09 01:05:44.554199 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3552 2025.01.09 01:05:44.554256 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3553 2025.01.09 01:05:44.554856 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3554 2025.01.09 01:05:44.554899 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3555 2025.01.09 01:05:44.555313 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3556 2025.01.09 01:05:44.555561 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3557 2025.01.09 01:05:44.555788 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001622 sec., 92478.42170160296 rows/sec., 6.41 MiB/sec.
3558 2025.01.09 01:05:44.555847 [ 279 ] {d3bd49ab-fc9b-4ff3-99b0-a78ae1e88e65} <Debug> TCPHandler: Processed in 0.001841571 sec.
3559 2025.01.09 01:05:44.556015 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3560 2025.01.09 01:05:44.556159 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3561 2025.01.09 01:05:44.556256 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3562 2025.01.09 01:05:44.557562 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3563 2025.01.09 01:05:44.557602 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3564 2025.01.09 01:05:44.558287 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3565 2025.01.09 01:05:44.558555 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3566 2025.01.09 01:05:44.558777 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002652 sec., 11689.291101055807 rows/sec., 20.95 MiB/sec.
3567 2025.01.09 01:05:44.558924 [ 276 ] {9ce8fd2c-8e05-4fe1-816c-0be7db3d1f54} <Debug> TCPHandler: Processed in 0.002978048 sec.
3568 2025.01.09 01:05:44.559097 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3569 2025.01.09 01:05:44.559228 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3570 2025.01.09 01:05:44.559285 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3571 2025.01.09 01:05:44.559827 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3572 2025.01.09 01:05:44.559869 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3573 2025.01.09 01:05:44.560296 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3574 2025.01.09 01:05:44.560558 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3575 2025.01.09 01:05:44.560778 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001579 sec., 31665.611146295123 rows/sec., 2.17 MiB/sec.
3576 2025.01.09 01:05:44.560838 [ 279 ] {7d92364d-da64-4c7d-9ed7-d6e41c4aa6f6} <Debug> TCPHandler: Processed in 0.001803481 sec.
3577 2025.01.09 01:05:45.020178 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3578 2025.01.09 01:05:45.020396 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3579 2025.01.09 01:05:45.020481 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3580 2025.01.09 01:05:45.021355 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3581 2025.01.09 01:05:45.021410 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3582 2025.01.09 01:05:45.021860 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3583 2025.01.09 01:05:45.022123 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3584 2025.01.09 01:05:45.022323 [ 141 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3585 2025.01.09 01:05:45.022409 [ 141 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2025.01.09 01:05:45.022409 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002062 sec., 6789.524733268671 rows/sec., 488.75 KiB/sec.
3587 2025.01.09 01:05:45.022446 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3588 2025.01.09 01:05:45.022576 [ 276 ] {4139f67d-96ec-43c6-9813-b4b6b4e7fd8b} <Debug> TCPHandler: Processed in 0.002544708 sec.
3589 2025.01.09 01:05:45.022638 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3590 2025.01.09 01:05:45.022802 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3591 2025.01.09 01:05:45.022849 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3592 2025.01.09 01:05:45.022889 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3593 2025.01.09 01:05:45.023020 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3594 2025.01.09 01:05:45.023411 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3595 2025.01.09 01:05:45.023445 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3596 2025.01.09 01:05:45.023623 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3597 2025.01.09 01:05:45.023717 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3598 2025.01.09 01:05:45.024069 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
3599 2025.01.09 01:05:45.025947 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3600 2025.01.09 01:05:45.026040 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3601 2025.01.09 01:05:45.026772 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004186415 sec., 16720.750331727744 rows/sec., 1.24 MiB/sec.
3602 2025.01.09 01:05:45.027123 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3603 2025.01.09 01:05:45.027134 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3604 2025.01.09 01:05:45.027543 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3605 2025.01.09 01:05:45.027718 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_9_2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.01.09 01:05:45.028079 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_9_2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3607 2025.01.09 01:05:45.028150 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005002 sec., 399.8400639744102 rows/sec., 32.60 KiB/sec.
3608 2025.01.09 01:05:45.028331 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3609 2025.01.09 01:05:45.028388 [ 279 ] {07888fb5-945f-434f-bf9d-4cde7eea8898} <Debug> TCPHandler: Processed in 0.005658028 sec.
3610 2025.01.09 01:05:45.028583 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3611 2025.01.09 01:05:45.028766 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3612 2025.01.09 01:05:45.028841 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3613 2025.01.09 01:05:45.030213 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2025.01.09 01:05:45.030255 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3615 2025.01.09 01:05:45.030707 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3616 2025.01.09 01:05:45.030956 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2025.01.09 01:05:45.031195 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002473 sec., 548321.8762636475 rows/sec., 45.76 MiB/sec.
3618 2025.01.09 01:05:45.031255 [ 276 ] {4a9c9f2a-61da-422c-9f7b-fc18f87ed77f} <Debug> TCPHandler: Processed in 0.002759143 sec.
3619 2025.01.09 01:05:45.031408 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3620 2025.01.09 01:05:45.031555 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3621 2025.01.09 01:05:45.031616 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3622 2025.01.09 01:05:45.032260 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3623 2025.01.09 01:05:45.032300 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3624 2025.01.09 01:05:45.032680 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3625 2025.01.09 01:05:45.032938 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3626 2025.01.09 01:05:45.033138 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001614 sec., 10532.837670384139 rows/sec., 741.80 KiB/sec.
3627 2025.01.09 01:05:45.033238 [ 279 ] {f8372582-bf55-4d08-b9cd-223f9e8a296e} <Debug> TCPHandler: Processed in 0.001897472 sec.
3628 2025.01.09 01:05:45.033403 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3629 2025.01.09 01:05:45.033614 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3630 2025.01.09 01:05:45.033684 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3631 2025.01.09 01:05:45.034462 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3632 2025.01.09 01:05:45.034502 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3633 2025.01.09 01:05:45.034866 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3634 2025.01.09 01:05:45.035109 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3635 2025.01.09 01:05:45.035306 [ 141 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3636 2025.01.09 01:05:45.035384 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001807 sec., 133923.63032650802 rows/sec., 9.07 MiB/sec.
3637 2025.01.09 01:05:45.035407 [ 141 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3638 2025.01.09 01:05:45.035511 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3639 2025.01.09 01:05:45.035555 [ 276 ] {9f942407-ff2e-43f4-8237-440b022c2f26} <Debug> TCPHandler: Processed in 0.00223376 sec.
3640 2025.01.09 01:05:45.036076 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3641 2025.01.09 01:05:45.036364 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3642 2025.01.09 01:05:45.036500 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3643 2025.01.09 01:05:45.036566 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3644 2025.01.09 01:05:45.036573 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3645 2025.01.09 01:05:45.036605 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3646 2025.01.09 01:05:45.036845 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3647 2025.01.09 01:05:45.037210 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part
3648 2025.01.09 01:05:45.037611 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3649 2025.01.09 01:05:45.037992 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3650 2025.01.09 01:05:45.038410 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part
3651 2025.01.09 01:05:45.039189 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3652 2025.01.09 01:05:45.039238 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3653 2025.01.09 01:05:45.039830 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3654 2025.01.09 01:05:45.040163 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3655 2025.01.09 01:05:45.040369 [ 141 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3656 2025.01.09 01:05:45.040375 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004722996 sec., 111581.7163512313 rows/sec., 7.99 MiB/sec.
3657 2025.01.09 01:05:45.040417 [ 141 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2025.01.09 01:05:45.040455 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3659 2025.01.09 01:05:45.040512 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004063 sec., 3199.6062023135614 rows/sec., 199.49 KiB/sec.
3660 2025.01.09 01:05:45.040612 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3661 2025.01.09 01:05:45.041155 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3662 2025.01.09 01:05:45.041250 [ 279 ] {5301c2f4-355d-4e0d-b89b-2e48218a8b64} <Debug> TCPHandler: Processed in 0.005563256 sec.
3663 2025.01.09 01:05:45.041462 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3664 2025.01.09 01:05:45.041504 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3665 2025.01.09 01:05:45.041543 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3666 2025.01.09 01:05:45.041789 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3667 2025.01.09 01:05:45.041811 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3668 2025.01.09 01:05:45.042057 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3669 2025.01.09 01:05:45.042326 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_10_2} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3670 2025.01.09 01:05:45.042352 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3671 2025.01.09 01:05:45.042368 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3672 2025.01.09 01:05:45.042738 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3673 2025.01.09 01:05:45.042975 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3674 2025.01.09 01:05:45.043266 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
3675 2025.01.09 01:05:45.045470 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3676 2025.01.09 01:05:45.045529 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3677 2025.01.09 01:05:45.045532 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005016693 sec., 12956.7426190919 rows/sec., 858.46 KiB/sec.
3678 2025.01.09 01:05:45.045686 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3679 2025.01.09 01:05:45.046054 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_9_2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3680 2025.01.09 01:05:45.046063 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3681 2025.01.09 01:05:45.046155 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_9_2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3682 2025.01.09 01:05:45.046260 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3683 2025.01.09 01:05:45.046380 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.01.09 01:05:45.046736 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.004867 sec., 172590.91843024452 rows/sec., 12.47 MiB/sec.
3685 2025.01.09 01:05:45.047123 [ 276 ] {762514e9-bed6-4d4d-86b9-535d32a8b000} <Debug> TCPHandler: Processed in 0.00576205 sec.
3686 2025.01.09 01:05:45.047307 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3687 2025.01.09 01:05:45.047449 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3688 2025.01.09 01:05:45.047510 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3689 2025.01.09 01:05:45.048080 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.01.09 01:05:45.048119 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3691 2025.01.09 01:05:45.048495 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3692 2025.01.09 01:05:45.048745 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2025.01.09 01:05:45.048924 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
3694 2025.01.09 01:05:45.048974 [ 279 ] {635ccf63-1ee1-4112-8029-aae7a37bd1d4} <Debug> TCPHandler: Processed in 0.001742919 sec.
3695 2025.01.09 01:05:45.049130 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3696 2025.01.09 01:05:45.049267 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3697 2025.01.09 01:05:45.049331 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3698 2025.01.09 01:05:45.050161 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3699 2025.01.09 01:05:45.050200 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3700 2025.01.09 01:05:45.050630 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3701 2025.01.09 01:05:45.050868 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.01.09 01:05:45.051122 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001875 sec., 508800 rows/sec., 33.80 MiB/sec.
3703 2025.01.09 01:05:45.051327 [ 276 ] {7273ee20-5af0-4626-bb1b-c04956692a75} <Debug> TCPHandler: Processed in 0.002257061 sec.
3704 2025.01.09 01:05:45.051521 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3705 2025.01.09 01:05:45.051661 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3706 2025.01.09 01:05:45.051723 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3707 2025.01.09 01:05:45.052234 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3708 2025.01.09 01:05:45.052273 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3709 2025.01.09 01:05:45.052640 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3710 2025.01.09 01:05:45.052889 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3711 2025.01.09 01:05:45.053073 [ 139 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3712 2025.01.09 01:05:45.053141 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec.
3713 2025.01.09 01:05:45.053182 [ 139 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3714 2025.01.09 01:05:45.053244 [ 279 ] {632b89fe-282e-4eeb-99cd-087810564f64} <Debug> TCPHandler: Processed in 0.00180049 sec.
3715 2025.01.09 01:05:45.053271 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3716 2025.01.09 01:05:45.053472 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3717 2025.01.09 01:05:45.053493 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3718 2025.01.09 01:05:45.053638 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3719 2025.01.09 01:05:45.053715 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3720 2025.01.09 01:05:45.053772 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3721 2025.01.09 01:05:45.053878 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
3722 2025.01.09 01:05:45.054234 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3723 2025.01.09 01:05:45.054330 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3724 2025.01.09 01:05:45.054629 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3725 2025.01.09 01:05:45.055028 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3726 2025.01.09 01:05:45.055344 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3727 2025.01.09 01:05:45.059201 [ 198 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.005777751 sec., 1903.8549774817225 rows/sec., 126.93 KiB/sec.
3728 2025.01.09 01:05:45.059391 [ 198 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3729 2025.01.09 01:05:45.059499 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3730 2025.01.09 01:05:45.059551 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3731 2025.01.09 01:05:45.059812 [ 198 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3732 2025.01.09 01:05:45.059911 [ 198 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_10_2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3733 2025.01.09 01:05:45.060019 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3734 2025.01.09 01:05:45.060361 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3735 2025.01.09 01:05:45.060619 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2025.01.09 01:05:45.060964 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007258 sec., 1102.2320198401765 rows/sec., 1.98 MiB/sec.
3737 2025.01.09 01:05:45.061297 [ 276 ] {5efb38eb-deed-4d29-98b6-95f2b268558d} <Debug> TCPHandler: Processed in 0.007938299 sec.
3738 2025.01.09 01:05:45.061553 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3739 2025.01.09 01:05:45.061785 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3740 2025.01.09 01:05:45.061880 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3741 2025.01.09 01:05:45.062429 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.01.09 01:05:45.062468 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3743 2025.01.09 01:05:45.062844 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3744 2025.01.09 01:05:45.063088 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.01.09 01:05:45.063346 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001615 sec., 19814.241486068113 rows/sec., 1.15 MiB/sec.
3746 2025.01.09 01:05:45.063528 [ 279 ] {5a7585ee-f192-4ff1-b247-530201e509d2} <Debug> TCPHandler: Processed in 0.002083498 sec.
3747 2025.01.09 01:05:49.545068 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3748 2025.01.09 01:05:49.545288 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3749 2025.01.09 01:05:49.545368 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3750 2025.01.09 01:05:49.546156 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3751 2025.01.09 01:05:49.546202 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3752 2025.01.09 01:05:49.546645 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3753 2025.01.09 01:05:49.546902 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3754 2025.01.09 01:05:49.547052 [ 130 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3755 2025.01.09 01:05:49.547093 [ 130 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3756 2025.01.09 01:05:49.547118 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3757 2025.01.09 01:05:49.547117 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001882 sec., 27630.180658873538 rows/sec., 2.11 MiB/sec.
3758 2025.01.09 01:05:49.547270 [ 276 ] {4dba67b4-b190-4cc0-bf4b-5d13843d80fd} <Debug> TCPHandler: Processed in 0.002331983 sec.
3759 2025.01.09 01:05:49.547375 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
3760 2025.01.09 01:05:49.547571 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3761 2025.01.09 01:05:49.547590 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3762 2025.01.09 01:05:49.547661 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1421 rows starting from the beginning of the part
3763 2025.01.09 01:05:49.547873 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 115 rows starting from the beginning of the part
3764 2025.01.09 01:05:49.547940 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3765 2025.01.09 01:05:49.548165 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 215 rows starting from the beginning of the part
3766 2025.01.09 01:05:49.548177 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3767 2025.01.09 01:05:49.548561 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 114 rows starting from the beginning of the part
3768 2025.01.09 01:05:49.548883 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1356 rows starting from the beginning of the part
3769 2025.01.09 01:05:49.549221 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part
3770 2025.01.09 01:05:49.551070 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2025.01.09 01:05:49.551152 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3772 2025.01.09 01:05:49.552131 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3773 2025.01.09 01:05:49.552527 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2025.01.09 01:05:49.552890 [ 130 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3775 2025.01.09 01:05:49.552886 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3273 rows, containing 5 columns (5 merged, 0 gathered) in 0.005663458 sec., 577915.4714310586 rows/sec., 50.67 MiB/sec.
3776 2025.01.09 01:05:49.552974 [ 130 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3777 2025.01.09 01:05:49.553039 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3778 2025.01.09 01:05:49.553114 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00532 sec., 10526.315789473683 rows/sec., 840.72 KiB/sec.
3779 2025.01.09 01:05:49.553366 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
3780 2025.01.09 01:05:49.553403 [ 279 ] {1fc938cc-a772-4899-92ac-cb9ca9652a7d} <Debug> TCPHandler: Processed in 0.005981325 sec.
3781 2025.01.09 01:05:49.553435 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3782 2025.01.09 01:05:49.553686 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3783 2025.01.09 01:05:49.553904 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3784 2025.01.09 01:05:49.553980 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3785 2025.01.09 01:05:49.554037 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 893 rows starting from the beginning of the part
3786 2025.01.09 01:05:49.554147 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3787 2025.01.09 01:05:49.554543 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part
3788 2025.01.09 01:05:49.554607 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3789 2025.01.09 01:05:49.554974 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 382 rows starting from the beginning of the part
3790 2025.01.09 01:05:49.555126 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_21_4} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3791 2025.01.09 01:05:49.555444 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 87 rows starting from the beginning of the part
3792 2025.01.09 01:05:49.555539 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3793 2025.01.09 01:05:49.555851 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 840 rows starting from the beginning of the part
3794 2025.01.09 01:05:49.556207 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part
3795 2025.01.09 01:05:49.557390 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3796 2025.01.09 01:05:49.557450 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3797 2025.01.09 01:05:49.558507 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3798 2025.01.09 01:05:49.558933 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3799 2025.01.09 01:05:49.559361 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.005428 sec., 22107.59027266028 rows/sec., 1.53 MiB/sec.
3800 2025.01.09 01:05:49.559606 [ 276 ] {37e91122-e8f6-4e4b-b494-7147ea135672} <Debug> TCPHandler: Processed in 0.006039296 sec.
3801 2025.01.09 01:05:49.559623 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2347 rows, containing 5 columns (5 merged, 0 gathered) in 0.006507247 sec., 360674.798420899 rows/sec., 27.60 MiB/sec.
3802 2025.01.09 01:05:49.559783 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3803 2025.01.09 01:05:49.559855 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3804 2025.01.09 01:05:49.560027 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3805 2025.01.09 01:05:49.560117 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3806 2025.01.09 01:05:49.560477 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3807 2025.01.09 01:05:49.560694 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_21_4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3808 2025.01.09 01:05:49.560841 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
3809 2025.01.09 01:05:49.561070 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2025.01.09 01:05:49.561115 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3811 2025.01.09 01:05:49.561514 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3812 2025.01.09 01:05:49.561760 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.01.09 01:05:49.562006 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.002074 sec., 19286.403085824495 rows/sec., 1.32 MiB/sec.
3814 2025.01.09 01:05:49.562181 [ 279 ] {708e9334-2ca1-4302-9d23-f945887e4f96} <Debug> TCPHandler: Processed in 0.002474346 sec.
3815 2025.01.09 01:05:50.453578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3816 2025.01.09 01:05:50.454262 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2025.01.09 01:05:50.454310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3818 2025.01.09 01:05:50.454907 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3819 2025.01.09 01:05:50.455171 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3820 2025.01.09 01:05:50.455522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3821 2025.01.09 01:05:50.987153 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3822 2025.01.09 01:05:51.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.64 MiB, peak 187.76 MiB, free memory in arenas 0.00 B, will set to 180.98 MiB (RSS), difference: 1.34 MiB
3823 2025.01.09 01:05:51.007218 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3824 2025.01.09 01:05:51.007273 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3825 2025.01.09 01:05:51.014890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3826 2025.01.09 01:05:51.015661 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3827 2025.01.09 01:05:51.018627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3828 2025.01.09 01:05:52.984714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 520
3829 2025.01.09 01:05:52.987956 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3830 2025.01.09 01:05:52.988010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3831 2025.01.09 01:05:52.989517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3832 2025.01.09 01:05:52.989841 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3833 2025.01.09 01:05:52.990014 [ 127 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3834 2025.01.09 01:05:52.990085 [ 127 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3835 2025.01.09 01:05:52.990131 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3836 2025.01.09 01:05:52.990750 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
3837 2025.01.09 01:05:52.991657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520
3838 2025.01.09 01:05:52.992096 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3839 2025.01.09 01:05:52.992290 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part
3840 2025.01.09 01:05:52.992826 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3841 2025.01.09 01:05:52.993337 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 68 rows starting from the beginning of the part
3842 2025.01.09 01:05:52.993831 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3843 2025.01.09 01:05:52.994299 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part
3844 2025.01.09 01:05:52.994767 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part
3845 2025.01.09 01:05:53.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.61 MiB, peak 187.76 MiB, free memory in arenas 0.00 B, will set to 181.59 MiB (RSS), difference: -4.02 MiB
3846 2025.01.09 01:05:53.003415 [ 199 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 72 columns (72 merged, 0 gathered) in 0.013146307 sec., 39554.83467714545 rows/sec., 35.09 MiB/sec.
3847 2025.01.09 01:05:53.004535 [ 199 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3848 2025.01.09 01:05:53.005345 [ 199 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3849 2025.01.09 01:05:53.005431 [ 199 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_11_2} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3850 2025.01.09 01:05:53.005758 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB.
3851 2025.01.09 01:05:54.000137 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.66 MiB, peak 187.76 MiB, free memory in arenas 0.00 B, will set to 181.68 MiB (RSS), difference: 4.03 MiB
3852 2025.01.09 01:05:54.546299 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3853 2025.01.09 01:05:54.546497 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3854 2025.01.09 01:05:54.546577 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3855 2025.01.09 01:05:54.547376 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2025.01.09 01:05:54.547431 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3857 2025.01.09 01:05:54.547891 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3858 2025.01.09 01:05:54.548165 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2025.01.09 01:05:54.548402 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001961 sec., 58133.605303416625 rows/sec., 4.94 MiB/sec.
3860 2025.01.09 01:05:54.548470 [ 276 ] {e281c272-6263-4bf9-8211-80dbb3b9022f} <Debug> TCPHandler: Processed in 0.002312983 sec.
3861 2025.01.09 01:05:54.548715 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3862 2025.01.09 01:05:54.548905 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3863 2025.01.09 01:05:54.548983 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3864 2025.01.09 01:05:54.549721 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3865 2025.01.09 01:05:54.549770 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3866 2025.01.09 01:05:54.550196 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3867 2025.01.09 01:05:54.550451 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3868 2025.01.09 01:05:54.550736 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001883 sec., 16463.09081253319 rows/sec., 1.21 MiB/sec.
3869 2025.01.09 01:05:54.550946 [ 279 ] {6c548a04-62fc-4183-8f85-8b3b378e7136} <Debug> TCPHandler: Processed in 0.002361363 sec.
3870 2025.01.09 01:05:54.551110 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3871 2025.01.09 01:05:54.551237 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3872 2025.01.09 01:05:54.551300 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3873 2025.01.09 01:05:54.552047 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3874 2025.01.09 01:05:54.552097 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3875 2025.01.09 01:05:54.552499 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3876 2025.01.09 01:05:54.552739 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3877 2025.01.09 01:05:54.552995 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001788 sec., 48657.718120805366 rows/sec., 3.80 MiB/sec.
3878 2025.01.09 01:05:54.553202 [ 276 ] {9e608951-7268-419d-ba94-277a68015a32} <Debug> TCPHandler: Processed in 0.002147548 sec.
3879 2025.01.09 01:05:54.553400 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3880 2025.01.09 01:05:54.553540 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3881 2025.01.09 01:05:54.553602 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3882 2025.01.09 01:05:54.554257 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3883 2025.01.09 01:05:54.554298 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3884 2025.01.09 01:05:54.554697 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3885 2025.01.09 01:05:54.554942 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3886 2025.01.09 01:05:54.555214 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001705 sec., 87976.53958944282 rows/sec., 6.10 MiB/sec.
3887 2025.01.09 01:05:54.555419 [ 279 ] {d620ee2d-bd90-44ea-970d-b9208c5ec228} <Debug> TCPHandler: Processed in 0.002113988 sec.
3888 2025.01.09 01:05:54.555591 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3889 2025.01.09 01:05:54.555716 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3890 2025.01.09 01:05:54.555804 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3891 2025.01.09 01:05:54.556986 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3892 2025.01.09 01:05:54.557026 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3893 2025.01.09 01:05:54.557689 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3894 2025.01.09 01:05:54.557960 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3895 2025.01.09 01:05:54.558222 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002535 sec., 12228.79684418146 rows/sec., 21.91 MiB/sec.
3896 2025.01.09 01:05:54.558343 [ 276 ] {b4c9c426-d010-41f7-ac9e-8a373dc62161} <Debug> TCPHandler: Processed in 0.002808603 sec.
3897 2025.01.09 01:05:54.558491 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3898 2025.01.09 01:05:54.558615 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3899 2025.01.09 01:05:54.558667 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3900 2025.01.09 01:05:54.559203 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2025.01.09 01:05:54.559246 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3902 2025.01.09 01:05:54.559653 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3903 2025.01.09 01:05:54.559916 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2025.01.09 01:05:54.560148 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001558 sec., 32092.42618741977 rows/sec., 2.20 MiB/sec.
3905 2025.01.09 01:05:54.560204 [ 279 ] {5ce99e67-c885-4c63-bd61-a9ecf7166fa9} <Debug> TCPHandler: Processed in 0.00177313 sec.
3906 2025.01.09 01:05:57.860002 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
3907 2025.01.09 01:05:57.860079 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
3908 2025.01.09 01:05:57.956662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3909 2025.01.09 01:05:57.957326 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3910 2025.01.09 01:05:57.957379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3911 2025.01.09 01:05:57.958066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3912 2025.01.09 01:05:57.958333 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3913 2025.01.09 01:05:57.958545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3914 2025.01.09 01:05:58.519672 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3915 2025.01.09 01:05:58.539784 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3916 2025.01.09 01:05:58.539846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3917 2025.01.09 01:05:58.547818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3918 2025.01.09 01:05:58.548585 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3919 2025.01.09 01:05:58.551398 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3920 2025.01.09 01:05:59.550364 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2025.01.09 01:05:59.550560 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3922 2025.01.09 01:05:59.550634 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3923 2025.01.09 01:05:59.551397 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2025.01.09 01:05:59.551441 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3925 2025.01.09 01:05:59.551880 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3926 2025.01.09 01:05:59.552154 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2025.01.09 01:05:59.552401 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec.
3928 2025.01.09 01:05:59.552585 [ 276 ] {bd8e12f4-56c4-4757-bcce-0b84ac18d479} <Debug> TCPHandler: Processed in 0.002361134 sec.
3929 2025.01.09 01:05:59.552856 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3930 2025.01.09 01:05:59.553055 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3931 2025.01.09 01:05:59.553130 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3932 2025.01.09 01:05:59.553974 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3933 2025.01.09 01:05:59.554022 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3934 2025.01.09 01:05:59.554483 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3935 2025.01.09 01:05:59.554743 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3936 2025.01.09 01:05:59.555025 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002025 sec., 106172.83950617285 rows/sec., 9.28 MiB/sec.
3937 2025.01.09 01:05:59.555250 [ 279 ] {71ccccd4-06fb-4a68-8ac0-6d149f208bcb} <Debug> TCPHandler: Processed in 0.002525696 sec.
3938 2025.01.09 01:05:59.555430 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3939 2025.01.09 01:05:59.555577 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3940 2025.01.09 01:05:59.555640 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3941 2025.01.09 01:05:59.556343 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2025.01.09 01:05:59.556393 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3943 2025.01.09 01:05:59.556765 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3944 2025.01.09 01:05:59.557008 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2025.01.09 01:05:59.557133 [ 114 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3946 2025.01.09 01:05:59.557178 [ 114 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2025.01.09 01:05:59.557199 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001658 sec., 9047.044632086852 rows/sec., 637.89 KiB/sec.
3948 2025.01.09 01:05:59.557203 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3949 2025.01.09 01:05:59.557315 [ 276 ] {c4e6651e-fc73-4405-b733-5bdcae5f33d7} <Debug> TCPHandler: Processed in 0.001950844 sec.
3950 2025.01.09 01:05:59.557440 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
3951 2025.01.09 01:05:59.557504 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3952 2025.01.09 01:05:59.557697 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3953 2025.01.09 01:05:59.557731 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3954 2025.01.09 01:05:59.557763 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 54 rows starting from the beginning of the part
3955 2025.01.09 01:05:59.557826 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3956 2025.01.09 01:05:59.558027 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part
3957 2025.01.09 01:05:59.558410 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part
3958 2025.01.09 01:05:59.558668 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 17 rows starting from the beginning of the part
3959 2025.01.09 01:05:59.559040 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part
3960 2025.01.09 01:05:59.559492 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part
3961 2025.01.09 01:05:59.561126 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3962 2025.01.09 01:05:59.561211 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3963 2025.01.09 01:05:59.562291 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3964 2025.01.09 01:05:59.562644 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531844 sec., 30648.084776739044 rows/sec., 2.31 MiB/sec.
3965 2025.01.09 01:05:59.562793 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3966 2025.01.09 01:05:59.562910 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3967 2025.01.09 01:05:59.563227 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005561 sec., 2517.5328178385184 rows/sec., 176.31 KiB/sec.
3968 2025.01.09 01:05:59.563372 [ 279 ] {9207f909-1c45-4e70-b9f8-64214e37a7f1} <Debug> TCPHandler: Processed in 0.005946584 sec.
3969 2025.01.09 01:05:59.563543 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3970 2025.01.09 01:05:59.563617 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3971 2025.01.09 01:05:59.563760 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3972 2025.01.09 01:05:59.563807 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_21_4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3973 2025.01.09 01:05:59.563832 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3974 2025.01.09 01:05:59.564016 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3975 2025.01.09 01:05:59.564549 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2025.01.09 01:05:59.564591 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3977 2025.01.09 01:05:59.564942 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3978 2025.01.09 01:05:59.565177 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3979 2025.01.09 01:05:59.565404 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001723 sec., 7544.979686593152 rows/sec., 470.43 KiB/sec.
3980 2025.01.09 01:05:59.565597 [ 276 ] {902aa964-d571-4080-b666-1f234d187789} <Debug> TCPHandler: Processed in 0.002118218 sec.
3981 2025.01.09 01:05:59.565762 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3982 2025.01.09 01:05:59.565899 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3983 2025.01.09 01:05:59.565958 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3984 2025.01.09 01:05:59.566726 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3985 2025.01.09 01:05:59.566765 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3986 2025.01.09 01:05:59.567154 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3987 2025.01.09 01:05:59.567417 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3988 2025.01.09 01:05:59.567637 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001768 sec., 216063.34841628958 rows/sec., 15.29 MiB/sec.
3989 2025.01.09 01:05:59.567691 [ 279 ] {bfd71032-b931-4096-bdba-d5941d980c80} <Debug> TCPHandler: Processed in 0.001995515 sec.
3990 2025.01.09 01:05:59.567843 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3991 2025.01.09 01:05:59.567980 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3992 2025.01.09 01:05:59.568040 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3993 2025.01.09 01:05:59.568585 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3994 2025.01.09 01:05:59.568624 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
3995 2025.01.09 01:05:59.568995 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3996 2025.01.09 01:05:59.569239 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3997 2025.01.09 01:05:59.569455 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
3998 2025.01.09 01:05:59.569509 [ 276 ] {51fb7099-e87e-4b57-a1ee-b19052524c33} <Debug> TCPHandler: Processed in 0.001734089 sec.
3999 2025.01.09 01:05:59.569664 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4000 2025.01.09 01:05:59.569804 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4001 2025.01.09 01:05:59.569867 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4002 2025.01.09 01:05:59.570517 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4003 2025.01.09 01:05:59.570556 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4004 2025.01.09 01:05:59.570951 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4005 2025.01.09 01:05:59.571207 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4006 2025.01.09 01:05:59.571364 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4007 2025.01.09 01:05:59.571442 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4008 2025.01.09 01:05:59.571446 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001664 sec., 136418.26923076925 rows/sec., 9.10 MiB/sec.
4009 2025.01.09 01:05:59.571485 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4010 2025.01.09 01:05:59.571626 [ 279 ] {efdbc5e5-ad21-4c0b-8fae-7f7c1dad970e} <Debug> TCPHandler: Processed in 0.002031286 sec.
4011 2025.01.09 01:05:59.571729 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::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
4012 2025.01.09 01:05:59.571798 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4013 2025.01.09 01:05:59.571878 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4014 2025.01.09 01:05:59.571927 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6860 rows starting from the beginning of the part
4015 2025.01.09 01:05:59.571934 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4016 2025.01.09 01:05:59.572024 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4017 2025.01.09 01:05:59.572131 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 150 rows starting from the beginning of the part
4018 2025.01.09 01:05:59.572510 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 954 rows starting from the beginning of the part
4019 2025.01.09 01:05:59.572760 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 120 rows starting from the beginning of the part
4020 2025.01.09 01:05:59.572983 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 150 rows starting from the beginning of the part
4021 2025.01.09 01:05:59.573194 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 227 rows starting from the beginning of the part
4022 2025.01.09 01:05:59.573664 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4023 2025.01.09 01:05:59.573709 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4024 2025.01.09 01:05:59.574172 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4025 2025.01.09 01:05:59.574510 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4026 2025.01.09 01:05:59.574850 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00295 sec., 338.98305084745766 rows/sec., 22.84 KiB/sec.
4027 2025.01.09 01:05:59.574938 [ 276 ] {d8795671-e680-42eb-98bc-5f349bc38e28} <Debug> TCPHandler: Processed in 0.003214493 sec.
4028 2025.01.09 01:05:59.575085 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4029 2025.01.09 01:05:59.575227 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4030 2025.01.09 01:05:59.575367 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4031 2025.01.09 01:05:59.577151 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8461 rows, containing 5 columns (5 merged, 0 gathered) in 0.005523265 sec., 1531883.768024891 rows/sec., 102.58 MiB/sec.
4032 2025.01.09 01:05:59.577410 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4033 2025.01.09 01:05:59.577435 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4034 2025.01.09 01:05:59.577508 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4035 2025.01.09 01:05:59.578014 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4036 2025.01.09 01:05:59.578207 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4037 2025.01.09 01:05:59.578358 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB.
4038 2025.01.09 01:05:59.578684 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4039 2025.01.09 01:05:59.578968 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4040 2025.01.09 01:05:59.579175 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4041 2025.01.09 01:05:59.579241 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2025.01.09 01:05:59.579277 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4043 2025.01.09 01:05:59.579283 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004073 sec., 1964.154186103609 rows/sec., 3.52 MiB/sec.
4044 2025.01.09 01:05:59.580025 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4045 2025.01.09 01:05:59.580130 [ 279 ] {b2d1798b-f7ca-4156-b57a-05ea4c3ac47d} <Debug> TCPHandler: Processed in 0.005097675 sec.
4046 2025.01.09 01:05:59.580357 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4047 2025.01.09 01:05:59.580606 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4048 2025.01.09 01:05:59.580737 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4049 2025.01.09 01:05:59.580780 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4050 2025.01.09 01:05:59.581036 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 291 rows starting from the beginning of the part
4051 2025.01.09 01:05:59.581786 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4052 2025.01.09 01:05:59.582730 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part
4053 2025.01.09 01:05:59.582760 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4054 2025.01.09 01:05:59.582830 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4055 2025.01.09 01:05:59.583341 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4056 2025.01.09 01:05:59.583922 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part
4057 2025.01.09 01:05:59.584604 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4058 2025.01.09 01:05:59.584683 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4059 2025.01.09 01:05:59.585562 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4060 2025.01.09 01:05:59.585831 [ 115 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4061 2025.01.09 01:05:59.585929 [ 115 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2025.01.09 01:05:59.586000 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4063 2025.01.09 01:05:59.586186 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00564 sec., 12765.95744680851 rows/sec., 833.89 KiB/sec.
4064 2025.01.09 01:05:59.586465 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
4065 2025.01.09 01:05:59.586532 [ 276 ] {09598822-fa32-468f-aa33-74631591972c} <Debug> TCPHandler: Processed in 0.006278041 sec.
4066 2025.01.09 01:05:59.586900 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4067 2025.01.09 01:05:59.586978 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part
4068 2025.01.09 01:05:59.587305 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part
4069 2025.01.09 01:05:59.587422 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
4070 2025.01.09 01:05:59.587597 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
4071 2025.01.09 01:05:59.587915 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part
4072 2025.01.09 01:05:59.588129 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part
4073 2025.01.09 01:05:59.591583 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.005434332 sec., 171134.18907788483 rows/sec., 11.10 MiB/sec.
4074 2025.01.09 01:05:59.591883 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4075 2025.01.09 01:05:59.592506 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4076 2025.01.09 01:05:59.592663 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_21_4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4077 2025.01.09 01:05:59.592817 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
4078 2025.01.09 01:05:59.593925 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 19 columns (19 merged, 0 gathered) in 0.014520237 sec., 25963.763539121297 rows/sec., 46.53 MiB/sec.
4079 2025.01.09 01:05:59.594590 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4080 2025.01.09 01:05:59.595026 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2025.01.09 01:05:59.595106 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4082 2025.01.09 01:05:59.595259 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB.
4083 2025.01.09 01:06:02.991927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 554
4084 2025.01.09 01:06:02.995212 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4085 2025.01.09 01:06:02.995269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4086 2025.01.09 01:06:02.996746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4087 2025.01.09 01:06:02.997060 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4088 2025.01.09 01:06:02.997675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554
4089 2025.01.09 01:06:04.547813 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4090 2025.01.09 01:06:04.548028 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4091 2025.01.09 01:06:04.548114 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4092 2025.01.09 01:06:04.548932 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2025.01.09 01:06:04.548980 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4094 2025.01.09 01:06:04.549430 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4095 2025.01.09 01:06:04.549696 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4096 2025.01.09 01:06:04.549972 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001997 sec., 3004.50676014021 rows/sec., 245.00 KiB/sec.
4097 2025.01.09 01:06:04.550159 [ 276 ] {655cf658-86c8-4fa5-b7f4-add9e898fc07} <Debug> TCPHandler: Processed in 0.002504356 sec.
4098 2025.01.09 01:06:04.550424 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4099 2025.01.09 01:06:04.550620 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4100 2025.01.09 01:06:04.550715 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4101 2025.01.09 01:06:04.551625 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4102 2025.01.09 01:06:04.551684 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4103 2025.01.09 01:06:04.552161 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4104 2025.01.09 01:06:04.552435 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4105 2025.01.09 01:06:04.552683 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.00212 sec., 55188.67924528302 rows/sec., 4.67 MiB/sec.
4106 2025.01.09 01:06:04.552756 [ 279 ] {22c3db0d-a059-4f95-8c56-55e1ef585136} <Debug> TCPHandler: Processed in 0.002475566 sec.
4107 2025.01.09 01:06:04.552954 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4108 2025.01.09 01:06:04.553107 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4109 2025.01.09 01:06:04.553183 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4110 2025.01.09 01:06:04.553897 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4111 2025.01.09 01:06:04.553942 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4112 2025.01.09 01:06:04.554352 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4113 2025.01.09 01:06:04.554622 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4114 2025.01.09 01:06:04.554851 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001777 sec., 20821.609454136185 rows/sec., 1.51 MiB/sec.
4115 2025.01.09 01:06:04.554907 [ 276 ] {52ca9bb3-dbce-47d3-9431-5e4c89de4ecb} <Debug> TCPHandler: Processed in 0.002030175 sec.
4116 2025.01.09 01:06:04.555057 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4117 2025.01.09 01:06:04.555189 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4118 2025.01.09 01:06:04.555244 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4119 2025.01.09 01:06:04.555916 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4120 2025.01.09 01:06:04.555959 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4121 2025.01.09 01:06:04.556353 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4122 2025.01.09 01:06:04.556602 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4123 2025.01.09 01:06:04.556836 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001675 sec., 55522.388059701494 rows/sec., 4.34 MiB/sec.
4124 2025.01.09 01:06:04.556958 [ 279 ] {2fa8f8d3-e694-417d-8e77-bb3c95bac471} <Debug> TCPHandler: Processed in 0.001963445 sec.
4125 2025.01.09 01:06:04.557125 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4126 2025.01.09 01:06:04.557245 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4127 2025.01.09 01:06:04.557299 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4128 2025.01.09 01:06:04.557914 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4129 2025.01.09 01:06:04.557961 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4130 2025.01.09 01:06:04.558386 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4131 2025.01.09 01:06:04.558671 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4132 2025.01.09 01:06:04.558904 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001684 sec., 90855.10688836104 rows/sec., 6.30 MiB/sec.
4133 2025.01.09 01:06:04.558964 [ 276 ] {5adaa9fd-5a16-455c-82f9-93686060752c} <Debug> TCPHandler: Processed in 0.001896723 sec.
4134 2025.01.09 01:06:04.559109 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4135 2025.01.09 01:06:04.559238 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4136 2025.01.09 01:06:04.559340 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4137 2025.01.09 01:06:04.560577 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4138 2025.01.09 01:06:04.560618 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4139 2025.01.09 01:06:04.561308 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4140 2025.01.09 01:06:04.561577 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4141 2025.01.09 01:06:04.561826 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002619 sec., 11836.578846888126 rows/sec., 21.21 MiB/sec.
4142 2025.01.09 01:06:04.561945 [ 279 ] {68c95b06-daec-4980-8125-b405c601219c} <Debug> TCPHandler: Processed in 0.002893205 sec.
4143 2025.01.09 01:06:04.562102 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4144 2025.01.09 01:06:04.562243 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4145 2025.01.09 01:06:04.562307 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4146 2025.01.09 01:06:04.562850 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4147 2025.01.09 01:06:04.562891 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4148 2025.01.09 01:06:04.563285 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4149 2025.01.09 01:06:04.563552 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4150 2025.01.09 01:06:04.563774 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001561 sec., 32030.749519538756 rows/sec., 2.20 MiB/sec.
4151 2025.01.09 01:06:04.563836 [ 276 ] {7e8e8b69-9c1f-4dc9-8761-c9160f1073e1} <Debug> TCPHandler: Processed in 0.001802241 sec.
4152 2025.01.09 01:06:05.458672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4153 2025.01.09 01:06:05.459343 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4154 2025.01.09 01:06:05.459385 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4155 2025.01.09 01:06:05.459917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4156 2025.01.09 01:06:05.460177 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2025.01.09 01:06:05.460370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4158 2025.01.09 01:06:06.051477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4159 2025.01.09 01:06:06.072875 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4160 2025.01.09 01:06:06.072932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4161 2025.01.09 01:06:06.080542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4162 2025.01.09 01:06:06.081320 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2025.01.09 01:06:06.084910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4164 2025.01.09 01:06:09.549362 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4165 2025.01.09 01:06:09.549564 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4166 2025.01.09 01:06:09.549643 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4167 2025.01.09 01:06:09.550402 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4168 2025.01.09 01:06:09.550457 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4169 2025.01.09 01:06:09.550908 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4170 2025.01.09 01:06:09.551164 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4171 2025.01.09 01:06:09.551433 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec.
4172 2025.01.09 01:06:09.551630 [ 276 ] {5e6cbb42-ac1b-4d31-9f8b-72cec7dfa89a} <Debug> TCPHandler: Processed in 0.002402714 sec.
4173 2025.01.09 01:06:09.551890 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4174 2025.01.09 01:06:09.552084 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4175 2025.01.09 01:06:09.552161 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4176 2025.01.09 01:06:09.552989 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2025.01.09 01:06:09.553041 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4178 2025.01.09 01:06:09.553503 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4179 2025.01.09 01:06:09.553755 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4180 2025.01.09 01:06:09.554015 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001985 sec., 108312.34256926953 rows/sec., 9.47 MiB/sec.
4181 2025.01.09 01:06:09.554151 [ 279 ] {79055509-6dba-4677-bbb1-d894b7a931f5} <Debug> TCPHandler: Processed in 0.002395924 sec.
4182 2025.01.09 01:06:09.554287 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4183 2025.01.09 01:06:09.554413 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4184 2025.01.09 01:06:09.554466 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4185 2025.01.09 01:06:09.555065 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2025.01.09 01:06:09.555106 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4187 2025.01.09 01:06:09.555480 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4188 2025.01.09 01:06:09.555732 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4189 2025.01.09 01:06:09.555956 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001573 sec., 9535.918626827717 rows/sec., 672.36 KiB/sec.
4190 2025.01.09 01:06:09.556010 [ 276 ] {16f6ea9f-b584-4f99-b22c-b31f2ede50de} <Debug> TCPHandler: Processed in 0.00177822 sec.
4191 2025.01.09 01:06:09.556167 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4192 2025.01.09 01:06:09.556322 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4193 2025.01.09 01:06:09.556383 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4194 2025.01.09 01:06:09.557059 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2025.01.09 01:06:09.557100 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4196 2025.01.09 01:06:09.557467 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4197 2025.01.09 01:06:09.557719 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4198 2025.01.09 01:06:09.557996 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001716 sec., 8158.508158508158 rows/sec., 571.37 KiB/sec.
4199 2025.01.09 01:06:09.558184 [ 279 ] {bb3d2e3e-99bf-4276-abdb-ba1a33317b5d} <Debug> TCPHandler: Processed in 0.002086507 sec.
4200 2025.01.09 01:06:09.558362 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4201 2025.01.09 01:06:09.558483 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4202 2025.01.09 01:06:09.558534 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4203 2025.01.09 01:06:09.559090 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4204 2025.01.09 01:06:09.559129 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4205 2025.01.09 01:06:09.559489 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4206 2025.01.09 01:06:09.559744 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2025.01.09 01:06:09.559963 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 538.21 KiB/sec.
4208 2025.01.09 01:06:09.560016 [ 276 ] {5c4a2b10-b5a9-44df-96ec-8e49d7036bfd} <Debug> TCPHandler: Processed in 0.001710528 sec.
4209 2025.01.09 01:06:09.560176 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4210 2025.01.09 01:06:09.560315 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4211 2025.01.09 01:06:09.560372 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4212 2025.01.09 01:06:09.561136 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4213 2025.01.09 01:06:09.561176 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4214 2025.01.09 01:06:09.561565 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4215 2025.01.09 01:06:09.561806 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4216 2025.01.09 01:06:09.562052 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001768 sec., 216063.34841628958 rows/sec., 15.29 MiB/sec.
4217 2025.01.09 01:06:09.562187 [ 279 ] {df9d54c6-86e6-44af-afe6-28ed3078da72} <Debug> TCPHandler: Processed in 0.002078217 sec.
4218 2025.01.09 01:06:09.562341 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4219 2025.01.09 01:06:09.562479 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4220 2025.01.09 01:06:09.562541 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4221 2025.01.09 01:06:09.563055 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4222 2025.01.09 01:06:09.563095 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4223 2025.01.09 01:06:09.563468 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4224 2025.01.09 01:06:09.563718 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4225 2025.01.09 01:06:09.563889 [ 95 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4226 2025.01.09 01:06:09.563953 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec.
4227 2025.01.09 01:06:09.563971 [ 95 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4228 2025.01.09 01:06:09.564043 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4229 2025.01.09 01:06:09.564074 [ 276 ] {a77b21ae-84d2-4ff6-a2f4-8b24103a5d45} <Debug> TCPHandler: Processed in 0.001792191 sec.
4230 2025.01.09 01:06:09.564270 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4231 2025.01.09 01:06:09.564282 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4232 2025.01.09 01:06:09.564414 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4233 2025.01.09 01:06:09.564466 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4234 2025.01.09 01:06:09.564483 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4235 2025.01.09 01:06:09.564524 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4236 2025.01.09 01:06:09.564740 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4237 2025.01.09 01:06:09.565134 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4238 2025.01.09 01:06:09.565495 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4239 2025.01.09 01:06:09.565830 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4240 2025.01.09 01:06:09.566226 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
4241 2025.01.09 01:06:09.566989 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4242 2025.01.09 01:06:09.567033 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4243 2025.01.09 01:06:09.567701 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4244 2025.01.09 01:06:09.568001 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003839996 sec., 17187.517903664484 rows/sec., 897.98 KiB/sec.
4245 2025.01.09 01:06:09.568100 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4246 2025.01.09 01:06:09.568288 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4247 2025.01.09 01:06:09.568635 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.004255 sec., 53349.00117508813 rows/sec., 3.56 MiB/sec.
4248 2025.01.09 01:06:09.568981 [ 279 ] {3fe3449c-3311-4025-9716-eab879912581} <Debug> TCPHandler: Processed in 0.004802588 sec.
4249 2025.01.09 01:06:09.569248 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4250 2025.01.09 01:06:09.569300 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_11_2} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.01.09 01:06:09.569510 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4252 2025.01.09 01:06:09.569546 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_11_2} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4253 2025.01.09 01:06:09.569593 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4254 2025.01.09 01:06:09.569743 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4255 2025.01.09 01:06:09.570205 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4256 2025.01.09 01:06:09.570248 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4257 2025.01.09 01:06:09.570610 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4258 2025.01.09 01:06:09.570848 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4259 2025.01.09 01:06:09.571133 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001687 sec., 592.7682276229995 rows/sec., 39.94 KiB/sec.
4260 2025.01.09 01:06:09.571287 [ 276 ] {f32be534-884c-46f5-9970-cbb7667f0e09} <Debug> TCPHandler: Processed in 0.002182669 sec.
4261 2025.01.09 01:06:09.571451 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4262 2025.01.09 01:06:09.571601 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4263 2025.01.09 01:06:09.571709 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4264 2025.01.09 01:06:09.572945 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2025.01.09 01:06:09.572985 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4266 2025.01.09 01:06:09.573610 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4267 2025.01.09 01:06:09.573878 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4268 2025.01.09 01:06:09.574219 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002627 sec., 3045.298819946707 rows/sec., 5.46 MiB/sec.
4269 2025.01.09 01:06:09.574590 [ 279 ] {fa76245b-8430-42fd-8df9-de5df2d77176} <Debug> TCPHandler: Processed in 0.003210692 sec.
4270 2025.01.09 01:06:09.574739 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4271 2025.01.09 01:06:09.574876 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4272 2025.01.09 01:06:09.574943 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4273 2025.01.09 01:06:09.575509 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.01.09 01:06:09.575556 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4275 2025.01.09 01:06:09.575966 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4276 2025.01.09 01:06:09.576212 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2025.01.09 01:06:09.576433 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001589 sec., 45311.51667715544 rows/sec., 2.89 MiB/sec.
4278 2025.01.09 01:06:09.576488 [ 276 ] {35967d61-8628-49cd-9a14-1e300be969cb} <Debug> TCPHandler: Processed in 0.001815331 sec.
4279 2025.01.09 01:06:12.860134 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
4280 2025.01.09 01:06:12.860196 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
4281 2025.01.09 01:06:12.960549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4282 2025.01.09 01:06:12.961351 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4283 2025.01.09 01:06:12.961401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4284 2025.01.09 01:06:12.961927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4285 2025.01.09 01:06:12.962177 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4286 2025.01.09 01:06:12.962456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4287 2025.01.09 01:06:12.997959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 590
4288 2025.01.09 01:06:13.002149 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4289 2025.01.09 01:06:13.002202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4290 2025.01.09 01:06:13.003862 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4291 2025.01.09 01:06:13.004209 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4292 2025.01.09 01:06:13.005323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 590
4293 2025.01.09 01:06:13.585005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4294 2025.01.09 01:06:13.607791 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2025.01.09 01:06:13.607861 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4296 2025.01.09 01:06:13.617222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4297 2025.01.09 01:06:13.618180 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2025.01.09 01:06:13.622654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4299 2025.01.09 01:06:14.546686 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2025.01.09 01:06:14.546883 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4301 2025.01.09 01:06:14.546962 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4302 2025.01.09 01:06:14.547802 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2025.01.09 01:06:14.547863 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4304 2025.01.09 01:06:14.548357 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4305 2025.01.09 01:06:14.548626 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2025.01.09 01:06:14.548824 [ 85 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4307 2025.01.09 01:06:14.548895 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002063 sec., 55259.33107125545 rows/sec., 4.69 MiB/sec.
4308 2025.01.09 01:06:14.548922 [ 85 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4309 2025.01.09 01:06:14.549000 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4310 2025.01.09 01:06:14.549038 [ 276 ] {7bc4065e-1f53-4569-980b-7c94795fb92b} <Debug> TCPHandler: Processed in 0.002477665 sec.
4311 2025.01.09 01:06:14.549491 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4312 2025.01.09 01:06:14.549470 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
4313 2025.01.09 01:06:14.549765 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4314 2025.01.09 01:06:14.549815 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4315 2025.01.09 01:06:14.549830 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1423 rows starting from the beginning of the part
4316 2025.01.09 01:06:14.549995 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4317 2025.01.09 01:06:14.550074 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 114 rows starting from the beginning of the part
4318 2025.01.09 01:06:14.550512 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 215 rows starting from the beginning of the part
4319 2025.01.09 01:06:14.550876 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 117 rows starting from the beginning of the part
4320 2025.01.09 01:06:14.551356 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 215 rows starting from the beginning of the part
4321 2025.01.09 01:06:14.551717 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 114 rows starting from the beginning of the part
4322 2025.01.09 01:06:14.552766 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2025.01.09 01:06:14.552836 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4324 2025.01.09 01:06:14.553965 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4325 2025.01.09 01:06:14.554383 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4326 2025.01.09 01:06:14.554957 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005859932 sec., 375089.67680853634 rows/sec., 33.18 MiB/sec.
4327 2025.01.09 01:06:14.554992 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005293 sec., 5856.791989419989 rows/sec., 440.40 KiB/sec.
4328 2025.01.09 01:06:14.555112 [ 279 ] {ee23a663-7b7a-40ea-a901-ab392fd2e9b7} <Debug> TCPHandler: Processed in 0.005900993 sec.
4329 2025.01.09 01:06:14.555226 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4330 2025.01.09 01:06:14.555279 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4331 2025.01.09 01:06:14.555428 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4332 2025.01.09 01:06:14.555493 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4333 2025.01.09 01:06:14.555564 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4334 2025.01.09 01:06:14.555667 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_26_5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4335 2025.01.09 01:06:14.555781 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
4336 2025.01.09 01:06:14.556261 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2025.01.09 01:06:14.556307 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4338 2025.01.09 01:06:14.556689 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4339 2025.01.09 01:06:14.556939 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2025.01.09 01:06:14.557110 [ 85 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4341 2025.01.09 01:06:14.557166 [ 85 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4342 2025.01.09 01:06:14.557198 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001801 sec., 48306.496390893946 rows/sec., 3.77 MiB/sec.
4343 2025.01.09 01:06:14.557206 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4344 2025.01.09 01:06:14.557426 [ 276 ] {84d84908-09ae-4c5c-977d-e3173e12c2d2} <Debug> TCPHandler: Processed in 0.00220632 sec.
4345 2025.01.09 01:06:14.557642 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
4346 2025.01.09 01:06:14.557728 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4347 2025.01.09 01:06:14.558127 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4348 2025.01.09 01:06:14.558220 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4349 2025.01.09 01:06:14.558251 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4350 2025.01.09 01:06:14.558282 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 897 rows starting from the beginning of the part
4351 2025.01.09 01:06:14.558617 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part
4352 2025.01.09 01:06:14.558992 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 382 rows starting from the beginning of the part
4353 2025.01.09 01:06:14.559381 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 93 rows starting from the beginning of the part
4354 2025.01.09 01:06:14.559642 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 382 rows starting from the beginning of the part
4355 2025.01.09 01:06:14.559958 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 87 rows starting from the beginning of the part
4356 2025.01.09 01:06:14.561075 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4357 2025.01.09 01:06:14.561131 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4358 2025.01.09 01:06:14.562215 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4359 2025.01.09 01:06:14.562633 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4360 2025.01.09 01:06:14.563085 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005068 sec., 29597.474348855565 rows/sec., 2.05 MiB/sec.
4361 2025.01.09 01:06:14.563295 [ 279 ] {3f1e940c-4803-495f-b666-0e6ff99fe5f5} <Debug> TCPHandler: Processed in 0.005704479 sec.
4362 2025.01.09 01:06:14.563298 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1928 rows, containing 5 columns (5 merged, 0 gathered) in 0.005936314 sec., 324780.6635565437 rows/sec., 24.83 MiB/sec.
4363 2025.01.09 01:06:14.563502 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4364 2025.01.09 01:06:14.563540 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4365 2025.01.09 01:06:14.563732 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4366 2025.01.09 01:06:14.563906 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4367 2025.01.09 01:06:14.564186 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4368 2025.01.09 01:06:14.564492 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_26_5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4369 2025.01.09 01:06:14.564767 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4370 2025.01.09 01:06:14.565752 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2025.01.09 01:06:14.565799 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4372 2025.01.09 01:06:14.566483 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4373 2025.01.09 01:06:14.566745 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4374 2025.01.09 01:06:14.567000 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003332 sec., 9303.721488595438 rows/sec., 16.67 MiB/sec.
4375 2025.01.09 01:06:14.567132 [ 276 ] {6ae63f30-9180-46b5-9c26-445a43ff0d99} <Debug> TCPHandler: Processed in 0.003707894 sec.
4376 2025.01.09 01:06:14.567332 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2025.01.09 01:06:14.567468 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4378 2025.01.09 01:06:14.567525 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4379 2025.01.09 01:06:14.568065 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4380 2025.01.09 01:06:14.568105 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4381 2025.01.09 01:06:14.568520 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4382 2025.01.09 01:06:14.568785 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4383 2025.01.09 01:06:14.568973 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001536 sec., 32552.083333333332 rows/sec., 2.23 MiB/sec.
4384 2025.01.09 01:06:14.569031 [ 279 ] {b90d24cc-7f56-439b-b4e6-7a6997086059} <Debug> TCPHandler: Processed in 0.001793171 sec.
4385 2025.01.09 01:06:15.018703 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4386 2025.01.09 01:06:15.019011 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4387 2025.01.09 01:06:15.019101 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4388 2025.01.09 01:06:15.019869 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4389 2025.01.09 01:06:15.019924 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4390 2025.01.09 01:06:15.020369 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4391 2025.01.09 01:06:15.020635 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4392 2025.01.09 01:06:15.020939 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002015 sec., 6947.890818858561 rows/sec., 500.16 KiB/sec.
4393 2025.01.09 01:06:15.021175 [ 276 ] {49f37c86-5564-4f6f-919b-1291a3613479} <Debug> TCPHandler: Processed in 0.00266928 sec.
4394 2025.01.09 01:06:15.021440 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4395 2025.01.09 01:06:15.021659 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4396 2025.01.09 01:06:15.021746 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4397 2025.01.09 01:06:15.022561 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4398 2025.01.09 01:06:15.022615 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4399 2025.01.09 01:06:15.023045 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4400 2025.01.09 01:06:15.023318 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4401 2025.01.09 01:06:15.023499 [ 84 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4402 2025.01.09 01:06:15.023583 [ 84 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4403 2025.01.09 01:06:15.023606 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001997 sec., 3004.50676014021 rows/sec., 245.00 KiB/sec.
4404 2025.01.09 01:06:15.023620 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4405 2025.01.09 01:06:15.023787 [ 279 ] {237d98f8-a5ba-4115-925a-afd4cf97daf7} <Debug> TCPHandler: Processed in 0.002491696 sec.
4406 2025.01.09 01:06:15.023866 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::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
4407 2025.01.09 01:06:15.024004 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4408 2025.01.09 01:06:15.024073 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4409 2025.01.09 01:06:15.024135 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
4410 2025.01.09 01:06:15.024283 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4411 2025.01.09 01:06:15.024431 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
4412 2025.01.09 01:06:15.024458 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4413 2025.01.09 01:06:15.024870 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4414 2025.01.09 01:06:15.025197 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4415 2025.01.09 01:06:15.025549 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::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
4416 2025.01.09 01:06:15.025962 [ 196 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::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
4417 2025.01.09 01:06:15.028221 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.004478241 sec., 4912.643156096334 rows/sec., 419.78 KiB/sec.
4418 2025.01.09 01:06:15.028255 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2025.01.09 01:06:15.028320 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4420 2025.01.09 01:06:15.028479 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4421 2025.01.09 01:06:15.029082 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2025.01.09 01:06:15.029218 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4423 2025.01.09 01:06:15.029243 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_6_1} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4424 2025.01.09 01:06:15.029421 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4425 2025.01.09 01:06:15.029599 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4426 2025.01.09 01:06:15.029841 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.005667 sec., 239632.96276689606 rows/sec., 19.99 MiB/sec.
4427 2025.01.09 01:06:15.029915 [ 276 ] {6a7b6a81-59eb-4f89-bbfa-fba93681a370} <Debug> TCPHandler: Processed in 0.006007335 sec.
4428 2025.01.09 01:06:15.030150 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4429 2025.01.09 01:06:15.030387 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4430 2025.01.09 01:06:15.030487 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4431 2025.01.09 01:06:15.031354 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4432 2025.01.09 01:06:15.031397 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4433 2025.01.09 01:06:15.031778 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4434 2025.01.09 01:06:15.032017 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2025.01.09 01:06:15.032253 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001927 sec., 10897.768552153608 rows/sec., 766.25 KiB/sec.
4436 2025.01.09 01:06:15.032311 [ 279 ] {37e32d17-b212-4656-a9d6-9667ece84c74} <Debug> TCPHandler: Processed in 0.002273631 sec.
4437 2025.01.09 01:06:15.032455 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4438 2025.01.09 01:06:15.032598 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4439 2025.01.09 01:06:15.032657 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4440 2025.01.09 01:06:15.033378 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4441 2025.01.09 01:06:15.033420 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4442 2025.01.09 01:06:15.033789 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4443 2025.01.09 01:06:15.034029 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4444 2025.01.09 01:06:15.034241 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001677 sec., 144305.30709600475 rows/sec., 9.78 MiB/sec.
4445 2025.01.09 01:06:15.034296 [ 276 ] {3724dcf3-c313-4198-8eb6-031eada2285e} <Debug> TCPHandler: Processed in 0.001908043 sec.
4446 2025.01.09 01:06:15.034494 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4447 2025.01.09 01:06:15.034721 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4448 2025.01.09 01:06:15.034816 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4449 2025.01.09 01:06:15.035518 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4450 2025.01.09 01:06:15.035559 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4451 2025.01.09 01:06:15.035917 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4452 2025.01.09 01:06:15.036165 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4453 2025.01.09 01:06:15.036380 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001715 sec., 7580.174927113703 rows/sec., 472.62 KiB/sec.
4454 2025.01.09 01:06:15.036436 [ 279 ] {631f6e91-b277-4500-b12a-0d1fc828c919} <Debug> TCPHandler: Processed in 0.002051806 sec.
4455 2025.01.09 01:06:15.036579 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4456 2025.01.09 01:06:15.036718 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4457 2025.01.09 01:06:15.036777 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4458 2025.01.09 01:06:15.037666 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4459 2025.01.09 01:06:15.037704 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4460 2025.01.09 01:06:15.038073 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4461 2025.01.09 01:06:15.038376 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2025.01.09 01:06:15.038588 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.0019 sec., 444210.5263157895 rows/sec., 32.10 MiB/sec.
4463 2025.01.09 01:06:15.038648 [ 276 ] {7a9fe4c6-8043-4bfe-97ac-03527dfc87ad} <Debug> TCPHandler: Processed in 0.002136368 sec.
4464 2025.01.09 01:06:15.038846 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4465 2025.01.09 01:06:15.039061 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4466 2025.01.09 01:06:15.039121 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4467 2025.01.09 01:06:15.039703 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4468 2025.01.09 01:06:15.039752 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4469 2025.01.09 01:06:15.040157 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4470 2025.01.09 01:06:15.040398 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2025.01.09 01:06:15.040608 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec.
4472 2025.01.09 01:06:15.040662 [ 279 ] {04ea0b84-9890-4ee4-aa8a-47751635c021} <Debug> TCPHandler: Processed in 0.001927434 sec.
4473 2025.01.09 01:06:15.040797 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4474 2025.01.09 01:06:15.040913 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4475 2025.01.09 01:06:15.040966 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4476 2025.01.09 01:06:15.041862 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4477 2025.01.09 01:06:15.041910 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4478 2025.01.09 01:06:15.042360 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4479 2025.01.09 01:06:15.042597 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4480 2025.01.09 01:06:15.042867 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.001966 sec., 486266.531027467 rows/sec., 32.30 MiB/sec.
4481 2025.01.09 01:06:15.042940 [ 276 ] {9f436eb8-ad83-4ead-ae2f-86fddfffd12a} <Debug> TCPHandler: Processed in 0.002196629 sec.
4482 2025.01.09 01:06:15.043290 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4483 2025.01.09 01:06:15.043518 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4484 2025.01.09 01:06:15.043615 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4485 2025.01.09 01:06:15.044279 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4486 2025.01.09 01:06:15.044319 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4487 2025.01.09 01:06:15.044685 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4488 2025.01.09 01:06:15.044922 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4489 2025.01.09 01:06:15.045126 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec.
4490 2025.01.09 01:06:15.045179 [ 279 ] {4f6f2387-7cc4-4241-ae32-3ee5b2e5f7f8} <Debug> TCPHandler: Processed in 0.002088567 sec.
4491 2025.01.09 01:06:15.045379 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4492 2025.01.09 01:06:15.045599 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4493 2025.01.09 01:06:15.045740 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4494 2025.01.09 01:06:15.046967 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4495 2025.01.09 01:06:15.047007 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4496 2025.01.09 01:06:15.047600 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4497 2025.01.09 01:06:15.047858 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4498 2025.01.09 01:06:15.048064 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002519 sec., 3175.8634378721717 rows/sec., 5.69 MiB/sec.
4499 2025.01.09 01:06:15.048174 [ 276 ] {677afc9c-57a5-4820-8175-4ae897786d28} <Debug> TCPHandler: Processed in 0.002904275 sec.
4500 2025.01.09 01:06:15.048392 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4501 2025.01.09 01:06:15.048620 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4502 2025.01.09 01:06:15.048716 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4503 2025.01.09 01:06:15.049353 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4504 2025.01.09 01:06:15.049392 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4505 2025.01.09 01:06:15.049762 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4506 2025.01.09 01:06:15.049997 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4507 2025.01.09 01:06:15.050212 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001648 sec., 19417.47572815534 rows/sec., 1.12 MiB/sec.
4508 2025.01.09 01:06:15.050263 [ 279 ] {e715340e-44de-4d25-8656-47cb3dde2a16} <Debug> TCPHandler: Processed in 0.001992705 sec.
4509 2025.01.09 01:06:19.543740 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4510 2025.01.09 01:06:19.543962 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4511 2025.01.09 01:06:19.544043 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4512 2025.01.09 01:06:19.544833 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4513 2025.01.09 01:06:19.544889 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4514 2025.01.09 01:06:19.545345 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4515 2025.01.09 01:06:19.545612 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4516 2025.01.09 01:06:19.545862 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001956 sec., 26584.867075664624 rows/sec., 2.03 MiB/sec.
4517 2025.01.09 01:06:19.545932 [ 276 ] {3aa7723d-bdf6-4e8a-9c53-c3c6bd6d82f9} <Debug> TCPHandler: Processed in 0.002331903 sec.
4518 2025.01.09 01:06:19.546170 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4519 2025.01.09 01:06:19.546362 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4520 2025.01.09 01:06:19.546447 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4521 2025.01.09 01:06:19.547220 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4522 2025.01.09 01:06:19.547264 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4523 2025.01.09 01:06:19.547695 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4524 2025.01.09 01:06:19.547946 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4525 2025.01.09 01:06:19.548182 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.33 MiB/sec.
4526 2025.01.09 01:06:19.548239 [ 279 ] {7c532af4-60d1-489d-acff-09b744ac452c} <Debug> TCPHandler: Processed in 0.00220289 sec.
4527 2025.01.09 01:06:19.548380 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4528 2025.01.09 01:06:19.548511 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4529 2025.01.09 01:06:19.548570 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4530 2025.01.09 01:06:19.549131 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4531 2025.01.09 01:06:19.549175 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4532 2025.01.09 01:06:19.549624 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4533 2025.01.09 01:06:19.549887 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4534 2025.01.09 01:06:19.550069 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4535 2025.01.09 01:06:19.550146 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4536 2025.01.09 01:06:19.550150 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001661 sec., 72245.63515954245 rows/sec., 5.01 MiB/sec.
4537 2025.01.09 01:06:19.550180 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4538 2025.01.09 01:06:19.550322 [ 276 ] {8b45fe1d-ad3d-4034-964b-7cd9faceaa7a} <Debug> TCPHandler: Processed in 0.001997145 sec.
4539 2025.01.09 01:06:19.550383 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::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
4540 2025.01.09 01:06:19.550539 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4541 2025.01.09 01:06:19.550560 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4542 2025.01.09 01:06:19.550612 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8461 rows starting from the beginning of the part
4543 2025.01.09 01:06:19.550856 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4544 2025.01.09 01:06:19.550862 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 153 rows starting from the beginning of the part
4545 2025.01.09 01:06:19.551059 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4546 2025.01.09 01:06:19.551139 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 227 rows starting from the beginning of the part
4547 2025.01.09 01:06:19.551513 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 150 rows starting from the beginning of the part
4548 2025.01.09 01:06:19.551913 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 956 rows starting from the beginning of the part
4549 2025.01.09 01:06:19.552293 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 120 rows starting from the beginning of the part
4550 2025.01.09 01:06:19.553288 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4551 2025.01.09 01:06:19.553362 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4552 2025.01.09 01:06:19.554047 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4553 2025.01.09 01:06:19.554658 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4554 2025.01.09 01:06:19.554990 [ 76 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4555 2025.01.09 01:06:19.555105 [ 76 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4556 2025.01.09 01:06:19.555170 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4557 2025.01.09 01:06:19.555280 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.004543 sec., 8804.75456746643 rows/sec., 618.22 KiB/sec.
4558 2025.01.09 01:06:19.555632 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
4559 2025.01.09 01:06:19.555669 [ 279 ] {25116794-63ef-4ccb-9dcd-70033153074c} <Debug> TCPHandler: Processed in 0.005246168 sec.
4560 2025.01.09 01:06:19.555985 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4561 2025.01.09 01:06:19.556064 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 930 rows starting from the beginning of the part
4562 2025.01.09 01:06:19.556260 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part
4563 2025.01.09 01:06:19.556425 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
4564 2025.01.09 01:06:19.556670 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 50 rows starting from the beginning of the part
4565 2025.01.09 01:06:19.556821 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
4566 2025.01.09 01:06:19.557023 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part
4567 2025.01.09 01:06:19.558751 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10067 rows, containing 5 columns (5 merged, 0 gathered) in 0.00842492 sec., 1194907.488735798 rows/sec., 80.07 MiB/sec.
4568 2025.01.09 01:06:19.559068 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4569 2025.01.09 01:06:19.559436 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004111623 sec., 285532.0149731627 rows/sec., 18.57 MiB/sec.
4570 2025.01.09 01:06:19.559670 [ 187 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4571 2025.01.09 01:06:19.559706 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4572 2025.01.09 01:06:19.559915 [ 187 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4573 2025.01.09 01:06:19.560119 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB.
4574 2025.01.09 01:06:19.560237 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4575 2025.01.09 01:06:19.560323 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_26_5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4576 2025.01.09 01:06:19.560403 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
4577 2025.01.09 01:06:20.462635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4578 2025.01.09 01:06:20.463327 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4579 2025.01.09 01:06:20.463382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4580 2025.01.09 01:06:20.463941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4581 2025.01.09 01:06:20.464197 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4582 2025.01.09 01:06:20.464414 [ 75 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4583 2025.01.09 01:06:20.464461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4584 2025.01.09 01:06:20.464511 [ 75 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2025.01.09 01:06:20.464544 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4586 2025.01.09 01:06:20.464669 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
4587 2025.01.09 01:06:20.464768 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4588 2025.01.09 01:06:20.464799 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
4589 2025.01.09 01:06:20.464865 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4590 2025.01.09 01:06:20.465073 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4591 2025.01.09 01:06:20.465340 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4592 2025.01.09 01:06:20.465530 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4593 2025.01.09 01:06:20.465669 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4594 2025.01.09 01:06:20.468097 [ 196 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003477618 sec., 2788977.972853833 rows/sec., 39.90 MiB/sec.
4595 2025.01.09 01:06:20.468414 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4596 2025.01.09 01:06:20.468743 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2025.01.09 01:06:20.468833 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_21_4} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4598 2025.01.09 01:06:20.468948 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4599 2025.01.09 01:06:21.122774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4600 2025.01.09 01:06:21.144950 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2025.01.09 01:06:21.145006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4602 2025.01.09 01:06:21.152956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4603 2025.01.09 01:06:21.153752 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2025.01.09 01:06:21.154168 [ 74 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4605 2025.01.09 01:06:21.154314 [ 74 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4606 2025.01.09 01:06:21.154374 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.57 GiB.
4607 2025.01.09 01:06:21.154692 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4608 2025.01.09 01:06:21.172431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4609 2025.01.09 01:06:21.173431 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4610 2025.01.09 01:06:21.175091 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4611 2025.01.09 01:06:21.181057 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4612 2025.01.09 01:06:21.186781 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4613 2025.01.09 01:06:21.192446 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4614 2025.01.09 01:06:21.198146 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4615 2025.01.09 01:06:21.203096 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::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
4616 2025.01.09 01:06:21.262647 [ 196 ] {6d874974-7062-465a-b554-266ce1892843::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.10814504 sec., 1470.2477339691216 rows/sec., 7.60 MiB/sec.
4617 2025.01.09 01:06:21.264357 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4618 2025.01.09 01:06:21.266801 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_21_4} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4619 2025.01.09 01:06:21.266901 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_21_4} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4620 2025.01.09 01:06:21.268285 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4621 2025.01.09 01:06:22.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.89 MiB, peak 196.44 MiB, free memory in arenas 0.00 B, will set to 188.34 MiB (RSS), difference: 2.45 MiB
4622 2025.01.09 01:06:23.005650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 634
4623 2025.01.09 01:06:23.009209 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4624 2025.01.09 01:06:23.009266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4625 2025.01.09 01:06:23.010781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4626 2025.01.09 01:06:23.011096 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2025.01.09 01:06:23.011874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634
4628 2025.01.09 01:06:24.547160 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4629 2025.01.09 01:06:24.547355 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4630 2025.01.09 01:06:24.547434 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4631 2025.01.09 01:06:24.548277 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4632 2025.01.09 01:06:24.548328 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4633 2025.01.09 01:06:24.548779 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4634 2025.01.09 01:06:24.549057 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4635 2025.01.09 01:06:24.549308 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002008 sec., 56772.90836653387 rows/sec., 4.82 MiB/sec.
4636 2025.01.09 01:06:24.549375 [ 276 ] {8433dc68-a927-429e-86bb-b4e5fcc944c9} <Debug> TCPHandler: Processed in 0.002352413 sec.
4637 2025.01.09 01:06:24.549662 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4638 2025.01.09 01:06:24.549871 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4639 2025.01.09 01:06:24.549957 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4640 2025.01.09 01:06:24.550809 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2025.01.09 01:06:24.550856 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4642 2025.01.09 01:06:24.551311 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4643 2025.01.09 01:06:24.551590 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.01.09 01:06:24.551742 [ 69 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4645 2025.01.09 01:06:24.551790 [ 69 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4646 2025.01.09 01:06:24.551807 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001991 sec., 15570.0652938222 rows/sec., 1.14 MiB/sec.
4647 2025.01.09 01:06:24.551813 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4648 2025.01.09 01:06:24.551940 [ 279 ] {e5946930-1947-48c6-8d34-2b6cbca14a2c} <Debug> TCPHandler: Processed in 0.002429415 sec.
4649 2025.01.09 01:06:24.552048 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
4650 2025.01.09 01:06:24.552137 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4651 2025.01.09 01:06:24.552240 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4652 2025.01.09 01:06:24.552327 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
4653 2025.01.09 01:06:24.552353 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4654 2025.01.09 01:06:24.552493 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4655 2025.01.09 01:06:24.552581 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 37 rows starting from the beginning of the part
4656 2025.01.09 01:06:24.552979 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part
4657 2025.01.09 01:06:24.553337 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part
4658 2025.01.09 01:06:24.553766 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 21 rows starting from the beginning of the part
4659 2025.01.09 01:06:24.554187 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part
4660 2025.01.09 01:06:24.555224 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2025.01.09 01:06:24.555306 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4662 2025.01.09 01:06:24.556415 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4663 2025.01.09 01:06:24.557084 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2025.01.09 01:06:24.557155 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005223308 sec., 36566.86528919987 rows/sec., 2.76 MiB/sec.
4665 2025.01.09 01:06:24.557418 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4666 2025.01.09 01:06:24.557521 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005217 sec., 16676.25071880391 rows/sec., 1.30 MiB/sec.
4667 2025.01.09 01:06:24.557686 [ 276 ] {f0b62605-36a2-4209-9152-546a1393e506} <Debug> TCPHandler: Processed in 0.005608426 sec.
4668 2025.01.09 01:06:24.557902 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4669 2025.01.09 01:06:24.557950 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4670 2025.01.09 01:06:24.558128 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_26_5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4671 2025.01.09 01:06:24.558141 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4672 2025.01.09 01:06:24.558259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4673 2025.01.09 01:06:24.558268 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4674 2025.01.09 01:06:24.558900 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4675 2025.01.09 01:06:24.558943 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4676 2025.01.09 01:06:24.559358 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4677 2025.01.09 01:06:24.559618 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4678 2025.01.09 01:06:24.559838 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001764 sec., 85034.01360544217 rows/sec., 5.90 MiB/sec.
4679 2025.01.09 01:06:24.560053 [ 279 ] {87be0c33-7a33-4450-8cac-9634844f476e} <Debug> TCPHandler: Processed in 0.002254711 sec.
4680 2025.01.09 01:06:24.560247 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4681 2025.01.09 01:06:24.560369 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4682 2025.01.09 01:06:24.560449 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4683 2025.01.09 01:06:24.561836 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4684 2025.01.09 01:06:24.561882 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4685 2025.01.09 01:06:24.562817 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4686 2025.01.09 01:06:24.563169 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4687 2025.01.09 01:06:24.563391 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4688 2025.01.09 01:06:24.563464 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4689 2025.01.09 01:06:24.563489 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4690 2025.01.09 01:06:24.563522 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003169 sec., 9782.265698958663 rows/sec., 17.53 MiB/sec.
4691 2025.01.09 01:06:24.563921 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4692 2025.01.09 01:06:24.564611 [ 276 ] {cbddf93b-cdf0-43d6-b01a-20a38ddce395} <Debug> TCPHandler: Processed in 0.004438481 sec.
4693 2025.01.09 01:06:24.564888 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4694 2025.01.09 01:06:24.564973 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4695 2025.01.09 01:06:24.565166 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 377 rows starting from the beginning of the part
4696 2025.01.09 01:06:24.565178 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4697 2025.01.09 01:06:24.565340 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4698 2025.01.09 01:06:24.565879 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part
4699 2025.01.09 01:06:24.566754 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4700 2025.01.09 01:06:24.567532 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part
4701 2025.01.09 01:06:24.567894 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4702 2025.01.09 01:06:24.568022 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4703 2025.01.09 01:06:24.568221 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
4704 2025.01.09 01:06:24.568870 [ 200 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part
4705 2025.01.09 01:06:24.569680 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4706 2025.01.09 01:06:24.570226 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4707 2025.01.09 01:06:24.570781 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005699 sec., 8773.469029654325 rows/sec., 616.03 KiB/sec.
4708 2025.01.09 01:06:24.570936 [ 279 ] {7b8cc3d7-446c-4681-bf4a-c1668bef1cce} <Debug> TCPHandler: Processed in 0.006193499 sec.
4709 2025.01.09 01:06:24.574402 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 19 columns (19 merged, 0 gathered) in 0.010806853 sec., 44971.46394051996 rows/sec., 80.59 MiB/sec.
4710 2025.01.09 01:06:24.575280 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4711 2025.01.09 01:06:24.575709 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4712 2025.01.09 01:06:24.575794 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4713 2025.01.09 01:06:24.575950 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
4714 2025.01.09 01:06:27.860454 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
4715 2025.01.09 01:06:27.860515 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
4716 2025.01.09 01:06:27.964621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4717 2025.01.09 01:06:27.965284 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4718 2025.01.09 01:06:27.965339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4719 2025.01.09 01:06:27.965885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4720 2025.01.09 01:06:27.966143 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4721 2025.01.09 01:06:27.966434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4722 2025.01.09 01:06:28.672542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4723 2025.01.09 01:06:28.691438 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4724 2025.01.09 01:06:28.691495 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4725 2025.01.09 01:06:28.698621 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4726 2025.01.09 01:06:28.699381 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4727 2025.01.09 01:06:28.702219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4728 2025.01.09 01:06:29.549879 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4729 2025.01.09 01:06:29.550083 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4730 2025.01.09 01:06:29.550169 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4731 2025.01.09 01:06:29.551011 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2025.01.09 01:06:29.551063 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4733 2025.01.09 01:06:29.551515 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4734 2025.01.09 01:06:29.551795 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2025.01.09 01:06:29.551956 [ 58 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4736 2025.01.09 01:06:29.552002 [ 58 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4737 2025.01.09 01:06:29.552026 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec.
4738 2025.01.09 01:06:29.552031 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4739 2025.01.09 01:06:29.552149 [ 276 ] {8d1668c4-53bd-4daf-8179-51c15e157ede} <Debug> TCPHandler: Processed in 0.002402015 sec.
4740 2025.01.09 01:06:29.552372 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4741 2025.01.09 01:06:29.552543 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4742 2025.01.09 01:06:29.552590 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4743 2025.01.09 01:06:29.552641 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4744 2025.01.09 01:06:29.552785 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4745 2025.01.09 01:06:29.552829 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4746 2025.01.09 01:06:29.552957 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4747 2025.01.09 01:06:29.553159 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4748 2025.01.09 01:06:29.553573 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4749 2025.01.09 01:06:29.553853 [ 197 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
4750 2025.01.09 01:06:29.555313 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4751 2025.01.09 01:06:29.555369 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4752 2025.01.09 01:06:29.555731 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00356778 sec., 19620.043836783658 rows/sec., 1.45 MiB/sec.
4753 2025.01.09 01:06:29.556118 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4754 2025.01.09 01:06:29.556158 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4755 2025.01.09 01:06:29.556631 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4756 2025.01.09 01:06:29.556721 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_13_3} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4757 2025.01.09 01:06:29.556984 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_13_3} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4758 2025.01.09 01:06:29.557211 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.004513 sec., 47640.150675825396 rows/sec., 4.16 MiB/sec.
4759 2025.01.09 01:06:29.557228 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4760 2025.01.09 01:06:29.557480 [ 279 ] {6b606c04-c4ca-4403-b4a2-992ddb08222f} <Debug> TCPHandler: Processed in 0.005164157 sec.
4761 2025.01.09 01:06:29.557686 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4762 2025.01.09 01:06:29.557820 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4763 2025.01.09 01:06:29.557875 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4764 2025.01.09 01:06:29.558469 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4765 2025.01.09 01:06:29.558512 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4766 2025.01.09 01:06:29.558899 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4767 2025.01.09 01:06:29.559144 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4768 2025.01.09 01:06:29.559330 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001546 sec., 9702.457956015523 rows/sec., 684.10 KiB/sec.
4769 2025.01.09 01:06:29.559385 [ 276 ] {444d6c46-ebb2-4021-849d-0bb99c9b1d13} <Debug> TCPHandler: Processed in 0.00175956 sec.
4770 2025.01.09 01:06:29.559540 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4771 2025.01.09 01:06:29.559673 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4772 2025.01.09 01:06:29.559731 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4773 2025.01.09 01:06:29.560360 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4774 2025.01.09 01:06:29.560402 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4775 2025.01.09 01:06:29.560787 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4776 2025.01.09 01:06:29.561046 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2025.01.09 01:06:29.561273 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001633 sec., 8573.178199632579 rows/sec., 600.41 KiB/sec.
4778 2025.01.09 01:06:29.561332 [ 279 ] {0aead5b9-fbf5-47a3-b28c-760eedd64035} <Debug> TCPHandler: Processed in 0.001855622 sec.
4779 2025.01.09 01:06:29.561479 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4780 2025.01.09 01:06:29.561612 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4781 2025.01.09 01:06:29.561673 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4782 2025.01.09 01:06:29.562370 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.01.09 01:06:29.562415 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4784 2025.01.09 01:06:29.562800 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4785 2025.01.09 01:06:29.563040 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.01.09 01:06:29.563162 [ 58 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4787 2025.01.09 01:06:29.563204 [ 58 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4788 2025.01.09 01:06:29.563229 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4789 2025.01.09 01:06:29.563233 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec.
4790 2025.01.09 01:06:29.563385 [ 276 ] {8e24427a-8bb7-489a-ae48-86986f789dcb} <Debug> TCPHandler: Processed in 0.001958154 sec.
4791 2025.01.09 01:06:29.563464 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4792 2025.01.09 01:06:29.563576 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4793 2025.01.09 01:06:29.563671 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4794 2025.01.09 01:06:29.563746 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4795 2025.01.09 01:06:29.563779 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4796 2025.01.09 01:06:29.563994 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4797 2025.01.09 01:06:29.563992 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4798 2025.01.09 01:06:29.564331 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4799 2025.01.09 01:06:29.564609 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4800 2025.01.09 01:06:29.564900 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
4801 2025.01.09 01:06:29.566818 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2025.01.09 01:06:29.566893 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4803 2025.01.09 01:06:29.567579 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004253776 sec., 15280.54133550991 rows/sec., 1012.43 KiB/sec.
4804 2025.01.09 01:06:29.567770 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4805 2025.01.09 01:06:29.567880 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4806 2025.01.09 01:06:29.568240 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_13_3} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2025.01.09 01:06:29.568415 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4808 2025.01.09 01:06:29.568446 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_13_3} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4809 2025.01.09 01:06:29.568618 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4810 2025.01.09 01:06:29.568803 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005086 sec., 75108.13999213527 rows/sec., 5.31 MiB/sec.
4811 2025.01.09 01:06:29.568874 [ 279 ] {e4371482-3066-4dac-a9f2-6a41fbc8c51f} <Debug> TCPHandler: Processed in 0.005383181 sec.
4812 2025.01.09 01:06:29.569035 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4813 2025.01.09 01:06:29.569160 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4814 2025.01.09 01:06:29.569214 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4815 2025.01.09 01:06:29.569744 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4816 2025.01.09 01:06:29.569783 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4817 2025.01.09 01:06:29.570160 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4818 2025.01.09 01:06:29.570404 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4819 2025.01.09 01:06:29.570584 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec.
4820 2025.01.09 01:06:29.570633 [ 276 ] {ca31c62b-33e1-4a7c-8143-7f191e787494} <Debug> TCPHandler: Processed in 0.001655808 sec.
4821 2025.01.09 01:06:29.570787 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4822 2025.01.09 01:06:29.570911 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4823 2025.01.09 01:06:29.570964 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4824 2025.01.09 01:06:29.571599 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4825 2025.01.09 01:06:29.571643 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4826 2025.01.09 01:06:29.572075 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4827 2025.01.09 01:06:29.572361 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4828 2025.01.09 01:06:29.572626 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001739 sec., 130534.79010925819 rows/sec., 8.71 MiB/sec.
4829 2025.01.09 01:06:29.572771 [ 279 ] {7dbb614a-fe25-4a8f-abea-e90e25feca50} <Debug> TCPHandler: Processed in 0.002038896 sec.
4830 2025.01.09 01:06:29.572951 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4831 2025.01.09 01:06:29.573089 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4832 2025.01.09 01:06:29.573159 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4833 2025.01.09 01:06:29.573654 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4834 2025.01.09 01:06:29.573692 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4835 2025.01.09 01:06:29.574063 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4836 2025.01.09 01:06:29.574318 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4837 2025.01.09 01:06:29.574515 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec.
4838 2025.01.09 01:06:29.574601 [ 276 ] {ab0b0c12-9d71-4275-9cb3-0e0564e4b599} <Debug> TCPHandler: Processed in 0.001705308 sec.
4839 2025.01.09 01:06:29.574749 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4840 2025.01.09 01:06:29.574872 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4841 2025.01.09 01:06:29.574955 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4842 2025.01.09 01:06:29.576061 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4843 2025.01.09 01:06:29.576101 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4844 2025.01.09 01:06:29.576724 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4845 2025.01.09 01:06:29.576998 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4846 2025.01.09 01:06:29.577240 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002391 sec., 3345.8803847762442 rows/sec., 6.00 MiB/sec.
4847 2025.01.09 01:06:29.577355 [ 279 ] {6d281c85-57f0-49a0-8dbc-2a78a73b0cf6} <Debug> TCPHandler: Processed in 0.00266623 sec.
4848 2025.01.09 01:06:29.577505 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4849 2025.01.09 01:06:29.577625 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4850 2025.01.09 01:06:29.577677 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4851 2025.01.09 01:06:29.578203 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4852 2025.01.09 01:06:29.578243 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4853 2025.01.09 01:06:29.578635 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4854 2025.01.09 01:06:29.578872 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4855 2025.01.09 01:06:29.579052 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001452 sec., 49586.776859504134 rows/sec., 3.16 MiB/sec.
4856 2025.01.09 01:06:29.579101 [ 276 ] {d125b3d2-0261-45da-bad2-5a0aa5c4c369} <Debug> TCPHandler: Processed in 0.001654908 sec.
4857 2025.01.09 01:06:33.012174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 668
4858 2025.01.09 01:06:33.015783 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2025.01.09 01:06:33.015842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4860 2025.01.09 01:06:33.017343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4861 2025.01.09 01:06:33.017659 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4862 2025.01.09 01:06:33.018436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668
4863 2025.01.09 01:06:34.547549 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4864 2025.01.09 01:06:34.547740 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4865 2025.01.09 01:06:34.547817 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4866 2025.01.09 01:06:34.548566 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2025.01.09 01:06:34.548618 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4868 2025.01.09 01:06:34.549038 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4869 2025.01.09 01:06:34.549297 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2025.01.09 01:06:34.549593 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001901 sec., 1052.0778537611784 rows/sec., 85.79 KiB/sec.
4871 2025.01.09 01:06:34.549746 [ 276 ] {ae94cb47-c88d-4c5f-8556-a1b3e01d431a} <Debug> TCPHandler: Processed in 0.002340173 sec.
4872 2025.01.09 01:06:34.549993 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4873 2025.01.09 01:06:34.550196 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4874 2025.01.09 01:06:34.550274 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4875 2025.01.09 01:06:34.551102 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2025.01.09 01:06:34.551158 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4877 2025.01.09 01:06:34.551620 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4878 2025.01.09 01:06:34.551901 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2025.01.09 01:06:34.552089 [ 48 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4880 2025.01.09 01:06:34.552171 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002024 sec., 56818.181818181816 rows/sec., 4.82 MiB/sec.
4881 2025.01.09 01:06:34.552175 [ 48 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4882 2025.01.09 01:06:34.552256 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4883 2025.01.09 01:06:34.552330 [ 279 ] {56f34fd3-bbde-4f71-8e4c-9e5b2d37ae84} <Debug> TCPHandler: Processed in 0.002466876 sec.
4884 2025.01.09 01:06:34.552537 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4885 2025.01.09 01:06:34.552548 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
4886 2025.01.09 01:06:34.552714 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4887 2025.01.09 01:06:34.552726 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4888 2025.01.09 01:06:34.552774 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1425 rows starting from the beginning of the part
4889 2025.01.09 01:06:34.552784 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4890 2025.01.09 01:06:34.552990 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1358 rows starting from the beginning of the part
4891 2025.01.09 01:06:34.553369 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 52 rows starting from the beginning of the part
4892 2025.01.09 01:06:34.553593 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 114 rows starting from the beginning of the part
4893 2025.01.09 01:06:34.553824 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 215 rows starting from the beginning of the part
4894 2025.01.09 01:06:34.554035 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 115 rows starting from the beginning of the part
4895 2025.01.09 01:06:34.554786 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4896 2025.01.09 01:06:34.554832 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4897 2025.01.09 01:06:34.555350 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4898 2025.01.09 01:06:34.555683 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4899 2025.01.09 01:06:34.555983 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.003323 sec., 9930.785434848029 rows/sec., 743.52 KiB/sec.
4900 2025.01.09 01:06:34.556181 [ 276 ] {b7ac9bfa-fe22-4ffc-877c-b5eb089067b7} <Debug> TCPHandler: Processed in 0.003739045 sec.
4901 2025.01.09 01:06:34.556513 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4902 2025.01.09 01:06:34.556621 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.004243855 sec., 772646.5678021515 rows/sec., 67.72 MiB/sec.
4903 2025.01.09 01:06:34.556738 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4904 2025.01.09 01:06:34.556808 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4905 2025.01.09 01:06:34.557018 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4906 2025.01.09 01:06:34.557706 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4907 2025.01.09 01:06:34.557925 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_31_6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4908 2025.01.09 01:06:34.558134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
4909 2025.01.09 01:06:34.558246 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2025.01.09 01:06:34.558294 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4911 2025.01.09 01:06:34.558683 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4912 2025.01.09 01:06:34.558926 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2025.01.09 01:06:34.559112 [ 48 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4914 2025.01.09 01:06:34.559177 [ 48 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4915 2025.01.09 01:06:34.559198 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002512 sec., 35429.93630573249 rows/sec., 2.77 MiB/sec.
4916 2025.01.09 01:06:34.559218 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4917 2025.01.09 01:06:34.559362 [ 279 ] {c888bca2-ad2d-43ab-8e19-a8a99fe29a24} <Debug> TCPHandler: Processed in 0.003070809 sec.
4918 2025.01.09 01:06:34.559453 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
4919 2025.01.09 01:06:34.559536 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4920 2025.01.09 01:06:34.559596 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4921 2025.01.09 01:06:34.559638 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 901 rows starting from the beginning of the part
4922 2025.01.09 01:06:34.559679 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4923 2025.01.09 01:06:34.559764 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 844 rows starting from the beginning of the part
4924 2025.01.09 01:06:34.559822 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4925 2025.01.09 01:06:34.560248 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part
4926 2025.01.09 01:06:34.560576 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part
4927 2025.01.09 01:06:34.560999 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 382 rows starting from the beginning of the part
4928 2025.01.09 01:06:34.561349 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part
4929 2025.01.09 01:06:34.562190 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4930 2025.01.09 01:06:34.562233 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4931 2025.01.09 01:06:34.562845 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4932 2025.01.09 01:06:34.563149 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4933 2025.01.09 01:06:34.563618 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.004257226 sec., 554116.6947679075 rows/sec., 42.42 MiB/sec.
4934 2025.01.09 01:06:34.563673 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.004023 sec., 37534.17847377579 rows/sec., 2.60 MiB/sec.
4935 2025.01.09 01:06:34.563989 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4936 2025.01.09 01:06:34.564076 [ 276 ] {94649946-df1a-4955-871e-ffe28d144d41} <Debug> TCPHandler: Processed in 0.004593583 sec.
4937 2025.01.09 01:06:34.564449 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4938 2025.01.09 01:06:34.564633 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4939 2025.01.09 01:06:34.564715 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4940 2025.01.09 01:06:34.564788 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_31_6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4941 2025.01.09 01:06:34.564898 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4942 2025.01.09 01:06:34.564969 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4943 2025.01.09 01:06:34.566223 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4944 2025.01.09 01:06:34.566269 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4945 2025.01.09 01:06:34.566963 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4946 2025.01.09 01:06:34.567243 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4947 2025.01.09 01:06:34.567506 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002874 sec., 10786.360473208073 rows/sec., 19.33 MiB/sec.
4948 2025.01.09 01:06:34.567605 [ 279 ] {14d380f8-a18b-4ff6-947f-5072c27b9b4e} <Debug> TCPHandler: Processed in 0.003310334 sec.
4949 2025.01.09 01:06:34.567765 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2025.01.09 01:06:34.567889 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4951 2025.01.09 01:06:34.567944 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4952 2025.01.09 01:06:34.568461 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2025.01.09 01:06:34.568502 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4954 2025.01.09 01:06:34.568885 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4955 2025.01.09 01:06:34.569139 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2025.01.09 01:06:34.569367 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001505 sec., 33222.591362126244 rows/sec., 2.28 MiB/sec.
4957 2025.01.09 01:06:34.569424 [ 276 ] {39dfe22e-c35a-4101-ae59-2bc5ba9a1b9a} <Debug> TCPHandler: Processed in 0.001728409 sec.
4958 2025.01.09 01:06:35.466660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4959 2025.01.09 01:06:35.467492 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4960 2025.01.09 01:06:35.467551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4961 2025.01.09 01:06:35.468137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4962 2025.01.09 01:06:35.468396 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4963 2025.01.09 01:06:35.468699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4964 2025.01.09 01:06:36.202352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4965 2025.01.09 01:06:36.223711 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4966 2025.01.09 01:06:36.223779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4967 2025.01.09 01:06:36.231732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4968 2025.01.09 01:06:36.232682 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2025.01.09 01:06:36.236639 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4970 2025.01.09 01:06:39.550127 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4971 2025.01.09 01:06:39.550337 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4972 2025.01.09 01:06:39.550413 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4973 2025.01.09 01:06:39.551184 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4974 2025.01.09 01:06:39.551234 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4975 2025.01.09 01:06:39.551688 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4976 2025.01.09 01:06:39.551953 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2025.01.09 01:06:39.552201 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec.
4978 2025.01.09 01:06:39.552271 [ 276 ] {2c4caed6-c89a-4db2-97f3-24146954d1b1} <Debug> TCPHandler: Processed in 0.002282292 sec.
4979 2025.01.09 01:06:39.552529 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4980 2025.01.09 01:06:39.552751 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4981 2025.01.09 01:06:39.552839 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4982 2025.01.09 01:06:39.553765 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4983 2025.01.09 01:06:39.553821 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4984 2025.01.09 01:06:39.554284 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4985 2025.01.09 01:06:39.554550 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2025.01.09 01:06:39.554829 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002138 sec., 100561.27221702525 rows/sec., 8.79 MiB/sec.
4987 2025.01.09 01:06:39.554901 [ 279 ] {2e0e4e9c-2302-4db1-a6da-926e28826b4a} <Debug> TCPHandler: Processed in 0.002521967 sec.
4988 2025.01.09 01:06:39.555059 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4989 2025.01.09 01:06:39.555193 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4990 2025.01.09 01:06:39.555250 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4991 2025.01.09 01:06:39.555871 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4992 2025.01.09 01:06:39.555914 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
4993 2025.01.09 01:06:39.556304 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4994 2025.01.09 01:06:39.556730 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4995 2025.01.09 01:06:39.556967 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001806 sec., 8305.647840531561 rows/sec., 585.61 KiB/sec.
4996 2025.01.09 01:06:39.557029 [ 276 ] {144a4931-bb58-4862-9a92-e86df07c5dde} <Debug> TCPHandler: Processed in 0.002031986 sec.
4997 2025.01.09 01:06:39.557185 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4998 2025.01.09 01:06:39.557321 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4999 2025.01.09 01:06:39.557378 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5000 2025.01.09 01:06:39.558004 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5001 2025.01.09 01:06:39.558046 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5002 2025.01.09 01:06:39.558426 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5003 2025.01.09 01:06:39.558670 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5004 2025.01.09 01:06:39.558841 [ 40 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5005 2025.01.09 01:06:39.558919 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00162 sec., 8641.975308641975 rows/sec., 605.23 KiB/sec.
5006 2025.01.09 01:06:39.558925 [ 40 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2025.01.09 01:06:39.559001 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5008 2025.01.09 01:06:39.559058 [ 279 ] {a8426faa-a0bc-42dd-80c8-d49de7dca8dd} <Debug> TCPHandler: Processed in 0.001933724 sec.
5009 2025.01.09 01:06:39.559334 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5010 2025.01.09 01:06:39.559577 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
5011 2025.01.09 01:06:39.559624 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5012 2025.01.09 01:06:39.559718 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5013 2025.01.09 01:06:39.560000 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5014 2025.01.09 01:06:39.560086 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part
5015 2025.01.09 01:06:39.560450 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
5016 2025.01.09 01:06:39.560882 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
5017 2025.01.09 01:06:39.561295 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part
5018 2025.01.09 01:06:39.561510 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::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
5019 2025.01.09 01:06:39.561827 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5020 2025.01.09 01:06:39.562628 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5021 2025.01.09 01:06:39.562696 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5022 2025.01.09 01:06:39.563607 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5023 2025.01.09 01:06:39.564179 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5024 2025.01.09 01:06:39.564665 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005097 sec., 2550.5199136747106 rows/sec., 159.02 KiB/sec.
5025 2025.01.09 01:06:39.564979 [ 276 ] {b4b41a3e-76fc-49fd-aae6-31c99fa1f5b1} <Debug> TCPHandler: Processed in 0.005803921 sec.
5026 2025.01.09 01:06:39.565040 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005880473 sec., 91999.4020889136 rows/sec., 6.59 MiB/sec.
5027 2025.01.09 01:06:39.565164 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5028 2025.01.09 01:06:39.565266 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5029 2025.01.09 01:06:39.565314 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5030 2025.01.09 01:06:39.565382 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5031 2025.01.09 01:06:39.565722 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5032 2025.01.09 01:06:39.565848 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_15_3} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5033 2025.01.09 01:06:39.565963 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
5034 2025.01.09 01:06:39.566297 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5035 2025.01.09 01:06:39.566336 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5036 2025.01.09 01:06:39.566725 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5037 2025.01.09 01:06:39.566971 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5038 2025.01.09 01:06:39.567236 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001961 sec., 194798.5721570627 rows/sec., 13.78 MiB/sec.
5039 2025.01.09 01:06:39.567450 [ 279 ] {123b8d25-1533-4570-a67f-df5b235a2296} <Debug> TCPHandler: Processed in 0.002357253 sec.
5040 2025.01.09 01:06:39.567667 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5041 2025.01.09 01:06:39.567790 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5042 2025.01.09 01:06:39.567845 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5043 2025.01.09 01:06:39.568346 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2025.01.09 01:06:39.568386 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5045 2025.01.09 01:06:39.568768 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5046 2025.01.09 01:06:39.569011 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5047 2025.01.09 01:06:39.569274 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec.
5048 2025.01.09 01:06:39.569467 [ 276 ] {981bbb99-668f-4b44-b306-451d30ef1a25} <Debug> TCPHandler: Processed in 0.001898043 sec.
5049 2025.01.09 01:06:39.569661 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5050 2025.01.09 01:06:39.569780 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5051 2025.01.09 01:06:39.569835 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5052 2025.01.09 01:06:39.570434 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5053 2025.01.09 01:06:39.570473 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5054 2025.01.09 01:06:39.570886 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5055 2025.01.09 01:06:39.571141 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5056 2025.01.09 01:06:39.571360 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001607 sec., 141257.00062227756 rows/sec., 9.42 MiB/sec.
5057 2025.01.09 01:06:39.571417 [ 279 ] {3fcc08a2-6f58-4372-b034-c88173a114b6} <Debug> TCPHandler: Processed in 0.001828952 sec.
5058 2025.01.09 01:06:39.571564 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5059 2025.01.09 01:06:39.571685 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5060 2025.01.09 01:06:39.571739 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5061 2025.01.09 01:06:39.572237 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5062 2025.01.09 01:06:39.572277 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5063 2025.01.09 01:06:39.572656 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5064 2025.01.09 01:06:39.572903 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5065 2025.01.09 01:06:39.573069 [ 39 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5066 2025.01.09 01:06:39.573131 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec.
5067 2025.01.09 01:06:39.573137 [ 39 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5068 2025.01.09 01:06:39.573217 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5069 2025.01.09 01:06:39.573258 [ 276 ] {cb32312e-491b-4e89-b24e-f3dcd0f33251} <Debug> TCPHandler: Processed in 0.001751119 sec.
5070 2025.01.09 01:06:39.573550 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5071 2025.01.09 01:06:39.573733 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
5072 2025.01.09 01:06:39.573899 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5073 2025.01.09 01:06:39.574142 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5074 2025.01.09 01:06:39.574150 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5075 2025.01.09 01:06:39.574254 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part
5076 2025.01.09 01:06:39.574622 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
5077 2025.01.09 01:06:39.574912 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
5078 2025.01.09 01:06:39.575279 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
5079 2025.01.09 01:06:39.575602 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
5080 2025.01.09 01:06:39.575902 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
5081 2025.01.09 01:06:39.580048 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.006728752 sec., 2377.8555072322474 rows/sec., 159.07 KiB/sec.
5082 2025.01.09 01:06:39.580223 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5083 2025.01.09 01:06:39.580280 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5084 2025.01.09 01:06:39.580309 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5085 2025.01.09 01:06:39.581035 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5086 2025.01.09 01:06:39.581230 [ 187 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_15_3} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5087 2025.01.09 01:06:39.581423 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5088 2025.01.09 01:06:39.581676 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5089 2025.01.09 01:06:39.581960 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2025.01.09 01:06:39.582226 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008437 sec., 948.2043380348465 rows/sec., 1.70 MiB/sec.
5091 2025.01.09 01:06:39.582370 [ 279 ] {115a02f3-c2f6-4503-862d-79d7caf77902} <Debug> TCPHandler: Processed in 0.008995503 sec.
5092 2025.01.09 01:06:39.582522 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5093 2025.01.09 01:06:39.582646 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5094 2025.01.09 01:06:39.582698 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5095 2025.01.09 01:06:39.583233 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5096 2025.01.09 01:06:39.583276 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5097 2025.01.09 01:06:39.583710 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5098 2025.01.09 01:06:39.583969 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2025.01.09 01:06:39.584206 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001586 sec., 45397.22572509458 rows/sec., 2.90 MiB/sec.
5100 2025.01.09 01:06:39.584268 [ 276 ] {612017fa-331d-4701-8484-be02b92cdc4f} <Debug> TCPHandler: Processed in 0.001806181 sec.
5101 2025.01.09 01:06:42.860554 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
5102 2025.01.09 01:06:42.860618 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
5103 2025.01.09 01:06:42.968924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5104 2025.01.09 01:06:42.969588 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2025.01.09 01:06:42.969641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5106 2025.01.09 01:06:42.970428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5107 2025.01.09 01:06:42.970690 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2025.01.09 01:06:42.970940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5109 2025.01.09 01:06:43.018752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 704
5110 2025.01.09 01:06:43.021934 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2025.01.09 01:06:43.021997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5112 2025.01.09 01:06:43.023574 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5113 2025.01.09 01:06:43.023904 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2025.01.09 01:06:43.024115 [ 34 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5115 2025.01.09 01:06:43.024232 [ 34 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.01.09 01:06:43.024296 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5117 2025.01.09 01:06:43.024880 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
5118 2025.01.09 01:06:43.026241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
5119 2025.01.09 01:06:43.026615 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5120 2025.01.09 01:06:43.026786 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part
5121 2025.01.09 01:06:43.027295 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
5122 2025.01.09 01:06:43.027772 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part
5123 2025.01.09 01:06:43.028241 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
5124 2025.01.09 01:06:43.028721 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
5125 2025.01.09 01:06:43.029183 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part
5126 2025.01.09 01:06:43.037025 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 704 rows, containing 72 columns (72 merged, 0 gathered) in 0.012589504 sec., 55919.59778558393 rows/sec., 46.98 MiB/sec.
5127 2025.01.09 01:06:43.038493 [ 193 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5128 2025.01.09 01:06:43.039317 [ 193 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2025.01.09 01:06:43.039410 [ 193 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_16_3} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5130 2025.01.09 01:06:43.039777 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB.
5131 2025.01.09 01:06:43.736792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5132 2025.01.09 01:06:43.758208 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5133 2025.01.09 01:06:43.758267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5134 2025.01.09 01:06:43.765890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5135 2025.01.09 01:06:43.766666 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5136 2025.01.09 01:06:43.769716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5137 2025.01.09 01:06:44.547270 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5138 2025.01.09 01:06:44.547487 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5139 2025.01.09 01:06:44.547572 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5140 2025.01.09 01:06:44.548454 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5141 2025.01.09 01:06:44.548506 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5142 2025.01.09 01:06:44.548962 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5143 2025.01.09 01:06:44.549222 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5144 2025.01.09 01:06:44.549607 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002139 sec., 53295.93267882188 rows/sec., 4.53 MiB/sec.
5145 2025.01.09 01:06:44.550144 [ 276 ] {8a6adf78-5726-4379-8f14-032a7e1a5877} <Debug> TCPHandler: Processed in 0.003005598 sec.
5146 2025.01.09 01:06:44.550550 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5147 2025.01.09 01:06:44.550739 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5148 2025.01.09 01:06:44.550810 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5149 2025.01.09 01:06:44.551531 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5150 2025.01.09 01:06:44.551573 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5151 2025.01.09 01:06:44.552011 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5152 2025.01.09 01:06:44.552286 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5153 2025.01.09 01:06:44.552545 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001844 sec., 16811.279826464208 rows/sec., 1.23 MiB/sec.
5154 2025.01.09 01:06:44.552669 [ 279 ] {1827478e-12f7-453b-ab98-ca636cc3596f} <Debug> TCPHandler: Processed in 0.002346373 sec.
5155 2025.01.09 01:06:44.552971 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5156 2025.01.09 01:06:44.553204 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5157 2025.01.09 01:06:44.553299 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5158 2025.01.09 01:06:44.553915 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5159 2025.01.09 01:06:44.553954 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5160 2025.01.09 01:06:44.554325 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5161 2025.01.09 01:06:44.554570 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5162 2025.01.09 01:06:44.554837 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001691 sec., 51448.8468361916 rows/sec., 4.02 MiB/sec.
5163 2025.01.09 01:06:44.555032 [ 276 ] {6e5ba8fc-515d-40f8-a632-21623b51c315} <Debug> TCPHandler: Processed in 0.00222691 sec.
5164 2025.01.09 01:06:44.555234 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5165 2025.01.09 01:06:44.555361 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5166 2025.01.09 01:06:44.555418 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5167 2025.01.09 01:06:44.555996 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2025.01.09 01:06:44.556033 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5169 2025.01.09 01:06:44.556448 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5170 2025.01.09 01:06:44.556689 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5171 2025.01.09 01:06:44.556822 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5172 2025.01.09 01:06:44.556870 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5173 2025.01.09 01:06:44.556889 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001558 sec., 96277.27856225931 rows/sec., 6.68 MiB/sec.
5174 2025.01.09 01:06:44.556900 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5175 2025.01.09 01:06:44.556990 [ 279 ] {0e6009a6-9d5d-42b8-ae66-2758fac0740c} <Debug> TCPHandler: Processed in 0.001820741 sec.
5176 2025.01.09 01:06:44.557189 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::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
5177 2025.01.09 01:06:44.557216 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5178 2025.01.09 01:06:44.557467 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5179 2025.01.09 01:06:44.557500 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5180 2025.01.09 01:06:44.557612 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 10067 rows starting from the beginning of the part
5181 2025.01.09 01:06:44.557658 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5182 2025.01.09 01:06:44.558058 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 150 rows starting from the beginning of the part
5183 2025.01.09 01:06:44.558468 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 227 rows starting from the beginning of the part
5184 2025.01.09 01:06:44.558882 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 151 rows starting from the beginning of the part
5185 2025.01.09 01:06:44.559253 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 227 rows starting from the beginning of the part
5186 2025.01.09 01:06:44.559747 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 150 rows starting from the beginning of the part
5187 2025.01.09 01:06:44.562436 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2025.01.09 01:06:44.562508 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5189 2025.01.09 01:06:44.564604 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5190 2025.01.09 01:06:44.565002 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2025.01.09 01:06:44.565311 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007926 sec., 3911.1784002018667 rows/sec., 7.01 MiB/sec.
5192 2025.01.09 01:06:44.565516 [ 276 ] {4b55cf92-96e7-47f5-9abd-db4348cf2bcb} <Debug> TCPHandler: Processed in 0.00842116 sec.
5193 2025.01.09 01:06:44.565684 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5194 2025.01.09 01:06:44.565818 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5195 2025.01.09 01:06:44.565950 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5196 2025.01.09 01:06:44.566362 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10972 rows, containing 5 columns (5 merged, 0 gathered) in 0.009347141 sec., 1173834.8656557123 rows/sec., 78.75 MiB/sec.
5197 2025.01.09 01:06:44.566680 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5198 2025.01.09 01:06:44.567185 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5199 2025.01.09 01:06:44.567243 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5200 2025.01.09 01:06:44.567361 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2025.01.09 01:06:44.567522 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5202 2025.01.09 01:06:44.567685 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB.
5203 2025.01.09 01:06:44.567900 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5204 2025.01.09 01:06:44.568147 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5205 2025.01.09 01:06:44.568275 [ 33 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5206 2025.01.09 01:06:44.568315 [ 33 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5207 2025.01.09 01:06:44.568342 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5208 2025.01.09 01:06:44.568351 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002564 sec., 19500.780031201248 rows/sec., 1.34 MiB/sec.
5209 2025.01.09 01:06:44.568654 [ 279 ] {79ce2493-0417-43f5-8216-385775d719e1} <Debug> TCPHandler: Processed in 0.003030869 sec.
5210 2025.01.09 01:06:44.568698 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
5211 2025.01.09 01:06:44.569152 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5212 2025.01.09 01:06:44.569213 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1174 rows starting from the beginning of the part
5213 2025.01.09 01:06:44.569313 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 50 rows starting from the beginning of the part
5214 2025.01.09 01:06:44.569452 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part
5215 2025.01.09 01:06:44.569535 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part
5216 2025.01.09 01:06:44.569756 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part
5217 2025.01.09 01:06:44.569967 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 50 rows starting from the beginning of the part
5218 2025.01.09 01:06:44.571214 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002768543 sec., 530242.8028027739 rows/sec., 34.61 MiB/sec.
5219 2025.01.09 01:06:44.571479 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5220 2025.01.09 01:06:44.571858 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5221 2025.01.09 01:06:44.571959 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_31_6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5222 2025.01.09 01:06:44.572060 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5223 2025.01.09 01:06:45.019982 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2025.01.09 01:06:45.020180 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5225 2025.01.09 01:06:45.020257 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5226 2025.01.09 01:06:45.021019 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.01.09 01:06:45.021074 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5228 2025.01.09 01:06:45.021520 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5229 2025.01.09 01:06:45.021779 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2025.01.09 01:06:45.021995 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec.
5231 2025.01.09 01:06:45.022065 [ 276 ] {269dc866-c25e-4e6c-a07d-be63b6673a5f} <Debug> TCPHandler: Processed in 0.00222009 sec.
5232 2025.01.09 01:06:45.022316 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5233 2025.01.09 01:06:45.022534 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5234 2025.01.09 01:06:45.022620 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5235 2025.01.09 01:06:45.023448 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5236 2025.01.09 01:06:45.023496 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5237 2025.01.09 01:06:45.023930 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5238 2025.01.09 01:06:45.024185 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5239 2025.01.09 01:06:45.024430 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001958 sec., 1021.4504596527067 rows/sec., 83.29 KiB/sec.
5240 2025.01.09 01:06:45.024495 [ 279 ] {e3842e21-791c-451b-a3bb-05e4975b3d19} <Debug> TCPHandler: Processed in 0.002322673 sec.
5241 2025.01.09 01:06:45.024678 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5242 2025.01.09 01:06:45.024830 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5243 2025.01.09 01:06:45.024895 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5244 2025.01.09 01:06:45.026303 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5245 2025.01.09 01:06:45.026348 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5246 2025.01.09 01:06:45.026830 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5247 2025.01.09 01:06:45.027095 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5248 2025.01.09 01:06:45.027299 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002499 sec., 542617.0468187275 rows/sec., 45.28 MiB/sec.
5249 2025.01.09 01:06:45.027365 [ 276 ] {203bb16e-a477-4adb-ad89-6a52b10f8743} <Debug> TCPHandler: Processed in 0.002759902 sec.
5250 2025.01.09 01:06:45.027529 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5251 2025.01.09 01:06:45.027662 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5252 2025.01.09 01:06:45.027718 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5253 2025.01.09 01:06:45.028350 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5254 2025.01.09 01:06:45.028392 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5255 2025.01.09 01:06:45.028797 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5256 2025.01.09 01:06:45.029045 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5257 2025.01.09 01:06:45.029213 [ 30 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5258 2025.01.09 01:06:45.029278 [ 30 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5259 2025.01.09 01:06:45.029317 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001679 sec., 10125.074449076832 rows/sec., 713.08 KiB/sec.
5260 2025.01.09 01:06:45.029323 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5261 2025.01.09 01:06:45.029473 [ 279 ] {2284e155-e236-4fe0-8802-f1a1fa7a4ac1} <Debug> TCPHandler: Processed in 0.002000805 sec.
5262 2025.01.09 01:06:45.029687 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
5263 2025.01.09 01:06:45.029718 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2025.01.09 01:06:45.030006 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5265 2025.01.09 01:06:45.030020 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5266 2025.01.09 01:06:45.030114 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 62 rows starting from the beginning of the part
5267 2025.01.09 01:06:45.030120 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5268 2025.01.09 01:06:45.030489 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part
5269 2025.01.09 01:06:45.030853 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part
5270 2025.01.09 01:06:45.031232 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part
5271 2025.01.09 01:06:45.031695 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part
5272 2025.01.09 01:06:45.031973 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 17 rows starting from the beginning of the part
5273 2025.01.09 01:06:45.033239 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2025.01.09 01:06:45.033306 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5275 2025.01.09 01:06:45.034365 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5276 2025.01.09 01:06:45.034860 [ 191 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005352941 sec., 32318.682384132386 rows/sec., 2.43 MiB/sec.
5277 2025.01.09 01:06:45.034910 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5278 2025.01.09 01:06:45.035204 [ 191 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5279 2025.01.09 01:06:45.035560 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005572 sec., 43431.442928930366 rows/sec., 2.94 MiB/sec.
5280 2025.01.09 01:06:45.035860 [ 276 ] {1b26c73d-4a28-4cf7-8a94-a6ca782bb4b6} <Debug> TCPHandler: Processed in 0.006259191 sec.
5281 2025.01.09 01:06:45.036059 [ 191 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5282 2025.01.09 01:06:45.036090 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5283 2025.01.09 01:06:45.036205 [ 191 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_31_6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5284 2025.01.09 01:06:45.036297 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5285 2025.01.09 01:06:45.036394 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5286 2025.01.09 01:06:45.036415 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5287 2025.01.09 01:06:45.037029 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5288 2025.01.09 01:06:45.037072 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5289 2025.01.09 01:06:45.037448 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5290 2025.01.09 01:06:45.037706 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5291 2025.01.09 01:06:45.037926 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec.
5292 2025.01.09 01:06:45.037985 [ 279 ] {eeb41dd2-8eed-4751-9db3-2f4da1290972} <Debug> TCPHandler: Processed in 0.002014986 sec.
5293 2025.01.09 01:06:45.038171 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5294 2025.01.09 01:06:45.038310 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5295 2025.01.09 01:06:45.038372 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5296 2025.01.09 01:06:45.039402 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5297 2025.01.09 01:06:45.039442 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5298 2025.01.09 01:06:45.039852 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5299 2025.01.09 01:06:45.040098 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5300 2025.01.09 01:06:45.040283 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002009 sec., 418118.4668989547 rows/sec., 30.20 MiB/sec.
5301 2025.01.09 01:06:45.040343 [ 276 ] {5d3b6ed7-c975-43e8-86a2-1cf80cdf08ec} <Debug> TCPHandler: Processed in 0.00223334 sec.
5302 2025.01.09 01:06:45.040498 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5303 2025.01.09 01:06:45.040624 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5304 2025.01.09 01:06:45.040680 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5305 2025.01.09 01:06:45.041197 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5306 2025.01.09 01:06:45.041238 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5307 2025.01.09 01:06:45.041643 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5308 2025.01.09 01:06:45.041889 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5309 2025.01.09 01:06:45.042116 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
5310 2025.01.09 01:06:45.042230 [ 279 ] {0a70d24b-ad09-4bd4-a76c-398706094ce5} <Debug> TCPHandler: Processed in 0.001790021 sec.
5311 2025.01.09 01:06:45.042379 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5312 2025.01.09 01:06:45.042524 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5313 2025.01.09 01:06:45.042590 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5314 2025.01.09 01:06:45.043424 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5315 2025.01.09 01:06:45.043461 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5316 2025.01.09 01:06:45.043914 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5317 2025.01.09 01:06:45.044159 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5318 2025.01.09 01:06:45.044381 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001877 sec., 508257.8582844965 rows/sec., 33.76 MiB/sec.
5319 2025.01.09 01:06:45.044576 [ 276 ] {51e1df44-1e06-4fe1-b4fd-e3b3763325cd} <Debug> TCPHandler: Processed in 0.002262242 sec.
5320 2025.01.09 01:06:45.044783 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5321 2025.01.09 01:06:45.044925 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5322 2025.01.09 01:06:45.044987 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5323 2025.01.09 01:06:45.045520 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5324 2025.01.09 01:06:45.045560 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5325 2025.01.09 01:06:45.045935 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5326 2025.01.09 01:06:45.046182 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5327 2025.01.09 01:06:45.046501 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec.
5328 2025.01.09 01:06:45.046813 [ 279 ] {89a5042d-e6a8-43bd-9676-eb45be436627} <Debug> TCPHandler: Processed in 0.002134798 sec.
5329 2025.01.09 01:06:45.047024 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5330 2025.01.09 01:06:45.047164 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5331 2025.01.09 01:06:45.047258 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5332 2025.01.09 01:06:45.048359 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2025.01.09 01:06:45.048398 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5334 2025.01.09 01:06:45.049006 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5335 2025.01.09 01:06:45.049285 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2025.01.09 01:06:45.049431 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5337 2025.01.09 01:06:45.049482 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5338 2025.01.09 01:06:45.049507 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002371 sec., 3374.1037536904264 rows/sec., 6.05 MiB/sec.
5339 2025.01.09 01:06:45.049512 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5340 2025.01.09 01:06:45.050104 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
5341 2025.01.09 01:06:45.050206 [ 276 ] {2491d8e2-aa0a-431c-b0dc-d30a521fd726} <Debug> TCPHandler: Processed in 0.003296925 sec.
5342 2025.01.09 01:06:45.050523 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5343 2025.01.09 01:06:45.050917 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5344 2025.01.09 01:06:45.051012 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5345 2025.01.09 01:06:45.051099 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5346 2025.01.09 01:06:45.051222 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 486 rows starting from the beginning of the part
5347 2025.01.09 01:06:45.051907 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
5348 2025.01.09 01:06:45.052560 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part
5349 2025.01.09 01:06:45.052587 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5350 2025.01.09 01:06:45.052635 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5351 2025.01.09 01:06:45.053072 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
5352 2025.01.09 01:06:45.053667 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part
5353 2025.01.09 01:06:45.053780 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5354 2025.01.09 01:06:45.054114 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
5355 2025.01.09 01:06:45.054512 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5356 2025.01.09 01:06:45.054934 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.004076 sec., 7850.834151128558 rows/sec., 464.80 KiB/sec.
5357 2025.01.09 01:06:45.055023 [ 279 ] {9263511f-4786-4498-baeb-73ad41bd15f2} <Debug> TCPHandler: Processed in 0.004704296 sec.
5358 2025.01.09 01:06:45.067425 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 19 columns (19 merged, 0 gathered) in 0.017774981 sec., 32180.062527211707 rows/sec., 57.67 MiB/sec.
5359 2025.01.09 01:06:45.068245 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5360 2025.01.09 01:06:45.068682 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2025.01.09 01:06:45.068766 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5362 2025.01.09 01:06:45.068920 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5363 2025.01.09 01:06:46.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.54 MiB, peak 199.85 MiB, free memory in arenas 0.00 B, will set to 194.10 MiB (RSS), difference: 1.56 MiB
5364 2025.01.09 01:06:49.543747 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5365 2025.01.09 01:06:49.543963 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5366 2025.01.09 01:06:49.544041 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5367 2025.01.09 01:06:49.544823 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5368 2025.01.09 01:06:49.544878 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5369 2025.01.09 01:06:49.545330 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5370 2025.01.09 01:06:49.545594 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5371 2025.01.09 01:06:49.545849 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00194 sec., 26804.123711340206 rows/sec., 2.05 MiB/sec.
5372 2025.01.09 01:06:49.545918 [ 276 ] {1c75fe7f-e2e1-47a5-9044-8e9cab34640b} <Debug> TCPHandler: Processed in 0.002311052 sec.
5373 2025.01.09 01:06:49.546168 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5374 2025.01.09 01:06:49.546383 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5375 2025.01.09 01:06:49.546463 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5376 2025.01.09 01:06:49.547238 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5377 2025.01.09 01:06:49.547282 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5378 2025.01.09 01:06:49.547721 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5379 2025.01.09 01:06:49.547980 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5380 2025.01.09 01:06:49.548212 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.32 MiB/sec.
5381 2025.01.09 01:06:49.548337 [ 279 ] {6c3705f6-811a-471b-b0a6-c843273b7b0a} <Debug> TCPHandler: Processed in 0.002309472 sec.
5382 2025.01.09 01:06:49.548609 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5383 2025.01.09 01:06:49.548763 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5384 2025.01.09 01:06:49.548833 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5385 2025.01.09 01:06:49.549493 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5386 2025.01.09 01:06:49.549536 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5387 2025.01.09 01:06:49.549958 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5388 2025.01.09 01:06:49.550219 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5389 2025.01.09 01:06:49.550450 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001724 sec., 69605.56844547564 rows/sec., 4.83 MiB/sec.
5390 2025.01.09 01:06:49.550512 [ 276 ] {4d352892-1306-46e8-8752-a605d1f9c6f2} <Debug> TCPHandler: Processed in 0.002078557 sec.
5391 2025.01.09 01:06:49.550670 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5392 2025.01.09 01:06:49.550819 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5393 2025.01.09 01:06:49.550886 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5394 2025.01.09 01:06:49.551471 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5395 2025.01.09 01:06:49.551511 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5396 2025.01.09 01:06:49.551909 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5397 2025.01.09 01:06:49.552159 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5398 2025.01.09 01:06:49.552381 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001589 sec., 25173.064820641914 rows/sec., 1.73 MiB/sec.
5399 2025.01.09 01:06:49.552465 [ 279 ] {e5b96e96-792d-456a-b177-a844cba835b3} <Debug> TCPHandler: Processed in 0.001866372 sec.
5400 2025.01.09 01:06:50.471108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5401 2025.01.09 01:06:50.471784 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5402 2025.01.09 01:06:50.471838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5403 2025.01.09 01:06:50.472358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5404 2025.01.09 01:06:50.472620 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5405 2025.01.09 01:06:50.472883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5406 2025.01.09 01:06:51.269839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5407 2025.01.09 01:06:51.291181 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5408 2025.01.09 01:06:51.291247 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5409 2025.01.09 01:06:51.298969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5410 2025.01.09 01:06:51.299792 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5411 2025.01.09 01:06:51.303981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5412 2025.01.09 01:06:53.026541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 748
5413 2025.01.09 01:06:53.029767 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5414 2025.01.09 01:06:53.029820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5415 2025.01.09 01:06:53.031315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5416 2025.01.09 01:06:53.031620 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5417 2025.01.09 01:06:53.032577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748
5418 2025.01.09 01:06:54.546738 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5419 2025.01.09 01:06:54.546937 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5420 2025.01.09 01:06:54.547013 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5421 2025.01.09 01:06:54.547828 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5422 2025.01.09 01:06:54.547875 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5423 2025.01.09 01:06:54.548335 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5424 2025.01.09 01:06:54.548617 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5425 2025.01.09 01:06:54.548778 [ 126 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5426 2025.01.09 01:06:54.548834 [ 126 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.01.09 01:06:54.548836 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001952 sec., 58401.639344262294 rows/sec., 4.96 MiB/sec.
5428 2025.01.09 01:06:54.548863 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5429 2025.01.09 01:06:54.548949 [ 276 ] {caf75f46-ea81-4d83-95ef-11b036ef2280} <Debug> TCPHandler: Processed in 0.002344303 sec.
5430 2025.01.09 01:06:54.549006 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
5431 2025.01.09 01:06:54.549120 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5432 2025.01.09 01:06:54.549151 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1426 rows starting from the beginning of the part
5433 2025.01.09 01:06:54.549229 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5434 2025.01.09 01:06:54.549318 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 215 rows starting from the beginning of the part
5435 2025.01.09 01:06:54.549659 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 114 rows starting from the beginning of the part
5436 2025.01.09 01:06:54.549745 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5437 2025.01.09 01:06:54.549976 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5438 2025.01.09 01:06:54.549957 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1356 rows starting from the beginning of the part
5439 2025.01.09 01:06:54.550380 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 52 rows starting from the beginning of the part
5440 2025.01.09 01:06:54.550637 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 114 rows starting from the beginning of the part
5441 2025.01.09 01:06:54.552399 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.01.09 01:06:54.552505 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5443 2025.01.09 01:06:54.553529 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5444 2025.01.09 01:06:54.554060 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5445 2025.01.09 01:06:54.554162 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.005218348 sec., 627976.5167060533 rows/sec., 55.04 MiB/sec.
5446 2025.01.09 01:06:54.554461 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004933 sec., 6284.20839245895 rows/sec., 472.54 KiB/sec.
5447 2025.01.09 01:06:54.554463 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5448 2025.01.09 01:06:54.554670 [ 279 ] {cf8a5f73-5656-4c52-9ad4-4fd725e2be96} <Debug> TCPHandler: Processed in 0.005611276 sec.
5449 2025.01.09 01:06:54.554897 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5450 2025.01.09 01:06:54.555058 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5451 2025.01.09 01:06:54.555067 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5452 2025.01.09 01:06:54.555142 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5453 2025.01.09 01:06:54.555152 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_36_7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5454 2025.01.09 01:06:54.555262 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
5455 2025.01.09 01:06:54.555862 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5456 2025.01.09 01:06:54.555901 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5457 2025.01.09 01:06:54.556277 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5458 2025.01.09 01:06:54.556521 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5459 2025.01.09 01:06:54.556648 [ 126 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5460 2025.01.09 01:06:54.556692 [ 126 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5461 2025.01.09 01:06:54.556714 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001695 sec., 51327.433628318584 rows/sec., 4.01 MiB/sec.
5462 2025.01.09 01:06:54.556719 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5463 2025.01.09 01:06:54.556824 [ 276 ] {6e47c449-7ca6-4487-a6be-db06bf152bb9} <Debug> TCPHandler: Processed in 0.002020796 sec.
5464 2025.01.09 01:06:54.557199 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5465 2025.01.09 01:06:54.557199 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
5466 2025.01.09 01:06:54.557795 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5467 2025.01.09 01:06:54.557805 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5468 2025.01.09 01:06:54.557855 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 903 rows starting from the beginning of the part
5469 2025.01.09 01:06:54.557931 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5470 2025.01.09 01:06:54.558205 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 382 rows starting from the beginning of the part
5471 2025.01.09 01:06:54.558569 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 87 rows starting from the beginning of the part
5472 2025.01.09 01:06:54.558948 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 840 rows starting from the beginning of the part
5473 2025.01.09 01:06:54.559254 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part
5474 2025.01.09 01:06:54.559596 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part
5475 2025.01.09 01:06:54.560798 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5476 2025.01.09 01:06:54.560870 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5477 2025.01.09 01:06:54.561864 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5478 2025.01.09 01:06:54.562284 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5479 2025.01.09 01:06:54.562724 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00513 sec., 29239.766081871345 rows/sec., 2.03 MiB/sec.
5480 2025.01.09 01:06:54.562938 [ 279 ] {534533a6-6370-43fb-a381-ad610041f57b} <Debug> TCPHandler: Processed in 0.006002905 sec.
5481 2025.01.09 01:06:54.562953 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.006116188 sec., 385043.7560127321 rows/sec., 29.47 MiB/sec.
5482 2025.01.09 01:06:54.563135 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5483 2025.01.09 01:06:54.563184 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5484 2025.01.09 01:06:54.563368 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5485 2025.01.09 01:06:54.563581 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5486 2025.01.09 01:06:54.563820 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5487 2025.01.09 01:06:54.564071 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_36_7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5488 2025.01.09 01:06:54.564287 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5489 2025.01.09 01:06:54.565351 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2025.01.09 01:06:54.565396 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5491 2025.01.09 01:06:54.566094 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5492 2025.01.09 01:06:54.566363 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2025.01.09 01:06:54.566618 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003315 sec., 9351.432880844646 rows/sec., 16.76 MiB/sec.
5494 2025.01.09 01:06:54.566734 [ 276 ] {f0e71e28-d291-4c36-8dbd-ada7a47496e1} <Debug> TCPHandler: Processed in 0.003673073 sec.
5495 2025.01.09 01:06:54.566903 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5496 2025.01.09 01:06:54.567046 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5497 2025.01.09 01:06:54.567107 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5498 2025.01.09 01:06:54.567683 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5499 2025.01.09 01:06:54.567721 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5500 2025.01.09 01:06:54.568109 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5501 2025.01.09 01:06:54.568354 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5502 2025.01.09 01:06:54.568529 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001517 sec., 32959.78905735003 rows/sec., 2.26 MiB/sec.
5503 2025.01.09 01:06:54.568583 [ 279 ] {2736c890-9b9d-4368-a84a-a5088d6cae46} <Debug> TCPHandler: Processed in 0.001751069 sec.
5504 2025.01.09 01:06:56.303662 [ 93 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5505 2025.01.09 01:06:56.303732 [ 93 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5506 2025.01.09 01:06:56.303755 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5507 2025.01.09 01:06:56.303941 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5508 2025.01.09 01:06:56.304209 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5509 2025.01.09 01:06:56.304249 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5510 2025.01.09 01:06:56.304328 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5511 2025.01.09 01:06:56.304521 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5512 2025.01.09 01:06:56.304799 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5513 2025.01.09 01:06:56.304962 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
5514 2025.01.09 01:06:56.306119 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002295462 sec., 39207.79346379945 rows/sec., 2.00 MiB/sec.
5515 2025.01.09 01:06:56.306324 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5516 2025.01.09 01:06:56.306667 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_15_3} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5517 2025.01.09 01:06:56.306762 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_15_3} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5518 2025.01.09 01:06:56.306867 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5519 2025.01.09 01:06:57.860680 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
5520 2025.01.09 01:06:57.860747 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
5521 2025.01.09 01:06:57.973097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5522 2025.01.09 01:06:57.974037 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5523 2025.01.09 01:06:57.974089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5524 2025.01.09 01:06:57.974622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5525 2025.01.09 01:06:57.974875 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5526 2025.01.09 01:06:57.975078 [ 68 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5527 2025.01.09 01:06:57.975164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5528 2025.01.09 01:06:57.975172 [ 68 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2025.01.09 01:06:57.975216 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5530 2025.01.09 01:06:57.975644 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
5531 2025.01.09 01:06:57.975884 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5532 2025.01.09 01:06:57.975927 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5533 2025.01.09 01:06:57.976003 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5534 2025.01.09 01:06:57.976228 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5535 2025.01.09 01:06:57.976657 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5536 2025.01.09 01:06:57.976739 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5537 2025.01.09 01:06:57.976965 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5538 2025.01.09 01:06:57.979305 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980749 sec., 3003454.8774615033 rows/sec., 42.96 MiB/sec.
5539 2025.01.09 01:06:57.979576 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5540 2025.01.09 01:06:57.979861 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5541 2025.01.09 01:06:57.979946 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_26_5} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5542 2025.01.09 01:06:57.980041 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5543 2025.01.09 01:06:58.804106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5544 2025.01.09 01:06:58.825113 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5545 2025.01.09 01:06:58.825167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5546 2025.01.09 01:06:58.832692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5547 2025.01.09 01:06:58.833461 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5548 2025.01.09 01:06:58.833935 [ 35 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5549 2025.01.09 01:06:58.834106 [ 35 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5550 2025.01.09 01:06:58.834203 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5551 2025.01.09 01:06:58.834994 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5552 2025.01.09 01:06:58.849871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5553 2025.01.09 01:06:58.851456 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5554 2025.01.09 01:06:58.853113 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5555 2025.01.09 01:06:58.858595 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5556 2025.01.09 01:06:58.864077 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5557 2025.01.09 01:06:58.869868 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5558 2025.01.09 01:06:58.875707 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5559 2025.01.09 01:06:58.880323 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
5560 2025.01.09 01:06:58.938996 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10459408 sec., 1873.9110282341026 rows/sec., 9.69 MiB/sec.
5561 2025.01.09 01:06:58.942199 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5562 2025.01.09 01:06:58.945433 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_26_5} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5563 2025.01.09 01:06:58.945568 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_26_5} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5564 2025.01.09 01:06:58.948375 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5565 2025.01.09 01:06:59.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.91 MiB, peak 206.49 MiB, free memory in arenas 0.00 B, will set to 197.13 MiB (RSS), difference: 1.21 MiB
5566 2025.01.09 01:06:59.550529 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5567 2025.01.09 01:06:59.550756 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5568 2025.01.09 01:06:59.550845 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5569 2025.01.09 01:06:59.551648 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5570 2025.01.09 01:06:59.551703 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5571 2025.01.09 01:06:59.552160 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5572 2025.01.09 01:06:59.552434 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5573 2025.01.09 01:06:59.552733 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002028 sec., 6903.353057199211 rows/sec., 496.95 KiB/sec.
5574 2025.01.09 01:06:59.552952 [ 276 ] {8f555211-4994-4122-a437-ec0b973b8dd2} <Debug> TCPHandler: Processed in 0.002567348 sec.
5575 2025.01.09 01:06:59.553253 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5576 2025.01.09 01:06:59.553474 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5577 2025.01.09 01:06:59.553562 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5578 2025.01.09 01:06:59.554469 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5579 2025.01.09 01:06:59.554524 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5580 2025.01.09 01:06:59.555000 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5581 2025.01.09 01:06:59.555255 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5582 2025.01.09 01:06:59.555568 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002151 sec., 99953.50999535099 rows/sec., 8.73 MiB/sec.
5583 2025.01.09 01:06:59.555801 [ 279 ] {edcb44dc-8a67-4568-80b3-6dcb6e1ff3d3} <Debug> TCPHandler: Processed in 0.002693441 sec.
5584 2025.01.09 01:06:59.556069 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5585 2025.01.09 01:06:59.556217 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5586 2025.01.09 01:06:59.556280 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5587 2025.01.09 01:06:59.556965 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5588 2025.01.09 01:06:59.557007 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5589 2025.01.09 01:06:59.557384 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5590 2025.01.09 01:06:59.557633 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5591 2025.01.09 01:06:59.557871 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001676 sec., 8949.880668257756 rows/sec., 631.04 KiB/sec.
5592 2025.01.09 01:06:59.557993 [ 276 ] {4329956a-3d4b-4b1e-87bf-f1269f4349a9} <Debug> TCPHandler: Processed in 0.002062317 sec.
5593 2025.01.09 01:06:59.558245 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5594 2025.01.09 01:06:59.558390 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5595 2025.01.09 01:06:59.558452 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5596 2025.01.09 01:06:59.559121 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5597 2025.01.09 01:06:59.559163 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5598 2025.01.09 01:06:59.559540 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5599 2025.01.09 01:06:59.559810 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5600 2025.01.09 01:06:59.560101 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001734 sec., 8073.817762399077 rows/sec., 565.44 KiB/sec.
5601 2025.01.09 01:06:59.560338 [ 279 ] {b12ba099-d9ce-40af-93bb-a663eed2c817} <Debug> TCPHandler: Processed in 0.00222279 sec.
5602 2025.01.09 01:06:59.560556 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5603 2025.01.09 01:06:59.560698 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5604 2025.01.09 01:06:59.560759 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5605 2025.01.09 01:06:59.561355 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5606 2025.01.09 01:06:59.561395 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5607 2025.01.09 01:06:59.561762 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5608 2025.01.09 01:06:59.562005 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5609 2025.01.09 01:06:59.562321 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec.
5610 2025.01.09 01:06:59.562487 [ 276 ] {5718b1c7-f2ce-49ce-a7f2-a6957f7b9cb8} <Debug> TCPHandler: Processed in 0.002038216 sec.
5611 2025.01.09 01:06:59.562643 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5612 2025.01.09 01:06:59.562784 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5613 2025.01.09 01:06:59.562844 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5614 2025.01.09 01:06:59.563697 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5615 2025.01.09 01:06:59.563748 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5616 2025.01.09 01:06:59.564152 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5617 2025.01.09 01:06:59.564391 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5618 2025.01.09 01:06:59.564633 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00188 sec., 203191.48936170214 rows/sec., 14.38 MiB/sec.
5619 2025.01.09 01:06:59.564846 [ 279 ] {c06fa016-d048-4fd5-9c4e-70319c91b257} <Debug> TCPHandler: Processed in 0.002264951 sec.
5620 2025.01.09 01:06:59.565098 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5621 2025.01.09 01:06:59.565238 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5622 2025.01.09 01:06:59.565299 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5623 2025.01.09 01:06:59.565881 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5624 2025.01.09 01:06:59.565920 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5625 2025.01.09 01:06:59.566295 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5626 2025.01.09 01:06:59.566535 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5627 2025.01.09 01:06:59.566753 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec.
5628 2025.01.09 01:06:59.566807 [ 276 ] {1d15454a-9282-47e3-a787-80ee7f9ff240} <Debug> TCPHandler: Processed in 0.001842621 sec.
5629 2025.01.09 01:06:59.566967 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5630 2025.01.09 01:06:59.567107 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5631 2025.01.09 01:06:59.567170 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5632 2025.01.09 01:06:59.567856 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5633 2025.01.09 01:06:59.567896 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5634 2025.01.09 01:06:59.568300 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5635 2025.01.09 01:06:59.568537 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5636 2025.01.09 01:06:59.568753 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001679 sec., 135199.5235259083 rows/sec., 9.02 MiB/sec.
5637 2025.01.09 01:06:59.568810 [ 279 ] {30e660d3-0422-4a24-a12b-198ee11beedb} <Debug> TCPHandler: Processed in 0.001911793 sec.
5638 2025.01.09 01:06:59.568951 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5639 2025.01.09 01:06:59.569089 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5640 2025.01.09 01:06:59.569151 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5641 2025.01.09 01:06:59.569713 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5642 2025.01.09 01:06:59.569764 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5643 2025.01.09 01:06:59.570155 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5644 2025.01.09 01:06:59.570393 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5645 2025.01.09 01:06:59.570601 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001543 sec., 648.0881399870382 rows/sec., 43.67 KiB/sec.
5646 2025.01.09 01:06:59.570655 [ 276 ] {977d2fc9-c6be-4357-9d8d-550bb3e49e33} <Debug> TCPHandler: Processed in 0.001770589 sec.
5647 2025.01.09 01:06:59.570794 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5648 2025.01.09 01:06:59.570914 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5649 2025.01.09 01:06:59.570997 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5650 2025.01.09 01:06:59.572122 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5651 2025.01.09 01:06:59.572162 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5652 2025.01.09 01:06:59.572793 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5653 2025.01.09 01:06:59.573051 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5654 2025.01.09 01:06:59.573308 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002421 sec., 3304.419661296985 rows/sec., 5.92 MiB/sec.
5655 2025.01.09 01:06:59.573416 [ 279 ] {713e762e-9e01-4c96-baeb-ad59b5417ea3} <Debug> TCPHandler: Processed in 0.002678081 sec.
5656 2025.01.09 01:06:59.573561 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5657 2025.01.09 01:06:59.573701 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5658 2025.01.09 01:06:59.573762 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5659 2025.01.09 01:06:59.574268 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5660 2025.01.09 01:06:59.574308 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5661 2025.01.09 01:06:59.574679 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5662 2025.01.09 01:06:59.574921 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5663 2025.01.09 01:06:59.575180 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001507 sec., 47777.0404777704 rows/sec., 3.05 MiB/sec.
5664 2025.01.09 01:06:59.575295 [ 276 ] {d3b5e079-584c-4789-b1b5-de3fcaa19cc6} <Debug> TCPHandler: Processed in 0.001801191 sec.
5665 2025.01.09 01:07:03.032885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 782
5666 2025.01.09 01:07:03.036118 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5667 2025.01.09 01:07:03.036179 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5668 2025.01.09 01:07:03.037688 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5669 2025.01.09 01:07:03.038014 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5670 2025.01.09 01:07:03.039194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782
5671 2025.01.09 01:07:04.546699 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5672 2025.01.09 01:07:04.546928 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5673 2025.01.09 01:07:04.547048 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5674 2025.01.09 01:07:04.547836 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5675 2025.01.09 01:07:04.547892 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5676 2025.01.09 01:07:04.548333 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5677 2025.01.09 01:07:04.548588 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5678 2025.01.09 01:07:04.548925 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002035 sec., 2948.4029484029484 rows/sec., 240.42 KiB/sec.
5679 2025.01.09 01:07:04.549072 [ 276 ] {ba55a015-36b7-4dfe-b95c-a9dedda31fd0} <Debug> TCPHandler: Processed in 0.002520727 sec.
5680 2025.01.09 01:07:04.549386 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5681 2025.01.09 01:07:04.549625 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5682 2025.01.09 01:07:04.549716 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5683 2025.01.09 01:07:04.550589 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5684 2025.01.09 01:07:04.550631 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5685 2025.01.09 01:07:04.551095 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5686 2025.01.09 01:07:04.551356 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5687 2025.01.09 01:07:04.551565 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.00201 sec., 58208.95522388059 rows/sec., 4.92 MiB/sec.
5688 2025.01.09 01:07:04.551634 [ 279 ] {6cebf3fc-0e9c-481e-83f4-3f2d5ee1eae3} <Debug> TCPHandler: Processed in 0.002417374 sec.
5689 2025.01.09 01:07:04.551805 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5690 2025.01.09 01:07:04.551937 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5691 2025.01.09 01:07:04.551991 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5692 2025.01.09 01:07:04.552609 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5693 2025.01.09 01:07:04.552652 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5694 2025.01.09 01:07:04.553041 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5695 2025.01.09 01:07:04.553285 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2025.01.09 01:07:04.553501 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001594 sec., 23212.045169385194 rows/sec., 1.68 MiB/sec.
5697 2025.01.09 01:07:04.553557 [ 276 ] {5e078063-d801-49df-acbb-1c4979dd142b} <Debug> TCPHandler: Processed in 0.001811931 sec.
5698 2025.01.09 01:07:04.553713 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5699 2025.01.09 01:07:04.553847 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5700 2025.01.09 01:07:04.553901 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5701 2025.01.09 01:07:04.554562 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5702 2025.01.09 01:07:04.554604 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5703 2025.01.09 01:07:04.554990 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5704 2025.01.09 01:07:04.555236 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5705 2025.01.09 01:07:04.555483 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001669 sec., 55721.98921509887 rows/sec., 4.36 MiB/sec.
5706 2025.01.09 01:07:04.555553 [ 279 ] {571b3bf5-0560-4bcb-8fcc-eb4a2101aaf2} <Debug> TCPHandler: Processed in 0.001901003 sec.
5707 2025.01.09 01:07:04.555713 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5708 2025.01.09 01:07:04.555855 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5709 2025.01.09 01:07:04.555918 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5710 2025.01.09 01:07:04.556532 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2025.01.09 01:07:04.556572 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5712 2025.01.09 01:07:04.556972 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5713 2025.01.09 01:07:04.557214 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2025.01.09 01:07:04.557382 [ 155 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5715 2025.01.09 01:07:04.557446 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.00162 sec., 94444.44444444445 rows/sec., 6.55 MiB/sec.
5716 2025.01.09 01:07:04.557466 [ 155 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5717 2025.01.09 01:07:04.557549 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5718 2025.01.09 01:07:04.557581 [ 276 ] {4a2833b4-adfc-42b0-bf0a-e2129800c137} <Debug> TCPHandler: Processed in 0.001934383 sec.
5719 2025.01.09 01:07:04.557873 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5720 2025.01.09 01:07:04.558059 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5721 2025.01.09 01:07:04.558331 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5722 2025.01.09 01:07:04.558663 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5723 2025.01.09 01:07:04.558749 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5724 2025.01.09 01:07:04.558777 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10972 rows starting from the beginning of the part
5725 2025.01.09 01:07:04.559135 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 954 rows starting from the beginning of the part
5726 2025.01.09 01:07:04.559426 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part
5727 2025.01.09 01:07:04.559859 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 150 rows starting from the beginning of the part
5728 2025.01.09 01:07:04.560212 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 227 rows starting from the beginning of the part
5729 2025.01.09 01:07:04.560522 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 153 rows starting from the beginning of the part
5730 2025.01.09 01:07:04.564131 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5731 2025.01.09 01:07:04.564207 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5732 2025.01.09 01:07:04.565679 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5733 2025.01.09 01:07:04.566165 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5734 2025.01.09 01:07:04.566467 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008323 sec., 3724.618526973447 rows/sec., 6.67 MiB/sec.
5735 2025.01.09 01:07:04.566608 [ 279 ] {a0da7d9b-5ef2-4c0a-91a8-fd8737383ea1} <Debug> TCPHandler: Processed in 0.008921801 sec.
5736 2025.01.09 01:07:04.566804 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5737 2025.01.09 01:07:04.566951 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5738 2025.01.09 01:07:04.567073 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5739 2025.01.09 01:07:04.567702 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12576 rows, containing 5 columns (5 merged, 0 gathered) in 0.010030607 sec., 1253762.608783297 rows/sec., 84.14 MiB/sec.
5740 2025.01.09 01:07:04.568090 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5741 2025.01.09 01:07:04.568358 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5742 2025.01.09 01:07:04.568417 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5743 2025.01.09 01:07:04.568811 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5744 2025.01.09 01:07:04.569052 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5745 2025.01.09 01:07:04.569204 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB.
5746 2025.01.09 01:07:04.569225 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5747 2025.01.09 01:07:04.569490 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.01.09 01:07:04.569679 [ 155 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5749 2025.01.09 01:07:04.569735 [ 155 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5750 2025.01.09 01:07:04.569766 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002837 sec., 17624.250969333803 rows/sec., 1.21 MiB/sec.
5751 2025.01.09 01:07:04.569780 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5752 2025.01.09 01:07:04.569941 [ 276 ] {567a0636-fd6e-4421-9a7f-24c5b6680013} <Debug> TCPHandler: Processed in 0.003223243 sec.
5753 2025.01.09 01:07:04.570153 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
5754 2025.01.09 01:07:04.570310 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5755 2025.01.09 01:07:04.570346 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1468 rows starting from the beginning of the part
5756 2025.01.09 01:07:04.570456 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part
5757 2025.01.09 01:07:04.570666 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part
5758 2025.01.09 01:07:04.570798 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part
5759 2025.01.09 01:07:04.570967 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part
5760 2025.01.09 01:07:04.571039 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part
5761 2025.01.09 01:07:04.572336 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 4 columns (4 merged, 0 gathered) in 0.002379983 sec., 719332.8691843597 rows/sec., 47.00 MiB/sec.
5762 2025.01.09 01:07:04.572556 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5763 2025.01.09 01:07:04.572864 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5764 2025.01.09 01:07:04.572949 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_36_7} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5765 2025.01.09 01:07:04.573032 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5766 2025.01.09 01:07:05.475372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5767 2025.01.09 01:07:05.476351 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5768 2025.01.09 01:07:05.476401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5769 2025.01.09 01:07:05.476952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5770 2025.01.09 01:07:05.477211 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5771 2025.01.09 01:07:05.477419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5772 2025.01.09 01:07:06.350002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5773 2025.01.09 01:07:06.368252 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5774 2025.01.09 01:07:06.368310 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.56 GiB.
5775 2025.01.09 01:07:06.375567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5776 2025.01.09 01:07:06.376320 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5777 2025.01.09 01:07:06.378817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5778 2025.01.09 01:07:09.549857 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5779 2025.01.09 01:07:09.550070 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5780 2025.01.09 01:07:09.550146 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5781 2025.01.09 01:07:09.550915 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5782 2025.01.09 01:07:09.550959 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5783 2025.01.09 01:07:09.551409 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5784 2025.01.09 01:07:09.551680 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2025.01.09 01:07:09.551827 [ 110 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5786 2025.01.09 01:07:09.551873 [ 110 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5787 2025.01.09 01:07:09.551897 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5788 2025.01.09 01:07:09.551900 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec.
5789 2025.01.09 01:07:09.552249 [ 276 ] {32a1412b-a5b5-49df-9ffc-a8a17443bec8} <Debug> TCPHandler: Processed in 0.002524787 sec.
5790 2025.01.09 01:07:09.552270 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5791 2025.01.09 01:07:09.552598 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5792 2025.01.09 01:07:09.552659 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5793 2025.01.09 01:07:09.552710 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5794 2025.01.09 01:07:09.552933 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5795 2025.01.09 01:07:09.552953 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5796 2025.01.09 01:07:09.553197 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5797 2025.01.09 01:07:09.553227 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5798 2025.01.09 01:07:09.553623 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5799 2025.01.09 01:07:09.553885 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
5800 2025.01.09 01:07:09.555849 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5801 2025.01.09 01:07:09.555931 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5802 2025.01.09 01:07:09.556518 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004514961 sec., 15504.009890672369 rows/sec., 1.15 MiB/sec.
5803 2025.01.09 01:07:09.556746 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5804 2025.01.09 01:07:09.557039 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5805 2025.01.09 01:07:09.557280 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_17_4} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5806 2025.01.09 01:07:09.557430 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_17_4} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5807 2025.01.09 01:07:09.557485 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5808 2025.01.09 01:07:09.557587 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5809 2025.01.09 01:07:09.557873 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005079 sec., 42331.167552667845 rows/sec., 3.70 MiB/sec.
5810 2025.01.09 01:07:09.558086 [ 279 ] {0c8d5169-5c89-4f4f-a7fd-c854bb2bb5e1} <Debug> TCPHandler: Processed in 0.005694369 sec.
5811 2025.01.09 01:07:09.558347 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5812 2025.01.09 01:07:09.558479 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5813 2025.01.09 01:07:09.558534 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5814 2025.01.09 01:07:09.559152 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5815 2025.01.09 01:07:09.559194 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5816 2025.01.09 01:07:09.559571 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5817 2025.01.09 01:07:09.559816 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2025.01.09 01:07:09.560005 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001557 sec., 9633.911368015415 rows/sec., 679.27 KiB/sec.
5819 2025.01.09 01:07:09.560060 [ 276 ] {6564e761-5a62-4052-99c3-682df574e16b} <Debug> TCPHandler: Processed in 0.001849251 sec.
5820 2025.01.09 01:07:09.560201 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5821 2025.01.09 01:07:09.560346 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5822 2025.01.09 01:07:09.560407 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5823 2025.01.09 01:07:09.561098 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5824 2025.01.09 01:07:09.561148 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5825 2025.01.09 01:07:09.561535 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5826 2025.01.09 01:07:09.561779 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5827 2025.01.09 01:07:09.562014 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0017 sec., 8235.29411764706 rows/sec., 576.75 KiB/sec.
5828 2025.01.09 01:07:09.562117 [ 279 ] {50a561f2-cefe-4f63-adfe-edda35dd887c} <Debug> TCPHandler: Processed in 0.001973405 sec.
5829 2025.01.09 01:07:09.562253 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5830 2025.01.09 01:07:09.562394 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5831 2025.01.09 01:07:09.562452 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5832 2025.01.09 01:07:09.563146 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5833 2025.01.09 01:07:09.563192 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5834 2025.01.09 01:07:09.563569 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5835 2025.01.09 01:07:09.563813 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5836 2025.01.09 01:07:09.563934 [ 110 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5837 2025.01.09 01:07:09.563972 [ 110 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5838 2025.01.09 01:07:09.563992 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec.
5839 2025.01.09 01:07:09.563997 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5840 2025.01.09 01:07:09.564106 [ 276 ] {eec0e61c-e1fd-4f8d-91be-55d75a803e0e} <Debug> TCPHandler: Processed in 0.001931373 sec.
5841 2025.01.09 01:07:09.564199 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5842 2025.01.09 01:07:09.564287 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5843 2025.01.09 01:07:09.564437 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5844 2025.01.09 01:07:09.564520 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5845 2025.01.09 01:07:09.564529 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5846 2025.01.09 01:07:09.564669 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5847 2025.01.09 01:07:09.564825 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5848 2025.01.09 01:07:09.565138 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5849 2025.01.09 01:07:09.565435 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5850 2025.01.09 01:07:09.565720 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
5851 2025.01.09 01:07:09.567586 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5852 2025.01.09 01:07:09.567651 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5853 2025.01.09 01:07:09.568270 [ 197 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004145953 sec., 15677.93942671323 rows/sec., 1.01 MiB/sec.
5854 2025.01.09 01:07:09.568506 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5855 2025.01.09 01:07:09.568576 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5856 2025.01.09 01:07:09.568989 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5857 2025.01.09 01:07:09.569449 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004935 sec., 77406.2816616008 rows/sec., 5.48 MiB/sec.
5858 2025.01.09 01:07:09.569501 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_17_4} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5859 2025.01.09 01:07:09.569622 [ 279 ] {13823a1b-85de-44a4-bf12-dbbe28818ada} <Debug> TCPHandler: Processed in 0.005398942 sec.
5860 2025.01.09 01:07:09.569714 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_17_4} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5861 2025.01.09 01:07:09.569818 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5862 2025.01.09 01:07:09.569831 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5863 2025.01.09 01:07:09.569966 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5864 2025.01.09 01:07:09.570027 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5865 2025.01.09 01:07:09.570555 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5866 2025.01.09 01:07:09.570594 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5867 2025.01.09 01:07:09.570977 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5868 2025.01.09 01:07:09.571224 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5869 2025.01.09 01:07:09.571453 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec.
5870 2025.01.09 01:07:09.571657 [ 276 ] {fecd6e60-3d9a-4bc3-b9b0-111a281ae236} <Debug> TCPHandler: Processed in 0.001925234 sec.
5871 2025.01.09 01:07:09.571827 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5872 2025.01.09 01:07:09.571965 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5873 2025.01.09 01:07:09.572026 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5874 2025.01.09 01:07:09.572653 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5875 2025.01.09 01:07:09.572691 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5876 2025.01.09 01:07:09.573087 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5877 2025.01.09 01:07:09.573323 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5878 2025.01.09 01:07:09.573541 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001606 sec., 141344.95641344957 rows/sec., 9.43 MiB/sec.
5879 2025.01.09 01:07:09.573658 [ 279 ] {e09df0b0-9fca-4ee0-8307-568a1348821d} <Debug> TCPHandler: Processed in 0.001908843 sec.
5880 2025.01.09 01:07:09.573847 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2025.01.09 01:07:09.573985 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5882 2025.01.09 01:07:09.574047 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5883 2025.01.09 01:07:09.574553 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5884 2025.01.09 01:07:09.574592 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5885 2025.01.09 01:07:09.574958 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5886 2025.01.09 01:07:09.575206 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2025.01.09 01:07:09.575466 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
5888 2025.01.09 01:07:09.575682 [ 276 ] {652fa856-b5ee-4692-9fe7-5527b616514d} <Debug> TCPHandler: Processed in 0.001913553 sec.
5889 2025.01.09 01:07:09.575958 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5890 2025.01.09 01:07:09.576178 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5891 2025.01.09 01:07:09.576308 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5892 2025.01.09 01:07:09.577347 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5893 2025.01.09 01:07:09.577385 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5894 2025.01.09 01:07:09.577987 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5895 2025.01.09 01:07:09.578251 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5896 2025.01.09 01:07:09.578493 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002368 sec., 3378.3783783783783 rows/sec., 6.05 MiB/sec.
5897 2025.01.09 01:07:09.578584 [ 279 ] {38fb25e1-cad3-450e-8789-29cf062ba36e} <Debug> TCPHandler: Processed in 0.002783612 sec.
5898 2025.01.09 01:07:09.578741 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5899 2025.01.09 01:07:09.578880 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5900 2025.01.09 01:07:09.578940 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5901 2025.01.09 01:07:09.579473 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5902 2025.01.09 01:07:09.579511 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5903 2025.01.09 01:07:09.579895 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5904 2025.01.09 01:07:09.580152 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5905 2025.01.09 01:07:09.580373 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001524 sec., 47244.09448818898 rows/sec., 3.01 MiB/sec.
5906 2025.01.09 01:07:09.580570 [ 276 ] {2a2e03fd-6d1e-4515-b334-5f94789b5048} <Debug> TCPHandler: Processed in 0.001891533 sec.
5907 2025.01.09 01:07:12.860792 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
5908 2025.01.09 01:07:12.860852 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
5909 2025.01.09 01:07:12.977644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5910 2025.01.09 01:07:12.978286 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5911 2025.01.09 01:07:12.978337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5912 2025.01.09 01:07:12.978871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5913 2025.01.09 01:07:12.979140 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5914 2025.01.09 01:07:12.979391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5915 2025.01.09 01:07:13.039542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 818
5916 2025.01.09 01:07:13.043060 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5917 2025.01.09 01:07:13.043117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5918 2025.01.09 01:07:13.044604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5919 2025.01.09 01:07:13.044922 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5920 2025.01.09 01:07:13.045549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 818
5921 2025.01.09 01:07:13.878995 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5922 2025.01.09 01:07:13.898481 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5923 2025.01.09 01:07:13.898537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5924 2025.01.09 01:07:13.905789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5925 2025.01.09 01:07:13.906545 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5926 2025.01.09 01:07:13.908998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5927 2025.01.09 01:07:14.548105 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5928 2025.01.09 01:07:14.548323 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5929 2025.01.09 01:07:14.548407 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5930 2025.01.09 01:07:14.549243 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5931 2025.01.09 01:07:14.549297 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5932 2025.01.09 01:07:14.549747 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5933 2025.01.09 01:07:14.550014 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5934 2025.01.09 01:07:14.550260 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001999 sec., 57028.51425712857 rows/sec., 4.84 MiB/sec.
5935 2025.01.09 01:07:14.550330 [ 276 ] {057d0efe-d5d2-4664-92ef-910cd2d80da2} <Debug> TCPHandler: Processed in 0.002373644 sec.
5936 2025.01.09 01:07:14.550593 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2025.01.09 01:07:14.550784 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5938 2025.01.09 01:07:14.550857 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5939 2025.01.09 01:07:14.551638 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2025.01.09 01:07:14.551682 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5941 2025.01.09 01:07:14.552129 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5942 2025.01.09 01:07:14.552392 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5943 2025.01.09 01:07:14.552534 [ 97 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5944 2025.01.09 01:07:14.552580 [ 97 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5945 2025.01.09 01:07:14.552593 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001864 sec., 16630.901287553646 rows/sec., 1.22 MiB/sec.
5946 2025.01.09 01:07:14.552604 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5947 2025.01.09 01:07:14.552756 [ 279 ] {bf8c2cfc-098a-4e8a-a4f3-220f3a56cf45} <Debug> TCPHandler: Processed in 0.002281581 sec.
5948 2025.01.09 01:07:14.553060 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
5949 2025.01.09 01:07:14.553090 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5950 2025.01.09 01:07:14.553448 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5951 2025.01.09 01:07:14.553472 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5952 2025.01.09 01:07:14.553560 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 62 rows starting from the beginning of the part
5953 2025.01.09 01:07:14.553564 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5954 2025.01.09 01:07:14.553859 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part
5955 2025.01.09 01:07:14.554174 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part
5956 2025.01.09 01:07:14.554518 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 37 rows starting from the beginning of the part
5957 2025.01.09 01:07:14.554879 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part
5958 2025.01.09 01:07:14.555299 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part
5959 2025.01.09 01:07:14.556808 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2025.01.09 01:07:14.556890 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5961 2025.01.09 01:07:14.557953 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5962 2025.01.09 01:07:14.558657 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934104 sec., 32186.83056447949 rows/sec., 2.43 MiB/sec.
5963 2025.01.09 01:07:14.558900 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5964 2025.01.09 01:07:14.559057 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5965 2025.01.09 01:07:14.559473 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00611 sec., 14238.952536824878 rows/sec., 1.11 MiB/sec.
5966 2025.01.09 01:07:14.559624 [ 276 ] {77d50e25-f324-4e7a-949f-c69d53432075} <Debug> TCPHandler: Processed in 0.006732431 sec.
5967 2025.01.09 01:07:14.559838 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2025.01.09 01:07:14.559870 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5969 2025.01.09 01:07:14.560010 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_36_7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5970 2025.01.09 01:07:14.560119 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5971 2025.01.09 01:07:14.560182 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5972 2025.01.09 01:07:14.560247 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5973 2025.01.09 01:07:14.560849 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5974 2025.01.09 01:07:14.560889 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5975 2025.01.09 01:07:14.561316 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5976 2025.01.09 01:07:14.561569 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5977 2025.01.09 01:07:14.561758 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001712 sec., 87616.82242990655 rows/sec., 6.07 MiB/sec.
5978 2025.01.09 01:07:14.561816 [ 279 ] {5ae3f8da-3538-42ef-b489-c0c67d7f45bc} <Debug> TCPHandler: Processed in 0.002086927 sec.
5979 2025.01.09 01:07:14.561966 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5980 2025.01.09 01:07:14.562087 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5981 2025.01.09 01:07:14.562171 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5982 2025.01.09 01:07:14.563405 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5983 2025.01.09 01:07:14.563445 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5984 2025.01.09 01:07:14.564116 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5985 2025.01.09 01:07:14.564383 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5986 2025.01.09 01:07:14.564581 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5987 2025.01.09 01:07:14.564661 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5988 2025.01.09 01:07:14.564705 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002635 sec., 11764.70588235294 rows/sec., 21.08 MiB/sec.
5989 2025.01.09 01:07:14.564712 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
5990 2025.01.09 01:07:14.564996 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
5991 2025.01.09 01:07:14.565017 [ 276 ] {d06e9375-7a99-4e0f-94f6-2152d0163cd9} <Debug> TCPHandler: Processed in 0.00311293 sec.
5992 2025.01.09 01:07:14.565223 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5993 2025.01.09 01:07:14.565454 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5994 2025.01.09 01:07:14.565508 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5995 2025.01.09 01:07:14.565585 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 572 rows starting from the beginning of the part
5996 2025.01.09 01:07:14.565631 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5997 2025.01.09 01:07:14.566423 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part
5998 2025.01.09 01:07:14.567213 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
5999 2025.01.09 01:07:14.567960 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part
6000 2025.01.09 01:07:14.568045 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6001 2025.01.09 01:07:14.568117 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6002 2025.01.09 01:07:14.568595 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part
6003 2025.01.09 01:07:14.569162 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part
6004 2025.01.09 01:07:14.570114 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6005 2025.01.09 01:07:14.570835 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.01.09 01:07:14.571196 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005769 sec., 8667.013347200555 rows/sec., 608.55 KiB/sec.
6007 2025.01.09 01:07:14.571281 [ 279 ] {e02cee5a-182b-40f5-bb3e-4f50cf6153da} <Debug> TCPHandler: Processed in 0.006165159 sec.
6008 2025.01.09 01:07:14.573996 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 19 columns (19 merged, 0 gathered) in 0.009132006 sec., 74572.88135815943 rows/sec., 133.63 MiB/sec.
6009 2025.01.09 01:07:14.575119 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6010 2025.01.09 01:07:14.575569 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6011 2025.01.09 01:07:14.575652 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6012 2025.01.09 01:07:14.575811 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB.
6013 2025.01.09 01:07:15.020541 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6014 2025.01.09 01:07:15.020720 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6015 2025.01.09 01:07:15.020789 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6016 2025.01.09 01:07:15.021537 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2025.01.09 01:07:15.021586 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6018 2025.01.09 01:07:15.022027 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6019 2025.01.09 01:07:15.022289 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2025.01.09 01:07:15.022513 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
6021 2025.01.09 01:07:15.022579 [ 276 ] {fd8f0e49-8ac6-4110-895e-318af58d489e} <Debug> TCPHandler: Processed in 0.002154259 sec.
6022 2025.01.09 01:07:15.022832 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6023 2025.01.09 01:07:15.023026 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6024 2025.01.09 01:07:15.023101 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6025 2025.01.09 01:07:15.023842 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6026 2025.01.09 01:07:15.023892 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6027 2025.01.09 01:07:15.024320 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6028 2025.01.09 01:07:15.024576 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6029 2025.01.09 01:07:15.024872 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 258.87 KiB/sec.
6030 2025.01.09 01:07:15.025030 [ 279 ] {de9cb8e1-29ba-4322-a815-f121b82e21ad} <Debug> TCPHandler: Processed in 0.002324593 sec.
6031 2025.01.09 01:07:15.025168 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6032 2025.01.09 01:07:15.025296 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6033 2025.01.09 01:07:15.025350 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6034 2025.01.09 01:07:15.026559 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6035 2025.01.09 01:07:15.026600 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6036 2025.01.09 01:07:15.027056 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6037 2025.01.09 01:07:15.027304 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6038 2025.01.09 01:07:15.027483 [ 116 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6039 2025.01.09 01:07:15.027550 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002283 sec., 594831.3622426632 rows/sec., 49.63 MiB/sec.
6040 2025.01.09 01:07:15.027577 [ 116 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6041 2025.01.09 01:07:15.027646 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6042 2025.01.09 01:07:15.027688 [ 276 ] {66f2c397-ee5d-4fc2-b254-15d38e779e78} <Debug> TCPHandler: Processed in 0.002576348 sec.
6043 2025.01.09 01:07:15.027927 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6044 2025.01.09 01:07:15.028080 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
6045 2025.01.09 01:07:15.028240 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6046 2025.01.09 01:07:15.028402 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6047 2025.01.09 01:07:15.028668 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6048 2025.01.09 01:07:15.028809 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1426 rows starting from the beginning of the part
6049 2025.01.09 01:07:15.029239 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 215 rows starting from the beginning of the part
6050 2025.01.09 01:07:15.029676 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 117 rows starting from the beginning of the part
6051 2025.01.09 01:07:15.030142 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 215 rows starting from the beginning of the part
6052 2025.01.09 01:07:15.030538 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 114 rows starting from the beginning of the part
6053 2025.01.09 01:07:15.030875 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1358 rows starting from the beginning of the part
6054 2025.01.09 01:07:15.031662 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6055 2025.01.09 01:07:15.031707 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6056 2025.01.09 01:07:15.032204 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6057 2025.01.09 01:07:15.032572 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6058 2025.01.09 01:07:15.032895 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.004765 sec., 4407.13536201469 rows/sec., 309.88 KiB/sec.
6059 2025.01.09 01:07:15.032971 [ 279 ] {10061543-a457-4d4e-93ee-287a53b4e1be} <Debug> TCPHandler: Processed in 0.005185277 sec.
6060 2025.01.09 01:07:15.033136 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6061 2025.01.09 01:07:15.033300 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6062 2025.01.09 01:07:15.033410 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6063 2025.01.09 01:07:15.033888 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3445 rows, containing 5 columns (5 merged, 0 gathered) in 0.006116678 sec., 563214.2152979117 rows/sec., 49.55 MiB/sec.
6064 2025.01.09 01:07:15.034194 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6065 2025.01.09 01:07:15.034698 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6066 2025.01.09 01:07:15.034872 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_41_8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6067 2025.01.09 01:07:15.034934 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6068 2025.01.09 01:07:15.035008 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
6069 2025.01.09 01:07:15.035015 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6070 2025.01.09 01:07:15.035423 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6071 2025.01.09 01:07:15.035670 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6072 2025.01.09 01:07:15.035887 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002623 sec., 92260.77011056044 rows/sec., 6.25 MiB/sec.
6073 2025.01.09 01:07:15.035949 [ 276 ] {bb4308f0-b4c6-4142-bdac-2efe6801ca5c} <Debug> TCPHandler: Processed in 0.002885485 sec.
6074 2025.01.09 01:07:15.036090 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6075 2025.01.09 01:07:15.036217 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6076 2025.01.09 01:07:15.036271 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6077 2025.01.09 01:07:15.036889 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6078 2025.01.09 01:07:15.036933 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6079 2025.01.09 01:07:15.037303 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6080 2025.01.09 01:07:15.037563 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6081 2025.01.09 01:07:15.037782 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec.
6082 2025.01.09 01:07:15.037839 [ 279 ] {82a63a13-c171-484f-aabf-fefe5d2a863e} <Debug> TCPHandler: Processed in 0.001808091 sec.
6083 2025.01.09 01:07:15.037988 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6084 2025.01.09 01:07:15.038127 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6085 2025.01.09 01:07:15.038185 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6086 2025.01.09 01:07:15.039160 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6087 2025.01.09 01:07:15.039200 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6088 2025.01.09 01:07:15.039612 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6089 2025.01.09 01:07:15.039851 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6090 2025.01.09 01:07:15.040025 [ 116 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6091 2025.01.09 01:07:15.040083 [ 116 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6092 2025.01.09 01:07:15.040106 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001993 sec., 423482.1876567988 rows/sec., 30.60 MiB/sec.
6093 2025.01.09 01:07:15.040119 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6094 2025.01.09 01:07:15.040273 [ 276 ] {18852600-0613-43fe-8da1-7990da1f819c} <Debug> TCPHandler: Processed in 0.002342983 sec.
6095 2025.01.09 01:07:15.040390 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
6096 2025.01.09 01:07:15.040483 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6097 2025.01.09 01:07:15.040674 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6098 2025.01.09 01:07:15.040744 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6099 2025.01.09 01:07:15.040748 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 903 rows starting from the beginning of the part
6100 2025.01.09 01:07:15.040860 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6101 2025.01.09 01:07:15.041072 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 382 rows starting from the beginning of the part
6102 2025.01.09 01:07:15.041456 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 93 rows starting from the beginning of the part
6103 2025.01.09 01:07:15.041850 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 382 rows starting from the beginning of the part
6104 2025.01.09 01:07:15.042204 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part
6105 2025.01.09 01:07:15.042487 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 844 rows starting from the beginning of the part
6106 2025.01.09 01:07:15.043367 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6107 2025.01.09 01:07:15.043429 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6108 2025.01.09 01:07:15.044380 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6109 2025.01.09 01:07:15.044925 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6110 2025.01.09 01:07:15.045248 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004586 sec., 1308.3296990841693 rows/sec., 68.36 KiB/sec.
6111 2025.01.09 01:07:15.045688 [ 279 ] {02d16434-6926-4cdc-b433-4a667ee78b50} <Debug> TCPHandler: Processed in 0.00530565 sec.
6112 2025.01.09 01:07:15.046123 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6113 2025.01.09 01:07:15.046166 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2691 rows, containing 5 columns (5 merged, 0 gathered) in 0.005918824 sec., 454651.126642725 rows/sec., 34.64 MiB/sec.
6114 2025.01.09 01:07:15.046286 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6115 2025.01.09 01:07:15.046373 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6116 2025.01.09 01:07:15.046484 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6117 2025.01.09 01:07:15.047055 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6118 2025.01.09 01:07:15.047161 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_41_8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6119 2025.01.09 01:07:15.047323 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6120 2025.01.09 01:07:15.047661 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6121 2025.01.09 01:07:15.047705 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6122 2025.01.09 01:07:15.048161 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6123 2025.01.09 01:07:15.048400 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6124 2025.01.09 01:07:15.048612 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.002366 sec., 404057.4809805579 rows/sec., 26.84 MiB/sec.
6125 2025.01.09 01:07:15.048672 [ 276 ] {79ff6dd2-4634-422f-892f-4e4decd32493} <Debug> TCPHandler: Processed in 0.002877225 sec.
6126 2025.01.09 01:07:15.048817 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6127 2025.01.09 01:07:15.048958 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6128 2025.01.09 01:07:15.049018 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6129 2025.01.09 01:07:15.049574 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6130 2025.01.09 01:07:15.049614 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6131 2025.01.09 01:07:15.050032 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6132 2025.01.09 01:07:15.050413 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6133 2025.01.09 01:07:15.050697 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001768 sec., 565.6108597285067 rows/sec., 38.11 KiB/sec.
6134 2025.01.09 01:07:15.050771 [ 279 ] {44fa835a-8c01-4380-a8cf-122422227dec} <Debug> TCPHandler: Processed in 0.002020336 sec.
6135 2025.01.09 01:07:15.050908 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6136 2025.01.09 01:07:15.051023 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6137 2025.01.09 01:07:15.051105 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6138 2025.01.09 01:07:15.052193 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6139 2025.01.09 01:07:15.052230 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6140 2025.01.09 01:07:15.052807 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6141 2025.01.09 01:07:15.053128 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6142 2025.01.09 01:07:15.053371 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002372 sec., 3372.681281618887 rows/sec., 6.04 MiB/sec.
6143 2025.01.09 01:07:15.053475 [ 276 ] {1a9ea1cf-fc07-48c9-81e4-18e7c80ca6cd} <Debug> TCPHandler: Processed in 0.002619109 sec.
6144 2025.01.09 01:07:15.053629 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6145 2025.01.09 01:07:15.053778 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6146 2025.01.09 01:07:15.053840 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6147 2025.01.09 01:07:15.054419 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6148 2025.01.09 01:07:15.054466 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6149 2025.01.09 01:07:15.054862 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6150 2025.01.09 01:07:15.055108 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6151 2025.01.09 01:07:15.055314 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001568 sec., 20408.163265306124 rows/sec., 1.18 MiB/sec.
6152 2025.01.09 01:07:15.055367 [ 279 ] {760475b4-4961-4cab-a9f5-f36df0d09c78} <Debug> TCPHandler: Processed in 0.00180801 sec.
6153 2025.01.09 01:07:19.544244 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6154 2025.01.09 01:07:19.544450 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6155 2025.01.09 01:07:19.544524 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6156 2025.01.09 01:07:19.545315 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6157 2025.01.09 01:07:19.545356 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6158 2025.01.09 01:07:19.545831 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6159 2025.01.09 01:07:19.546108 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6160 2025.01.09 01:07:19.546315 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00192 sec., 27083.333333333332 rows/sec., 2.07 MiB/sec.
6161 2025.01.09 01:07:19.546381 [ 276 ] {15adeb60-b8a8-41e7-8f72-2d2d40e54468} <Debug> TCPHandler: Processed in 0.002268151 sec.
6162 2025.01.09 01:07:19.546645 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6163 2025.01.09 01:07:19.546844 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6164 2025.01.09 01:07:19.546923 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6165 2025.01.09 01:07:19.547740 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6166 2025.01.09 01:07:19.547795 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6167 2025.01.09 01:07:19.548254 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6168 2025.01.09 01:07:19.548512 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6169 2025.01.09 01:07:19.548747 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.23 MiB/sec.
6170 2025.01.09 01:07:19.548816 [ 279 ] {cb15282d-f65b-4ce2-ae37-0e635fdc134d} <Debug> TCPHandler: Processed in 0.002313242 sec.
6171 2025.01.09 01:07:19.548996 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6172 2025.01.09 01:07:19.549146 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6173 2025.01.09 01:07:19.549212 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6174 2025.01.09 01:07:19.549817 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6175 2025.01.09 01:07:19.549855 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6176 2025.01.09 01:07:19.550249 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6177 2025.01.09 01:07:19.550489 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2025.01.09 01:07:19.550693 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001581 sec., 75901.32827324478 rows/sec., 5.26 MiB/sec.
6179 2025.01.09 01:07:19.550791 [ 276 ] {1c2dc872-daed-415e-b3bc-a03b1850b42c} <Debug> TCPHandler: Processed in 0.001858522 sec.
6180 2025.01.09 01:07:19.551074 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6181 2025.01.09 01:07:19.551236 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6182 2025.01.09 01:07:19.551303 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6183 2025.01.09 01:07:19.551854 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6184 2025.01.09 01:07:19.551896 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6185 2025.01.09 01:07:19.552300 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6186 2025.01.09 01:07:19.552549 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6187 2025.01.09 01:07:19.552776 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001578 sec., 25348.542458808617 rows/sec., 1.74 MiB/sec.
6188 2025.01.09 01:07:19.552833 [ 279 ] {e7295d0a-d49f-46b1-9433-40e4057c1509} <Debug> TCPHandler: Processed in 0.001911974 sec.
6189 2025.01.09 01:07:20.480339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6190 2025.01.09 01:07:20.481070 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6191 2025.01.09 01:07:20.481116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6192 2025.01.09 01:07:20.481638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6193 2025.01.09 01:07:20.481907 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6194 2025.01.09 01:07:20.482147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6195 2025.01.09 01:07:21.409779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6196 2025.01.09 01:07:21.431572 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6197 2025.01.09 01:07:21.431639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6198 2025.01.09 01:07:21.439218 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6199 2025.01.09 01:07:21.439998 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2025.01.09 01:07:21.443043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6201 2025.01.09 01:07:23.046395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 862
6202 2025.01.09 01:07:23.049728 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2025.01.09 01:07:23.049788 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6204 2025.01.09 01:07:23.051327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6205 2025.01.09 01:07:23.051646 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6206 2025.01.09 01:07:23.052287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862
6207 2025.01.09 01:07:24.546681 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6208 2025.01.09 01:07:24.546895 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6209 2025.01.09 01:07:24.546977 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6210 2025.01.09 01:07:24.547806 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6211 2025.01.09 01:07:24.547851 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6212 2025.01.09 01:07:24.548305 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6213 2025.01.09 01:07:24.548571 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6214 2025.01.09 01:07:24.548799 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001952 sec., 58401.639344262294 rows/sec., 4.96 MiB/sec.
6215 2025.01.09 01:07:24.548891 [ 276 ] {6141dfcb-7403-44e4-a014-8957853fcaa8} <Debug> TCPHandler: Processed in 0.002348233 sec.
6216 2025.01.09 01:07:24.549282 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6217 2025.01.09 01:07:24.549519 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6218 2025.01.09 01:07:24.549595 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6219 2025.01.09 01:07:24.550376 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6220 2025.01.09 01:07:24.550431 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6221 2025.01.09 01:07:24.550884 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6222 2025.01.09 01:07:24.551140 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6223 2025.01.09 01:07:24.551418 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001951 sec., 15889.287544848796 rows/sec., 1.17 MiB/sec.
6224 2025.01.09 01:07:24.551643 [ 279 ] {bcb24068-b4b7-41ea-9625-73edf8d02fcb} <Debug> TCPHandler: Processed in 0.002621029 sec.
6225 2025.01.09 01:07:24.551844 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6226 2025.01.09 01:07:24.551994 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6227 2025.01.09 01:07:24.552055 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6228 2025.01.09 01:07:24.552741 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6229 2025.01.09 01:07:24.552780 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6230 2025.01.09 01:07:24.553155 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6231 2025.01.09 01:07:24.553406 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6232 2025.01.09 01:07:24.553601 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001636 sec., 53178.48410757946 rows/sec., 4.15 MiB/sec.
6233 2025.01.09 01:07:24.553687 [ 276 ] {0134f8c2-d38d-40f4-aa10-f560c963d2dd} <Debug> TCPHandler: Processed in 0.001949634 sec.
6234 2025.01.09 01:07:24.553952 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6235 2025.01.09 01:07:24.554101 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6236 2025.01.09 01:07:24.554168 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6237 2025.01.09 01:07:24.554796 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6238 2025.01.09 01:07:24.554836 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6239 2025.01.09 01:07:24.555247 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6240 2025.01.09 01:07:24.555489 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6241 2025.01.09 01:07:24.555689 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6242 2025.01.09 01:07:24.555755 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001687 sec., 88915.23414344991 rows/sec., 6.16 MiB/sec.
6243 2025.01.09 01:07:24.555787 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6244 2025.01.09 01:07:24.555876 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6245 2025.01.09 01:07:24.555884 [ 279 ] {f7c3dda4-1032-4272-8fb7-932c888468b1} <Debug> TCPHandler: Processed in 0.002060997 sec.
6246 2025.01.09 01:07:24.556225 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6247 2025.01.09 01:07:24.556229 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::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
6248 2025.01.09 01:07:24.556498 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6249 2025.01.09 01:07:24.556634 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6250 2025.01.09 01:07:24.556706 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6251 2025.01.09 01:07:24.556733 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12576 rows starting from the beginning of the part
6252 2025.01.09 01:07:24.557234 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 227 rows starting from the beginning of the part
6253 2025.01.09 01:07:24.557676 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 150 rows starting from the beginning of the part
6254 2025.01.09 01:07:24.558105 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 956 rows starting from the beginning of the part
6255 2025.01.09 01:07:24.558664 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 120 rows starting from the beginning of the part
6256 2025.01.09 01:07:24.559032 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 150 rows starting from the beginning of the part
6257 2025.01.09 01:07:24.561407 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6258 2025.01.09 01:07:24.561473 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6259 2025.01.09 01:07:24.563161 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6260 2025.01.09 01:07:24.563815 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2025.01.09 01:07:24.564139 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007714 sec., 4018.667358050298 rows/sec., 7.20 MiB/sec.
6262 2025.01.09 01:07:24.564322 [ 276 ] {081eb946-8f80-4921-b549-624300969a4e} <Debug> TCPHandler: Processed in 0.008297697 sec.
6263 2025.01.09 01:07:24.564496 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2025.01.09 01:07:24.564646 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6265 2025.01.09 01:07:24.564710 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6266 2025.01.09 01:07:24.565412 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2025.01.09 01:07:24.565467 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6268 2025.01.09 01:07:24.565983 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14179 rows, containing 5 columns (5 merged, 0 gathered) in 0.009913953 sec., 1430206.4978520677 rows/sec., 96.00 MiB/sec.
6269 2025.01.09 01:07:24.566250 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6270 2025.01.09 01:07:24.566372 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6271 2025.01.09 01:07:24.566696 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2025.01.09 01:07:24.566995 [ 142 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6273 2025.01.09 01:07:24.567013 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6274 2025.01.09 01:07:24.567090 [ 142 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6275 2025.01.09 01:07:24.567153 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6276 2025.01.09 01:07:24.567245 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002586 sec., 19334.88012374323 rows/sec., 1.33 MiB/sec.
6277 2025.01.09 01:07:24.567430 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6278 2025.01.09 01:07:24.567524 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
6279 2025.01.09 01:07:24.567557 [ 279 ] {03d971b2-f726-464b-801e-f35b5e4af910} <Debug> TCPHandler: Processed in 0.00312568 sec.
6280 2025.01.09 01:07:24.567764 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB.
6281 2025.01.09 01:07:24.567912 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6282 2025.01.09 01:07:24.567950 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1712 rows starting from the beginning of the part
6283 2025.01.09 01:07:24.568050 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part
6284 2025.01.09 01:07:24.568284 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part
6285 2025.01.09 01:07:24.568457 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part
6286 2025.01.09 01:07:24.568601 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
6287 2025.01.09 01:07:24.568781 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 50 rows starting from the beginning of the part
6288 2025.01.09 01:07:24.570068 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002803373 sec., 697730.9120120654 rows/sec., 45.63 MiB/sec.
6289 2025.01.09 01:07:24.570340 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6290 2025.01.09 01:07:24.570717 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6291 2025.01.09 01:07:24.570812 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_41_8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6292 2025.01.09 01:07:24.570909 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
6293 2025.01.09 01:07:26.178690 [ 137 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
6294 2025.01.09 01:07:26.178780 [ 137 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6295 2025.01.09 01:07:26.178813 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6296 2025.01.09 01:07:26.179069 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
6297 2025.01.09 01:07:26.179279 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6298 2025.01.09 01:07:26.179324 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part
6299 2025.01.09 01:07:26.179405 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6300 2025.01.09 01:07:26.179639 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6301 2025.01.09 01:07:26.179836 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6302 2025.01.09 01:07:26.179983 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6303 2025.01.09 01:07:26.181046 [ 199 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002130128 sec., 9389.107133468036 rows/sec., 629.00 KiB/sec.
6304 2025.01.09 01:07:26.181246 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6305 2025.01.09 01:07:26.181654 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6306 2025.01.09 01:07:26.181765 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_19_4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
6307 2025.01.09 01:07:26.181878 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6308 2025.01.09 01:07:26.539625 [ 137 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
6309 2025.01.09 01:07:26.539724 [ 137 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6310 2025.01.09 01:07:26.539768 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6311 2025.01.09 01:07:26.539965 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
6312 2025.01.09 01:07:26.540280 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6313 2025.01.09 01:07:26.540318 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part
6314 2025.01.09 01:07:26.540383 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
6315 2025.01.09 01:07:26.540487 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6316 2025.01.09 01:07:26.540734 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
6317 2025.01.09 01:07:26.540813 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
6318 2025.01.09 01:07:26.541694 [ 200 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001834951 sec., 17439.157775875214 rows/sec., 1.46 MiB/sec.
6319 2025.01.09 01:07:26.541831 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6320 2025.01.09 01:07:26.542094 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6321 2025.01.09 01:07:26.542172 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_10_2} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
6322 2025.01.09 01:07:26.542247 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6323 2025.01.09 01:07:27.281985 [ 136 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0
6324 2025.01.09 01:07:27.282063 [ 136 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6325 2025.01.09 01:07:27.282086 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6326 2025.01.09 01:07:27.282240 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full
6327 2025.01.09 01:07:27.282395 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6328 2025.01.09 01:07:27.282433 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part
6329 2025.01.09 01:07:27.282512 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part
6330 2025.01.09 01:07:27.282608 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6331 2025.01.09 01:07:27.282892 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6332 2025.01.09 01:07:27.283019 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part
6333 2025.01.09 01:07:27.284156 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002000165 sec., 377468.85881914746 rows/sec., 27.02 MiB/sec.
6334 2025.01.09 01:07:27.284339 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6335 2025.01.09 01:07:27.284725 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6336 2025.01.09 01:07:27.284829 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_19_4} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4
6337 2025.01.09 01:07:27.284939 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
6338 2025.01.09 01:07:27.861101 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
6339 2025.01.09 01:07:27.861153 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
6340 2025.01.09 01:07:27.982910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6341 2025.01.09 01:07:27.983593 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6342 2025.01.09 01:07:27.983648 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6343 2025.01.09 01:07:27.984182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6344 2025.01.09 01:07:27.984441 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6345 2025.01.09 01:07:27.984727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6346 2025.01.09 01:07:28.943789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6347 2025.01.09 01:07:28.964196 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2025.01.09 01:07:28.964253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6349 2025.01.09 01:07:28.971470 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6350 2025.01.09 01:07:28.972237 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6351 2025.01.09 01:07:28.974905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6352 2025.01.09 01:07:29.549945 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6353 2025.01.09 01:07:29.550156 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6354 2025.01.09 01:07:29.550238 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6355 2025.01.09 01:07:29.551015 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6356 2025.01.09 01:07:29.551060 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6357 2025.01.09 01:07:29.551513 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6358 2025.01.09 01:07:29.551771 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6359 2025.01.09 01:07:29.552018 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
6360 2025.01.09 01:07:29.552226 [ 276 ] {9ec2eb7a-32cd-4890-a13a-1052c9b8f91e} <Debug> TCPHandler: Processed in 0.002419895 sec.
6361 2025.01.09 01:07:29.552543 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6362 2025.01.09 01:07:29.552759 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6363 2025.01.09 01:07:29.552843 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6364 2025.01.09 01:07:29.553765 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6365 2025.01.09 01:07:29.553814 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6366 2025.01.09 01:07:29.554270 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6367 2025.01.09 01:07:29.554520 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6368 2025.01.09 01:07:29.554764 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002063 sec., 104217.15947649055 rows/sec., 9.11 MiB/sec.
6369 2025.01.09 01:07:29.554902 [ 279 ] {e5a3a066-cc9b-49f6-aaee-ba9fdd071e89} <Debug> TCPHandler: Processed in 0.002535987 sec.
6370 2025.01.09 01:07:29.555057 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6371 2025.01.09 01:07:29.555184 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6372 2025.01.09 01:07:29.555238 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6373 2025.01.09 01:07:29.555832 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6374 2025.01.09 01:07:29.555873 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6375 2025.01.09 01:07:29.556243 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6376 2025.01.09 01:07:29.556501 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6377 2025.01.09 01:07:29.556718 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001557 sec., 9633.911368015415 rows/sec., 679.27 KiB/sec.
6378 2025.01.09 01:07:29.556884 [ 276 ] {65e66b5f-b3e9-4ef8-8103-bd4d5a61d0a2} <Debug> TCPHandler: Processed in 0.001889993 sec.
6379 2025.01.09 01:07:29.557181 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6380 2025.01.09 01:07:29.557411 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6381 2025.01.09 01:07:29.557478 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6382 2025.01.09 01:07:29.558088 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6383 2025.01.09 01:07:29.558128 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6384 2025.01.09 01:07:29.558490 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6385 2025.01.09 01:07:29.558739 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6386 2025.01.09 01:07:29.558956 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec.
6387 2025.01.09 01:07:29.559074 [ 279 ] {dd51aa73-3e7c-4f9a-bcc8-2631598e6a04} <Debug> TCPHandler: Processed in 0.002075576 sec.
6388 2025.01.09 01:07:29.559227 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6389 2025.01.09 01:07:29.559347 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6390 2025.01.09 01:07:29.559400 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6391 2025.01.09 01:07:29.559988 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2025.01.09 01:07:29.560027 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6393 2025.01.09 01:07:29.560389 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6394 2025.01.09 01:07:29.560631 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2025.01.09 01:07:29.560841 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
6396 2025.01.09 01:07:29.561031 [ 276 ] {9f9c79e7-5920-4a86-bbda-a2475bed9138} <Debug> TCPHandler: Processed in 0.001859832 sec.
6397 2025.01.09 01:07:29.561221 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6398 2025.01.09 01:07:29.561341 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6399 2025.01.09 01:07:29.561393 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6400 2025.01.09 01:07:29.562237 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6401 2025.01.09 01:07:29.562286 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6402 2025.01.09 01:07:29.562689 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6403 2025.01.09 01:07:29.562929 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2025.01.09 01:07:29.563157 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001842 sec., 207383.27904451682 rows/sec., 14.67 MiB/sec.
6405 2025.01.09 01:07:29.563211 [ 279 ] {ce58167e-43d3-4160-82bb-fd2fef2630d5} <Debug> TCPHandler: Processed in 0.002080667 sec.
6406 2025.01.09 01:07:29.563354 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6407 2025.01.09 01:07:29.563488 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6408 2025.01.09 01:07:29.563551 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6409 2025.01.09 01:07:29.564119 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6410 2025.01.09 01:07:29.564164 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6411 2025.01.09 01:07:29.564563 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6412 2025.01.09 01:07:29.564797 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2025.01.09 01:07:29.565015 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec.
6414 2025.01.09 01:07:29.565072 [ 276 ] {6334f52e-0a4e-4984-80c6-a73ad38ef435} <Debug> TCPHandler: Processed in 0.00177483 sec.
6415 2025.01.09 01:07:29.565211 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6416 2025.01.09 01:07:29.565329 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6417 2025.01.09 01:07:29.565384 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6418 2025.01.09 01:07:29.566084 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6419 2025.01.09 01:07:29.566131 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6420 2025.01.09 01:07:29.566582 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6421 2025.01.09 01:07:29.566817 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6422 2025.01.09 01:07:29.566996 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001692 sec., 134160.75650118204 rows/sec., 8.95 MiB/sec.
6423 2025.01.09 01:07:29.567048 [ 279 ] {76c0ba30-1251-4d77-ab25-659b6043ee84} <Debug> TCPHandler: Processed in 0.001894782 sec.
6424 2025.01.09 01:07:29.567175 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6425 2025.01.09 01:07:29.567292 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6426 2025.01.09 01:07:29.567349 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6427 2025.01.09 01:07:29.567890 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6428 2025.01.09 01:07:29.567936 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6429 2025.01.09 01:07:29.568364 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6430 2025.01.09 01:07:29.568613 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6431 2025.01.09 01:07:29.568816 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec.
6432 2025.01.09 01:07:29.568868 [ 276 ] {ab28722a-4a52-4465-8624-bf450c63358f} <Debug> TCPHandler: Processed in 0.001747719 sec.
6433 2025.01.09 01:07:29.569005 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6434 2025.01.09 01:07:29.569123 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6435 2025.01.09 01:07:29.569206 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6436 2025.01.09 01:07:29.570336 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6437 2025.01.09 01:07:29.570374 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6438 2025.01.09 01:07:29.570986 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6439 2025.01.09 01:07:29.571255 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6440 2025.01.09 01:07:29.571500 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002396 sec., 3338.89816360601 rows/sec., 5.98 MiB/sec.
6441 2025.01.09 01:07:29.571849 [ 279 ] {ea15082f-fb60-4d1b-8daf-e4692962be01} <Debug> TCPHandler: Processed in 0.002896766 sec.
6442 2025.01.09 01:07:29.572247 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6443 2025.01.09 01:07:29.572476 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6444 2025.01.09 01:07:29.572526 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6445 2025.01.09 01:07:29.572995 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6446 2025.01.09 01:07:29.573034 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6447 2025.01.09 01:07:29.573403 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6448 2025.01.09 01:07:29.573641 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6449 2025.01.09 01:07:29.573847 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001419 sec., 50739.95771670191 rows/sec., 3.24 MiB/sec.
6450 2025.01.09 01:07:29.573898 [ 276 ] {ca11f1ea-bc18-4504-8219-6748bbd4ff07} <Debug> TCPHandler: Processed in 0.001898183 sec.
6451 2025.01.09 01:07:33.053228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 896
6452 2025.01.09 01:07:33.056315 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6453 2025.01.09 01:07:33.056370 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6454 2025.01.09 01:07:33.057861 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6455 2025.01.09 01:07:33.058184 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6456 2025.01.09 01:07:33.058420 [ 124 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6457 2025.01.09 01:07:33.058551 [ 124 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6458 2025.01.09 01:07:33.058618 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6459 2025.01.09 01:07:33.059073 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
6460 2025.01.09 01:07:33.059818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896
6461 2025.01.09 01:07:33.060272 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6462 2025.01.09 01:07:33.060457 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 704 rows starting from the beginning of the part
6463 2025.01.09 01:07:33.061148 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part
6464 2025.01.09 01:07:33.061766 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
6465 2025.01.09 01:07:33.062366 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part
6466 2025.01.09 01:07:33.062971 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
6467 2025.01.09 01:07:33.063572 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
6468 2025.01.09 01:07:33.071957 [ 191 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 72 columns (72 merged, 0 gathered) in 0.013216948 sec., 67791.74738373791 rows/sec., 55.02 MiB/sec.
6469 2025.01.09 01:07:33.073386 [ 197 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6470 2025.01.09 01:07:33.074264 [ 197 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6471 2025.01.09 01:07:33.074371 [ 197 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_21_4} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6472 2025.01.09 01:07:33.074730 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB.
6473 2025.01.09 01:07:34.546906 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6474 2025.01.09 01:07:34.547150 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6475 2025.01.09 01:07:34.547250 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6476 2025.01.09 01:07:34.548027 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6477 2025.01.09 01:07:34.548080 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6478 2025.01.09 01:07:34.548519 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6479 2025.01.09 01:07:34.548796 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6480 2025.01.09 01:07:34.549049 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec.
6481 2025.01.09 01:07:34.549159 [ 276 ] {a4d81be0-f5d2-44a1-bf50-93f613580cbb} <Debug> TCPHandler: Processed in 0.002461025 sec.
6482 2025.01.09 01:07:34.549445 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6483 2025.01.09 01:07:34.549664 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6484 2025.01.09 01:07:34.549748 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6485 2025.01.09 01:07:34.550660 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6486 2025.01.09 01:07:34.550715 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6487 2025.01.09 01:07:34.551172 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6488 2025.01.09 01:07:34.551431 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6489 2025.01.09 01:07:34.551678 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002074 sec., 55448.40887174542 rows/sec., 4.70 MiB/sec.
6490 2025.01.09 01:07:34.551747 [ 279 ] {a137eb24-cc59-4f04-a6d6-4e7ef85ecc4b} <Debug> TCPHandler: Processed in 0.002448245 sec.
6491 2025.01.09 01:07:34.551917 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6492 2025.01.09 01:07:34.552065 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6493 2025.01.09 01:07:34.552128 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6494 2025.01.09 01:07:34.552799 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6495 2025.01.09 01:07:34.552841 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6496 2025.01.09 01:07:34.553211 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6497 2025.01.09 01:07:34.553466 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6498 2025.01.09 01:07:34.553699 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001671 sec., 19748.653500897668 rows/sec., 1.44 MiB/sec.
6499 2025.01.09 01:07:34.553760 [ 276 ] {9d693f88-6b77-4fa7-9c87-fcbcdb23b299} <Debug> TCPHandler: Processed in 0.001913743 sec.
6500 2025.01.09 01:07:34.553975 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6501 2025.01.09 01:07:34.554205 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6502 2025.01.09 01:07:34.554303 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6503 2025.01.09 01:07:34.555042 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6504 2025.01.09 01:07:34.555084 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6505 2025.01.09 01:07:34.555459 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6506 2025.01.09 01:07:34.555694 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6507 2025.01.09 01:07:34.555938 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001791 sec., 49692.9089893914 rows/sec., 3.88 MiB/sec.
6508 2025.01.09 01:07:34.556003 [ 279 ] {f6f3a583-23c3-4dc0-90a6-9cb9e02765c6} <Debug> TCPHandler: Processed in 0.002143378 sec.
6509 2025.01.09 01:07:34.556228 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6510 2025.01.09 01:07:34.556374 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6511 2025.01.09 01:07:34.556439 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6512 2025.01.09 01:07:34.557044 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6513 2025.01.09 01:07:34.557085 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6514 2025.01.09 01:07:34.557488 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6515 2025.01.09 01:07:34.557737 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6516 2025.01.09 01:07:34.557974 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001631 sec., 92581.23850398528 rows/sec., 6.42 MiB/sec.
6517 2025.01.09 01:07:34.558071 [ 276 ] {fabccf60-083a-4092-becf-67f9c4da7fde} <Debug> TCPHandler: Processed in 0.001976195 sec.
6518 2025.01.09 01:07:34.558284 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6519 2025.01.09 01:07:34.558423 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6520 2025.01.09 01:07:34.558519 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6521 2025.01.09 01:07:34.559723 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6522 2025.01.09 01:07:34.559764 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6523 2025.01.09 01:07:34.560432 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6524 2025.01.09 01:07:34.560693 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6525 2025.01.09 01:07:34.561022 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002629 sec., 11791.555724610118 rows/sec., 21.13 MiB/sec.
6526 2025.01.09 01:07:34.561559 [ 279 ] {d96963a5-d23f-43e3-8f57-7ace9394e24a} <Debug> TCPHandler: Processed in 0.003395337 sec.
6527 2025.01.09 01:07:34.561798 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6528 2025.01.09 01:07:34.561999 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6529 2025.01.09 01:07:34.562083 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6530 2025.01.09 01:07:34.562748 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6531 2025.01.09 01:07:34.562788 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6532 2025.01.09 01:07:34.563160 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6533 2025.01.09 01:07:34.563407 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6534 2025.01.09 01:07:34.563635 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001685 sec., 29673.590504451036 rows/sec., 2.03 MiB/sec.
6535 2025.01.09 01:07:34.563686 [ 276 ] {97546dd6-1f32-4c36-9755-bcb8f99f0708} <Debug> TCPHandler: Processed in 0.002030596 sec.
6536 2025.01.09 01:07:35.485791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6537 2025.01.09 01:07:35.486505 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6538 2025.01.09 01:07:35.486553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6539 2025.01.09 01:07:35.487206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6540 2025.01.09 01:07:35.487500 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6541 2025.01.09 01:07:35.487664 [ 121 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6542 2025.01.09 01:07:35.487716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6543 2025.01.09 01:07:35.487725 [ 121 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6544 2025.01.09 01:07:35.487756 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6545 2025.01.09 01:07:35.487901 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
6546 2025.01.09 01:07:35.488072 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6547 2025.01.09 01:07:35.488124 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
6548 2025.01.09 01:07:35.488224 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6549 2025.01.09 01:07:35.488468 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6550 2025.01.09 01:07:35.488666 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6551 2025.01.09 01:07:35.488860 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6552 2025.01.09 01:07:35.488951 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6553 2025.01.09 01:07:35.491648 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003816877 sec., 3739706.5716291093 rows/sec., 53.50 MiB/sec.
6554 2025.01.09 01:07:35.492089 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6555 2025.01.09 01:07:35.492426 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6556 2025.01.09 01:07:35.492520 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_31_6} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6557 2025.01.09 01:07:35.492636 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6558 2025.01.09 01:07:36.475876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6559 2025.01.09 01:07:36.498271 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6560 2025.01.09 01:07:36.498330 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6561 2025.01.09 01:07:36.505773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6562 2025.01.09 01:07:36.506557 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6563 2025.01.09 01:07:36.506927 [ 118 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6564 2025.01.09 01:07:36.507064 [ 118 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6565 2025.01.09 01:07:36.507134 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6566 2025.01.09 01:07:36.507554 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6567 2025.01.09 01:07:36.523556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6568 2025.01.09 01:07:36.524884 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6569 2025.01.09 01:07:36.526418 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6570 2025.01.09 01:07:36.532043 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6571 2025.01.09 01:07:36.537714 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6572 2025.01.09 01:07:36.543991 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6573 2025.01.09 01:07:36.549893 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6574 2025.01.09 01:07:36.554538 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::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
6575 2025.01.09 01:07:36.617564 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110268898 sec., 2122.0852320479344 rows/sec., 10.97 MiB/sec.
6576 2025.01.09 01:07:36.620561 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6577 2025.01.09 01:07:36.623496 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_31_6} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6578 2025.01.09 01:07:36.623624 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_31_6} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6579 2025.01.09 01:07:36.626043 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6580 2025.01.09 01:07:37.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.56 MiB, peak 212.12 MiB, free memory in arenas 0.00 B, will set to 203.65 MiB (RSS), difference: 2.09 MiB
6581 2025.01.09 01:07:39.550527 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6582 2025.01.09 01:07:39.550737 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6583 2025.01.09 01:07:39.550813 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6584 2025.01.09 01:07:39.551591 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6585 2025.01.09 01:07:39.551647 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6586 2025.01.09 01:07:39.552104 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6587 2025.01.09 01:07:39.552373 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2025.01.09 01:07:39.552632 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec.
6589 2025.01.09 01:07:39.552697 [ 276 ] {3df831bd-e79f-4564-a5ba-5cf995ce57a8} <Debug> TCPHandler: Processed in 0.002306513 sec.
6590 2025.01.09 01:07:39.553045 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6591 2025.01.09 01:07:39.553369 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6592 2025.01.09 01:07:39.553490 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6593 2025.01.09 01:07:39.554443 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6594 2025.01.09 01:07:39.554500 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6595 2025.01.09 01:07:39.554985 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6596 2025.01.09 01:07:39.555245 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2025.01.09 01:07:39.555466 [ 111 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6598 2025.01.09 01:07:39.555526 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002245 sec., 95768.3741648107 rows/sec., 8.37 MiB/sec.
6599 2025.01.09 01:07:39.555592 [ 111 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6600 2025.01.09 01:07:39.555679 [ 279 ] {5ef0f646-eea8-4f14-912d-dd494ecd5911} <Debug> TCPHandler: Processed in 0.002837694 sec.
6601 2025.01.09 01:07:39.555688 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6602 2025.01.09 01:07:39.555999 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6603 2025.01.09 01:07:39.556126 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
6604 2025.01.09 01:07:39.556634 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6605 2025.01.09 01:07:39.556806 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6606 2025.01.09 01:07:39.556853 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6607 2025.01.09 01:07:39.556954 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1426 rows starting from the beginning of the part
6608 2025.01.09 01:07:39.557068 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 52 rows starting from the beginning of the part
6609 2025.01.09 01:07:39.557501 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 114 rows starting from the beginning of the part
6610 2025.01.09 01:07:39.557772 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 215 rows starting from the beginning of the part
6611 2025.01.09 01:07:39.558079 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 115 rows starting from the beginning of the part
6612 2025.01.09 01:07:39.558378 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 215 rows starting from the beginning of the part
6613 2025.01.09 01:07:39.558957 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6614 2025.01.09 01:07:39.559004 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6615 2025.01.09 01:07:39.559652 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6616 2025.01.09 01:07:39.559966 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6617 2025.01.09 01:07:39.560163 [ 111 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6618 2025.01.09 01:07:39.560279 [ 111 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6619 2025.01.09 01:07:39.560342 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003932 sec., 3814.8524923702953 rows/sec., 268.98 KiB/sec.
6620 2025.01.09 01:07:39.560354 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6621 2025.01.09 01:07:39.560676 [ 276 ] {c4e23d2a-8128-4f7b-a7c9-4382bb12ed46} <Debug> TCPHandler: Processed in 0.004860909 sec.
6622 2025.01.09 01:07:39.561241 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
6623 2025.01.09 01:07:39.561784 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005916273 sec., 361207.1315843607 rows/sec., 31.88 MiB/sec.
6624 2025.01.09 01:07:39.561934 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6625 2025.01.09 01:07:39.561953 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6626 2025.01.09 01:07:39.562053 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 62 rows starting from the beginning of the part
6627 2025.01.09 01:07:39.562223 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6628 2025.01.09 01:07:39.562450 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6629 2025.01.09 01:07:39.562539 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 21 rows starting from the beginning of the part
6630 2025.01.09 01:07:39.562724 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6631 2025.01.09 01:07:39.563150 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part
6632 2025.01.09 01:07:39.563444 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6633 2025.01.09 01:07:39.563755 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_46_9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6634 2025.01.09 01:07:39.563770 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part
6635 2025.01.09 01:07:39.564077 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
6636 2025.01.09 01:07:39.564354 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 33 rows starting from the beginning of the part
6637 2025.01.09 01:07:39.564737 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part
6638 2025.01.09 01:07:39.565800 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6639 2025.01.09 01:07:39.565877 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6640 2025.01.09 01:07:39.566961 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6641 2025.01.09 01:07:39.567466 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006951746 sec., 25461.229452284362 rows/sec., 1.91 MiB/sec.
6642 2025.01.09 01:07:39.567511 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2025.01.09 01:07:39.567786 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6644 2025.01.09 01:07:39.568052 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005848 sec., 2393.980848153215 rows/sec., 167.66 KiB/sec.
6645 2025.01.09 01:07:39.568333 [ 279 ] {e6860ea2-e681-4573-87a0-e3ff585add2f} <Debug> TCPHandler: Processed in 0.007504019 sec.
6646 2025.01.09 01:07:39.568595 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6647 2025.01.09 01:07:39.568758 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6648 2025.01.09 01:07:39.568822 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6649 2025.01.09 01:07:39.568923 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6650 2025.01.09 01:07:39.568945 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_41_8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6651 2025.01.09 01:07:39.569155 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6652 2025.01.09 01:07:39.569866 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6653 2025.01.09 01:07:39.569915 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6654 2025.01.09 01:07:39.570328 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6655 2025.01.09 01:07:39.570573 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6656 2025.01.09 01:07:39.570808 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002059 sec., 6313.744536182613 rows/sec., 393.66 KiB/sec.
6657 2025.01.09 01:07:39.570866 [ 276 ] {64c4e19f-4bbf-4d83-87c7-0325299c90f3} <Debug> TCPHandler: Processed in 0.002417854 sec.
6658 2025.01.09 01:07:39.571019 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6659 2025.01.09 01:07:39.571162 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6660 2025.01.09 01:07:39.571222 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6661 2025.01.09 01:07:39.572041 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6662 2025.01.09 01:07:39.572082 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6663 2025.01.09 01:07:39.572604 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6664 2025.01.09 01:07:39.572849 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6665 2025.01.09 01:07:39.573012 [ 107 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6666 2025.01.09 01:07:39.573085 [ 107 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6667 2025.01.09 01:07:39.573104 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001963 sec., 194600.10188487012 rows/sec., 13.77 MiB/sec.
6668 2025.01.09 01:07:39.573130 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6669 2025.01.09 01:07:39.573268 [ 279 ] {49933f98-0f53-4280-8a3c-f99bba13a61d} <Debug> TCPHandler: Processed in 0.002318093 sec.
6670 2025.01.09 01:07:39.573413 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
6671 2025.01.09 01:07:39.573473 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6672 2025.01.09 01:07:39.573563 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6673 2025.01.09 01:07:39.573608 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 903 rows starting from the beginning of the part
6674 2025.01.09 01:07:39.573629 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6675 2025.01.09 01:07:39.573778 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part
6676 2025.01.09 01:07:39.573787 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6677 2025.01.09 01:07:39.574137 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 87 rows starting from the beginning of the part
6678 2025.01.09 01:07:39.574414 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 382 rows starting from the beginning of the part
6679 2025.01.09 01:07:39.574819 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 89 rows starting from the beginning of the part
6680 2025.01.09 01:07:39.575005 [ 186 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 382 rows starting from the beginning of the part
6681 2025.01.09 01:07:39.575571 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6682 2025.01.09 01:07:39.575619 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6683 2025.01.09 01:07:39.576158 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6684 2025.01.09 01:07:39.576429 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6685 2025.01.09 01:07:39.576633 [ 106 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6686 2025.01.09 01:07:39.576716 [ 106 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6687 2025.01.09 01:07:39.576784 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6688 2025.01.09 01:07:39.576831 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003236 sec., 1854.1409147095178 rows/sec., 96.87 KiB/sec.
6689 2025.01.09 01:07:39.576947 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.003648742 sec., 520453.35077130696 rows/sec., 39.75 MiB/sec.
6690 2025.01.09 01:07:39.577105 [ 276 ] {73f1682f-578d-44df-9ba3-03162eca001b} <Debug> TCPHandler: Processed in 0.003724744 sec.
6691 2025.01.09 01:07:39.577135 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6692 2025.01.09 01:07:39.577351 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6693 2025.01.09 01:07:39.577392 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6694 2025.01.09 01:07:39.577417 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6695 2025.01.09 01:07:39.577514 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6696 2025.01.09 01:07:39.577827 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6697 2025.01.09 01:07:39.578040 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6698 2025.01.09 01:07:39.578264 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6699 2025.01.09 01:07:39.578405 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6700 2025.01.09 01:07:39.578537 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6701 2025.01.09 01:07:39.578778 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6702 2025.01.09 01:07:39.579042 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_46_9} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6703 2025.01.09 01:07:39.579231 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6704 2025.01.09 01:07:39.579469 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6705 2025.01.09 01:07:39.579699 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
6706 2025.01.09 01:07:39.581434 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6707 2025.01.09 01:07:39.581525 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6708 2025.01.09 01:07:39.582443 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005560005 sec., 21582.71440403381 rows/sec., 1.10 MiB/sec.
6709 2025.01.09 01:07:39.582615 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6710 2025.01.09 01:07:39.582651 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6711 2025.01.09 01:07:39.583203 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_20_4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2025.01.09 01:07:39.583254 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6713 2025.01.09 01:07:39.583394 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_20_4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6714 2025.01.09 01:07:39.583621 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6715 2025.01.09 01:07:39.583722 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005876 sec., 38631.72226004084 rows/sec., 2.58 MiB/sec.
6716 2025.01.09 01:07:39.583798 [ 279 ] {1e8d8ac5-2045-4ce3-a8c3-1f17e33603a5} <Debug> TCPHandler: Processed in 0.006427305 sec.
6717 2025.01.09 01:07:39.583965 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6718 2025.01.09 01:07:39.584104 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6719 2025.01.09 01:07:39.584165 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6720 2025.01.09 01:07:39.584720 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6721 2025.01.09 01:07:39.584756 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6722 2025.01.09 01:07:39.585113 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6723 2025.01.09 01:07:39.585350 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6724 2025.01.09 01:07:39.585529 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec.
6725 2025.01.09 01:07:39.585579 [ 276 ] {76dfe594-8df8-4c62-b45f-415fc70363e2} <Debug> TCPHandler: Processed in 0.001681678 sec.
6726 2025.01.09 01:07:39.585733 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6727 2025.01.09 01:07:39.585873 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6728 2025.01.09 01:07:39.585968 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6729 2025.01.09 01:07:39.587193 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6730 2025.01.09 01:07:39.587234 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6731 2025.01.09 01:07:39.587874 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6732 2025.01.09 01:07:39.588132 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2025.01.09 01:07:39.588318 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6734 2025.01.09 01:07:39.588387 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6735 2025.01.09 01:07:39.588417 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6736 2025.01.09 01:07:39.588453 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002602 sec., 3074.558032282859 rows/sec., 5.51 MiB/sec.
6737 2025.01.09 01:07:39.588806 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
6738 2025.01.09 01:07:39.588840 [ 279 ] {e2d729eb-52b6-4669-bdff-d22d596a3d9c} <Debug> TCPHandler: Processed in 0.003173331 sec.
6739 2025.01.09 01:07:39.589082 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6740 2025.01.09 01:07:39.589369 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6741 2025.01.09 01:07:39.589520 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6742 2025.01.09 01:07:39.589556 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6743 2025.01.09 01:07:39.589831 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 681 rows starting from the beginning of the part
6744 2025.01.09 01:07:39.590604 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part
6745 2025.01.09 01:07:39.591509 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part
6746 2025.01.09 01:07:39.591637 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2025.01.09 01:07:39.591734 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6748 2025.01.09 01:07:39.592196 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part
6749 2025.01.09 01:07:39.592936 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part
6750 2025.01.09 01:07:39.593091 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6751 2025.01.09 01:07:39.593484 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part
6752 2025.01.09 01:07:39.593861 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6753 2025.01.09 01:07:39.594816 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.005388 sec., 13363.028953229397 rows/sec., 872.89 KiB/sec.
6754 2025.01.09 01:07:39.595332 [ 276 ] {2a674233-b55b-418f-9267-290ba6718671} <Debug> TCPHandler: Processed in 0.006376543 sec.
6755 2025.01.09 01:07:39.599733 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 19 columns (19 merged, 0 gathered) in 0.011225104 sec., 68328.98831048692 rows/sec., 122.44 MiB/sec.
6756 2025.01.09 01:07:39.601281 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6757 2025.01.09 01:07:39.601753 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6758 2025.01.09 01:07:39.601842 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6759 2025.01.09 01:07:39.602008 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB.
6760 2025.01.09 01:07:42.861218 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
6761 2025.01.09 01:07:42.861306 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
6762 2025.01.09 01:07:42.988825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6763 2025.01.09 01:07:42.989471 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6764 2025.01.09 01:07:42.989517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6765 2025.01.09 01:07:42.990049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6766 2025.01.09 01:07:42.990310 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2025.01.09 01:07:42.990547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6768 2025.01.09 01:07:43.001330 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000947302 sec.
6769 2025.01.09 01:07:43.061003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 932
6770 2025.01.09 01:07:43.064116 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6771 2025.01.09 01:07:43.064158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6772 2025.01.09 01:07:43.065632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6773 2025.01.09 01:07:43.065946 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6774 2025.01.09 01:07:43.067031 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 932
6775 2025.01.09 01:07:44.024618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6776 2025.01.09 01:07:44.042639 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6777 2025.01.09 01:07:44.042690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6778 2025.01.09 01:07:44.049630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6779 2025.01.09 01:07:44.050408 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2025.01.09 01:07:44.052890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6781 2025.01.09 01:07:44.546966 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6782 2025.01.09 01:07:44.547157 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6783 2025.01.09 01:07:44.547235 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6784 2025.01.09 01:07:44.548067 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6785 2025.01.09 01:07:44.548116 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6786 2025.01.09 01:07:44.548592 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6787 2025.01.09 01:07:44.548867 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6788 2025.01.09 01:07:44.549138 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002023 sec., 56351.95254572417 rows/sec., 4.79 MiB/sec.
6789 2025.01.09 01:07:44.549419 [ 276 ] {5988ef2d-60c4-48c3-8596-d0265d307003} <Debug> TCPHandler: Processed in 0.002583079 sec.
6790 2025.01.09 01:07:44.549873 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6791 2025.01.09 01:07:44.550383 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6792 2025.01.09 01:07:44.550474 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6793 2025.01.09 01:07:44.551233 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6794 2025.01.09 01:07:44.551286 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6795 2025.01.09 01:07:44.551734 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6796 2025.01.09 01:07:44.551988 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6797 2025.01.09 01:07:44.552219 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002045 sec., 15158.924205378973 rows/sec., 1.11 MiB/sec.
6798 2025.01.09 01:07:44.552286 [ 279 ] {c06f39a9-ed95-4ea4-bc53-0f73a9cb035b} <Debug> TCPHandler: Processed in 0.002725721 sec.
6799 2025.01.09 01:07:44.552456 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6800 2025.01.09 01:07:44.552605 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6801 2025.01.09 01:07:44.552668 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6802 2025.01.09 01:07:44.553337 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6803 2025.01.09 01:07:44.553380 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6804 2025.01.09 01:07:44.553766 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6805 2025.01.09 01:07:44.554026 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6806 2025.01.09 01:07:44.554274 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001694 sec., 51357.733175915 rows/sec., 4.01 MiB/sec.
6807 2025.01.09 01:07:44.554355 [ 276 ] {45549188-459c-40d0-8ffe-e0283bfceb0e} <Debug> TCPHandler: Processed in 0.001968474 sec.
6808 2025.01.09 01:07:44.554601 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6809 2025.01.09 01:07:44.554768 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6810 2025.01.09 01:07:44.554827 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6811 2025.01.09 01:07:44.555419 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2025.01.09 01:07:44.555461 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6813 2025.01.09 01:07:44.555870 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6814 2025.01.09 01:07:44.556114 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2025.01.09 01:07:44.556349 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001613 sec., 92994.4203347799 rows/sec., 6.45 MiB/sec.
6816 2025.01.09 01:07:44.556412 [ 279 ] {00bee98f-85f0-4d64-adeb-7772e9ef125a} <Debug> TCPHandler: Processed in 0.001939313 sec.
6817 2025.01.09 01:07:44.556557 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6818 2025.01.09 01:07:44.556675 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6819 2025.01.09 01:07:44.556760 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6820 2025.01.09 01:07:44.558135 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6821 2025.01.09 01:07:44.558176 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6822 2025.01.09 01:07:44.558876 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6823 2025.01.09 01:07:44.559142 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6824 2025.01.09 01:07:44.559396 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002748 sec., 11280.931586608442 rows/sec., 20.21 MiB/sec.
6825 2025.01.09 01:07:44.559524 [ 276 ] {6b37b80b-2d02-4ec5-97cb-71922757bb41} <Debug> TCPHandler: Processed in 0.003024538 sec.
6826 2025.01.09 01:07:44.559684 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6827 2025.01.09 01:07:44.559807 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6828 2025.01.09 01:07:44.559869 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6829 2025.01.09 01:07:44.560440 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6830 2025.01.09 01:07:44.560487 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6831 2025.01.09 01:07:44.560914 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6832 2025.01.09 01:07:44.561154 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6833 2025.01.09 01:07:44.561417 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001625 sec., 30769.23076923077 rows/sec., 2.11 MiB/sec.
6834 2025.01.09 01:07:44.561491 [ 279 ] {87ac6228-4738-4eb5-aa17-f2d9d744c3f6} <Debug> TCPHandler: Processed in 0.001856282 sec.
6835 2025.01.09 01:07:45.018834 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6836 2025.01.09 01:07:45.019049 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6837 2025.01.09 01:07:45.019130 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6838 2025.01.09 01:07:45.019967 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6839 2025.01.09 01:07:45.020012 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6840 2025.01.09 01:07:45.020446 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6841 2025.01.09 01:07:45.020703 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6842 2025.01.09 01:07:45.020841 [ 90 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6843 2025.01.09 01:07:45.020882 [ 90 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6844 2025.01.09 01:07:45.020906 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6845 2025.01.09 01:07:45.020918 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
6846 2025.01.09 01:07:45.021101 [ 276 ] {ce07f367-8091-478a-9b06-27541b3373af} <Debug> TCPHandler: Processed in 0.002402194 sec.
6847 2025.01.09 01:07:45.021166 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6848 2025.01.09 01:07:45.021340 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6849 2025.01.09 01:07:45.021393 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6850 2025.01.09 01:07:45.021401 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6851 2025.01.09 01:07:45.021550 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6852 2025.01.09 01:07:45.021884 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6853 2025.01.09 01:07:45.021891 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6854 2025.01.09 01:07:45.022130 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6855 2025.01.09 01:07:45.022194 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6856 2025.01.09 01:07:45.022491 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::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
6857 2025.01.09 01:07:45.024640 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6858 2025.01.09 01:07:45.024734 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6859 2025.01.09 01:07:45.025367 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004364839 sec., 16037.246734644737 rows/sec., 1.19 MiB/sec.
6860 2025.01.09 01:07:45.025650 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6861 2025.01.09 01:07:45.025683 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6862 2025.01.09 01:07:45.026144 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6863 2025.01.09 01:07:45.026159 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_21_5} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6864 2025.01.09 01:07:45.026313 [ 200 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_21_5} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6865 2025.01.09 01:07:45.026595 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6866 2025.01.09 01:07:45.026711 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005044 sec., 396.5107057890563 rows/sec., 32.33 KiB/sec.
6867 2025.01.09 01:07:45.026801 [ 279 ] {07b232ff-64fd-43eb-99d0-737d51ebb280} <Debug> TCPHandler: Processed in 0.005561556 sec.
6868 2025.01.09 01:07:45.026969 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6869 2025.01.09 01:07:45.027118 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6870 2025.01.09 01:07:45.027181 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6871 2025.01.09 01:07:45.028428 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2025.01.09 01:07:45.028468 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6873 2025.01.09 01:07:45.028943 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6874 2025.01.09 01:07:45.029205 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6875 2025.01.09 01:07:45.029389 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002308 sec., 587521.6637781629 rows/sec., 49.03 MiB/sec.
6876 2025.01.09 01:07:45.029449 [ 276 ] {d2f82172-020c-4238-a0d6-a375aa0e8190} <Debug> TCPHandler: Processed in 0.002551327 sec.
6877 2025.01.09 01:07:45.029617 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6878 2025.01.09 01:07:45.029751 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6879 2025.01.09 01:07:45.029808 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6880 2025.01.09 01:07:45.030440 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6881 2025.01.09 01:07:45.030483 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6882 2025.01.09 01:07:45.030863 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6883 2025.01.09 01:07:45.031105 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6884 2025.01.09 01:07:45.031329 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.00161 sec., 10559.006211180124 rows/sec., 743.64 KiB/sec.
6885 2025.01.09 01:07:45.031394 [ 279 ] {c1597e9b-b3dc-4f70-88bc-254f0e787c5f} <Debug> TCPHandler: Processed in 0.001837931 sec.
6886 2025.01.09 01:07:45.031540 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6887 2025.01.09 01:07:45.031663 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6888 2025.01.09 01:07:45.031713 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6889 2025.01.09 01:07:45.032381 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6890 2025.01.09 01:07:45.032418 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6891 2025.01.09 01:07:45.032784 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6892 2025.01.09 01:07:45.033023 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6893 2025.01.09 01:07:45.033202 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001567 sec., 154435.22654754308 rows/sec., 10.46 MiB/sec.
6894 2025.01.09 01:07:45.033256 [ 276 ] {87ca3f05-57b3-4fff-aa1f-4e4da4d381d7} <Debug> TCPHandler: Processed in 0.00177348 sec.
6895 2025.01.09 01:07:45.033388 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6896 2025.01.09 01:07:45.033512 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6897 2025.01.09 01:07:45.033566 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6898 2025.01.09 01:07:45.034164 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6899 2025.01.09 01:07:45.034205 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6900 2025.01.09 01:07:45.034575 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6901 2025.01.09 01:07:45.034816 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6902 2025.01.09 01:07:45.034990 [ 90 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6903 2025.01.09 01:07:45.035046 [ 90 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6904 2025.01.09 01:07:45.035076 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
6905 2025.01.09 01:07:45.035087 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6906 2025.01.09 01:07:45.035246 [ 279 ] {b4a8779a-ee28-4f8d-a33e-2e0c3e6e06a0} <Debug> TCPHandler: Processed in 0.001906933 sec.
6907 2025.01.09 01:07:45.035332 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6908 2025.01.09 01:07:45.035442 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6909 2025.01.09 01:07:45.035524 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6910 2025.01.09 01:07:45.035581 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6911 2025.01.09 01:07:45.035717 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6912 2025.01.09 01:07:45.035872 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6913 2025.01.09 01:07:45.035889 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6914 2025.01.09 01:07:45.036284 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6915 2025.01.09 01:07:45.036647 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6916 2025.01.09 01:07:45.037114 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::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
6917 2025.01.09 01:07:45.039592 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6918 2025.01.09 01:07:45.039698 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6919 2025.01.09 01:07:45.039765 [ 197 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004545213 sec., 14300.759942383338 rows/sec., 947.51 KiB/sec.
6920 2025.01.09 01:07:45.039993 [ 197 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6921 2025.01.09 01:07:45.040458 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6922 2025.01.09 01:07:45.040582 [ 197 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_21_5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6923 2025.01.09 01:07:45.040732 [ 197 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_21_5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6924 2025.01.09 01:07:45.040901 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6925 2025.01.09 01:07:45.040931 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6926 2025.01.09 01:07:45.041179 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005561 sec., 151051.96907031108 rows/sec., 10.91 MiB/sec.
6927 2025.01.09 01:07:45.041248 [ 276 ] {29649755-2d0f-4b08-866e-70ee8fdde230} <Debug> TCPHandler: Processed in 0.005895184 sec.
6928 2025.01.09 01:07:45.041421 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6929 2025.01.09 01:07:45.041563 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6930 2025.01.09 01:07:45.041622 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6931 2025.01.09 01:07:45.042146 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6932 2025.01.09 01:07:45.042183 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6933 2025.01.09 01:07:45.042555 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6934 2025.01.09 01:07:45.042791 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6935 2025.01.09 01:07:45.042982 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec.
6936 2025.01.09 01:07:45.043032 [ 279 ] {62229aac-a055-4457-8d6d-4613747e1353} <Debug> TCPHandler: Processed in 0.001679038 sec.
6937 2025.01.09 01:07:45.043179 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6938 2025.01.09 01:07:45.043322 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6939 2025.01.09 01:07:45.043384 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6940 2025.01.09 01:07:45.044200 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6941 2025.01.09 01:07:45.044239 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6942 2025.01.09 01:07:45.044674 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6943 2025.01.09 01:07:45.044910 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2025.01.09 01:07:45.045092 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6945 2025.01.09 01:07:45.045147 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001848 sec., 516233.7662337662 rows/sec., 34.29 MiB/sec.
6946 2025.01.09 01:07:45.045154 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6947 2025.01.09 01:07:45.045236 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6948 2025.01.09 01:07:45.045281 [ 276 ] {6d251bb0-b63e-46f0-8875-2106e139f9e3} <Debug> TCPHandler: Processed in 0.002165829 sec.
6949 2025.01.09 01:07:45.045524 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::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
6950 2025.01.09 01:07:45.045538 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6951 2025.01.09 01:07:45.045822 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6952 2025.01.09 01:07:45.045840 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6953 2025.01.09 01:07:45.045929 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14179 rows starting from the beginning of the part
6954 2025.01.09 01:07:45.045931 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6955 2025.01.09 01:07:45.046212 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 227 rows starting from the beginning of the part
6956 2025.01.09 01:07:45.046706 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 151 rows starting from the beginning of the part
6957 2025.01.09 01:07:45.047113 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 227 rows starting from the beginning of the part
6958 2025.01.09 01:07:45.047457 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 150 rows starting from the beginning of the part
6959 2025.01.09 01:07:45.047681 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 954 rows starting from the beginning of the part
6960 2025.01.09 01:07:45.048485 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6961 2025.01.09 01:07:45.048550 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6962 2025.01.09 01:07:45.049270 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6963 2025.01.09 01:07:45.049588 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6964 2025.01.09 01:07:45.050097 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004327 sec., 231.107002542177 rows/sec., 15.57 KiB/sec.
6965 2025.01.09 01:07:45.050489 [ 279 ] {af3f5344-0097-41c9-ae00-9cdd992b5b4f} <Debug> TCPHandler: Processed in 0.005079895 sec.
6966 2025.01.09 01:07:45.050771 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6967 2025.01.09 01:07:45.051069 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6968 2025.01.09 01:07:45.051320 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6969 2025.01.09 01:07:45.053179 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6970 2025.01.09 01:07:45.053219 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6971 2025.01.09 01:07:45.054025 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6972 2025.01.09 01:07:45.054707 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6973 2025.01.09 01:07:45.054932 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15888 rows, containing 5 columns (5 merged, 0 gathered) in 0.009585196 sec., 1657556.0896198677 rows/sec., 111.24 MiB/sec.
6974 2025.01.09 01:07:45.055159 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004208 sec., 1901.1406844106464 rows/sec., 3.41 MiB/sec.
6975 2025.01.09 01:07:45.055311 [ 276 ] {7421f26e-3e56-4877-9dc3-7c508a3cafb7} <Debug> TCPHandler: Processed in 0.004687916 sec.
6976 2025.01.09 01:07:45.055535 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6977 2025.01.09 01:07:45.055547 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6978 2025.01.09 01:07:45.055780 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6979 2025.01.09 01:07:45.055895 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6980 2025.01.09 01:07:45.056075 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6981 2025.01.09 01:07:45.056324 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6982 2025.01.09 01:07:45.056498 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
6983 2025.01.09 01:07:45.056756 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6984 2025.01.09 01:07:45.056799 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6985 2025.01.09 01:07:45.057158 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6986 2025.01.09 01:07:45.057394 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6987 2025.01.09 01:07:45.057567 [ 87 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6988 2025.01.09 01:07:45.057649 [ 87 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6989 2025.01.09 01:07:45.057654 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.00194 sec., 16494.84536082474 rows/sec., 976.56 KiB/sec.
6990 2025.01.09 01:07:45.057691 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
6991 2025.01.09 01:07:45.057806 [ 279 ] {e0adf0fe-4b20-41af-9af9-94a304f824ca} <Debug> TCPHandler: Processed in 0.002392994 sec.
6992 2025.01.09 01:07:45.057937 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
6993 2025.01.09 01:07:45.058041 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6994 2025.01.09 01:07:45.058069 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1956 rows starting from the beginning of the part
6995 2025.01.09 01:07:45.058141 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part
6996 2025.01.09 01:07:45.058308 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 50 rows starting from the beginning of the part
6997 2025.01.09 01:07:45.058469 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part
6998 2025.01.09 01:07:45.058554 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 50 rows starting from the beginning of the part
6999 2025.01.09 01:07:45.058748 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
7000 2025.01.09 01:07:45.060060 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2232 rows, containing 4 columns (4 merged, 0 gathered) in 0.00223169 sec., 1000138.9081816919 rows/sec., 65.33 MiB/sec.
7001 2025.01.09 01:07:45.060334 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7002 2025.01.09 01:07:45.060694 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7003 2025.01.09 01:07:45.060796 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_46_9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7004 2025.01.09 01:07:45.060886 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
7005 2025.01.09 01:07:49.543265 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7006 2025.01.09 01:07:49.543476 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7007 2025.01.09 01:07:49.543553 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7008 2025.01.09 01:07:49.544328 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7009 2025.01.09 01:07:49.544383 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7010 2025.01.09 01:07:49.544835 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7011 2025.01.09 01:07:49.545094 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7012 2025.01.09 01:07:49.545345 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001922 sec., 27055.150884495317 rows/sec., 2.07 MiB/sec.
7013 2025.01.09 01:07:49.545411 [ 276 ] {209eafde-f1f0-4279-92f5-f668590e37c2} <Debug> TCPHandler: Processed in 0.002284661 sec.
7014 2025.01.09 01:07:49.545650 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7015 2025.01.09 01:07:49.545842 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7016 2025.01.09 01:07:49.545916 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7017 2025.01.09 01:07:49.546731 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.01.09 01:07:49.546775 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7019 2025.01.09 01:07:49.547227 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7020 2025.01.09 01:07:49.547490 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7021 2025.01.09 01:07:49.547736 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.24 MiB/sec.
7022 2025.01.09 01:07:49.547805 [ 279 ] {461ae155-c7ac-4240-93db-ffcf7e4df506} <Debug> TCPHandler: Processed in 0.002289921 sec.
7023 2025.01.09 01:07:49.547956 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7024 2025.01.09 01:07:49.548109 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7025 2025.01.09 01:07:49.548208 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7026 2025.01.09 01:07:49.548864 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7027 2025.01.09 01:07:49.548915 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7028 2025.01.09 01:07:49.549327 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7029 2025.01.09 01:07:49.549574 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7030 2025.01.09 01:07:49.549828 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001751 sec., 68532.26727584237 rows/sec., 4.75 MiB/sec.
7031 2025.01.09 01:07:49.549996 [ 276 ] {f76d42c8-afb9-4eaa-a430-efe6194850f4} <Debug> TCPHandler: Processed in 0.002105838 sec.
7032 2025.01.09 01:07:49.550234 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7033 2025.01.09 01:07:49.550410 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7034 2025.01.09 01:07:49.550465 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7035 2025.01.09 01:07:49.550983 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7036 2025.01.09 01:07:49.551024 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7037 2025.01.09 01:07:49.551414 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7038 2025.01.09 01:07:49.551655 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7039 2025.01.09 01:07:49.551901 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.00152 sec., 26315.78947368421 rows/sec., 1.80 MiB/sec.
7040 2025.01.09 01:07:49.552094 [ 279 ] {ff098a46-8122-4148-89b3-4ec29ebb1677} <Debug> TCPHandler: Processed in 0.001990765 sec.
7041 2025.01.09 01:07:50.490663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
7042 2025.01.09 01:07:50.491335 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7043 2025.01.09 01:07:50.491387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7044 2025.01.09 01:07:50.491908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7045 2025.01.09 01:07:50.492157 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7046 2025.01.09 01:07:50.492394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
7047 2025.01.09 01:07:51.552944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7048 2025.01.09 01:07:51.572138 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2025.01.09 01:07:51.572191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.55 GiB.
7050 2025.01.09 01:07:51.579759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7051 2025.01.09 01:07:51.580511 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2025.01.09 01:07:51.584421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7053 2025.01.09 01:07:53.067279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 976
7054 2025.01.09 01:07:53.070919 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7055 2025.01.09 01:07:53.070975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7056 2025.01.09 01:07:53.072473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7057 2025.01.09 01:07:53.072784 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7058 2025.01.09 01:07:53.074098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976
7059 2025.01.09 01:07:54.546991 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7060 2025.01.09 01:07:54.547206 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7061 2025.01.09 01:07:54.547284 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7062 2025.01.09 01:07:54.548095 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7063 2025.01.09 01:07:54.548153 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7064 2025.01.09 01:07:54.548632 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7065 2025.01.09 01:07:54.548903 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7066 2025.01.09 01:07:54.549170 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002021 sec., 56407.71895101436 rows/sec., 4.79 MiB/sec.
7067 2025.01.09 01:07:54.549242 [ 276 ] {6c083765-7f1c-4025-b70b-eeeabb10bdfa} <Debug> TCPHandler: Processed in 0.002398144 sec.
7068 2025.01.09 01:07:54.549548 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7069 2025.01.09 01:07:54.549852 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7070 2025.01.09 01:07:54.549966 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7071 2025.01.09 01:07:54.550794 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7072 2025.01.09 01:07:54.550840 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7073 2025.01.09 01:07:54.551266 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7074 2025.01.09 01:07:54.551512 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7075 2025.01.09 01:07:54.551743 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001977 sec., 15680.323722812342 rows/sec., 1.15 MiB/sec.
7076 2025.01.09 01:07:54.551800 [ 279 ] {1f4177e5-012f-47b0-a3f1-d727ba8330f1} <Debug> TCPHandler: Processed in 0.002444375 sec.
7077 2025.01.09 01:07:54.551945 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7078 2025.01.09 01:07:54.552093 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7079 2025.01.09 01:07:54.552157 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7080 2025.01.09 01:07:54.552940 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7081 2025.01.09 01:07:54.552991 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7082 2025.01.09 01:07:54.553389 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7083 2025.01.09 01:07:54.553634 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7084 2025.01.09 01:07:54.553852 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001795 sec., 48467.96657381616 rows/sec., 3.78 MiB/sec.
7085 2025.01.09 01:07:54.553907 [ 276 ] {e73ea887-6dab-4ee1-b0c1-dadeb2095e3e} <Debug> TCPHandler: Processed in 0.002034636 sec.
7086 2025.01.09 01:07:54.554067 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7087 2025.01.09 01:07:54.554199 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7088 2025.01.09 01:07:54.554262 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7089 2025.01.09 01:07:54.554932 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7090 2025.01.09 01:07:54.554979 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7091 2025.01.09 01:07:54.555391 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7092 2025.01.09 01:07:54.555637 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7093 2025.01.09 01:07:54.555845 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001678 sec., 89392.13349225269 rows/sec., 6.20 MiB/sec.
7094 2025.01.09 01:07:54.555896 [ 279 ] {dc44ffc1-62d0-4a77-a92c-9b8f4f372bcf} <Debug> TCPHandler: Processed in 0.001886593 sec.
7095 2025.01.09 01:07:54.556044 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7096 2025.01.09 01:07:54.556201 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7097 2025.01.09 01:07:54.556345 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7098 2025.01.09 01:07:54.557893 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7099 2025.01.09 01:07:54.557933 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7100 2025.01.09 01:07:54.558603 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7101 2025.01.09 01:07:54.558867 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7102 2025.01.09 01:07:54.559126 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002982 sec., 10395.70757880617 rows/sec., 18.63 MiB/sec.
7103 2025.01.09 01:07:54.559245 [ 276 ] {a2e13274-5373-49f3-9260-90482c1516df} <Debug> TCPHandler: Processed in 0.003258584 sec.
7104 2025.01.09 01:07:54.559458 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7105 2025.01.09 01:07:54.559682 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7106 2025.01.09 01:07:54.559774 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7107 2025.01.09 01:07:54.560451 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7108 2025.01.09 01:07:54.560489 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7109 2025.01.09 01:07:54.560852 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7110 2025.01.09 01:07:54.561083 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7111 2025.01.09 01:07:54.561305 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001671 sec., 29922.202274087373 rows/sec., 2.05 MiB/sec.
7112 2025.01.09 01:07:54.561407 [ 279 ] {c37e1c02-1213-41b1-a302-f21dfaee83a7} <Debug> TCPHandler: Processed in 0.002056146 sec.
7113 2025.01.09 01:07:57.861372 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
7114 2025.01.09 01:07:57.861467 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
7115 2025.01.09 01:07:57.992515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7116 2025.01.09 01:07:57.993257 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7117 2025.01.09 01:07:57.993305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7118 2025.01.09 01:07:57.993842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7119 2025.01.09 01:07:57.994104 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7120 2025.01.09 01:07:57.994341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7121 2025.01.09 01:07:59.084472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7122 2025.01.09 01:07:59.104711 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2025.01.09 01:07:59.104762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7124 2025.01.09 01:07:59.112243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7125 2025.01.09 01:07:59.113080 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7126 2025.01.09 01:07:59.115748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7127 2025.01.09 01:07:59.550267 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7128 2025.01.09 01:07:59.550468 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7129 2025.01.09 01:07:59.550549 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7130 2025.01.09 01:07:59.551363 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2025.01.09 01:07:59.551412 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7132 2025.01.09 01:07:59.551860 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7133 2025.01.09 01:07:59.552128 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7134 2025.01.09 01:07:59.552400 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec.
7135 2025.01.09 01:07:59.552470 [ 276 ] {4cdd17bf-85a2-4458-bedb-3114c9cf75ad} <Debug> TCPHandler: Processed in 0.002345983 sec.
7136 2025.01.09 01:07:59.552740 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7137 2025.01.09 01:07:59.552955 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7138 2025.01.09 01:07:59.553039 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7139 2025.01.09 01:07:59.553936 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7140 2025.01.09 01:07:59.553985 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7141 2025.01.09 01:07:59.554444 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7142 2025.01.09 01:07:59.554697 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7143 2025.01.09 01:07:59.554890 [ 62 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7144 2025.01.09 01:07:59.554946 [ 62 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7145 2025.01.09 01:07:59.554966 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002058 sec., 104470.3595724004 rows/sec., 9.13 MiB/sec.
7146 2025.01.09 01:07:59.554978 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7147 2025.01.09 01:07:59.555159 [ 279 ] {4c3d2061-73f2-46b7-80d1-db7b31e23e7b} <Debug> TCPHandler: Processed in 0.002559257 sec.
7148 2025.01.09 01:07:59.555256 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
7149 2025.01.09 01:07:59.555388 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7150 2025.01.09 01:07:59.555460 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7151 2025.01.09 01:07:59.555532 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1426 rows starting from the beginning of the part
7152 2025.01.09 01:07:59.555659 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7153 2025.01.09 01:07:59.555821 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 114 rows starting from the beginning of the part
7154 2025.01.09 01:07:59.555836 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7155 2025.01.09 01:07:59.556187 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1356 rows starting from the beginning of the part
7156 2025.01.09 01:07:59.556483 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part
7157 2025.01.09 01:07:59.556762 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 114 rows starting from the beginning of the part
7158 2025.01.09 01:07:59.557142 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 215 rows starting from the beginning of the part
7159 2025.01.09 01:07:59.558710 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7160 2025.01.09 01:07:59.558773 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7161 2025.01.09 01:07:59.559776 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7162 2025.01.09 01:07:59.560261 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7163 2025.01.09 01:07:59.560570 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004985 sec., 3009.027081243731 rows/sec., 212.16 KiB/sec.
7164 2025.01.09 01:07:59.560943 [ 276 ] {1ca210b9-b779-473a-bd85-e015fed45edd} <Debug> TCPHandler: Processed in 0.005639798 sec.
7165 2025.01.09 01:07:59.561572 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7166 2025.01.09 01:07:59.561647 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.006531307 sec., 501737.2479964577 rows/sec., 43.98 MiB/sec.
7167 2025.01.09 01:07:59.561749 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7168 2025.01.09 01:07:59.561809 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7169 2025.01.09 01:07:59.561885 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7170 2025.01.09 01:07:59.562284 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7171 2025.01.09 01:07:59.562400 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_51_10} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7172 2025.01.09 01:07:59.562514 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7173 2025.01.09 01:07:59.562610 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2025.01.09 01:07:59.562650 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7175 2025.01.09 01:07:59.563004 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7176 2025.01.09 01:07:59.563259 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2025.01.09 01:07:59.563495 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001776 sec., 7882.882882882883 rows/sec., 552.07 KiB/sec.
7178 2025.01.09 01:07:59.563558 [ 279 ] {29a63a2a-05e9-467d-b2f4-c54b1206033d} <Debug> TCPHandler: Processed in 0.002292182 sec.
7179 2025.01.09 01:07:59.563716 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7180 2025.01.09 01:07:59.563841 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7181 2025.01.09 01:07:59.563894 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7182 2025.01.09 01:07:59.564493 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2025.01.09 01:07:59.564531 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7184 2025.01.09 01:07:59.564898 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7185 2025.01.09 01:07:59.565141 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7186 2025.01.09 01:07:59.565367 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec.
7187 2025.01.09 01:07:59.565570 [ 276 ] {e3aa3ab6-8d8a-4fd9-9480-129c91880e4d} <Debug> TCPHandler: Processed in 0.001910053 sec.
7188 2025.01.09 01:07:59.565753 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7189 2025.01.09 01:07:59.565873 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7190 2025.01.09 01:07:59.565923 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7191 2025.01.09 01:07:59.566653 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7192 2025.01.09 01:07:59.566694 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7193 2025.01.09 01:07:59.567080 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7194 2025.01.09 01:07:59.567311 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7195 2025.01.09 01:07:59.567476 [ 62 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7196 2025.01.09 01:07:59.567540 [ 62 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2025.01.09 01:07:59.567547 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001692 sec., 225768.32151300236 rows/sec., 15.98 MiB/sec.
7198 2025.01.09 01:07:59.567568 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7199 2025.01.09 01:07:59.567726 [ 279 ] {f8fc3a31-573f-45dc-bf75-56e5fc49ec12} <Debug> TCPHandler: Processed in 0.002052877 sec.
7200 2025.01.09 01:07:59.567811 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
7201 2025.01.09 01:07:59.567922 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7202 2025.01.09 01:07:59.567991 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7203 2025.01.09 01:07:59.568058 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 903 rows starting from the beginning of the part
7204 2025.01.09 01:07:59.568153 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7205 2025.01.09 01:07:59.568305 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 87 rows starting from the beginning of the part
7206 2025.01.09 01:07:59.568369 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7207 2025.01.09 01:07:59.568630 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 840 rows starting from the beginning of the part
7208 2025.01.09 01:07:59.569013 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part
7209 2025.01.09 01:07:59.569384 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 87 rows starting from the beginning of the part
7210 2025.01.09 01:07:59.569776 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 382 rows starting from the beginning of the part
7211 2025.01.09 01:07:59.570750 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7212 2025.01.09 01:07:59.570827 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7213 2025.01.09 01:07:59.571729 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7214 2025.01.09 01:07:59.572154 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7215 2025.01.09 01:07:59.572503 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004402 sec., 1363.0168105406635 rows/sec., 71.21 KiB/sec.
7216 2025.01.09 01:07:59.572852 [ 276 ] {029b4750-5b32-4a83-99c9-d59650243b1e} <Debug> TCPHandler: Processed in 0.004996053 sec.
7217 2025.01.09 01:07:59.573013 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.00532336 sec., 442389.7688677827 rows/sec., 33.86 MiB/sec.
7218 2025.01.09 01:07:59.573106 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7219 2025.01.09 01:07:59.573331 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7220 2025.01.09 01:07:59.573341 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7221 2025.01.09 01:07:59.573418 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7222 2025.01.09 01:07:59.573704 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7223 2025.01.09 01:07:59.573826 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_51_10} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7224 2025.01.09 01:07:59.573912 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7225 2025.01.09 01:07:59.574243 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2025.01.09 01:07:59.574289 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7227 2025.01.09 01:07:59.574680 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7228 2025.01.09 01:07:59.574914 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7229 2025.01.09 01:07:59.575131 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001855 sec., 122371.96765498651 rows/sec., 8.16 MiB/sec.
7230 2025.01.09 01:07:59.575194 [ 279 ] {5a1a6520-3e5e-46f9-8f73-ae6a4e4c2cad} <Debug> TCPHandler: Processed in 0.00222678 sec.
7231 2025.01.09 01:07:59.575399 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7232 2025.01.09 01:07:59.575528 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7233 2025.01.09 01:07:59.575581 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7234 2025.01.09 01:07:59.576064 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7235 2025.01.09 01:07:59.576104 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7236 2025.01.09 01:07:59.576851 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7237 2025.01.09 01:07:59.577106 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7238 2025.01.09 01:07:59.577397 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001873 sec., 533.9028296849973 rows/sec., 35.98 KiB/sec.
7239 2025.01.09 01:07:59.577599 [ 276 ] {7536f577-75e5-4c63-a0e1-5054bda2bb37} <Debug> TCPHandler: Processed in 0.002315853 sec.
7240 2025.01.09 01:07:59.577774 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7241 2025.01.09 01:07:59.577910 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7242 2025.01.09 01:07:59.578000 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7243 2025.01.09 01:07:59.579151 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7244 2025.01.09 01:07:59.579189 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7245 2025.01.09 01:07:59.579813 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7246 2025.01.09 01:07:59.580071 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7247 2025.01.09 01:07:59.580325 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002444 sec., 3273.3224222585923 rows/sec., 5.87 MiB/sec.
7248 2025.01.09 01:07:59.580427 [ 279 ] {8c83ded4-8acb-437e-8c22-1a03773a124b} <Debug> TCPHandler: Processed in 0.002719291 sec.
7249 2025.01.09 01:07:59.580570 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7250 2025.01.09 01:07:59.580688 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7251 2025.01.09 01:07:59.580742 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7252 2025.01.09 01:07:59.581251 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7253 2025.01.09 01:07:59.581296 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7254 2025.01.09 01:07:59.581831 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7255 2025.01.09 01:07:59.582075 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7256 2025.01.09 01:07:59.582342 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00167 sec., 43113.77245508982 rows/sec., 2.75 MiB/sec.
7257 2025.01.09 01:07:59.582506 [ 276 ] {e5d14abe-9b7c-4df7-9032-4c42972c4ca8} <Debug> TCPHandler: Processed in 0.001987555 sec.
7258 2025.01.09 01:08:00.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.50 MiB, peak 212.12 MiB, free memory in arenas 0.00 B, will set to 206.44 MiB (RSS), difference: -1.06 MiB
7259 2025.01.09 01:08:03.074324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1010
7260 2025.01.09 01:08:03.077414 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7261 2025.01.09 01:08:03.077471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7262 2025.01.09 01:08:03.078971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7263 2025.01.09 01:08:03.079310 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7264 2025.01.09 01:08:03.080432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1010
7265 2025.01.09 01:08:04.547790 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7266 2025.01.09 01:08:04.548003 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7267 2025.01.09 01:08:04.548088 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7268 2025.01.09 01:08:04.548892 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7269 2025.01.09 01:08:04.548947 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7270 2025.01.09 01:08:04.549376 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7271 2025.01.09 01:08:04.549630 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7272 2025.01.09 01:08:04.549903 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001954 sec., 3070.6243602865916 rows/sec., 250.39 KiB/sec.
7273 2025.01.09 01:08:04.550109 [ 276 ] {f29113ae-b7bd-48af-84ba-6ad69f894091} <Debug> TCPHandler: Processed in 0.002466476 sec.
7274 2025.01.09 01:08:04.550369 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7275 2025.01.09 01:08:04.550580 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7276 2025.01.09 01:08:04.550660 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7277 2025.01.09 01:08:04.551546 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7278 2025.01.09 01:08:04.551592 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7279 2025.01.09 01:08:04.552038 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7280 2025.01.09 01:08:04.552290 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7281 2025.01.09 01:08:04.552533 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.002001 sec., 58470.76461769115 rows/sec., 4.95 MiB/sec.
7282 2025.01.09 01:08:04.552686 [ 279 ] {6a2101e7-cde0-465d-8a17-cf7c0493e613} <Debug> TCPHandler: Processed in 0.002456575 sec.
7283 2025.01.09 01:08:04.552933 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7284 2025.01.09 01:08:04.553087 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7285 2025.01.09 01:08:04.553149 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7286 2025.01.09 01:08:04.553821 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7287 2025.01.09 01:08:04.553862 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7288 2025.01.09 01:08:04.554231 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7289 2025.01.09 01:08:04.554468 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7290 2025.01.09 01:08:04.554642 [ 57 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7291 2025.01.09 01:08:04.554710 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001655 sec., 22356.495468277946 rows/sec., 1.62 MiB/sec.
7292 2025.01.09 01:08:04.554718 [ 57 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7293 2025.01.09 01:08:04.554805 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7294 2025.01.09 01:08:04.554844 [ 276 ] {cd014927-2cac-46a4-842f-bd6ec8e4451b} <Debug> TCPHandler: Processed in 0.002045406 sec.
7295 2025.01.09 01:08:04.555113 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7296 2025.01.09 01:08:04.555618 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
7297 2025.01.09 01:08:04.555637 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7298 2025.01.09 01:08:04.555864 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7299 2025.01.09 01:08:04.556126 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7300 2025.01.09 01:08:04.556200 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 62 rows starting from the beginning of the part
7301 2025.01.09 01:08:04.556536 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part
7302 2025.01.09 01:08:04.556871 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 17 rows starting from the beginning of the part
7303 2025.01.09 01:08:04.557279 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part
7304 2025.01.09 01:08:04.557675 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part
7305 2025.01.09 01:08:04.557940 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 37 rows starting from the beginning of the part
7306 2025.01.09 01:08:04.558840 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7307 2025.01.09 01:08:04.558923 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7308 2025.01.09 01:08:04.559926 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7309 2025.01.09 01:08:04.560459 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7310 2025.01.09 01:08:04.560760 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724739 sec., 33713.32736741361 rows/sec., 2.55 MiB/sec.
7311 2025.01.09 01:08:04.560955 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005532 sec., 16811.279826464208 rows/sec., 1.31 MiB/sec.
7312 2025.01.09 01:08:04.561103 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7313 2025.01.09 01:08:04.561259 [ 279 ] {30288e9f-44a7-425d-ba0f-d9e4e9dcbd73} <Debug> TCPHandler: Processed in 0.006319763 sec.
7314 2025.01.09 01:08:04.561696 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7315 2025.01.09 01:08:04.561895 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7316 2025.01.09 01:08:04.562056 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7317 2025.01.09 01:08:04.562085 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_46_9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7318 2025.01.09 01:08:04.562232 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7319 2025.01.09 01:08:04.562289 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7320 2025.01.09 01:08:04.562979 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2025.01.09 01:08:04.563022 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7322 2025.01.09 01:08:04.563427 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7323 2025.01.09 01:08:04.563666 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7324 2025.01.09 01:08:04.563875 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001937 sec., 78988.12596799174 rows/sec., 5.48 MiB/sec.
7325 2025.01.09 01:08:04.563934 [ 276 ] {d639ad07-e533-4ef1-a685-92a823d5f0f2} <Debug> TCPHandler: Processed in 0.002538817 sec.
7326 2025.01.09 01:08:04.564157 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7327 2025.01.09 01:08:04.564392 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7328 2025.01.09 01:08:04.564516 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7329 2025.01.09 01:08:04.565668 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2025.01.09 01:08:04.565707 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7331 2025.01.09 01:08:04.566381 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7332 2025.01.09 01:08:04.566641 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2025.01.09 01:08:04.566780 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7334 2025.01.09 01:08:04.566826 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7335 2025.01.09 01:08:04.566852 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7336 2025.01.09 01:08:04.566857 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002521 sec., 12296.707655692187 rows/sec., 22.04 MiB/sec.
7337 2025.01.09 01:08:04.567339 [ 279 ] {123da822-96fb-4cf5-9e31-bc95dc5e3a74} <Debug> TCPHandler: Processed in 0.003282584 sec.
7338 2025.01.09 01:08:04.567359 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
7339 2025.01.09 01:08:04.567604 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7340 2025.01.09 01:08:04.567978 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7341 2025.01.09 01:08:04.567993 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7342 2025.01.09 01:08:04.568108 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 767 rows starting from the beginning of the part
7343 2025.01.09 01:08:04.568149 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7344 2025.01.09 01:08:04.569003 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part
7345 2025.01.09 01:08:04.569764 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
7346 2025.01.09 01:08:04.570562 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part
7347 2025.01.09 01:08:04.570691 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2025.01.09 01:08:04.570804 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7349 2025.01.09 01:08:04.571282 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
7350 2025.01.09 01:08:04.572035 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part
7351 2025.01.09 01:08:04.572201 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7352 2025.01.09 01:08:04.572995 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7353 2025.01.09 01:08:04.573469 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005597 sec., 8933.357155619082 rows/sec., 627.25 KiB/sec.
7354 2025.01.09 01:08:04.573900 [ 276 ] {4ed2e76a-74a3-41fd-a469-1764021f9b2c} <Debug> TCPHandler: Processed in 0.006440056 sec.
7355 2025.01.09 01:08:04.584879 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 19 columns (19 merged, 0 gathered) in 0.017916904 sec., 48892.37560239202 rows/sec., 87.61 MiB/sec.
7356 2025.01.09 01:08:04.585786 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7357 2025.01.09 01:08:04.586228 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7358 2025.01.09 01:08:04.586314 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7359 2025.01.09 01:08:04.586472 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB.
7360 2025.01.09 01:08:05.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.01 MiB, peak 214.60 MiB, free memory in arenas 0.00 B, will set to 209.16 MiB (RSS), difference: 2.14 MiB
7361 2025.01.09 01:08:05.494470 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7362 2025.01.09 01:08:05.495370 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7363 2025.01.09 01:08:05.495430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7364 2025.01.09 01:08:05.496112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7365 2025.01.09 01:08:05.496371 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7366 2025.01.09 01:08:05.496570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7367 2025.01.09 01:08:06.615808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7368 2025.01.09 01:08:06.636407 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7369 2025.01.09 01:08:06.636461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7370 2025.01.09 01:08:06.644030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7371 2025.01.09 01:08:06.644810 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2025.01.09 01:08:06.647622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7373 2025.01.09 01:08:09.550228 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7374 2025.01.09 01:08:09.550445 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7375 2025.01.09 01:08:09.550521 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7376 2025.01.09 01:08:09.551285 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7377 2025.01.09 01:08:09.551340 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7378 2025.01.09 01:08:09.551781 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7379 2025.01.09 01:08:09.552046 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7380 2025.01.09 01:08:09.552311 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec.
7381 2025.01.09 01:08:09.552437 [ 276 ] {9f631259-13a9-4ae8-8c9d-747bc00584cd} <Debug> TCPHandler: Processed in 0.002345113 sec.
7382 2025.01.09 01:08:09.552752 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7383 2025.01.09 01:08:09.552963 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7384 2025.01.09 01:08:09.553043 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7385 2025.01.09 01:08:09.553924 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7386 2025.01.09 01:08:09.553968 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7387 2025.01.09 01:08:09.554417 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7388 2025.01.09 01:08:09.554669 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7389 2025.01.09 01:08:09.554864 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.00196 sec., 109693.87755102041 rows/sec., 9.59 MiB/sec.
7390 2025.01.09 01:08:09.554930 [ 279 ] {79629700-533f-4847-aaa6-b0a6a7b909ec} <Debug> TCPHandler: Processed in 0.002365764 sec.
7391 2025.01.09 01:08:09.555079 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7392 2025.01.09 01:08:09.555225 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7393 2025.01.09 01:08:09.555290 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7394 2025.01.09 01:08:09.555947 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7395 2025.01.09 01:08:09.555989 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7396 2025.01.09 01:08:09.556372 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7397 2025.01.09 01:08:09.556613 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7398 2025.01.09 01:08:09.556830 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001642 sec., 9135.200974421437 rows/sec., 644.10 KiB/sec.
7399 2025.01.09 01:08:09.556886 [ 276 ] {b832461e-ec8d-401d-93bd-257487c392a7} <Debug> TCPHandler: Processed in 0.001873933 sec.
7400 2025.01.09 01:08:09.557041 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7401 2025.01.09 01:08:09.557184 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7402 2025.01.09 01:08:09.557245 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7403 2025.01.09 01:08:09.558038 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7404 2025.01.09 01:08:09.558121 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7405 2025.01.09 01:08:09.558553 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7406 2025.01.09 01:08:09.558793 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7407 2025.01.09 01:08:09.558918 [ 41 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7408 2025.01.09 01:08:09.558961 [ 41 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7409 2025.01.09 01:08:09.558984 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001834 sec., 7633.587786259543 rows/sec., 534.61 KiB/sec.
7410 2025.01.09 01:08:09.558987 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7411 2025.01.09 01:08:09.559093 [ 279 ] {1692fb08-5e8c-4795-bd2c-d07755007b3d} <Debug> TCPHandler: Processed in 0.002118087 sec.
7412 2025.01.09 01:08:09.559286 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7413 2025.01.09 01:08:09.559335 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7414 2025.01.09 01:08:09.559599 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7415 2025.01.09 01:08:09.559602 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7416 2025.01.09 01:08:09.559672 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 243 rows starting from the beginning of the part
7417 2025.01.09 01:08:09.559714 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7418 2025.01.09 01:08:09.560041 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7419 2025.01.09 01:08:09.560348 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
7420 2025.01.09 01:08:09.560732 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part
7421 2025.01.09 01:08:09.561096 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7422 2025.01.09 01:08:09.561478 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7423 2025.01.09 01:08:09.562494 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7424 2025.01.09 01:08:09.562569 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7425 2025.01.09 01:08:09.563525 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7426 2025.01.09 01:08:09.564026 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2025.01.09 01:08:09.564290 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005180356 sec., 104432.97719307322 rows/sec., 7.48 MiB/sec.
7428 2025.01.09 01:08:09.564579 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005056 sec., 2571.2025316455697 rows/sec., 160.31 KiB/sec.
7429 2025.01.09 01:08:09.564614 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7430 2025.01.09 01:08:09.565080 [ 276 ] {98749eaa-02d2-4931-9a8e-cf9041197065} <Debug> TCPHandler: Processed in 0.005865892 sec.
7431 2025.01.09 01:08:09.565403 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7432 2025.01.09 01:08:09.565481 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7433 2025.01.09 01:08:09.565650 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7434 2025.01.09 01:08:09.565684 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_24_5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7435 2025.01.09 01:08:09.565731 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7436 2025.01.09 01:08:09.565879 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7437 2025.01.09 01:08:09.566576 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2025.01.09 01:08:09.566619 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7439 2025.01.09 01:08:09.566996 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7440 2025.01.09 01:08:09.567240 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2025.01.09 01:08:09.567415 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001858 sec., 205597.41657696446 rows/sec., 14.55 MiB/sec.
7442 2025.01.09 01:08:09.567470 [ 279 ] {f2629f0f-895e-41f3-9585-a33aba3aa469} <Debug> TCPHandler: Processed in 0.002220141 sec.
7443 2025.01.09 01:08:09.567616 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7444 2025.01.09 01:08:09.567735 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7445 2025.01.09 01:08:09.567785 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7446 2025.01.09 01:08:09.568273 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2025.01.09 01:08:09.568312 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7448 2025.01.09 01:08:09.568690 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7449 2025.01.09 01:08:09.568934 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2025.01.09 01:08:09.569154 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec.
7451 2025.01.09 01:08:09.569207 [ 276 ] {83fe561a-b59b-499c-aa99-dbb93363fd46} <Debug> TCPHandler: Processed in 0.001648477 sec.
7452 2025.01.09 01:08:09.569369 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7453 2025.01.09 01:08:09.569486 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7454 2025.01.09 01:08:09.569540 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7455 2025.01.09 01:08:09.570112 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7456 2025.01.09 01:08:09.570149 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7457 2025.01.09 01:08:09.570547 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7458 2025.01.09 01:08:09.570780 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7459 2025.01.09 01:08:09.570910 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7460 2025.01.09 01:08:09.570946 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7461 2025.01.09 01:08:09.570962 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001501 sec., 151232.51165889407 rows/sec., 10.09 MiB/sec.
7462 2025.01.09 01:08:09.570970 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7463 2025.01.09 01:08:09.571075 [ 279 ] {dbd55e2d-961d-492e-b588-0c94a12b352a} <Debug> TCPHandler: Processed in 0.00175771 sec.
7464 2025.01.09 01:08:09.571215 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::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
7465 2025.01.09 01:08:09.571270 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7466 2025.01.09 01:08:09.571347 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7467 2025.01.09 01:08:09.571391 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15888 rows starting from the beginning of the part
7468 2025.01.09 01:08:09.571398 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7469 2025.01.09 01:08:09.571488 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7470 2025.01.09 01:08:09.571579 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 120 rows starting from the beginning of the part
7471 2025.01.09 01:08:09.572008 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 150 rows starting from the beginning of the part
7472 2025.01.09 01:08:09.572242 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 227 rows starting from the beginning of the part
7473 2025.01.09 01:08:09.572437 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 153 rows starting from the beginning of the part
7474 2025.01.09 01:08:09.572625 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 227 rows starting from the beginning of the part
7475 2025.01.09 01:08:09.573282 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7476 2025.01.09 01:08:09.573328 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7477 2025.01.09 01:08:09.573723 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7478 2025.01.09 01:08:09.573994 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7479 2025.01.09 01:08:09.574243 [ 41 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7480 2025.01.09 01:08:09.574310 [ 41 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7481 2025.01.09 01:08:09.574358 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7482 2025.01.09 01:08:09.574367 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002984 sec., 335.12064343163536 rows/sec., 22.58 KiB/sec.
7483 2025.01.09 01:08:09.574981 [ 276 ] {b390ea9e-d8b1-47c1-95b8-35969daaa72b} <Debug> TCPHandler: Processed in 0.003790575 sec.
7484 2025.01.09 01:08:09.575037 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7485 2025.01.09 01:08:09.575311 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7486 2025.01.09 01:08:09.575897 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7487 2025.01.09 01:08:09.576008 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7488 2025.01.09 01:08:09.576181 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part
7489 2025.01.09 01:08:09.576334 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7490 2025.01.09 01:08:09.576569 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7491 2025.01.09 01:08:09.577016 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7492 2025.01.09 01:08:09.577449 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7493 2025.01.09 01:08:09.577833 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7494 2025.01.09 01:08:09.578276 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7495 2025.01.09 01:08:09.582523 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.008023861 sec., 3115.707014366276 rows/sec., 208.97 KiB/sec.
7496 2025.01.09 01:08:09.582856 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7497 2025.01.09 01:08:09.582901 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7498 2025.01.09 01:08:09.582946 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7499 2025.01.09 01:08:09.583447 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7500 2025.01.09 01:08:09.583673 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_24_5} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7501 2025.01.09 01:08:09.583975 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7502 2025.01.09 01:08:09.584522 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16765 rows, containing 5 columns (5 merged, 0 gathered) in 0.013439003 sec., 1247488.3739515499 rows/sec., 83.77 MiB/sec.
7503 2025.01.09 01:08:09.584759 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7504 2025.01.09 01:08:09.584769 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7505 2025.01.09 01:08:09.585282 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7506 2025.01.09 01:08:09.585320 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7507 2025.01.09 01:08:09.585500 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7508 2025.01.09 01:08:09.585726 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
7509 2025.01.09 01:08:09.585785 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010134 sec., 789.421748569173 rows/sec., 1.41 MiB/sec.
7510 2025.01.09 01:08:09.585923 [ 279 ] {44db4e04-de2b-4ded-b93b-70e6ddcc6e48} <Debug> TCPHandler: Processed in 0.010795054 sec.
7511 2025.01.09 01:08:09.586080 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7512 2025.01.09 01:08:09.586207 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7513 2025.01.09 01:08:09.586259 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7514 2025.01.09 01:08:09.586762 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2025.01.09 01:08:09.586803 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7516 2025.01.09 01:08:09.587220 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7517 2025.01.09 01:08:09.587472 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7518 2025.01.09 01:08:09.587660 [ 39 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7519 2025.01.09 01:08:09.587720 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001536 sec., 46875 rows/sec., 2.99 MiB/sec.
7520 2025.01.09 01:08:09.587740 [ 39 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7521 2025.01.09 01:08:09.587805 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7522 2025.01.09 01:08:09.587861 [ 276 ] {2fc7706d-503e-4daa-b66b-3f1ea1a0ebdf} <Debug> TCPHandler: Processed in 0.001838032 sec.
7523 2025.01.09 01:08:09.588175 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
7524 2025.01.09 01:08:09.588436 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7525 2025.01.09 01:08:09.588472 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2232 rows starting from the beginning of the part
7526 2025.01.09 01:08:09.588582 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
7527 2025.01.09 01:08:09.588788 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 50 rows starting from the beginning of the part
7528 2025.01.09 01:08:09.588874 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part
7529 2025.01.09 01:08:09.589082 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 50 rows starting from the beginning of the part
7530 2025.01.09 01:08:09.589160 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part
7531 2025.01.09 01:08:09.590688 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2516 rows, containing 4 columns (4 merged, 0 gathered) in 0.002776192 sec., 906277.3756281987 rows/sec., 59.29 MiB/sec.
7532 2025.01.09 01:08:09.590953 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7533 2025.01.09 01:08:09.591259 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7534 2025.01.09 01:08:09.591346 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_51_10} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7535 2025.01.09 01:08:09.591436 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
7536 2025.01.09 01:08:12.861745 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
7537 2025.01.09 01:08:12.861857 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
7538 2025.01.09 01:08:12.996739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7539 2025.01.09 01:08:12.997661 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7540 2025.01.09 01:08:12.997716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7541 2025.01.09 01:08:12.998281 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7542 2025.01.09 01:08:12.998544 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7543 2025.01.09 01:08:12.998820 [ 34 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7544 2025.01.09 01:08:12.998835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7545 2025.01.09 01:08:12.998917 [ 34 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7546 2025.01.09 01:08:12.998950 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7547 2025.01.09 01:08:12.999145 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
7548 2025.01.09 01:08:12.999387 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7549 2025.01.09 01:08:12.999459 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7550 2025.01.09 01:08:12.999619 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7551 2025.01.09 01:08:12.999849 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7552 2025.01.09 01:08:12.999989 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7553 2025.01.09 01:08:13.000067 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7554 2025.01.09 01:08:13.000117 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7555 2025.01.09 01:08:13.003187 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004147904 sec., 3985386.354168274 rows/sec., 57.01 MiB/sec.
7556 2025.01.09 01:08:13.003305 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7557 2025.01.09 01:08:13.003646 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7558 2025.01.09 01:08:13.003745 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_36_7} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7559 2025.01.09 01:08:13.003844 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7560 2025.01.09 01:08:13.080627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1046
7561 2025.01.09 01:08:13.083656 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7562 2025.01.09 01:08:13.083702 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7563 2025.01.09 01:08:13.085140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7564 2025.01.09 01:08:13.085446 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7565 2025.01.09 01:08:13.086112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1046
7566 2025.01.09 01:08:14.147693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7567 2025.01.09 01:08:14.168992 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7568 2025.01.09 01:08:14.169043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7569 2025.01.09 01:08:14.176341 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7570 2025.01.09 01:08:14.177117 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7571 2025.01.09 01:08:14.177539 [ 33 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7572 2025.01.09 01:08:14.177716 [ 33 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7573 2025.01.09 01:08:14.177826 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7574 2025.01.09 01:08:14.178408 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::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
7575 2025.01.09 01:08:14.192375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7576 2025.01.09 01:08:14.193880 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7577 2025.01.09 01:08:14.195091 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
7578 2025.01.09 01:08:14.200299 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
7579 2025.01.09 01:08:14.205863 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
7580 2025.01.09 01:08:14.211407 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
7581 2025.01.09 01:08:14.217148 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
7582 2025.01.09 01:08:14.221857 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
7583 2025.01.09 01:08:14.281075 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.103064515 sec., 2639.1236595835144 rows/sec., 13.65 MiB/sec.
7584 2025.01.09 01:08:14.284314 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7585 2025.01.09 01:08:14.287314 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2025.01.09 01:08:14.287431 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_36_7} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7587 2025.01.09 01:08:14.290200 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7588 2025.01.09 01:08:14.546476 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7589 2025.01.09 01:08:14.546668 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7590 2025.01.09 01:08:14.546745 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7591 2025.01.09 01:08:14.547581 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.01.09 01:08:14.547630 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7593 2025.01.09 01:08:14.548097 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7594 2025.01.09 01:08:14.548366 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2025.01.09 01:08:14.548585 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001972 sec., 57809.330628803255 rows/sec., 4.91 MiB/sec.
7596 2025.01.09 01:08:14.548653 [ 276 ] {10988966-aebc-46af-a99d-90de7c2a2129} <Debug> TCPHandler: Processed in 0.002310283 sec.
7597 2025.01.09 01:08:14.548907 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7598 2025.01.09 01:08:14.549080 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7599 2025.01.09 01:08:14.549150 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7600 2025.01.09 01:08:14.549881 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7601 2025.01.09 01:08:14.549927 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7602 2025.01.09 01:08:14.550360 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7603 2025.01.09 01:08:14.550623 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7604 2025.01.09 01:08:14.550880 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001847 sec., 16783.974011911207 rows/sec., 1.23 MiB/sec.
7605 2025.01.09 01:08:14.550985 [ 279 ] {32830c6d-28c9-4698-8d15-b271253b1bed} <Debug> TCPHandler: Processed in 0.002207289 sec.
7606 2025.01.09 01:08:14.551258 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7607 2025.01.09 01:08:14.551525 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7608 2025.01.09 01:08:14.551591 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7609 2025.01.09 01:08:14.552284 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7610 2025.01.09 01:08:14.552326 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7611 2025.01.09 01:08:14.552708 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7612 2025.01.09 01:08:14.552952 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7613 2025.01.09 01:08:14.553174 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.0017 sec., 51176.470588235294 rows/sec., 4.00 MiB/sec.
7614 2025.01.09 01:08:14.553270 [ 276 ] {5aeceb15-8af1-44b1-829c-47d5bef25fd5} <Debug> TCPHandler: Processed in 0.00217785 sec.
7615 2025.01.09 01:08:14.553524 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7616 2025.01.09 01:08:14.553679 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7617 2025.01.09 01:08:14.553743 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7618 2025.01.09 01:08:14.554336 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7619 2025.01.09 01:08:14.554375 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7620 2025.01.09 01:08:14.554772 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7621 2025.01.09 01:08:14.555021 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7622 2025.01.09 01:08:14.555269 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001622 sec., 92478.42170160296 rows/sec., 6.41 MiB/sec.
7623 2025.01.09 01:08:14.555426 [ 279 ] {4756c420-b093-459e-9c37-584edb98864d} <Debug> TCPHandler: Processed in 0.002035965 sec.
7624 2025.01.09 01:08:14.555629 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7625 2025.01.09 01:08:14.555755 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7626 2025.01.09 01:08:14.555836 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7627 2025.01.09 01:08:14.557139 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7628 2025.01.09 01:08:14.557176 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7629 2025.01.09 01:08:14.557870 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7630 2025.01.09 01:08:14.558135 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7631 2025.01.09 01:08:14.558347 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002619 sec., 11836.578846888126 rows/sec., 21.21 MiB/sec.
7632 2025.01.09 01:08:14.558460 [ 276 ] {5d65f780-b817-4666-8ed3-29726bd963e1} <Debug> TCPHandler: Processed in 0.002924666 sec.
7633 2025.01.09 01:08:14.558607 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7634 2025.01.09 01:08:14.558727 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7635 2025.01.09 01:08:14.558778 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7636 2025.01.09 01:08:14.559346 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7637 2025.01.09 01:08:14.559392 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7638 2025.01.09 01:08:14.559832 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7639 2025.01.09 01:08:14.560075 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7640 2025.01.09 01:08:14.560328 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001619 sec., 30883.261272390366 rows/sec., 2.12 MiB/sec.
7641 2025.01.09 01:08:14.560461 [ 279 ] {0e705d44-9976-4d39-8272-4d930ae1cf27} <Debug> TCPHandler: Processed in 0.001906013 sec.
7642 2025.01.09 01:08:15.018473 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7643 2025.01.09 01:08:15.018682 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7644 2025.01.09 01:08:15.018763 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7645 2025.01.09 01:08:15.019571 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7646 2025.01.09 01:08:15.019616 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7647 2025.01.09 01:08:15.020065 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7648 2025.01.09 01:08:15.020332 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7649 2025.01.09 01:08:15.020546 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec.
7650 2025.01.09 01:08:15.020613 [ 276 ] {b8a10b3e-e5b0-43d4-914d-dccaddd600f1} <Debug> TCPHandler: Processed in 0.002282381 sec.
7651 2025.01.09 01:08:15.020833 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7652 2025.01.09 01:08:15.021008 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7653 2025.01.09 01:08:15.021080 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7654 2025.01.09 01:08:15.021851 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7655 2025.01.09 01:08:15.021895 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7656 2025.01.09 01:08:15.022292 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7657 2025.01.09 01:08:15.022551 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2025.01.09 01:08:15.022835 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001871 sec., 3206.841261357563 rows/sec., 261.50 KiB/sec.
7659 2025.01.09 01:08:15.023091 [ 279 ] {9a1143b5-7985-4c96-affa-9f1896a3e510} <Debug> TCPHandler: Processed in 0.002355073 sec.
7660 2025.01.09 01:08:15.023344 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7661 2025.01.09 01:08:15.023572 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7662 2025.01.09 01:08:15.023664 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7663 2025.01.09 01:08:15.024865 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7664 2025.01.09 01:08:15.024904 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7665 2025.01.09 01:08:15.025357 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7666 2025.01.09 01:08:15.025603 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7667 2025.01.09 01:08:15.025785 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002273 sec., 597448.3062032557 rows/sec., 49.85 MiB/sec.
7668 2025.01.09 01:08:15.025838 [ 276 ] {92658ae8-a153-4c13-bd19-1db736763c09} <Debug> TCPHandler: Processed in 0.00263817 sec.
7669 2025.01.09 01:08:15.025993 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7670 2025.01.09 01:08:15.026136 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7671 2025.01.09 01:08:15.026194 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7672 2025.01.09 01:08:15.026877 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7673 2025.01.09 01:08:15.026916 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7674 2025.01.09 01:08:15.027275 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7675 2025.01.09 01:08:15.027514 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7676 2025.01.09 01:08:15.027731 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.00163 sec., 12883.435582822087 rows/sec., 905.87 KiB/sec.
7677 2025.01.09 01:08:15.027786 [ 279 ] {75f3e2b5-0826-4570-a8ee-c7f2398f007b} <Debug> TCPHandler: Processed in 0.001861582 sec.
7678 2025.01.09 01:08:15.027933 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7679 2025.01.09 01:08:15.028058 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7680 2025.01.09 01:08:15.028106 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7681 2025.01.09 01:08:15.028755 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7682 2025.01.09 01:08:15.028792 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7683 2025.01.09 01:08:15.029156 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7684 2025.01.09 01:08:15.029394 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7685 2025.01.09 01:08:15.029632 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001592 sec., 152010.05025125627 rows/sec., 10.30 MiB/sec.
7686 2025.01.09 01:08:15.029808 [ 276 ] {42bf5617-74cc-485e-aeeb-fbb4ddc14a80} <Debug> TCPHandler: Processed in 0.001927733 sec.
7687 2025.01.09 01:08:15.030007 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7688 2025.01.09 01:08:15.030141 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7689 2025.01.09 01:08:15.030196 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7690 2025.01.09 01:08:15.030854 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7691 2025.01.09 01:08:15.030891 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7692 2025.01.09 01:08:15.031246 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7693 2025.01.09 01:08:15.031485 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7694 2025.01.09 01:08:15.031677 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec.
7695 2025.01.09 01:08:15.031729 [ 279 ] {57813558-b0d3-4207-aad1-1926734f1618} <Debug> TCPHandler: Processed in 0.001818601 sec.
7696 2025.01.09 01:08:15.031861 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7697 2025.01.09 01:08:15.031979 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7698 2025.01.09 01:08:15.032056 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7699 2025.01.09 01:08:15.032888 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7700 2025.01.09 01:08:15.032928 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7701 2025.01.09 01:08:15.033328 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7702 2025.01.09 01:08:15.033571 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7703 2025.01.09 01:08:15.033782 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001827 sec., 461959.49644225504 rows/sec., 33.38 MiB/sec.
7704 2025.01.09 01:08:15.033835 [ 276 ] {f8fde505-9b3d-4db6-b4b1-51f33c706a88} <Debug> TCPHandler: Processed in 0.002027805 sec.
7705 2025.01.09 01:08:15.033976 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7706 2025.01.09 01:08:15.034123 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7707 2025.01.09 01:08:15.034176 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7708 2025.01.09 01:08:15.034659 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7709 2025.01.09 01:08:15.034696 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7710 2025.01.09 01:08:15.035064 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7711 2025.01.09 01:08:15.035299 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7712 2025.01.09 01:08:15.035483 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec.
7713 2025.01.09 01:08:15.035542 [ 279 ] {d1368078-2461-4e27-b41b-0363cc6e3a3d} <Debug> TCPHandler: Processed in 0.001620207 sec.
7714 2025.01.09 01:08:15.035702 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7715 2025.01.09 01:08:15.035823 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7716 2025.01.09 01:08:15.035876 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7717 2025.01.09 01:08:15.036601 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7718 2025.01.09 01:08:15.036640 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7719 2025.01.09 01:08:15.037085 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7720 2025.01.09 01:08:15.037334 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7721 2025.01.09 01:08:15.037542 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.001744 sec., 548165.1376146788 rows/sec., 36.41 MiB/sec.
7722 2025.01.09 01:08:15.037593 [ 276 ] {1a3ce286-525a-4257-9d52-c4a6fff83358} <Debug> TCPHandler: Processed in 0.001948684 sec.
7723 2025.01.09 01:08:15.037728 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7724 2025.01.09 01:08:15.037845 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7725 2025.01.09 01:08:15.037896 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7726 2025.01.09 01:08:15.038369 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7727 2025.01.09 01:08:15.038405 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7728 2025.01.09 01:08:15.038763 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7729 2025.01.09 01:08:15.038997 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7730 2025.01.09 01:08:15.039172 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec.
7731 2025.01.09 01:08:15.039222 [ 279 ] {b30ebafe-e4aa-4854-9859-8b86c41044e2} <Debug> TCPHandler: Processed in 0.001547665 sec.
7732 2025.01.09 01:08:15.039430 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7733 2025.01.09 01:08:15.039577 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7734 2025.01.09 01:08:15.039671 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7735 2025.01.09 01:08:15.040809 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7736 2025.01.09 01:08:15.040851 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7737 2025.01.09 01:08:15.041466 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7738 2025.01.09 01:08:15.041727 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7739 2025.01.09 01:08:15.042003 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002454 sec., 3259.9837000814996 rows/sec., 5.84 MiB/sec.
7740 2025.01.09 01:08:15.042262 [ 276 ] {5064769e-5414-472e-80d4-01cba8414e4f} <Debug> TCPHandler: Processed in 0.002900585 sec.
7741 2025.01.09 01:08:15.042491 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7742 2025.01.09 01:08:15.042706 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7743 2025.01.09 01:08:15.042797 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7744 2025.01.09 01:08:15.043318 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7745 2025.01.09 01:08:15.043356 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7746 2025.01.09 01:08:15.043714 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7747 2025.01.09 01:08:15.043949 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7748 2025.01.09 01:08:15.044123 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001471 sec., 21753.908905506458 rows/sec., 1.26 MiB/sec.
7749 2025.01.09 01:08:15.044172 [ 279 ] {075a03a6-cd71-4f88-afc4-8f709196d593} <Debug> TCPHandler: Processed in 0.00181273 sec.
7750 2025.01.09 01:08:19.543606 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7751 2025.01.09 01:08:19.543865 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7752 2025.01.09 01:08:19.543954 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7753 2025.01.09 01:08:19.544778 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7754 2025.01.09 01:08:19.544834 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7755 2025.01.09 01:08:19.545281 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7756 2025.01.09 01:08:19.545533 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7757 2025.01.09 01:08:19.545751 [ 140 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7758 2025.01.09 01:08:19.545809 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001998 sec., 26026.026026026022 rows/sec., 1.99 MiB/sec.
7759 2025.01.09 01:08:19.545833 [ 140 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7760 2025.01.09 01:08:19.545900 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7761 2025.01.09 01:08:19.545957 [ 276 ] {8dbe6889-e3df-4242-9ec6-dadbf3cdf059} <Debug> TCPHandler: Processed in 0.002542377 sec.
7762 2025.01.09 01:08:19.546189 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::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
7763 2025.01.09 01:08:19.546289 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7764 2025.01.09 01:08:19.546397 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7765 2025.01.09 01:08:19.546489 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1426 rows starting from the beginning of the part
7766 2025.01.09 01:08:19.546602 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7767 2025.01.09 01:08:19.546728 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 117 rows starting from the beginning of the part
7768 2025.01.09 01:08:19.546862 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7769 2025.01.09 01:08:19.547108 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 215 rows starting from the beginning of the part
7770 2025.01.09 01:08:19.547421 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 114 rows starting from the beginning of the part
7771 2025.01.09 01:08:19.547793 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1358 rows starting from the beginning of the part
7772 2025.01.09 01:08:19.548119 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 52 rows starting from the beginning of the part
7773 2025.01.09 01:08:19.549773 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7774 2025.01.09 01:08:19.549857 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7775 2025.01.09 01:08:19.550967 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7776 2025.01.09 01:08:19.551281 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7777 2025.01.09 01:08:19.551588 [ 140 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7778 2025.01.09 01:08:19.551694 [ 140 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7779 2025.01.09 01:08:19.551775 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7780 2025.01.09 01:08:19.552094 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3282 rows, containing 5 columns (5 merged, 0 gathered) in 0.006058046 sec., 541758.8443534434 rows/sec., 47.48 MiB/sec.
7781 2025.01.09 01:08:19.552125 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.005563 sec., 10066.510875426928 rows/sec., 804.00 KiB/sec.
7782 2025.01.09 01:08:19.552198 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::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
7783 2025.01.09 01:08:19.552354 [ 279 ] {4fffb80f-3f4a-46db-a35c-8fc2621d8d44} <Debug> TCPHandler: Processed in 0.006239561 sec.
7784 2025.01.09 01:08:19.552549 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7785 2025.01.09 01:08:19.552629 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7786 2025.01.09 01:08:19.552700 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 903 rows starting from the beginning of the part
7787 2025.01.09 01:08:19.552713 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7788 2025.01.09 01:08:19.553075 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 93 rows starting from the beginning of the part
7789 2025.01.09 01:08:19.553232 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7790 2025.01.09 01:08:19.553548 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7791 2025.01.09 01:08:19.553564 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 382 rows starting from the beginning of the part
7792 2025.01.09 01:08:19.553746 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7793 2025.01.09 01:08:19.554117 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 87 rows starting from the beginning of the part
7794 2025.01.09 01:08:19.554284 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_56_11} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7795 2025.01.09 01:08:19.554694 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 844 rows starting from the beginning of the part
7796 2025.01.09 01:08:19.554774 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7797 2025.01.09 01:08:19.555166 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part
7798 2025.01.09 01:08:19.556571 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7799 2025.01.09 01:08:19.556648 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7800 2025.01.09 01:08:19.557822 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7801 2025.01.09 01:08:19.558317 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7802 2025.01.09 01:08:19.558417 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2365 rows, containing 5 columns (5 merged, 0 gathered) in 0.006478596 sec., 365048.229585546 rows/sec., 27.95 MiB/sec.
7803 2025.01.09 01:08:19.558675 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7804 2025.01.09 01:08:19.558735 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.005715 sec., 20997.375328083992 rows/sec., 1.46 MiB/sec.
7805 2025.01.09 01:08:19.558889 [ 276 ] {187a9e63-1f2f-4d9a-9342-7cf233af0f24} <Debug> TCPHandler: Processed in 0.006395544 sec.
7806 2025.01.09 01:08:19.559093 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7807 2025.01.09 01:08:19.559158 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7808 2025.01.09 01:08:19.559326 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7809 2025.01.09 01:08:19.559327 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_56_11} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7810 2025.01.09 01:08:19.559425 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7811 2025.01.09 01:08:19.559495 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7812 2025.01.09 01:08:19.560050 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7813 2025.01.09 01:08:19.560095 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7814 2025.01.09 01:08:19.560500 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7815 2025.01.09 01:08:19.560745 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7816 2025.01.09 01:08:19.560964 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.00171 sec., 23391.81286549708 rows/sec., 1.60 MiB/sec.
7817 2025.01.09 01:08:19.561016 [ 279 ] {353f0f78-8233-4523-828a-d3af82129c2b} <Debug> TCPHandler: Processed in 0.002006375 sec.
7818 2025.01.09 01:08:20.499015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7819 2025.01.09 01:08:20.499785 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7820 2025.01.09 01:08:20.499840 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7821 2025.01.09 01:08:20.500403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7822 2025.01.09 01:08:20.500668 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7823 2025.01.09 01:08:20.500952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7824 2025.01.09 01:08:21.692463 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7825 2025.01.09 01:08:21.710953 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7826 2025.01.09 01:08:21.711006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.54 GiB.
7827 2025.01.09 01:08:21.718030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7828 2025.01.09 01:08:21.718787 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7829 2025.01.09 01:08:21.721326 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7830 2025.01.09 01:08:23.086372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1090
7831 2025.01.09 01:08:23.089804 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2025.01.09 01:08:23.089859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7833 2025.01.09 01:08:23.091351 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7834 2025.01.09 01:08:23.091657 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7835 2025.01.09 01:08:23.091890 [ 138 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7836 2025.01.09 01:08:23.092027 [ 138 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7837 2025.01.09 01:08:23.092091 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7838 2025.01.09 01:08:23.092442 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
7839 2025.01.09 01:08:23.092749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090
7840 2025.01.09 01:08:23.093245 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7841 2025.01.09 01:08:23.093371 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 896 rows starting from the beginning of the part
7842 2025.01.09 01:08:23.093932 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part
7843 2025.01.09 01:08:23.094548 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 44 rows starting from the beginning of the part
7844 2025.01.09 01:08:23.095094 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part
7845 2025.01.09 01:08:23.095600 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part
7846 2025.01.09 01:08:23.096167 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part
7847 2025.01.09 01:08:23.104102 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 72 columns (72 merged, 0 gathered) in 0.011841277 sec., 92050.88268773713 rows/sec., 73.00 MiB/sec.
7848 2025.01.09 01:08:23.105736 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7849 2025.01.09 01:08:23.106605 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7850 2025.01.09 01:08:23.106705 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_26_5} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7851 2025.01.09 01:08:23.107058 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB.
7852 2025.01.09 01:08:24.546487 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7853 2025.01.09 01:08:24.546686 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7854 2025.01.09 01:08:24.546762 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7855 2025.01.09 01:08:24.547654 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7856 2025.01.09 01:08:24.547703 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7857 2025.01.09 01:08:24.548162 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7858 2025.01.09 01:08:24.548420 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7859 2025.01.09 01:08:24.548668 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.00204 sec., 55882.35294117647 rows/sec., 4.75 MiB/sec.
7860 2025.01.09 01:08:24.548734 [ 276 ] {4bef22b8-1945-42d4-923d-cef7e42bb3d5} <Debug> TCPHandler: Processed in 0.002386254 sec.
7861 2025.01.09 01:08:24.548990 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7862 2025.01.09 01:08:24.549205 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7863 2025.01.09 01:08:24.549284 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7864 2025.01.09 01:08:24.550064 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7865 2025.01.09 01:08:24.550119 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7866 2025.01.09 01:08:24.550628 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7867 2025.01.09 01:08:24.550893 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7868 2025.01.09 01:08:24.551133 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001986 sec., 15609.264853977846 rows/sec., 1.15 MiB/sec.
7869 2025.01.09 01:08:24.551203 [ 279 ] {7255e5b2-4921-4ea8-8eb8-04334ae00b60} <Debug> TCPHandler: Processed in 0.002363824 sec.
7870 2025.01.09 01:08:24.551350 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7871 2025.01.09 01:08:24.551498 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7872 2025.01.09 01:08:24.551563 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7873 2025.01.09 01:08:24.552273 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7874 2025.01.09 01:08:24.552320 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7875 2025.01.09 01:08:24.552699 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7876 2025.01.09 01:08:24.552936 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7877 2025.01.09 01:08:24.553191 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001721 sec., 50552.00464846019 rows/sec., 3.95 MiB/sec.
7878 2025.01.09 01:08:24.553293 [ 276 ] {ab71aaf5-470f-41b0-bc67-06d77139017e} <Debug> TCPHandler: Processed in 0.002007255 sec.
7879 2025.01.09 01:08:24.553599 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7880 2025.01.09 01:08:24.553839 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7881 2025.01.09 01:08:24.553941 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7882 2025.01.09 01:08:24.554642 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7883 2025.01.09 01:08:24.554685 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7884 2025.01.09 01:08:24.555108 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7885 2025.01.09 01:08:24.555350 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7886 2025.01.09 01:08:24.555601 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001819 sec., 82462.89169873556 rows/sec., 5.72 MiB/sec.
7887 2025.01.09 01:08:24.555668 [ 279 ] {d3a8f350-6c6f-4e24-9ceb-e2a4a3c5d068} <Debug> TCPHandler: Processed in 0.002266862 sec.
7888 2025.01.09 01:08:24.555883 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7889 2025.01.09 01:08:24.556040 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7890 2025.01.09 01:08:24.556131 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7891 2025.01.09 01:08:24.557289 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7892 2025.01.09 01:08:24.557329 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7893 2025.01.09 01:08:24.557992 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7894 2025.01.09 01:08:24.558257 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7895 2025.01.09 01:08:24.558574 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002566 sec., 12081.060015588464 rows/sec., 21.65 MiB/sec.
7896 2025.01.09 01:08:24.559123 [ 276 ] {625c9387-3d9f-422e-bbb4-75682bfd8942} <Debug> TCPHandler: Processed in 0.003339555 sec.
7897 2025.01.09 01:08:24.559355 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7898 2025.01.09 01:08:24.559498 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7899 2025.01.09 01:08:24.559563 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7900 2025.01.09 01:08:24.560150 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7901 2025.01.09 01:08:24.560192 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7902 2025.01.09 01:08:24.560585 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7903 2025.01.09 01:08:24.560828 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7904 2025.01.09 01:08:24.561097 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001621 sec., 30845.157310302282 rows/sec., 2.12 MiB/sec.
7905 2025.01.09 01:08:24.561205 [ 279 ] {bd7465ca-18ab-48c1-b789-d0df9abbc03f} <Debug> TCPHandler: Processed in 0.001976264 sec.
7906 2025.01.09 01:08:26.860748 [ 93 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
7907 2025.01.09 01:08:26.860809 [ 93 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7908 2025.01.09 01:08:26.860832 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7909 2025.01.09 01:08:26.861058 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
7910 2025.01.09 01:08:26.861253 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7911 2025.01.09 01:08:26.861295 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part
7912 2025.01.09 01:08:26.861375 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
7913 2025.01.09 01:08:26.861486 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
7914 2025.01.09 01:08:26.861747 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
7915 2025.01.09 01:08:26.861930 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
7916 2025.01.09 01:08:26.863050 [ 198 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002138798 sec., 14961.67473506147 rows/sec., 1.25 MiB/sec.
7917 2025.01.09 01:08:26.863190 [ 198 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
7918 2025.01.09 01:08:26.863522 [ 198 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7919 2025.01.09 01:08:26.863623 [ 198 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_14_3} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
7920 2025.01.09 01:08:26.863712 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7921 2025.01.09 01:08:27.107694 [ 93 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7922 2025.01.09 01:08:27.107804 [ 93 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7923 2025.01.09 01:08:27.107847 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7924 2025.01.09 01:08:27.108092 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7925 2025.01.09 01:08:27.108376 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7926 2025.01.09 01:08:27.108414 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7927 2025.01.09 01:08:27.108489 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7928 2025.01.09 01:08:27.108704 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7929 2025.01.09 01:08:27.108955 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7930 2025.01.09 01:08:27.109136 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::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
7931 2025.01.09 01:08:27.110181 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.00223214 sec., 64512.08257546569 rows/sec., 3.29 MiB/sec.
7932 2025.01.09 01:08:27.110305 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7933 2025.01.09 01:08:27.110586 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_24_5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7934 2025.01.09 01:08:27.110675 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_24_5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7935 2025.01.09 01:08:27.110752 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7936 2025.01.09 01:08:27.862132 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
7937 2025.01.09 01:08:27.862179 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
7938 2025.01.09 01:08:28.001099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507
7939 2025.01.09 01:08:28.002154 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7940 2025.01.09 01:08:28.002239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7941 2025.01.09 01:08:28.002905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7942 2025.01.09 01:08:28.003159 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7943 2025.01.09 01:08:28.003445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507
7944 2025.01.09 01:08:29.221394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7945 2025.01.09 01:08:29.242674 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7946 2025.01.09 01:08:29.242728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7947 2025.01.09 01:08:29.250367 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7948 2025.01.09 01:08:29.251132 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2025.01.09 01:08:29.254161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7950 2025.01.09 01:08:29.549770 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7951 2025.01.09 01:08:29.549970 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7952 2025.01.09 01:08:29.550047 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7953 2025.01.09 01:08:29.550818 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7954 2025.01.09 01:08:29.550874 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7955 2025.01.09 01:08:29.551340 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7956 2025.01.09 01:08:29.551599 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7957 2025.01.09 01:08:29.551801 [ 23 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7958 2025.01.09 01:08:29.551872 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec.
7959 2025.01.09 01:08:29.551885 [ 23 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7960 2025.01.09 01:08:29.551959 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7961 2025.01.09 01:08:29.552019 [ 276 ] {85e1f560-15b9-472a-9c85-b96af57a0f06} <Debug> TCPHandler: Processed in 0.002385274 sec.
7962 2025.01.09 01:08:29.552350 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7963 2025.01.09 01:08:29.552445 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7964 2025.01.09 01:08:29.552568 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7965 2025.01.09 01:08:29.552642 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
7966 2025.01.09 01:08:29.552754 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7967 2025.01.09 01:08:29.552855 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7968 2025.01.09 01:08:29.552995 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7969 2025.01.09 01:08:29.553187 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7970 2025.01.09 01:08:29.553494 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7971 2025.01.09 01:08:29.553776 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7972 2025.01.09 01:08:29.555849 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7973 2025.01.09 01:08:29.555936 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7974 2025.01.09 01:08:29.556313 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004235915 sec., 16525.355206608256 rows/sec., 1.22 MiB/sec.
7975 2025.01.09 01:08:29.556565 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7976 2025.01.09 01:08:29.557031 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7977 2025.01.09 01:08:29.557164 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7978 2025.01.09 01:08:29.557316 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_25_6} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7979 2025.01.09 01:08:29.557487 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7980 2025.01.09 01:08:29.557567 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7981 2025.01.09 01:08:29.557833 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005185 sec., 41465.76663452266 rows/sec., 3.62 MiB/sec.
7982 2025.01.09 01:08:29.557918 [ 279 ] {a8c93abd-1d7a-4488-9c58-c9189032d498} <Debug> TCPHandler: Processed in 0.00574831 sec.
7983 2025.01.09 01:08:29.558101 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7984 2025.01.09 01:08:29.558241 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7985 2025.01.09 01:08:29.558302 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7986 2025.01.09 01:08:29.558952 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7987 2025.01.09 01:08:29.558995 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7988 2025.01.09 01:08:29.559387 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7989 2025.01.09 01:08:29.559631 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2025.01.09 01:08:29.559832 [ 23 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7991 2025.01.09 01:08:29.559907 [ 23 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2025.01.09 01:08:29.559914 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001702 sec., 8813.16098707403 rows/sec., 621.40 KiB/sec.
7993 2025.01.09 01:08:29.559936 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
7994 2025.01.09 01:08:29.560186 [ 276 ] {caba41d7-cd5f-4d00-b332-c51917918af9} <Debug> TCPHandler: Processed in 0.002150249 sec.
7995 2025.01.09 01:08:29.560293 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
7996 2025.01.09 01:08:29.560560 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7997 2025.01.09 01:08:29.560895 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7998 2025.01.09 01:08:29.560962 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7999 2025.01.09 01:08:29.561032 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 62 rows starting from the beginning of the part
8000 2025.01.09 01:08:29.561130 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8001 2025.01.09 01:08:29.561526 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part
8002 2025.01.09 01:08:29.561812 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part
8003 2025.01.09 01:08:29.562174 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 21 rows starting from the beginning of the part
8004 2025.01.09 01:08:29.562601 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part
8005 2025.01.09 01:08:29.562882 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part
8006 2025.01.09 01:08:29.563987 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8007 2025.01.09 01:08:29.564037 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8008 2025.01.09 01:08:29.564603 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8009 2025.01.09 01:08:29.564740 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004680586 sec., 37388.480844065256 rows/sec., 2.80 MiB/sec.
8010 2025.01.09 01:08:29.564863 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8011 2025.01.09 01:08:29.564949 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8012 2025.01.09 01:08:29.565327 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8013 2025.01.09 01:08:29.565338 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004494 sec., 3115.2647975077884 rows/sec., 218.17 KiB/sec.
8014 2025.01.09 01:08:29.565710 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_51_10} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8015 2025.01.09 01:08:29.565717 [ 279 ] {29d9c260-e21d-4b3a-a4ec-1cdc4526b777} <Debug> TCPHandler: Processed in 0.00530707 sec.
8016 2025.01.09 01:08:29.566002 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8017 2025.01.09 01:08:29.566121 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8018 2025.01.09 01:08:29.566254 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8019 2025.01.09 01:08:29.566312 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8020 2025.01.09 01:08:29.566944 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8021 2025.01.09 01:08:29.566987 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8022 2025.01.09 01:08:29.567388 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8023 2025.01.09 01:08:29.567643 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8024 2025.01.09 01:08:29.567814 [ 23 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8025 2025.01.09 01:08:29.567888 [ 23 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8026 2025.01.09 01:08:29.567899 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec.
8027 2025.01.09 01:08:29.567927 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8028 2025.01.09 01:08:29.568120 [ 276 ] {1b920f8e-9701-417b-9ec3-302b229b7a55} <Debug> TCPHandler: Processed in 0.002257881 sec.
8029 2025.01.09 01:08:29.568245 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
8030 2025.01.09 01:08:29.568394 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8031 2025.01.09 01:08:29.568767 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8032 2025.01.09 01:08:29.568900 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8033 2025.01.09 01:08:29.568918 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8034 2025.01.09 01:08:29.568975 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
8035 2025.01.09 01:08:29.569281 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
8036 2025.01.09 01:08:29.569545 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
8037 2025.01.09 01:08:29.569873 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
8038 2025.01.09 01:08:29.570309 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
8039 2025.01.09 01:08:29.572089 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8040 2025.01.09 01:08:29.572173 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8041 2025.01.09 01:08:29.572932 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00488664 sec., 13301.573269158358 rows/sec., 881.31 KiB/sec.
8042 2025.01.09 01:08:29.573132 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8043 2025.01.09 01:08:29.573265 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8044 2025.01.09 01:08:29.573592 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8045 2025.01.09 01:08:29.573815 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_25_6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8046 2025.01.09 01:08:29.573892 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8047 2025.01.09 01:08:29.574003 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8048 2025.01.09 01:08:29.574322 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005673 sec., 67336.50625771197 rows/sec., 4.76 MiB/sec.
8049 2025.01.09 01:08:29.574436 [ 279 ] {b0420bf7-690b-41ae-a253-447675adc1f5} <Debug> TCPHandler: Processed in 0.006172959 sec.
8050 2025.01.09 01:08:29.574617 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8051 2025.01.09 01:08:29.574744 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8052 2025.01.09 01:08:29.574801 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8053 2025.01.09 01:08:29.575311 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2025.01.09 01:08:29.575352 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8055 2025.01.09 01:08:29.575757 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8056 2025.01.09 01:08:29.576014 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8057 2025.01.09 01:08:29.576243 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec.
8058 2025.01.09 01:08:29.576302 [ 276 ] {4070436b-8170-4edb-a45f-2bb477eab825} <Debug> TCPHandler: Processed in 0.001745909 sec.
8059 2025.01.09 01:08:29.576461 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8060 2025.01.09 01:08:29.576601 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8061 2025.01.09 01:08:29.576664 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8062 2025.01.09 01:08:29.577465 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8063 2025.01.09 01:08:29.577517 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8064 2025.01.09 01:08:29.578102 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8065 2025.01.09 01:08:29.578488 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8066 2025.01.09 01:08:29.578686 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8067 2025.01.09 01:08:29.578742 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2025.01.09 01:08:29.578777 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.0022 sec., 103181.81818181818 rows/sec., 6.88 MiB/sec.
8069 2025.01.09 01:08:29.578784 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8070 2025.01.09 01:08:29.579017 [ 279 ] {1713a3e6-67d7-4453-b068-79c34588c005} <Debug> TCPHandler: Processed in 0.002618449 sec.
8071 2025.01.09 01:08:29.579148 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::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
8072 2025.01.09 01:08:29.579336 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8073 2025.01.09 01:08:29.579704 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8074 2025.01.09 01:08:29.579863 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16765 rows starting from the beginning of the part
8075 2025.01.09 01:08:29.580143 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8076 2025.01.09 01:08:29.580379 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8077 2025.01.09 01:08:29.580394 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 150 rows starting from the beginning of the part
8078 2025.01.09 01:08:29.580766 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 956 rows starting from the beginning of the part
8079 2025.01.09 01:08:29.581104 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part
8080 2025.01.09 01:08:29.581468 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 150 rows starting from the beginning of the part
8081 2025.01.09 01:08:29.581726 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 227 rows starting from the beginning of the part
8082 2025.01.09 01:08:29.582585 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2025.01.09 01:08:29.582645 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8084 2025.01.09 01:08:29.583285 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8085 2025.01.09 01:08:29.583680 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8086 2025.01.09 01:08:29.584320 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004422 sec., 226.1420171867933 rows/sec., 15.24 KiB/sec.
8087 2025.01.09 01:08:29.584644 [ 276 ] {233fe68c-4b77-461d-b91f-53a77418ae9e} <Debug> TCPHandler: Processed in 0.005500135 sec.
8088 2025.01.09 01:08:29.584837 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8089 2025.01.09 01:08:29.584996 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8090 2025.01.09 01:08:29.585121 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8091 2025.01.09 01:08:29.586629 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8092 2025.01.09 01:08:29.586668 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8093 2025.01.09 01:08:29.587547 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8094 2025.01.09 01:08:29.587977 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8095 2025.01.09 01:08:29.588160 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8096 2025.01.09 01:08:29.588237 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8097 2025.01.09 01:08:29.588263 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8098 2025.01.09 01:08:29.588296 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003331 sec., 2401.6811768237767 rows/sec., 4.30 MiB/sec.
8099 2025.01.09 01:08:29.588637 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
8100 2025.01.09 01:08:29.588797 [ 279 ] {f8172451-bf62-4569-86f4-1015cc11f2b4} <Debug> TCPHandler: Processed in 0.004058112 sec.
8101 2025.01.09 01:08:29.589126 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8102 2025.01.09 01:08:29.589426 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8103 2025.01.09 01:08:29.589537 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8104 2025.01.09 01:08:29.589551 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8105 2025.01.09 01:08:29.589847 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 876 rows starting from the beginning of the part
8106 2025.01.09 01:08:29.590842 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18368 rows, containing 5 columns (5 merged, 0 gathered) in 0.011915048 sec., 1541580.0255273837 rows/sec., 103.53 MiB/sec.
8107 2025.01.09 01:08:29.591056 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
8108 2025.01.09 01:08:29.591272 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8109 2025.01.09 01:08:29.592302 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part
8110 2025.01.09 01:08:29.592401 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8111 2025.01.09 01:08:29.592732 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8112 2025.01.09 01:08:29.593129 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB.
8113 2025.01.09 01:08:29.593441 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
8114 2025.01.09 01:08:29.593649 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8115 2025.01.09 01:08:29.593760 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8116 2025.01.09 01:08:29.594160 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part
8117 2025.01.09 01:08:29.594862 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
8118 2025.01.09 01:08:29.595321 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8119 2025.01.09 01:08:29.595996 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8120 2025.01.09 01:08:29.596251 [ 23 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8121 2025.01.09 01:08:29.596353 [ 23 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8122 2025.01.09 01:08:29.596451 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8123 2025.01.09 01:08:29.596692 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00729 sec., 9876.543209876543 rows/sec., 645.15 KiB/sec.
8124 2025.01.09 01:08:29.597125 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::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
8125 2025.01.09 01:08:29.597945 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8126 2025.01.09 01:08:29.598123 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2516 rows starting from the beginning of the part
8127 2025.01.09 01:08:29.598228 [ 276 ] {5e415837-b62c-4d31-b021-648c2b9939dc} <Debug> TCPHandler: Processed in 0.00929518 sec.
8128 2025.01.09 01:08:29.598484 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 50 rows starting from the beginning of the part
8129 2025.01.09 01:08:29.598797 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part
8130 2025.01.09 01:08:29.599000 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part
8131 2025.01.09 01:08:29.599129 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 50 rows starting from the beginning of the part
8132 2025.01.09 01:08:29.599395 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part
8133 2025.01.09 01:08:29.603312 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 4 columns (4 merged, 0 gathered) in 0.006682081 sec., 413044.97805399244 rows/sec., 27.03 MiB/sec.
8134 2025.01.09 01:08:29.603697 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8135 2025.01.09 01:08:29.604087 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2025.01.09 01:08:29.604167 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_56_11} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8137 2025.01.09 01:08:29.604349 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
8138 2025.01.09 01:08:29.606727 [ 195 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 19 columns (19 merged, 0 gathered) in 0.018376655 sec., 52349.026523053304 rows/sec., 93.81 MiB/sec.
8139 2025.01.09 01:08:29.607889 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8140 2025.01.09 01:08:29.608320 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8141 2025.01.09 01:08:29.608409 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8142 2025.01.09 01:08:29.608567 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB.
8143 2025.01.09 01:08:30.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.54 MiB, peak 223.98 MiB, free memory in arenas 0.00 B, will set to 216.54 MiB (RSS), difference: 3.00 MiB
8144 2025.01.09 01:08:33.093010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1124
8145 2025.01.09 01:08:33.096193 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8146 2025.01.09 01:08:33.096252 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8147 2025.01.09 01:08:33.097769 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8148 2025.01.09 01:08:33.098095 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8149 2025.01.09 01:08:33.098744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1124
8150 2025.01.09 01:08:34.547014 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8151 2025.01.09 01:08:34.547231 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8152 2025.01.09 01:08:34.547316 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8153 2025.01.09 01:08:34.548078 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8154 2025.01.09 01:08:34.548123 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8155 2025.01.09 01:08:34.548565 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8156 2025.01.09 01:08:34.548845 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8157 2025.01.09 01:08:34.549055 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec.
8158 2025.01.09 01:08:34.549123 [ 276 ] {ad964b76-02ee-4ad6-99ea-c46f3ff59d72} <Debug> TCPHandler: Processed in 0.002249811 sec.
8159 2025.01.09 01:08:34.549437 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8160 2025.01.09 01:08:34.549696 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8161 2025.01.09 01:08:34.549780 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8162 2025.01.09 01:08:34.550673 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8163 2025.01.09 01:08:34.550726 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8164 2025.01.09 01:08:34.551186 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8165 2025.01.09 01:08:34.551444 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8166 2025.01.09 01:08:34.551699 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002063 sec., 55744.06204556471 rows/sec., 4.73 MiB/sec.
8167 2025.01.09 01:08:34.551798 [ 279 ] {f6cd630d-2940-494c-ab89-03741401f5b1} <Debug> TCPHandler: Processed in 0.002565778 sec.
8168 2025.01.09 01:08:34.552061 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8169 2025.01.09 01:08:34.552239 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8170 2025.01.09 01:08:34.552302 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8171 2025.01.09 01:08:34.552973 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8172 2025.01.09 01:08:34.553012 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8173 2025.01.09 01:08:34.553395 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8174 2025.01.09 01:08:34.553656 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8175 2025.01.09 01:08:34.553841 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00164 sec., 20121.951219512197 rows/sec., 1.47 MiB/sec.
8176 2025.01.09 01:08:34.553897 [ 276 ] {7e19fe74-581a-4eb0-a325-0eebc2c44711} <Debug> TCPHandler: Processed in 0.002013086 sec.
8177 2025.01.09 01:08:34.554078 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8178 2025.01.09 01:08:34.554229 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8179 2025.01.09 01:08:34.554292 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8180 2025.01.09 01:08:34.554979 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8181 2025.01.09 01:08:34.555022 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8182 2025.01.09 01:08:34.555400 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8183 2025.01.09 01:08:34.555638 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8184 2025.01.09 01:08:34.555846 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001654 sec., 53808.948004836755 rows/sec., 4.20 MiB/sec.
8185 2025.01.09 01:08:34.555905 [ 279 ] {33c4e574-5dbd-4fc4-b99b-3103d394ba94} <Debug> TCPHandler: Processed in 0.001897933 sec.
8186 2025.01.09 01:08:34.556075 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8187 2025.01.09 01:08:34.556219 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8188 2025.01.09 01:08:34.556281 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8189 2025.01.09 01:08:34.556878 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8190 2025.01.09 01:08:34.556916 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8191 2025.01.09 01:08:34.557320 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8192 2025.01.09 01:08:34.557568 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8193 2025.01.09 01:08:34.557782 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001596 sec., 94611.52882205514 rows/sec., 6.56 MiB/sec.
8194 2025.01.09 01:08:34.557840 [ 276 ] {342cd30c-7fde-4d0e-8695-164087571fdc} <Debug> TCPHandler: Processed in 0.001833672 sec.
8195 2025.01.09 01:08:34.557976 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8196 2025.01.09 01:08:34.558097 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8197 2025.01.09 01:08:34.558182 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8198 2025.01.09 01:08:34.559343 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8199 2025.01.09 01:08:34.559381 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8200 2025.01.09 01:08:34.560036 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8201 2025.01.09 01:08:34.560302 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8202 2025.01.09 01:08:34.560553 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002477 sec., 12515.139281388776 rows/sec., 22.43 MiB/sec.
8203 2025.01.09 01:08:34.560985 [ 279 ] {32419993-6ca2-4597-b513-f7350d8edc6e} <Debug> TCPHandler: Processed in 0.003058389 sec.
8204 2025.01.09 01:08:34.561336 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8205 2025.01.09 01:08:34.561569 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8206 2025.01.09 01:08:34.561619 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8207 2025.01.09 01:08:34.562087 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8208 2025.01.09 01:08:34.562125 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8209 2025.01.09 01:08:34.562503 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8210 2025.01.09 01:08:34.562758 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8211 2025.01.09 01:08:34.562976 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001459 sec., 34270.04797806717 rows/sec., 2.35 MiB/sec.
8212 2025.01.09 01:08:34.563027 [ 276 ] {7005731d-9c3e-44bd-a583-47f38bcc16fc} <Debug> TCPHandler: Processed in 0.001901553 sec.
8213 2025.01.09 01:08:35.503672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934
8214 2025.01.09 01:08:35.504746 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8215 2025.01.09 01:08:35.504789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8216 2025.01.09 01:08:35.505324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8217 2025.01.09 01:08:35.505587 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8218 2025.01.09 01:08:35.505837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8219 2025.01.09 01:08:36.754241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8220 2025.01.09 01:08:36.775372 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8221 2025.01.09 01:08:36.775439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8222 2025.01.09 01:08:36.783048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8223 2025.01.09 01:08:36.783837 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8224 2025.01.09 01:08:36.786988 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8225 2025.01.09 01:08:39.550401 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8226 2025.01.09 01:08:39.550730 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8227 2025.01.09 01:08:39.550811 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8228 2025.01.09 01:08:39.551592 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8229 2025.01.09 01:08:39.551643 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8230 2025.01.09 01:08:39.552099 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8231 2025.01.09 01:08:39.552368 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8232 2025.01.09 01:08:39.552620 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec.
8233 2025.01.09 01:08:39.552688 [ 276 ] {d8fea908-2ff9-4ae1-9e75-41b45cf552e7} <Debug> TCPHandler: Processed in 0.002489986 sec.
8234 2025.01.09 01:08:39.553019 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8235 2025.01.09 01:08:39.553325 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8236 2025.01.09 01:08:39.553442 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8237 2025.01.09 01:08:39.554427 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2025.01.09 01:08:39.554483 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8239 2025.01.09 01:08:39.554941 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8240 2025.01.09 01:08:39.555210 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2025.01.09 01:08:39.555444 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002203 sec., 97594.18974126191 rows/sec., 8.53 MiB/sec.
8242 2025.01.09 01:08:39.555512 [ 279 ] {b465b64e-61df-4a08-bc38-8dd397c0356e} <Debug> TCPHandler: Processed in 0.002685241 sec.
8243 2025.01.09 01:08:39.555666 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8244 2025.01.09 01:08:39.555819 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8245 2025.01.09 01:08:39.555882 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8246 2025.01.09 01:08:39.556603 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8247 2025.01.09 01:08:39.556650 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8248 2025.01.09 01:08:39.557044 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8249 2025.01.09 01:08:39.557296 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8250 2025.01.09 01:08:39.557522 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 608.88 KiB/sec.
8251 2025.01.09 01:08:39.557593 [ 276 ] {258da330-e485-4115-8f9d-f993913c8316} <Debug> TCPHandler: Processed in 0.001987275 sec.
8252 2025.01.09 01:08:39.557787 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8253 2025.01.09 01:08:39.557914 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8254 2025.01.09 01:08:39.557966 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8255 2025.01.09 01:08:39.558560 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2025.01.09 01:08:39.558600 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8257 2025.01.09 01:08:39.558962 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8258 2025.01.09 01:08:39.559197 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2025.01.09 01:08:39.559404 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec.
8260 2025.01.09 01:08:39.559517 [ 279 ] {467e1a62-29cb-4bb4-8357-65c9369ec148} <Debug> TCPHandler: Processed in 0.001825431 sec.
8261 2025.01.09 01:08:39.559741 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8262 2025.01.09 01:08:39.559861 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8263 2025.01.09 01:08:39.559913 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8264 2025.01.09 01:08:39.560501 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8265 2025.01.09 01:08:39.560543 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8266 2025.01.09 01:08:39.560903 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8267 2025.01.09 01:08:39.561158 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8268 2025.01.09 01:08:39.561381 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001544 sec., 8419.689119170984 rows/sec., 524.97 KiB/sec.
8269 2025.01.09 01:08:39.561505 [ 276 ] {052dcf37-353d-4315-a70c-6d88d90cdb9e} <Debug> TCPHandler: Processed in 0.001880402 sec.
8270 2025.01.09 01:08:39.561662 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8271 2025.01.09 01:08:39.561784 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8272 2025.01.09 01:08:39.561834 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8273 2025.01.09 01:08:39.562538 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8274 2025.01.09 01:08:39.562577 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8275 2025.01.09 01:08:39.562958 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8276 2025.01.09 01:08:39.563197 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8277 2025.01.09 01:08:39.563374 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001617 sec., 236239.9505256648 rows/sec., 16.72 MiB/sec.
8278 2025.01.09 01:08:39.563431 [ 279 ] {d94b7bb7-d31b-49fe-8946-754cf744b618} <Debug> TCPHandler: Processed in 0.001824551 sec.
8279 2025.01.09 01:08:39.563584 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8280 2025.01.09 01:08:39.563721 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8281 2025.01.09 01:08:39.563817 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8282 2025.01.09 01:08:39.564713 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8283 2025.01.09 01:08:39.564781 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8284 2025.01.09 01:08:39.565149 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8285 2025.01.09 01:08:39.565392 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8286 2025.01.09 01:08:39.565612 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001934 sec., 3102.3784901758017 rows/sec., 162.09 KiB/sec.
8287 2025.01.09 01:08:39.565666 [ 276 ] {18781eab-3156-41cc-a2c9-c8a0b450e766} <Debug> TCPHandler: Processed in 0.002137628 sec.
8288 2025.01.09 01:08:39.565801 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2025.01.09 01:08:39.565918 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8290 2025.01.09 01:08:39.565971 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8291 2025.01.09 01:08:39.566548 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2025.01.09 01:08:39.566586 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8293 2025.01.09 01:08:39.566978 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8294 2025.01.09 01:08:39.567227 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2025.01.09 01:08:39.567442 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00155 sec., 146451.61290322582 rows/sec., 9.77 MiB/sec.
8296 2025.01.09 01:08:39.567498 [ 279 ] {bc404f56-7076-438b-b1cb-96646574328f} <Debug> TCPHandler: Processed in 0.001751129 sec.
8297 2025.01.09 01:08:39.567648 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2025.01.09 01:08:39.567832 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8299 2025.01.09 01:08:39.567930 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8300 2025.01.09 01:08:39.568766 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2025.01.09 01:08:39.568807 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8302 2025.01.09 01:08:39.569172 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8303 2025.01.09 01:08:39.569411 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2025.01.09 01:08:39.569622 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001844 sec., 542.2993492407809 rows/sec., 36.54 KiB/sec.
8305 2025.01.09 01:08:39.569674 [ 276 ] {e6379627-f92b-40a0-81d4-8b6d9bc0ec8e} <Debug> TCPHandler: Processed in 0.002082837 sec.
8306 2025.01.09 01:08:39.569866 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8307 2025.01.09 01:08:39.570086 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8308 2025.01.09 01:08:39.570226 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8309 2025.01.09 01:08:39.571558 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8310 2025.01.09 01:08:39.571598 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8311 2025.01.09 01:08:39.572202 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8312 2025.01.09 01:08:39.572458 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8313 2025.01.09 01:08:39.572746 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002711 sec., 2950.940612320177 rows/sec., 5.29 MiB/sec.
8314 2025.01.09 01:08:39.573233 [ 279 ] {49db14a8-f518-48cc-93ab-7cbabb5d5410} <Debug> TCPHandler: Processed in 0.003474018 sec.
8315 2025.01.09 01:08:39.573531 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8316 2025.01.09 01:08:39.573682 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8317 2025.01.09 01:08:39.573740 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8318 2025.01.09 01:08:39.574229 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8319 2025.01.09 01:08:39.574269 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8320 2025.01.09 01:08:39.574659 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8321 2025.01.09 01:08:39.574914 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8322 2025.01.09 01:08:39.575142 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00149 sec., 48322.14765100671 rows/sec., 3.08 MiB/sec.
8323 2025.01.09 01:08:39.575194 [ 276 ] {52adcda3-b777-4d47-a526-9e2d173f7722} <Debug> TCPHandler: Processed in 0.001862262 sec.
8324 2025.01.09 01:08:42.862235 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
8325 2025.01.09 01:08:42.862328 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
8326 2025.01.09 01:08:43.005965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422
8327 2025.01.09 01:08:43.006651 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8328 2025.01.09 01:08:43.006700 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8329 2025.01.09 01:08:43.007418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8330 2025.01.09 01:08:43.007690 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8331 2025.01.09 01:08:43.007935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422
8332 2025.01.09 01:08:43.098968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1160
8333 2025.01.09 01:08:43.102241 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2025.01.09 01:08:43.102296 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8335 2025.01.09 01:08:43.103799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8336 2025.01.09 01:08:43.104125 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8337 2025.01.09 01:08:43.105393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1160
8338 2025.01.09 01:08:44.287058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8339 2025.01.09 01:08:44.308998 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8340 2025.01.09 01:08:44.309063 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8341 2025.01.09 01:08:44.316688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8342 2025.01.09 01:08:44.317920 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8343 2025.01.09 01:08:44.322130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8344 2025.01.09 01:08:44.546506 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8345 2025.01.09 01:08:44.546704 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8346 2025.01.09 01:08:44.546780 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8347 2025.01.09 01:08:44.547819 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8348 2025.01.09 01:08:44.547864 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8349 2025.01.09 01:08:44.548329 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8350 2025.01.09 01:08:44.548708 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8351 2025.01.09 01:08:44.548873 [ 150 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8352 2025.01.09 01:08:44.548919 [ 150 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2025.01.09 01:08:44.548924 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002275 sec., 50109.890109890104 rows/sec., 4.26 MiB/sec.
8354 2025.01.09 01:08:44.548946 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8355 2025.01.09 01:08:44.549030 [ 276 ] {b2997a8f-f4e9-4e7b-b89f-b4d32eeb588c} <Debug> TCPHandler: Processed in 0.00266069 sec.
8356 2025.01.09 01:08:44.549090 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8357 2025.01.09 01:08:44.549213 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8358 2025.01.09 01:08:44.549245 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1426 rows starting from the beginning of the part
8359 2025.01.09 01:08:44.549325 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8360 2025.01.09 01:08:44.549390 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 114 rows starting from the beginning of the part
8361 2025.01.09 01:08:44.549578 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 215 rows starting from the beginning of the part
8362 2025.01.09 01:08:44.549845 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8363 2025.01.09 01:08:44.549881 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 115 rows starting from the beginning of the part
8364 2025.01.09 01:08:44.550042 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8365 2025.01.09 01:08:44.550095 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 215 rows starting from the beginning of the part
8366 2025.01.09 01:08:44.550453 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 114 rows starting from the beginning of the part
8367 2025.01.09 01:08:44.552458 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8368 2025.01.09 01:08:44.552539 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8369 2025.01.09 01:08:44.553315 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8370 2025.01.09 01:08:44.553595 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2199 rows, containing 5 columns (5 merged, 0 gathered) in 0.004560923 sec., 482139.251199812 rows/sec., 42.65 MiB/sec.
8371 2025.01.09 01:08:44.553760 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8372 2025.01.09 01:08:44.553991 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8373 2025.01.09 01:08:44.554217 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004592 sec., 6750.871080139374 rows/sec., 507.63 KiB/sec.
8374 2025.01.09 01:08:44.554379 [ 279 ] {f9677f7d-a2b2-4af6-ae8a-f09fc1781660} <Debug> TCPHandler: Processed in 0.005223608 sec.
8375 2025.01.09 01:08:44.554593 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8376 2025.01.09 01:08:44.554664 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8377 2025.01.09 01:08:44.554864 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8378 2025.01.09 01:08:44.554863 [ 203 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_61_12} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8379 2025.01.09 01:08:44.554937 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8380 2025.01.09 01:08:44.555178 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
8381 2025.01.09 01:08:44.555770 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8382 2025.01.09 01:08:44.555814 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8383 2025.01.09 01:08:44.556212 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8384 2025.01.09 01:08:44.556465 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8385 2025.01.09 01:08:44.556599 [ 150 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8386 2025.01.09 01:08:44.556636 [ 150 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.01.09 01:08:44.556661 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001881 sec., 46251.99362041467 rows/sec., 3.61 MiB/sec.
8388 2025.01.09 01:08:44.556754 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8389 2025.01.09 01:08:44.556863 [ 276 ] {a82c0fe0-8cb9-4578-8c29-785997e1500b} <Debug> TCPHandler: Processed in 0.002366903 sec.
8390 2025.01.09 01:08:44.557034 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8391 2025.01.09 01:08:44.557074 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8392 2025.01.09 01:08:44.557346 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8393 2025.01.09 01:08:44.557362 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8394 2025.01.09 01:08:44.557459 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8395 2025.01.09 01:08:44.557460 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 903 rows starting from the beginning of the part
8396 2025.01.09 01:08:44.557834 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 87 rows starting from the beginning of the part
8397 2025.01.09 01:08:44.558210 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 382 rows starting from the beginning of the part
8398 2025.01.09 01:08:44.558527 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 89 rows starting from the beginning of the part
8399 2025.01.09 01:08:44.558978 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 382 rows starting from the beginning of the part
8400 2025.01.09 01:08:44.559275 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 87 rows starting from the beginning of the part
8401 2025.01.09 01:08:44.560397 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8402 2025.01.09 01:08:44.560462 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8403 2025.01.09 01:08:44.561453 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8404 2025.01.09 01:08:44.561857 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8405 2025.01.09 01:08:44.562389 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005146 sec., 29148.853478429846 rows/sec., 2.02 MiB/sec.
8406 2025.01.09 01:08:44.562432 [ 203 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 5 columns (5 merged, 0 gathered) in 0.005572625 sec., 346335.8829994841 rows/sec., 26.48 MiB/sec.
8407 2025.01.09 01:08:44.562528 [ 279 ] {d27b1631-28ac-4985-b29c-1e782851b499} <Debug> TCPHandler: Processed in 0.005542155 sec.
8408 2025.01.09 01:08:44.562733 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8409 2025.01.09 01:08:44.562774 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8410 2025.01.09 01:08:44.562967 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8411 2025.01.09 01:08:44.563151 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8412 2025.01.09 01:08:44.563450 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8413 2025.01.09 01:08:44.563747 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_61_12} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8414 2025.01.09 01:08:44.563998 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
8415 2025.01.09 01:08:44.565045 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8416 2025.01.09 01:08:44.565088 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8417 2025.01.09 01:08:44.565786 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8418 2025.01.09 01:08:44.566052 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8419 2025.01.09 01:08:44.566261 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00335 sec., 9253.731343283582 rows/sec., 16.58 MiB/sec.
8420 2025.01.09 01:08:44.566386 [ 276 ] {80f63653-342e-4ed3-b0b6-f3f5ad878258} <Debug> TCPHandler: Processed in 0.003747875 sec.
8421 2025.01.09 01:08:44.566541 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8422 2025.01.09 01:08:44.566682 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8423 2025.01.09 01:08:44.566742 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8424 2025.01.09 01:08:44.567255 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8425 2025.01.09 01:08:44.567293 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8426 2025.01.09 01:08:44.567675 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8427 2025.01.09 01:08:44.567919 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8428 2025.01.09 01:08:44.568149 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.0015 sec., 33333.333333333336 rows/sec., 2.29 MiB/sec.
8429 2025.01.09 01:08:44.568206 [ 279 ] {fdc6b801-f644-4a55-a79e-3a47f19ae48b} <Debug> TCPHandler: Processed in 0.001730719 sec.
8430 2025.01.09 01:08:45.021727 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8431 2025.01.09 01:08:45.021925 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8432 2025.01.09 01:08:45.022001 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8433 2025.01.09 01:08:45.022775 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8434 2025.01.09 01:08:45.022831 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8435 2025.01.09 01:08:45.023281 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8436 2025.01.09 01:08:45.023550 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8437 2025.01.09 01:08:45.023797 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec.
8438 2025.01.09 01:08:45.023866 [ 276 ] {464ac7d4-a5f7-4eee-b1ee-8802793764cb} <Debug> TCPHandler: Processed in 0.002275772 sec.
8439 2025.01.09 01:08:45.024138 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8440 2025.01.09 01:08:45.024352 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8441 2025.01.09 01:08:45.024432 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8442 2025.01.09 01:08:45.025227 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8443 2025.01.09 01:08:45.025271 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8444 2025.01.09 01:08:45.025701 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8445 2025.01.09 01:08:45.025959 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8446 2025.01.09 01:08:45.026152 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001859 sec., 1075.8472296933835 rows/sec., 87.73 KiB/sec.
8447 2025.01.09 01:08:45.026216 [ 279 ] {7ed9532d-9890-412b-a022-fb02a66625f1} <Debug> TCPHandler: Processed in 0.002218639 sec.
8448 2025.01.09 01:08:45.026375 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8449 2025.01.09 01:08:45.026527 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8450 2025.01.09 01:08:45.026592 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8451 2025.01.09 01:08:45.028152 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8452 2025.01.09 01:08:45.028197 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8453 2025.01.09 01:08:45.028676 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8454 2025.01.09 01:08:45.028926 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2025.01.09 01:08:45.029173 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002678 sec., 506348.02091112774 rows/sec., 42.26 MiB/sec.
8456 2025.01.09 01:08:45.029277 [ 276 ] {08c949af-e662-4717-8e6e-e105151eab1d} <Debug> TCPHandler: Processed in 0.002970978 sec.
8457 2025.01.09 01:08:45.029534 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8458 2025.01.09 01:08:45.029759 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8459 2025.01.09 01:08:45.029842 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8460 2025.01.09 01:08:45.030461 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8461 2025.01.09 01:08:45.030500 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8462 2025.01.09 01:08:45.030868 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8463 2025.01.09 01:08:45.031111 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8464 2025.01.09 01:08:45.031303 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001594 sec., 10664.993726474278 rows/sec., 751.11 KiB/sec.
8465 2025.01.09 01:08:45.031406 [ 279 ] {6cc23b15-9e7c-4d00-a4fb-17495fb95eae} <Debug> TCPHandler: Processed in 0.002039716 sec.
8466 2025.01.09 01:08:45.031623 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8467 2025.01.09 01:08:45.031769 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8468 2025.01.09 01:08:45.031829 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8469 2025.01.09 01:08:45.032510 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2025.01.09 01:08:45.032552 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8471 2025.01.09 01:08:45.032935 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8472 2025.01.09 01:08:45.033198 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8473 2025.01.09 01:08:45.033422 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001687 sec., 143449.91108476586 rows/sec., 9.72 MiB/sec.
8474 2025.01.09 01:08:45.033480 [ 276 ] {ba92110e-7338-4f2a-893d-61a4e5ce2ef5} <Debug> TCPHandler: Processed in 0.001975074 sec.
8475 2025.01.09 01:08:45.033629 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8476 2025.01.09 01:08:45.033747 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8477 2025.01.09 01:08:45.033797 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8478 2025.01.09 01:08:45.034472 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2025.01.09 01:08:45.034517 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8480 2025.01.09 01:08:45.034957 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8481 2025.01.09 01:08:45.035197 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2025.01.09 01:08:45.035375 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec.
8483 2025.01.09 01:08:45.035429 [ 279 ] {4b90eaf8-d723-4a07-8bd1-bd017498d82a} <Debug> TCPHandler: Processed in 0.001853742 sec.
8484 2025.01.09 01:08:45.035572 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8485 2025.01.09 01:08:45.035688 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8486 2025.01.09 01:08:45.035738 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8487 2025.01.09 01:08:45.036611 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2025.01.09 01:08:45.036653 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8489 2025.01.09 01:08:45.037060 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8490 2025.01.09 01:08:45.037302 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2025.01.09 01:08:45.037510 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001846 sec., 455037.9198266522 rows/sec., 32.87 MiB/sec.
8492 2025.01.09 01:08:45.037565 [ 276 ] {5a5ee17a-eb07-421b-b396-02ed8b7fc3e7} <Debug> TCPHandler: Processed in 0.002050956 sec.
8493 2025.01.09 01:08:45.037719 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8494 2025.01.09 01:08:45.037855 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8495 2025.01.09 01:08:45.037915 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8496 2025.01.09 01:08:45.038485 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2025.01.09 01:08:45.038529 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8498 2025.01.09 01:08:45.038948 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8499 2025.01.09 01:08:45.039184 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8500 2025.01.09 01:08:45.039356 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
8501 2025.01.09 01:08:45.039406 [ 279 ] {8df2d06c-d89e-4f2e-8e1d-df5a6fc57a2a} <Debug> TCPHandler: Processed in 0.00175397 sec.
8502 2025.01.09 01:08:45.039548 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8503 2025.01.09 01:08:45.039668 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8504 2025.01.09 01:08:45.039722 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8505 2025.01.09 01:08:45.040498 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2025.01.09 01:08:45.040538 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8507 2025.01.09 01:08:45.040982 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8508 2025.01.09 01:08:45.041220 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2025.01.09 01:08:45.041442 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001799 sec., 530294.6081156197 rows/sec., 35.22 MiB/sec.
8510 2025.01.09 01:08:45.041498 [ 276 ] {a780f5f9-7ca2-4156-b19a-999f3ad8f38e} <Debug> TCPHandler: Processed in 0.002008995 sec.
8511 2025.01.09 01:08:45.041680 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8512 2025.01.09 01:08:45.041881 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8513 2025.01.09 01:08:45.041950 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8514 2025.01.09 01:08:45.042503 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8515 2025.01.09 01:08:45.042547 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8516 2025.01.09 01:08:45.042954 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8517 2025.01.09 01:08:45.043194 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8518 2025.01.09 01:08:45.043396 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec.
8519 2025.01.09 01:08:45.043481 [ 279 ] {cce753fb-c132-4b45-af65-9d786cc358b6} <Debug> TCPHandler: Processed in 0.001896313 sec.
8520 2025.01.09 01:08:45.043682 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8521 2025.01.09 01:08:45.043930 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8522 2025.01.09 01:08:45.044010 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8523 2025.01.09 01:08:45.045097 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8524 2025.01.09 01:08:45.045137 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8525 2025.01.09 01:08:45.045731 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8526 2025.01.09 01:08:45.046011 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2025.01.09 01:08:45.046319 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002454 sec., 3259.9837000814996 rows/sec., 5.84 MiB/sec.
8528 2025.01.09 01:08:45.046776 [ 276 ] {4c239b55-00bd-44cb-a00c-dbc9b240fd01} <Debug> TCPHandler: Processed in 0.003214742 sec.
8529 2025.01.09 01:08:45.047037 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8530 2025.01.09 01:08:45.047190 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8531 2025.01.09 01:08:45.047247 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8532 2025.01.09 01:08:45.047790 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8533 2025.01.09 01:08:45.047834 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8534 2025.01.09 01:08:45.048228 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8535 2025.01.09 01:08:45.048468 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8536 2025.01.09 01:08:45.048657 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001496 sec., 21390.374331550804 rows/sec., 1.24 MiB/sec.
8537 2025.01.09 01:08:45.048707 [ 279 ] {49cf335c-99b7-4dfa-8480-6a49a1925deb} <Debug> TCPHandler: Processed in 0.001830401 sec.
8538 2025.01.09 01:08:49.543722 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8539 2025.01.09 01:08:49.543921 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8540 2025.01.09 01:08:49.543995 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8541 2025.01.09 01:08:49.544748 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8542 2025.01.09 01:08:49.544792 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8543 2025.01.09 01:08:49.545224 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8544 2025.01.09 01:08:49.545508 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8545 2025.01.09 01:08:49.545713 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001846 sec., 28169.014084507042 rows/sec., 2.15 MiB/sec.
8546 2025.01.09 01:08:49.545780 [ 276 ] {dfbf75d3-0b36-45ae-8427-30025dfdb078} <Debug> TCPHandler: Processed in 0.00218786 sec.
8547 2025.01.09 01:08:49.546032 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8548 2025.01.09 01:08:49.546224 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8549 2025.01.09 01:08:49.546298 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8550 2025.01.09 01:08:49.547082 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8551 2025.01.09 01:08:49.547131 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8552 2025.01.09 01:08:49.547568 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8553 2025.01.09 01:08:49.547823 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8554 2025.01.09 01:08:49.548052 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.32 MiB/sec.
8555 2025.01.09 01:08:49.548117 [ 279 ] {0e65de34-6bbb-4a79-ae3f-b11bc7841664} <Debug> TCPHandler: Processed in 0.00222972 sec.
8556 2025.01.09 01:08:49.548261 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8557 2025.01.09 01:08:49.548409 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8558 2025.01.09 01:08:49.548478 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8559 2025.01.09 01:08:49.549123 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8560 2025.01.09 01:08:49.549163 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8561 2025.01.09 01:08:49.549569 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8562 2025.01.09 01:08:49.549812 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8563 2025.01.09 01:08:49.549944 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8564 2025.01.09 01:08:49.549988 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8565 2025.01.09 01:08:49.549997 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001624 sec., 73891.62561576355 rows/sec., 5.12 MiB/sec.
8566 2025.01.09 01:08:49.550011 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8567 2025.01.09 01:08:49.550124 [ 276 ] {702426ad-c168-47ad-85df-895cd7152689} <Debug> TCPHandler: Processed in 0.001920903 sec.
8568 2025.01.09 01:08:49.550410 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8569 2025.01.09 01:08:49.550494 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8570 2025.01.09 01:08:49.551066 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8571 2025.01.09 01:08:49.551142 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8572 2025.01.09 01:08:49.551206 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18368 rows starting from the beginning of the part
8573 2025.01.09 01:08:49.551442 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8574 2025.01.09 01:08:49.551670 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 151 rows starting from the beginning of the part
8575 2025.01.09 01:08:49.552075 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 227 rows starting from the beginning of the part
8576 2025.01.09 01:08:49.552445 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 150 rows starting from the beginning of the part
8577 2025.01.09 01:08:49.552808 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 954 rows starting from the beginning of the part
8578 2025.01.09 01:08:49.553089 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 120 rows starting from the beginning of the part
8579 2025.01.09 01:08:49.553907 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8580 2025.01.09 01:08:49.553978 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8581 2025.01.09 01:08:49.554607 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8582 2025.01.09 01:08:49.554946 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8583 2025.01.09 01:08:49.555216 [ 142 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8584 2025.01.09 01:08:49.555369 [ 142 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8585 2025.01.09 01:08:49.555449 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.004559 sec., 8773.85391533231 rows/sec., 616.05 KiB/sec.
8586 2025.01.09 01:08:49.555469 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8587 2025.01.09 01:08:49.555862 [ 279 ] {1da90c16-c5f6-400b-aa83-f7523c86cbd5} <Debug> TCPHandler: Processed in 0.005614917 sec.
8588 2025.01.09 01:08:49.555969 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8589 2025.01.09 01:08:49.556230 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8590 2025.01.09 01:08:49.556269 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2760 rows starting from the beginning of the part
8591 2025.01.09 01:08:49.556433 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 50 rows starting from the beginning of the part
8592 2025.01.09 01:08:49.556646 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part
8593 2025.01.09 01:08:49.556770 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 50 rows starting from the beginning of the part
8594 2025.01.09 01:08:49.556953 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part
8595 2025.01.09 01:08:49.557040 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part
8596 2025.01.09 01:08:49.559026 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3004 rows, containing 4 columns (4 merged, 0 gathered) in 0.003375406 sec., 889967.0143384233 rows/sec., 58.27 MiB/sec.
8597 2025.01.09 01:08:49.559309 [ 190 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8598 2025.01.09 01:08:49.559666 [ 190 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8599 2025.01.09 01:08:49.559758 [ 190 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_61_12} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8600 2025.01.09 01:08:49.559947 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
8601 2025.01.09 01:08:49.560740 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19970 rows, containing 5 columns (5 merged, 0 gathered) in 0.010604989 sec., 1883075.9749020012 rows/sec., 126.48 MiB/sec.
8602 2025.01.09 01:08:49.561100 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8603 2025.01.09 01:08:49.561406 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8604 2025.01.09 01:08:49.561485 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8605 2025.01.09 01:08:49.561576 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB.
8606 2025.01.09 01:08:50.508076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849
8607 2025.01.09 01:08:50.508825 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8608 2025.01.09 01:08:50.508882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8609 2025.01.09 01:08:50.509442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8610 2025.01.09 01:08:50.509698 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8611 2025.01.09 01:08:50.509911 [ 143 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8612 2025.01.09 01:08:50.509965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8613 2025.01.09 01:08:50.510008 [ 143 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8614 2025.01.09 01:08:50.510037 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8615 2025.01.09 01:08:50.510207 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
8616 2025.01.09 01:08:50.510388 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8617 2025.01.09 01:08:50.510439 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
8618 2025.01.09 01:08:50.510531 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8619 2025.01.09 01:08:50.510810 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
8620 2025.01.09 01:08:50.510926 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
8621 2025.01.09 01:08:50.511106 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
8622 2025.01.09 01:08:50.511332 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
8623 2025.01.09 01:08:50.513592 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003474568 sec., 5424847.060123733 rows/sec., 77.60 MiB/sec.
8624 2025.01.09 01:08:50.514003 [ 188 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8625 2025.01.09 01:08:50.514377 [ 188 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8626 2025.01.09 01:08:50.514476 [ 188 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_41_8} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8627 2025.01.09 01:08:50.514600 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
8628 2025.01.09 01:08:51.822207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8629 2025.01.09 01:08:51.843425 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8630 2025.01.09 01:08:51.843476 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8631 2025.01.09 01:08:51.851049 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8632 2025.01.09 01:08:51.851823 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8633 2025.01.09 01:08:51.852207 [ 141 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8634 2025.01.09 01:08:51.852335 [ 141 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8635 2025.01.09 01:08:51.852408 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8636 2025.01.09 01:08:51.853645 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::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
8637 2025.01.09 01:08:51.869608 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8638 2025.01.09 01:08:51.871170 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8639 2025.01.09 01:08:51.872864 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
8640 2025.01.09 01:08:51.878365 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
8641 2025.01.09 01:08:51.884964 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
8642 2025.01.09 01:08:51.890535 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
8643 2025.01.09 01:08:51.896248 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
8644 2025.01.09 01:08:51.900631 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
8645 2025.01.09 01:08:51.963058 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110497533 sec., 2796.4425232914477 rows/sec., 14.46 MiB/sec.
8646 2025.01.09 01:08:51.966332 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8647 2025.01.09 01:08:51.969464 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8648 2025.01.09 01:08:51.969602 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_41_8} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8649 2025.01.09 01:08:51.972158 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8650 2025.01.09 01:08:52.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.20 MiB, peak 232.63 MiB, free memory in arenas 0.00 B, will set to 220.88 MiB (RSS), difference: 1.68 MiB
8651 2025.01.09 01:08:53.105678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1204
8652 2025.01.09 01:08:53.109404 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8653 2025.01.09 01:08:53.109464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8654 2025.01.09 01:08:53.110975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8655 2025.01.09 01:08:53.111311 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8656 2025.01.09 01:08:53.112761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204
8657 2025.01.09 01:08:54.546774 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8658 2025.01.09 01:08:54.546997 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8659 2025.01.09 01:08:54.547084 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8660 2025.01.09 01:08:54.547926 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8661 2025.01.09 01:08:54.547977 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8662 2025.01.09 01:08:54.548432 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8663 2025.01.09 01:08:54.548701 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8664 2025.01.09 01:08:54.548968 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002033 sec., 56074.766355140186 rows/sec., 4.76 MiB/sec.
8665 2025.01.09 01:08:54.549050 [ 276 ] {2a5ee663-9e05-4b7e-8f2e-c528a0c022b1} <Debug> TCPHandler: Processed in 0.002420835 sec.
8666 2025.01.09 01:08:54.549335 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8667 2025.01.09 01:08:54.549551 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8668 2025.01.09 01:08:54.549633 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8669 2025.01.09 01:08:54.550487 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8670 2025.01.09 01:08:54.550538 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8671 2025.01.09 01:08:54.550982 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8672 2025.01.09 01:08:54.551256 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8673 2025.01.09 01:08:54.551464 [ 135 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8674 2025.01.09 01:08:54.551497 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002006 sec., 15453.639082751744 rows/sec., 1.13 MiB/sec.
8675 2025.01.09 01:08:54.551587 [ 135 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.01.09 01:08:54.551666 [ 279 ] {193636e0-1daf-4033-90d7-86741da9d531} <Debug> TCPHandler: Processed in 0.002500266 sec.
8677 2025.01.09 01:08:54.551680 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8678 2025.01.09 01:08:54.551933 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8679 2025.01.09 01:08:54.551976 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::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
8680 2025.01.09 01:08:54.552449 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8681 2025.01.09 01:08:54.552495 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8682 2025.01.09 01:08:54.552621 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 62 rows starting from the beginning of the part
8683 2025.01.09 01:08:54.552678 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8684 2025.01.09 01:08:54.553184 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 33 rows starting from the beginning of the part
8685 2025.01.09 01:08:54.553663 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part
8686 2025.01.09 01:08:54.553897 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part
8687 2025.01.09 01:08:54.554190 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 17 rows starting from the beginning of the part
8688 2025.01.09 01:08:54.554611 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part
8689 2025.01.09 01:08:54.556302 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2025.01.09 01:08:54.556377 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8691 2025.01.09 01:08:54.557507 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8692 2025.01.09 01:08:54.557521 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005695298 sec., 33185.26967333404 rows/sec., 2.51 MiB/sec.
8693 2025.01.09 01:08:54.557745 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8694 2025.01.09 01:08:54.557931 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8695 2025.01.09 01:08:54.558358 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.006128 sec., 14197.127937336814 rows/sec., 1.11 MiB/sec.
8696 2025.01.09 01:08:54.558422 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8697 2025.01.09 01:08:54.558543 [ 276 ] {1366ce7a-a8c3-47de-89d6-fe44b4fe66ca} <Debug> TCPHandler: Processed in 0.006742892 sec.
8698 2025.01.09 01:08:54.558628 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_56_11} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8699 2025.01.09 01:08:54.558729 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8700 2025.01.09 01:08:54.558735 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8701 2025.01.09 01:08:54.558859 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8702 2025.01.09 01:08:54.558913 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8703 2025.01.09 01:08:54.559467 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8704 2025.01.09 01:08:54.559506 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8705 2025.01.09 01:08:54.559907 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8706 2025.01.09 01:08:54.560147 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8707 2025.01.09 01:08:54.560401 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001558 sec., 96277.27856225931 rows/sec., 6.68 MiB/sec.
8708 2025.01.09 01:08:54.560455 [ 279 ] {cd9900e0-5e03-4878-8e14-bfce3e5e8fd1} <Debug> TCPHandler: Processed in 0.001790981 sec.
8709 2025.01.09 01:08:54.560675 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8710 2025.01.09 01:08:54.560827 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8711 2025.01.09 01:08:54.560918 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8712 2025.01.09 01:08:54.562120 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8713 2025.01.09 01:08:54.562158 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8714 2025.01.09 01:08:54.562825 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8715 2025.01.09 01:08:54.563085 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8716 2025.01.09 01:08:54.563228 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8717 2025.01.09 01:08:54.563276 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8718 2025.01.09 01:08:54.563300 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002505 sec., 12375.249500998005 rows/sec., 22.18 MiB/sec.
8719 2025.01.09 01:08:54.563305 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8720 2025.01.09 01:08:54.563867 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::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
8721 2025.01.09 01:08:54.563996 [ 276 ] {cfa4a904-f52a-4fed-9bcd-10bfe7c2cc0a} <Debug> TCPHandler: Processed in 0.003428317 sec.
8722 2025.01.09 01:08:54.564318 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8723 2025.01.09 01:08:54.564708 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8724 2025.01.09 01:08:54.564827 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8725 2025.01.09 01:08:54.565085 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8726 2025.01.09 01:08:54.565206 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 962 rows starting from the beginning of the part
8727 2025.01.09 01:08:54.565789 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part
8728 2025.01.09 01:08:54.566362 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8729 2025.01.09 01:08:54.566426 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8730 2025.01.09 01:08:54.566436 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
8731 2025.01.09 01:08:54.567007 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part
8732 2025.01.09 01:08:54.567530 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8733 2025.01.09 01:08:54.567563 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
8734 2025.01.09 01:08:54.568034 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part
8735 2025.01.09 01:08:54.568064 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8736 2025.01.09 01:08:54.568777 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004151 sec., 12045.290291496025 rows/sec., 845.76 KiB/sec.
8737 2025.01.09 01:08:54.569137 [ 279 ] {448c6af1-02d4-4c65-980f-0b64840da66b} <Debug> TCPHandler: Processed in 0.004991212 sec.
8738 2025.01.09 01:08:54.576597 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 19 columns (19 merged, 0 gathered) in 0.013155277 sec., 81412.19679372772 rows/sec., 145.89 MiB/sec.
8739 2025.01.09 01:08:54.578014 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8740 2025.01.09 01:08:54.578454 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8741 2025.01.09 01:08:54.578535 [ 186 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8742 2025.01.09 01:08:54.578697 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.37 MiB.
8743 2025.01.09 01:08:55.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.38 MiB, peak 232.63 MiB, free memory in arenas 0.00 B, will set to 223.87 MiB (RSS), difference: 2.50 MiB
8744 2025.01.09 01:08:56.234606 [ 130 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0
8745 2025.01.09 01:08:56.234718 [ 130 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8746 2025.01.09 01:08:56.234760 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8747 2025.01.09 01:08:56.235078 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full
8748 2025.01.09 01:08:56.235437 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8749 2025.01.09 01:08:56.235476 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part
8750 2025.01.09 01:08:56.235561 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part
8751 2025.01.09 01:08:56.235815 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8752 2025.01.09 01:08:56.236052 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8753 2025.01.09 01:08:56.236220 [ 197 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part
8754 2025.01.09 01:08:56.237455 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002578079 sec., 292853.71006862086 rows/sec., 20.96 MiB/sec.
8755 2025.01.09 01:08:56.237688 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
8756 2025.01.09 01:08:56.238106 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8757 2025.01.09 01:08:56.238212 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_28_6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6
8758 2025.01.09 01:08:56.238328 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8759 2025.01.09 01:08:57.862392 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
8760 2025.01.09 01:08:57.862463 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
8761 2025.01.09 01:08:58.010139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337
8762 2025.01.09 01:08:58.010217 [ 128 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0
8763 2025.01.09 01:08:58.010333 [ 128 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8764 2025.01.09 01:08:58.010400 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8765 2025.01.09 01:08:58.010927 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full
8766 2025.01.09 01:08:58.011572 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8767 2025.01.09 01:08:58.011702 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part
8768 2025.01.09 01:08:58.012040 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
8769 2025.01.09 01:08:58.012374 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8770 2025.01.09 01:08:58.012709 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8771 2025.01.09 01:08:58.013024 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8772 2025.01.09 01:08:58.014735 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8773 2025.01.09 01:08:58.014810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8774 2025.01.09 01:08:58.016002 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.005443903 sec., 5327.060382964208 rows/sec., 357.52 KiB/sec.
8775 2025.01.09 01:08:58.016118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8776 2025.01.09 01:08:58.016172 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
8777 2025.01.09 01:08:58.016585 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8778 2025.01.09 01:08:58.016694 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8779 2025.01.09 01:08:58.016901 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_28_6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6
8780 2025.01.09 01:08:58.017076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337
8781 2025.01.09 01:08:58.017118 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8782 2025.01.09 01:08:59.369717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8783 2025.01.09 01:08:59.388911 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8784 2025.01.09 01:08:59.388966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8785 2025.01.09 01:08:59.395933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8786 2025.01.09 01:08:59.396698 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8787 2025.01.09 01:08:59.399537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8788 2025.01.09 01:08:59.550722 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8789 2025.01.09 01:08:59.550915 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8790 2025.01.09 01:08:59.550990 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8791 2025.01.09 01:08:59.551770 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8792 2025.01.09 01:08:59.551818 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8793 2025.01.09 01:08:59.552263 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8794 2025.01.09 01:08:59.552521 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8795 2025.01.09 01:08:59.552793 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec.
8796 2025.01.09 01:08:59.552916 [ 276 ] {5776b32a-3553-4031-8caf-c74f06837dc8} <Debug> TCPHandler: Processed in 0.002327193 sec.
8797 2025.01.09 01:08:59.553261 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8798 2025.01.09 01:08:59.553531 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8799 2025.01.09 01:08:59.553607 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8800 2025.01.09 01:08:59.554484 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8801 2025.01.09 01:08:59.554536 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8802 2025.01.09 01:08:59.554990 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8803 2025.01.09 01:08:59.555257 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8804 2025.01.09 01:08:59.555518 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002036 sec., 105599.2141453831 rows/sec., 9.23 MiB/sec.
8805 2025.01.09 01:08:59.555586 [ 279 ] {9c5b115a-b102-4fb1-a762-278ea51a7b13} <Debug> TCPHandler: Processed in 0.002527347 sec.
8806 2025.01.09 01:08:59.555725 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8807 2025.01.09 01:08:59.555852 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8808 2025.01.09 01:08:59.555905 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8809 2025.01.09 01:08:59.556509 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8810 2025.01.09 01:08:59.556549 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8811 2025.01.09 01:08:59.556913 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8812 2025.01.09 01:08:59.557150 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8813 2025.01.09 01:08:59.557355 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001533 sec., 9784.735812133073 rows/sec., 689.90 KiB/sec.
8814 2025.01.09 01:08:59.557414 [ 276 ] {ef94d155-bee7-408c-9275-d9634df95b2e} <Debug> TCPHandler: Processed in 0.001746769 sec.
8815 2025.01.09 01:08:59.557580 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8816 2025.01.09 01:08:59.557726 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8817 2025.01.09 01:08:59.557788 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8818 2025.01.09 01:08:59.558482 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8819 2025.01.09 01:08:59.558524 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8820 2025.01.09 01:08:59.558897 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8821 2025.01.09 01:08:59.559147 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2025.01.09 01:08:59.559412 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001712 sec., 8177.570093457944 rows/sec., 572.70 KiB/sec.
8823 2025.01.09 01:08:59.559571 [ 279 ] {ba74db96-ac5a-4ac1-855c-73cb4996dc36} <Debug> TCPHandler: Processed in 0.002058927 sec.
8824 2025.01.09 01:08:59.559810 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8825 2025.01.09 01:08:59.559950 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8826 2025.01.09 01:08:59.560008 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8827 2025.01.09 01:08:59.560641 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8828 2025.01.09 01:08:59.560680 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8829 2025.01.09 01:08:59.561032 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8830 2025.01.09 01:08:59.561263 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8831 2025.01.09 01:08:59.561482 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
8832 2025.01.09 01:08:59.561537 [ 276 ] {09a833e7-dcf9-4c0d-aad8-6472553088f6} <Debug> TCPHandler: Processed in 0.001863652 sec.
8833 2025.01.09 01:08:59.561694 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8834 2025.01.09 01:08:59.561841 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8835 2025.01.09 01:08:59.561900 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8836 2025.01.09 01:08:59.562715 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8837 2025.01.09 01:08:59.562756 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8838 2025.01.09 01:08:59.563145 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8839 2025.01.09 01:08:59.563387 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8840 2025.01.09 01:08:59.563610 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001801 sec., 212104.3864519711 rows/sec., 15.01 MiB/sec.
8841 2025.01.09 01:08:59.563662 [ 279 ] {75dd8cb6-c352-4129-9e5d-0ad463f3bcf6} <Debug> TCPHandler: Processed in 0.002040566 sec.
8842 2025.01.09 01:08:59.563790 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8843 2025.01.09 01:08:59.563907 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8844 2025.01.09 01:08:59.563957 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8845 2025.01.09 01:08:59.564448 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8846 2025.01.09 01:08:59.564486 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8847 2025.01.09 01:08:59.564852 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8848 2025.01.09 01:08:59.565098 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8849 2025.01.09 01:08:59.565312 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
8850 2025.01.09 01:08:59.565365 [ 276 ] {fa01e43a-1d24-4065-932d-8bde45050c7c} <Debug> TCPHandler: Processed in 0.001629577 sec.
8851 2025.01.09 01:08:59.565515 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8852 2025.01.09 01:08:59.565653 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8853 2025.01.09 01:08:59.565716 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8854 2025.01.09 01:08:59.566417 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8855 2025.01.09 01:08:59.566459 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8856 2025.01.09 01:08:59.566845 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8857 2025.01.09 01:08:59.567085 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8858 2025.01.09 01:08:59.567340 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00171 sec., 132748.5380116959 rows/sec., 8.85 MiB/sec.
8859 2025.01.09 01:08:59.567399 [ 279 ] {cd3f9795-9964-405b-9026-3bfb5fa1c55f} <Debug> TCPHandler: Processed in 0.001949993 sec.
8860 2025.01.09 01:08:59.567593 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8861 2025.01.09 01:08:59.567735 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8862 2025.01.09 01:08:59.567785 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8863 2025.01.09 01:08:59.568247 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8864 2025.01.09 01:08:59.568284 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8865 2025.01.09 01:08:59.568637 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8866 2025.01.09 01:08:59.568872 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8867 2025.01.09 01:08:59.569112 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec.
8868 2025.01.09 01:08:59.569307 [ 276 ] {f63e8109-6d85-4a1c-80ec-658aaadbdfe9} <Debug> TCPHandler: Processed in 0.001812161 sec.
8869 2025.01.09 01:08:59.569520 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8870 2025.01.09 01:08:59.569664 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8871 2025.01.09 01:08:59.569758 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8872 2025.01.09 01:08:59.570962 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8873 2025.01.09 01:08:59.571003 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8874 2025.01.09 01:08:59.571632 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8875 2025.01.09 01:08:59.571897 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8876 2025.01.09 01:08:59.572157 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002524 sec., 3169.5721077654516 rows/sec., 5.68 MiB/sec.
8877 2025.01.09 01:08:59.572265 [ 279 ] {b1f1e599-29d7-4a89-8e08-ed0dce2f348e} <Debug> TCPHandler: Processed in 0.002850744 sec.
8878 2025.01.09 01:08:59.572403 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8879 2025.01.09 01:08:59.572616 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8880 2025.01.09 01:08:59.572707 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8881 2025.01.09 01:08:59.573526 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8882 2025.01.09 01:08:59.573566 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8883 2025.01.09 01:08:59.573937 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8884 2025.01.09 01:08:59.574170 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8885 2025.01.09 01:08:59.574411 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001848 sec., 38961.03896103896 rows/sec., 2.49 MiB/sec.
8886 2025.01.09 01:08:59.574472 [ 276 ] {df173d7d-8c20-47d4-b099-b3b52ce68b67} <Debug> TCPHandler: Processed in 0.002125458 sec.
8887 2025.01.09 01:09:00.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.18 MiB, peak 232.63 MiB, free memory in arenas 0.00 B, will set to 224.06 MiB (RSS), difference: -1.12 MiB
8888 2025.01.09 01:09:03.113069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1238
8889 2025.01.09 01:09:03.116285 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8890 2025.01.09 01:09:03.116347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8891 2025.01.09 01:09:03.117866 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8892 2025.01.09 01:09:03.118188 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8893 2025.01.09 01:09:03.118915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1238
8894 2025.01.09 01:09:04.547798 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8895 2025.01.09 01:09:04.547984 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8896 2025.01.09 01:09:04.548058 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8897 2025.01.09 01:09:04.548817 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8898 2025.01.09 01:09:04.548865 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8899 2025.01.09 01:09:04.549284 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8900 2025.01.09 01:09:04.549556 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8901 2025.01.09 01:09:04.549800 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001869 sec., 3210.2728731942216 rows/sec., 261.78 KiB/sec.
8902 2025.01.09 01:09:04.549867 [ 276 ] {6f0aee4a-c56f-462b-bb77-78295bc51556} <Debug> TCPHandler: Processed in 0.00220173 sec.
8903 2025.01.09 01:09:04.550131 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8904 2025.01.09 01:09:04.550346 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8905 2025.01.09 01:09:04.550434 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8906 2025.01.09 01:09:04.551252 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8907 2025.01.09 01:09:04.551296 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8908 2025.01.09 01:09:04.551757 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8909 2025.01.09 01:09:04.552019 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8910 2025.01.09 01:09:04.552221 [ 112 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8911 2025.01.09 01:09:04.552290 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.002002 sec., 58441.558441558445 rows/sec., 4.94 MiB/sec.
8912 2025.01.09 01:09:04.552315 [ 112 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8913 2025.01.09 01:09:04.552386 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8914 2025.01.09 01:09:04.552436 [ 279 ] {5ecacb89-9bff-449a-8147-32f5011a9aea} <Debug> TCPHandler: Processed in 0.002444805 sec.
8915 2025.01.09 01:09:04.552701 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8916 2025.01.09 01:09:04.552753 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8917 2025.01.09 01:09:04.552965 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8918 2025.01.09 01:09:04.553096 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8919 2025.01.09 01:09:04.553102 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8920 2025.01.09 01:09:04.553185 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1426 rows starting from the beginning of the part
8921 2025.01.09 01:09:04.553379 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1356 rows starting from the beginning of the part
8922 2025.01.09 01:09:04.553626 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 52 rows starting from the beginning of the part
8923 2025.01.09 01:09:04.553865 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 114 rows starting from the beginning of the part
8924 2025.01.09 01:09:04.554093 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 215 rows starting from the beginning of the part
8925 2025.01.09 01:09:04.554296 [ 186 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 117 rows starting from the beginning of the part
8926 2025.01.09 01:09:04.554855 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8927 2025.01.09 01:09:04.554900 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
8928 2025.01.09 01:09:04.555408 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8929 2025.01.09 01:09:04.555722 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8930 2025.01.09 01:09:04.555969 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.003101 sec., 11931.634956465656 rows/sec., 886.81 KiB/sec.
8931 2025.01.09 01:09:04.556039 [ 276 ] {21de2c61-a1fd-4d3d-beea-841df8c6b7cb} <Debug> TCPHandler: Processed in 0.003478539 sec.
8932 2025.01.09 01:09:04.556259 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8933 2025.01.09 01:09:04.556387 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.003885567 sec., 844149.6440545229 rows/sec., 73.98 MiB/sec.
8934 2025.01.09 01:09:04.556485 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8935 2025.01.09 01:09:04.556553 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8936 2025.01.09 01:09:04.556711 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8937 2025.01.09 01:09:04.557342 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8938 2025.01.09 01:09:04.557581 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_66_13} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8939 2025.01.09 01:09:04.557767 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
8940 2025.01.09 01:09:04.557894 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8941 2025.01.09 01:09:04.557940 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8942 2025.01.09 01:09:04.558324 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8943 2025.01.09 01:09:04.558574 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8944 2025.01.09 01:09:04.558758 [ 112 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8945 2025.01.09 01:09:04.558815 [ 112 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8946 2025.01.09 01:09:04.558832 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002398 sec., 38782.31859883236 rows/sec., 3.03 MiB/sec.
8947 2025.01.09 01:09:04.558853 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8948 2025.01.09 01:09:04.558996 [ 279 ] {dad6e2a5-6cdf-4bf4-9d87-42014a6cf689} <Debug> TCPHandler: Processed in 0.002873404 sec.
8949 2025.01.09 01:09:04.559093 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8950 2025.01.09 01:09:04.559195 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8951 2025.01.09 01:09:04.559224 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8952 2025.01.09 01:09:04.559256 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 903 rows starting from the beginning of the part
8953 2025.01.09 01:09:04.559403 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 840 rows starting from the beginning of the part
8954 2025.01.09 01:09:04.559456 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8955 2025.01.09 01:09:04.559587 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part
8956 2025.01.09 01:09:04.559601 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8957 2025.01.09 01:09:04.559790 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 87 rows starting from the beginning of the part
8958 2025.01.09 01:09:04.559997 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 382 rows starting from the beginning of the part
8959 2025.01.09 01:09:04.560235 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 93 rows starting from the beginning of the part
8960 2025.01.09 01:09:04.561072 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8961 2025.01.09 01:09:04.561116 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
8962 2025.01.09 01:09:04.561720 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8963 2025.01.09 01:09:04.562050 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8964 2025.01.09 01:09:04.562079 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 5 columns (5 merged, 0 gathered) in 0.00307469 sec., 767882.2905723829 rows/sec., 58.79 MiB/sec.
8965 2025.01.09 01:09:04.562396 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.003029 sec., 50511.72003961704 rows/sec., 3.50 MiB/sec.
8966 2025.01.09 01:09:04.562466 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8967 2025.01.09 01:09:04.562541 [ 276 ] {b1f16d89-dfb2-481b-b583-2d3a82bd2148} <Debug> TCPHandler: Processed in 0.003422038 sec.
8968 2025.01.09 01:09:04.562729 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8969 2025.01.09 01:09:04.562944 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8970 2025.01.09 01:09:04.563025 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8971 2025.01.09 01:09:04.563145 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8972 2025.01.09 01:09:04.563270 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_66_13} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8973 2025.01.09 01:09:04.563541 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
8974 2025.01.09 01:09:04.564664 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8975 2025.01.09 01:09:04.564709 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8976 2025.01.09 01:09:04.565385 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8977 2025.01.09 01:09:04.565648 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8978 2025.01.09 01:09:04.565956 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003052 sec., 10157.273918741808 rows/sec., 18.20 MiB/sec.
8979 2025.01.09 01:09:04.566288 [ 279 ] {7e123219-3552-42fd-b9b8-e8a7c27f1019} <Debug> TCPHandler: Processed in 0.003629672 sec.
8980 2025.01.09 01:09:04.566622 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8981 2025.01.09 01:09:04.566792 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8982 2025.01.09 01:09:04.566854 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8983 2025.01.09 01:09:04.567427 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8984 2025.01.09 01:09:04.567474 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8985 2025.01.09 01:09:04.567883 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8986 2025.01.09 01:09:04.568121 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8987 2025.01.09 01:09:04.568336 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001576 sec., 31725.888324873096 rows/sec., 2.18 MiB/sec.
8988 2025.01.09 01:09:04.568387 [ 276 ] {6b583442-a92e-49e3-b124-7f9bd4378afd} <Debug> TCPHandler: Processed in 0.001959425 sec.
8989 2025.01.09 01:09:05.517266 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764
8990 2025.01.09 01:09:05.518272 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8991 2025.01.09 01:09:05.518322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8992 2025.01.09 01:09:05.518868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8993 2025.01.09 01:09:05.519207 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8994 2025.01.09 01:09:05.519758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8995 2025.01.09 01:09:06.899635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8996 2025.01.09 01:09:06.920548 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8997 2025.01.09 01:09:06.920618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
8998 2025.01.09 01:09:06.928007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8999 2025.01.09 01:09:06.928865 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9000 2025.01.09 01:09:06.932270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
9001 2025.01.09 01:09:09.550116 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9002 2025.01.09 01:09:09.550347 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9003 2025.01.09 01:09:09.550429 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9004 2025.01.09 01:09:09.551223 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9005 2025.01.09 01:09:09.551276 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9006 2025.01.09 01:09:09.551713 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9007 2025.01.09 01:09:09.551977 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9008 2025.01.09 01:09:09.552201 [ 100 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9009 2025.01.09 01:09:09.552233 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec.
9010 2025.01.09 01:09:09.552282 [ 100 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9011 2025.01.09 01:09:09.552361 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9012 2025.01.09 01:09:09.552374 [ 276 ] {47a8f234-c95b-4e3e-a23b-874a6bf7fe98} <Debug> TCPHandler: Processed in 0.002399524 sec.
9013 2025.01.09 01:09:09.552641 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
9014 2025.01.09 01:09:09.552772 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9015 2025.01.09 01:09:09.552838 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9016 2025.01.09 01:09:09.552893 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
9017 2025.01.09 01:09:09.553117 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
9018 2025.01.09 01:09:09.553341 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9019 2025.01.09 01:09:09.553415 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
9020 2025.01.09 01:09:09.553719 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9021 2025.01.09 01:09:09.553741 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
9022 2025.01.09 01:09:09.554026 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9023 2025.01.09 01:09:09.556578 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004099862 sec., 17073.745408991814 rows/sec., 1.27 MiB/sec.
9024 2025.01.09 01:09:09.556797 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9025 2025.01.09 01:09:09.557029 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9026 2025.01.09 01:09:09.557126 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9027 2025.01.09 01:09:09.557303 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9028 2025.01.09 01:09:09.557461 [ 191 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_29_7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9029 2025.01.09 01:09:09.557602 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9030 2025.01.09 01:09:09.558078 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9031 2025.01.09 01:09:09.558518 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9032 2025.01.09 01:09:09.559010 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005941 sec., 36189.19373842787 rows/sec., 3.16 MiB/sec.
9033 2025.01.09 01:09:09.559120 [ 279 ] {4db86c51-7a43-4f18-9208-522a8981ef56} <Debug> TCPHandler: Processed in 0.00662212 sec.
9034 2025.01.09 01:09:09.559291 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9035 2025.01.09 01:09:09.559423 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9036 2025.01.09 01:09:09.559484 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9037 2025.01.09 01:09:09.560113 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9038 2025.01.09 01:09:09.560154 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9039 2025.01.09 01:09:09.560530 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9040 2025.01.09 01:09:09.560790 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9041 2025.01.09 01:09:09.561000 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001609 sec., 9322.560596643878 rows/sec., 657.31 KiB/sec.
9042 2025.01.09 01:09:09.561053 [ 276 ] {b496d270-4631-458d-b267-9f65cae8340c} <Debug> TCPHandler: Processed in 0.001822331 sec.
9043 2025.01.09 01:09:09.561225 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9044 2025.01.09 01:09:09.561355 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9045 2025.01.09 01:09:09.561408 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9046 2025.01.09 01:09:09.562006 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9047 2025.01.09 01:09:09.562049 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9048 2025.01.09 01:09:09.562418 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9049 2025.01.09 01:09:09.562666 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9050 2025.01.09 01:09:09.562888 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001563 sec., 8957.133717210492 rows/sec., 627.30 KiB/sec.
9051 2025.01.09 01:09:09.562945 [ 279 ] {52ad8744-69d4-42a9-8ded-cd963a1bc1da} <Debug> TCPHandler: Processed in 0.00178112 sec.
9052 2025.01.09 01:09:09.563125 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9053 2025.01.09 01:09:09.563295 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9054 2025.01.09 01:09:09.563353 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9055 2025.01.09 01:09:09.564010 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9056 2025.01.09 01:09:09.564050 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9057 2025.01.09 01:09:09.564402 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9058 2025.01.09 01:09:09.564645 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9059 2025.01.09 01:09:09.564810 [ 100 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9060 2025.01.09 01:09:09.564882 [ 100 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9061 2025.01.09 01:09:09.564894 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec.
9062 2025.01.09 01:09:09.564917 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9063 2025.01.09 01:09:09.565134 [ 276 ] {1dbd64cb-9021-44db-baf6-42d2fd768f1a} <Debug> TCPHandler: Processed in 0.002072006 sec.
9064 2025.01.09 01:09:09.565196 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
9065 2025.01.09 01:09:09.565360 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9066 2025.01.09 01:09:09.565387 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9067 2025.01.09 01:09:09.565439 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
9068 2025.01.09 01:09:09.565683 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
9069 2025.01.09 01:09:09.565739 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9070 2025.01.09 01:09:09.565970 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
9071 2025.01.09 01:09:09.565985 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9072 2025.01.09 01:09:09.566339 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
9073 2025.01.09 01:09:09.566675 [ 203 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
9074 2025.01.09 01:09:09.568768 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9075 2025.01.09 01:09:09.568837 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9076 2025.01.09 01:09:09.569224 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004127833 sec., 15746.761072940693 rows/sec., 1.02 MiB/sec.
9077 2025.01.09 01:09:09.569447 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9078 2025.01.09 01:09:09.569754 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9079 2025.01.09 01:09:09.569976 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9080 2025.01.09 01:09:09.570105 [ 190 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_29_7} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9081 2025.01.09 01:09:09.570182 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9082 2025.01.09 01:09:09.570269 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9083 2025.01.09 01:09:09.570495 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004943 sec., 77281.00343920695 rows/sec., 5.47 MiB/sec.
9084 2025.01.09 01:09:09.570567 [ 279 ] {3a75a42f-16c7-430b-84c9-a6570fb6a133} <Debug> TCPHandler: Processed in 0.00531264 sec.
9085 2025.01.09 01:09:09.570727 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9086 2025.01.09 01:09:09.570871 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9087 2025.01.09 01:09:09.570934 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9088 2025.01.09 01:09:09.571527 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9089 2025.01.09 01:09:09.571575 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9090 2025.01.09 01:09:09.571996 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9091 2025.01.09 01:09:09.572246 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9092 2025.01.09 01:09:09.572410 [ 100 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9093 2025.01.09 01:09:09.572473 [ 100 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2025.01.09 01:09:09.572513 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 189.41 KiB/sec.
9095 2025.01.09 01:09:09.572520 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9096 2025.01.09 01:09:09.572664 [ 276 ] {95cd9ea4-3371-47b0-8793-44ab33ec0842} <Debug> TCPHandler: Processed in 0.002002885 sec.
9097 2025.01.09 01:09:09.572798 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9098 2025.01.09 01:09:09.572881 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9099 2025.01.09 01:09:09.573052 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9100 2025.01.09 01:09:09.573115 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9101 2025.01.09 01:09:09.573136 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
9102 2025.01.09 01:09:09.573244 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9103 2025.01.09 01:09:09.573411 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
9104 2025.01.09 01:09:09.573829 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
9105 2025.01.09 01:09:09.574198 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9106 2025.01.09 01:09:09.574508 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9107 2025.01.09 01:09:09.574879 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9108 2025.01.09 01:09:09.576235 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9109 2025.01.09 01:09:09.576316 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9110 2025.01.09 01:09:09.577451 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9111 2025.01.09 01:09:09.577680 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005017703 sec., 34677.22182839439 rows/sec., 1.77 MiB/sec.
9112 2025.01.09 01:09:09.577888 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9113 2025.01.09 01:09:09.577943 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9114 2025.01.09 01:09:09.578479 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005402 sec., 42021.473528322844 rows/sec., 2.80 MiB/sec.
9115 2025.01.09 01:09:09.578647 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9116 2025.01.09 01:09:09.578724 [ 279 ] {e7d4bdc8-4396-4f5b-ad37-81205ec31f5c} <Debug> TCPHandler: Processed in 0.005937184 sec.
9117 2025.01.09 01:09:09.579004 [ 188 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_29_6} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9118 2025.01.09 01:09:09.579285 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9119 2025.01.09 01:09:09.579304 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2025.01.09 01:09:09.579543 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9121 2025.01.09 01:09:09.579606 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9122 2025.01.09 01:09:09.580126 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2025.01.09 01:09:09.580166 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9124 2025.01.09 01:09:09.580542 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9125 2025.01.09 01:09:09.580798 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2025.01.09 01:09:09.581062 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec.
9127 2025.01.09 01:09:09.581245 [ 276 ] {906ba152-be0a-4d59-9a6a-d2bf611ce0c9} <Debug> TCPHandler: Processed in 0.002165799 sec.
9128 2025.01.09 01:09:09.581456 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9129 2025.01.09 01:09:09.581594 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9130 2025.01.09 01:09:09.581688 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9131 2025.01.09 01:09:09.582814 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9132 2025.01.09 01:09:09.582853 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9133 2025.01.09 01:09:09.583483 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9134 2025.01.09 01:09:09.583744 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9135 2025.01.09 01:09:09.584012 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec.
9136 2025.01.09 01:09:09.584286 [ 279 ] {708a30b0-dff4-4daa-b542-d5770e5d378b} <Debug> TCPHandler: Processed in 0.002932837 sec.
9137 2025.01.09 01:09:09.584570 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9138 2025.01.09 01:09:09.584892 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9139 2025.01.09 01:09:09.584955 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9140 2025.01.09 01:09:09.585445 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9141 2025.01.09 01:09:09.585486 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.53 GiB.
9142 2025.01.09 01:09:09.585873 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9143 2025.01.09 01:09:09.586112 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9144 2025.01.09 01:09:09.586346 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001556 sec., 46272.49357326478 rows/sec., 2.95 MiB/sec.
9145 2025.01.09 01:09:09.586399 [ 276 ] {6e10ee9a-9047-4ae9-b5a6-2970cd078ea1} <Debug> TCPHandler: Processed in 0.001994315 sec.
9146 2025.01.09 01:09:12.862713 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
9147 2025.01.09 01:09:12.862772 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
9148 2025.01.09 01:09:13.019927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252
9149 2025.01.09 01:09:13.020622 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9150 2025.01.09 01:09:13.020675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9151 2025.01.09 01:09:13.021240 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9152 2025.01.09 01:09:13.021504 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9153 2025.01.09 01:09:13.021777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252
9154 2025.01.09 01:09:13.119169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1274
9155 2025.01.09 01:09:13.122299 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9156 2025.01.09 01:09:13.122348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9157 2025.01.09 01:09:13.123841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9158 2025.01.09 01:09:13.124156 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9159 2025.01.09 01:09:13.124371 [ 90 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9160 2025.01.09 01:09:13.124508 [ 90 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9161 2025.01.09 01:09:13.124576 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9162 2025.01.09 01:09:13.124957 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
9163 2025.01.09 01:09:13.125290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1274
9164 2025.01.09 01:09:13.125806 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9165 2025.01.09 01:09:13.125948 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1090 rows starting from the beginning of the part
9166 2025.01.09 01:09:13.126500 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part
9167 2025.01.09 01:09:13.127064 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part
9168 2025.01.09 01:09:13.127601 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 44 rows starting from the beginning of the part
9169 2025.01.09 01:09:13.128057 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part
9170 2025.01.09 01:09:13.128497 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part
9171 2025.01.09 01:09:13.136623 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1274 rows, containing 72 columns (72 merged, 0 gathered) in 0.011876128 sec., 107274.02062355677 rows/sec., 83.74 MiB/sec.
9172 2025.01.09 01:09:13.138377 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9173 2025.01.09 01:09:13.139201 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9174 2025.01.09 01:09:13.139306 [ 192 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_31_6} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9175 2025.01.09 01:09:13.139665 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9176 2025.01.09 01:09:14.432374 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9177 2025.01.09 01:09:14.454096 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9178 2025.01.09 01:09:14.454165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9179 2025.01.09 01:09:14.461662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9180 2025.01.09 01:09:14.462454 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9181 2025.01.09 01:09:14.466714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9182 2025.01.09 01:09:14.546615 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9183 2025.01.09 01:09:14.546829 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9184 2025.01.09 01:09:14.546911 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9185 2025.01.09 01:09:14.547707 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9186 2025.01.09 01:09:14.547752 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9187 2025.01.09 01:09:14.548214 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9188 2025.01.09 01:09:14.548477 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9189 2025.01.09 01:09:14.548725 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001955 sec., 58312.02046035805 rows/sec., 4.95 MiB/sec.
9190 2025.01.09 01:09:14.548843 [ 276 ] {92b9d0b6-1e1e-4a16-96ec-826dd9fe0479} <Debug> TCPHandler: Processed in 0.002370193 sec.
9191 2025.01.09 01:09:14.549140 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9192 2025.01.09 01:09:14.549353 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9193 2025.01.09 01:09:14.549436 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9194 2025.01.09 01:09:14.550241 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9195 2025.01.09 01:09:14.550295 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9196 2025.01.09 01:09:14.550743 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9197 2025.01.09 01:09:14.551008 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9198 2025.01.09 01:09:14.551279 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001986 sec., 15609.264853977846 rows/sec., 1.15 MiB/sec.
9199 2025.01.09 01:09:14.551343 [ 279 ] {662175e4-8bdf-49da-a635-cf29d57a63c9} <Debug> TCPHandler: Processed in 0.002398334 sec.
9200 2025.01.09 01:09:14.551546 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9201 2025.01.09 01:09:14.551776 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9202 2025.01.09 01:09:14.551871 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9203 2025.01.09 01:09:14.552555 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9204 2025.01.09 01:09:14.552595 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9205 2025.01.09 01:09:14.552970 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9206 2025.01.09 01:09:14.553215 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9207 2025.01.09 01:09:14.553398 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001682 sec., 51724.137931034486 rows/sec., 4.04 MiB/sec.
9208 2025.01.09 01:09:14.553457 [ 276 ] {683fb6c1-5cd2-45ff-bd15-323a4522b9ab} <Debug> TCPHandler: Processed in 0.002018555 sec.
9209 2025.01.09 01:09:14.553612 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9210 2025.01.09 01:09:14.553759 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9211 2025.01.09 01:09:14.553825 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9212 2025.01.09 01:09:14.554456 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9213 2025.01.09 01:09:14.554498 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9214 2025.01.09 01:09:14.554911 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9215 2025.01.09 01:09:14.555174 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9216 2025.01.09 01:09:14.555349 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9217 2025.01.09 01:09:14.555415 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9218 2025.01.09 01:09:14.555430 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001698 sec., 88339.22261484098 rows/sec., 6.12 MiB/sec.
9219 2025.01.09 01:09:14.555449 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9220 2025.01.09 01:09:14.555590 [ 279 ] {64501ede-9634-491b-b35b-f9ba4a7b6fb6} <Debug> TCPHandler: Processed in 0.002040076 sec.
9221 2025.01.09 01:09:14.555674 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9222 2025.01.09 01:09:14.555804 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9223 2025.01.09 01:09:14.555873 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9224 2025.01.09 01:09:14.555948 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19970 rows starting from the beginning of the part
9225 2025.01.09 01:09:14.556050 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9226 2025.01.09 01:09:14.556102 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 150 rows starting from the beginning of the part
9227 2025.01.09 01:09:14.556510 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 227 rows starting from the beginning of the part
9228 2025.01.09 01:09:14.556531 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9229 2025.01.09 01:09:14.557065 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 153 rows starting from the beginning of the part
9230 2025.01.09 01:09:14.557528 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 227 rows starting from the beginning of the part
9231 2025.01.09 01:09:14.557901 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 150 rows starting from the beginning of the part
9232 2025.01.09 01:09:14.560545 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9233 2025.01.09 01:09:14.560608 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9234 2025.01.09 01:09:14.562345 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9235 2025.01.09 01:09:14.562632 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9236 2025.01.09 01:09:14.563119 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00714 sec., 4341.736694677871 rows/sec., 7.78 MiB/sec.
9237 2025.01.09 01:09:14.563447 [ 276 ] {52a25fa2-881f-48b5-803a-964b61c21cc9} <Debug> TCPHandler: Processed in 0.007739335 sec.
9238 2025.01.09 01:09:14.563628 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9239 2025.01.09 01:09:14.563778 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9240 2025.01.09 01:09:14.563841 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9241 2025.01.09 01:09:14.564348 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9242 2025.01.09 01:09:14.564389 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9243 2025.01.09 01:09:14.566081 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9244 2025.01.09 01:09:14.566566 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9245 2025.01.09 01:09:14.566911 [ 98 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9246 2025.01.09 01:09:14.567049 [ 98 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9247 2025.01.09 01:09:14.567149 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003393 sec., 14736.221632773357 rows/sec., 1.01 MiB/sec.
9248 2025.01.09 01:09:14.567155 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9249 2025.01.09 01:09:14.567299 [ 279 ] {3a7e1c49-fb8e-42f9-ac93-83124a1ee951} <Debug> TCPHandler: Processed in 0.003735495 sec.
9250 2025.01.09 01:09:14.567514 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9251 2025.01.09 01:09:14.567873 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9252 2025.01.09 01:09:14.567919 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3004 rows starting from the beginning of the part
9253 2025.01.09 01:09:14.568005 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 50 rows starting from the beginning of the part
9254 2025.01.09 01:09:14.568254 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 72 rows starting from the beginning of the part
9255 2025.01.09 01:09:14.568487 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 50 rows starting from the beginning of the part
9256 2025.01.09 01:09:14.568851 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part
9257 2025.01.09 01:09:14.569202 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part
9258 2025.01.09 01:09:14.569687 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20877 rows, containing 5 columns (5 merged, 0 gathered) in 0.014075608 sec., 1483204.1358355533 rows/sec., 99.67 MiB/sec.
9259 2025.01.09 01:09:14.570189 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9260 2025.01.09 01:09:14.570660 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9261 2025.01.09 01:09:14.570878 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9262 2025.01.09 01:09:14.571053 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
9263 2025.01.09 01:09:14.571740 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3298 rows, containing 4 columns (4 merged, 0 gathered) in 0.004375689 sec., 753709.872890875 rows/sec., 49.40 MiB/sec.
9264 2025.01.09 01:09:14.572024 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9265 2025.01.09 01:09:14.572316 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9266 2025.01.09 01:09:14.572395 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_66_13} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9267 2025.01.09 01:09:14.572482 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
9268 2025.01.09 01:09:15.022985 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9269 2025.01.09 01:09:15.023276 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9270 2025.01.09 01:09:15.023386 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9271 2025.01.09 01:09:15.024366 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9272 2025.01.09 01:09:15.024410 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9273 2025.01.09 01:09:15.024849 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9274 2025.01.09 01:09:15.025108 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9275 2025.01.09 01:09:15.025322 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002126 sec., 6585.13640639699 rows/sec., 474.04 KiB/sec.
9276 2025.01.09 01:09:15.025386 [ 276 ] {7c97c5dc-2b27-44cb-a48b-5e7b5c2de305} <Debug> TCPHandler: Processed in 0.002576658 sec.
9277 2025.01.09 01:09:15.025630 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9278 2025.01.09 01:09:15.025851 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9279 2025.01.09 01:09:15.025934 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9280 2025.01.09 01:09:15.026671 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9281 2025.01.09 01:09:15.026722 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9282 2025.01.09 01:09:15.027164 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9283 2025.01.09 01:09:15.027419 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9284 2025.01.09 01:09:15.027707 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001912 sec., 3138.075313807531 rows/sec., 255.89 KiB/sec.
9285 2025.01.09 01:09:15.027897 [ 279 ] {4346197e-0df9-4463-82f3-881aa12828d6} <Debug> TCPHandler: Processed in 0.002402295 sec.
9286 2025.01.09 01:09:15.028104 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9287 2025.01.09 01:09:15.028251 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9288 2025.01.09 01:09:15.028310 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9289 2025.01.09 01:09:15.029544 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9290 2025.01.09 01:09:15.029584 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9291 2025.01.09 01:09:15.030036 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9292 2025.01.09 01:09:15.030281 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9293 2025.01.09 01:09:15.030465 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002248 sec., 604092.5266903915 rows/sec., 50.40 MiB/sec.
9294 2025.01.09 01:09:15.030522 [ 276 ] {1a451c28-8c1e-4b7c-b609-655b2d16f69f} <Debug> TCPHandler: Processed in 0.002533807 sec.
9295 2025.01.09 01:09:15.030673 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9296 2025.01.09 01:09:15.030819 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9297 2025.01.09 01:09:15.030881 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9298 2025.01.09 01:09:15.031487 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9299 2025.01.09 01:09:15.031530 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9300 2025.01.09 01:09:15.031898 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9301 2025.01.09 01:09:15.032154 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9302 2025.01.09 01:09:15.032353 [ 86 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9303 2025.01.09 01:09:15.032415 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001621 sec., 12954.966070326958 rows/sec., 910.90 KiB/sec.
9304 2025.01.09 01:09:15.032448 [ 86 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9305 2025.01.09 01:09:15.032544 [ 279 ] {01ef29f3-5b88-4478-b0b2-fa875f52df64} <Debug> TCPHandler: Processed in 0.001932733 sec.
9306 2025.01.09 01:09:15.032551 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9307 2025.01.09 01:09:15.032832 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9308 2025.01.09 01:09:15.032846 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9309 2025.01.09 01:09:15.033424 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9310 2025.01.09 01:09:15.033552 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 62 rows starting from the beginning of the part
9311 2025.01.09 01:09:15.033566 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9312 2025.01.09 01:09:15.033890 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part
9313 2025.01.09 01:09:15.034048 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9314 2025.01.09 01:09:15.034289 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 37 rows starting from the beginning of the part
9315 2025.01.09 01:09:15.034714 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part
9316 2025.01.09 01:09:15.034963 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 31 rows starting from the beginning of the part
9317 2025.01.09 01:09:15.035375 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 21 rows starting from the beginning of the part
9318 2025.01.09 01:09:15.037111 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9319 2025.01.09 01:09:15.037183 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9320 2025.01.09 01:09:15.038286 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9321 2025.01.09 01:09:15.038375 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005663508 sec., 31958.990788041614 rows/sec., 2.39 MiB/sec.
9322 2025.01.09 01:09:15.038646 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9323 2025.01.09 01:09:15.038669 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9324 2025.01.09 01:09:15.039169 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005898 sec., 41030.85791793829 rows/sec., 2.78 MiB/sec.
9325 2025.01.09 01:09:15.039516 [ 276 ] {1bc161c2-9442-4aa0-9304-d0e44a6009be} <Debug> TCPHandler: Processed in 0.006853014 sec.
9326 2025.01.09 01:09:15.039602 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9327 2025.01.09 01:09:15.039950 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9328 2025.01.09 01:09:15.039993 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_61_12} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9329 2025.01.09 01:09:15.040237 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9330 2025.01.09 01:09:15.040262 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9331 2025.01.09 01:09:15.040333 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9332 2025.01.09 01:09:15.041016 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9333 2025.01.09 01:09:15.041056 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9334 2025.01.09 01:09:15.041417 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9335 2025.01.09 01:09:15.041666 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9336 2025.01.09 01:09:15.041909 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001715 sec., 7580.174927113703 rows/sec., 472.62 KiB/sec.
9337 2025.01.09 01:09:15.042088 [ 279 ] {12165046-37a6-49ca-b7f5-5a3c3c89c856} <Debug> TCPHandler: Processed in 0.002402194 sec.
9338 2025.01.09 01:09:15.042336 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9339 2025.01.09 01:09:15.042474 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9340 2025.01.09 01:09:15.042528 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9341 2025.01.09 01:09:15.043466 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9342 2025.01.09 01:09:15.043505 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9343 2025.01.09 01:09:15.043895 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9344 2025.01.09 01:09:15.044132 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9345 2025.01.09 01:09:15.044308 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001867 sec., 452062.1317621853 rows/sec., 32.67 MiB/sec.
9346 2025.01.09 01:09:15.044362 [ 276 ] {3cade55d-a25a-42bd-af72-2d3701120d5f} <Debug> TCPHandler: Processed in 0.002155519 sec.
9347 2025.01.09 01:09:15.044506 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9348 2025.01.09 01:09:15.044635 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9349 2025.01.09 01:09:15.044692 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9350 2025.01.09 01:09:15.045189 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9351 2025.01.09 01:09:15.045226 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9352 2025.01.09 01:09:15.045659 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9353 2025.01.09 01:09:15.045904 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9354 2025.01.09 01:09:15.046110 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec.
9355 2025.01.09 01:09:15.046163 [ 279 ] {d9bfeeb5-2365-42e0-b203-0176878716b1} <Debug> TCPHandler: Processed in 0.001719009 sec.
9356 2025.01.09 01:09:15.046304 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9357 2025.01.09 01:09:15.046421 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9358 2025.01.09 01:09:15.046475 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9359 2025.01.09 01:09:15.047212 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9360 2025.01.09 01:09:15.047248 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9361 2025.01.09 01:09:15.047677 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9362 2025.01.09 01:09:15.047918 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9363 2025.01.09 01:09:15.048105 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.001708 sec., 559718.9695550351 rows/sec., 37.18 MiB/sec.
9364 2025.01.09 01:09:15.048164 [ 276 ] {bbcd2775-4e97-4bf0-a35a-0699331255fe} <Debug> TCPHandler: Processed in 0.001917493 sec.
9365 2025.01.09 01:09:15.048309 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9366 2025.01.09 01:09:15.048446 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9367 2025.01.09 01:09:15.048514 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9368 2025.01.09 01:09:15.049048 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9369 2025.01.09 01:09:15.049087 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9370 2025.01.09 01:09:15.049457 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9371 2025.01.09 01:09:15.049717 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9372 2025.01.09 01:09:15.049940 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
9373 2025.01.09 01:09:15.049994 [ 279 ] {8d6d51b3-b1a1-49bb-89d2-ac75f00f7caa} <Debug> TCPHandler: Processed in 0.001751959 sec.
9374 2025.01.09 01:09:15.050147 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9375 2025.01.09 01:09:15.050285 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9376 2025.01.09 01:09:15.050379 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9377 2025.01.09 01:09:15.051582 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9378 2025.01.09 01:09:15.051622 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9379 2025.01.09 01:09:15.052228 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9380 2025.01.09 01:09:15.052497 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9381 2025.01.09 01:09:15.052732 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9382 2025.01.09 01:09:15.052803 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002534 sec., 3157.063930544594 rows/sec., 5.66 MiB/sec.
9383 2025.01.09 01:09:15.052842 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9384 2025.01.09 01:09:15.052960 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9385 2025.01.09 01:09:15.053333 [ 276 ] {a8c36a55-1e2a-44fb-8a39-a01429cd9b74} <Debug> TCPHandler: Processed in 0.003248544 sec.
9386 2025.01.09 01:09:15.053358 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9387 2025.01.09 01:09:15.053625 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9388 2025.01.09 01:09:15.054158 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9389 2025.01.09 01:09:15.054328 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9390 2025.01.09 01:09:15.055350 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9391 2025.01.09 01:09:15.055522 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1071 rows starting from the beginning of the part
9392 2025.01.09 01:09:15.056278 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
9393 2025.01.09 01:09:15.056750 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9394 2025.01.09 01:09:15.056879 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9395 2025.01.09 01:09:15.057011 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part
9396 2025.01.09 01:09:15.057659 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part
9397 2025.01.09 01:09:15.058268 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 31 rows starting from the beginning of the part
9398 2025.01.09 01:09:15.058305 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9399 2025.01.09 01:09:15.058716 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part
9400 2025.01.09 01:09:15.059109 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9401 2025.01.09 01:09:15.060249 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.006159 sec., 5195.648644260432 rows/sec., 307.60 KiB/sec.
9402 2025.01.09 01:09:15.060859 [ 279 ] {b2c9329e-0796-4cf0-8c3c-6f044bd840c5} <Debug> TCPHandler: Processed in 0.007394176 sec.
9403 2025.01.09 01:09:15.067278 [ 195 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1157 rows, containing 19 columns (19 merged, 0 gathered) in 0.014168259 sec., 81661.40949286711 rows/sec., 146.33 MiB/sec.
9404 2025.01.09 01:09:15.068500 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9405 2025.01.09 01:09:15.068939 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9406 2025.01.09 01:09:15.069024 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9407 2025.01.09 01:09:15.069189 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB.
9408 2025.01.09 01:09:16.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.65 MiB, peak 237.16 MiB, free memory in arenas 0.00 B, will set to 227.06 MiB (RSS), difference: 1.41 MiB
9409 2025.01.09 01:09:19.543400 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9410 2025.01.09 01:09:19.543617 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9411 2025.01.09 01:09:19.543695 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9412 2025.01.09 01:09:19.544485 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9413 2025.01.09 01:09:19.544543 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9414 2025.01.09 01:09:19.544994 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9415 2025.01.09 01:09:19.545254 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9416 2025.01.09 01:09:19.545519 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001957 sec., 26571.282575370464 rows/sec., 2.03 MiB/sec.
9417 2025.01.09 01:09:19.545601 [ 276 ] {ced79aa4-904f-49a7-b151-8e9b4b4d970c} <Debug> TCPHandler: Processed in 0.002339283 sec.
9418 2025.01.09 01:09:19.545894 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9419 2025.01.09 01:09:19.546095 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9420 2025.01.09 01:09:19.546172 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9421 2025.01.09 01:09:19.547258 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9422 2025.01.09 01:09:19.547321 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9423 2025.01.09 01:09:19.547937 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9424 2025.01.09 01:09:19.548315 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9425 2025.01.09 01:09:19.548637 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002595 sec., 21579.96146435453 rows/sec., 1.68 MiB/sec.
9426 2025.01.09 01:09:19.548721 [ 279 ] {c4a82b9a-490a-4717-a8ae-a5b0d8f97519} <Debug> TCPHandler: Processed in 0.003011498 sec.
9427 2025.01.09 01:09:19.548882 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9428 2025.01.09 01:09:19.549011 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9429 2025.01.09 01:09:19.549069 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9430 2025.01.09 01:09:19.549650 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9431 2025.01.09 01:09:19.549694 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9432 2025.01.09 01:09:19.550104 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9433 2025.01.09 01:09:19.550350 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9434 2025.01.09 01:09:19.550592 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001609 sec., 74580.48477315102 rows/sec., 5.17 MiB/sec.
9435 2025.01.09 01:09:19.550693 [ 276 ] {94abcef6-2027-46a0-b645-9bb663920b25} <Debug> TCPHandler: Processed in 0.001866772 sec.
9436 2025.01.09 01:09:19.550898 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9437 2025.01.09 01:09:19.551075 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9438 2025.01.09 01:09:19.551132 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9439 2025.01.09 01:09:19.551632 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2025.01.09 01:09:19.551672 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9441 2025.01.09 01:09:19.552076 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9442 2025.01.09 01:09:19.552328 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9443 2025.01.09 01:09:19.552542 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001499 sec., 26684.456304202802 rows/sec., 1.83 MiB/sec.
9444 2025.01.09 01:09:19.552596 [ 279 ] {f37aaad8-ebb6-42b6-a427-76fc4a2e0258} <Debug> TCPHandler: Processed in 0.001818072 sec.
9445 2025.01.09 01:09:20.521954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679
9446 2025.01.09 01:09:20.522732 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9447 2025.01.09 01:09:20.522789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9448 2025.01.09 01:09:20.523354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9449 2025.01.09 01:09:20.523604 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9450 2025.01.09 01:09:20.523840 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9451 2025.01.09 01:09:21.966807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9452 2025.01.09 01:09:21.988778 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9453 2025.01.09 01:09:21.988843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9454 2025.01.09 01:09:21.996228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9455 2025.01.09 01:09:21.996991 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9456 2025.01.09 01:09:21.999946 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9457 2025.01.09 01:09:23.125542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1318
9458 2025.01.09 01:09:23.128951 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9459 2025.01.09 01:09:23.129010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9460 2025.01.09 01:09:23.130519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9461 2025.01.09 01:09:23.130831 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9462 2025.01.09 01:09:23.132099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318
9463 2025.01.09 01:09:24.547056 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9464 2025.01.09 01:09:24.547271 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9465 2025.01.09 01:09:24.547357 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9466 2025.01.09 01:09:24.548210 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9467 2025.01.09 01:09:24.548265 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9468 2025.01.09 01:09:24.548732 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9469 2025.01.09 01:09:24.548999 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9470 2025.01.09 01:09:24.549215 [ 69 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9471 2025.01.09 01:09:24.549262 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002041 sec., 55854.97305242529 rows/sec., 4.74 MiB/sec.
9472 2025.01.09 01:09:24.549310 [ 69 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9473 2025.01.09 01:09:24.549395 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9474 2025.01.09 01:09:24.549405 [ 276 ] {67f334cc-0724-486a-a444-bd1b9fca8542} <Debug> TCPHandler: Processed in 0.002495886 sec.
9475 2025.01.09 01:09:24.549689 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9476 2025.01.09 01:09:24.549731 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9477 2025.01.09 01:09:24.550034 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9478 2025.01.09 01:09:24.550055 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9479 2025.01.09 01:09:24.550163 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9480 2025.01.09 01:09:24.550170 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1426 rows starting from the beginning of the part
9481 2025.01.09 01:09:24.550543 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 215 rows starting from the beginning of the part
9482 2025.01.09 01:09:24.550952 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 114 rows starting from the beginning of the part
9483 2025.01.09 01:09:24.551457 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1358 rows starting from the beginning of the part
9484 2025.01.09 01:09:24.551853 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part
9485 2025.01.09 01:09:24.552064 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 114 rows starting from the beginning of the part
9486 2025.01.09 01:09:24.553178 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9487 2025.01.09 01:09:24.553250 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9488 2025.01.09 01:09:24.554252 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9489 2025.01.09 01:09:24.554759 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9490 2025.01.09 01:09:24.555060 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005137 sec., 6034.650574265135 rows/sec., 453.78 KiB/sec.
9491 2025.01.09 01:09:24.555155 [ 279 ] {2f3dffbf-3122-4025-93ba-2e22905406b0} <Debug> TCPHandler: Processed in 0.005593517 sec.
9492 2025.01.09 01:09:24.555419 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9493 2025.01.09 01:09:24.555621 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.006091327 sec., 538306.3493389864 rows/sec., 47.18 MiB/sec.
9494 2025.01.09 01:09:24.555655 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9495 2025.01.09 01:09:24.555772 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9496 2025.01.09 01:09:24.556161 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9497 2025.01.09 01:09:24.556910 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9498 2025.01.09 01:09:24.557160 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_71_14} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9499 2025.01.09 01:09:24.557170 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9500 2025.01.09 01:09:24.557240 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9501 2025.01.09 01:09:24.557314 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
9502 2025.01.09 01:09:24.557702 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9503 2025.01.09 01:09:24.557955 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9504 2025.01.09 01:09:24.558150 [ 69 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9505 2025.01.09 01:09:24.558189 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002583 sec., 33681.765389082466 rows/sec., 2.63 MiB/sec.
9506 2025.01.09 01:09:24.558218 [ 69 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9507 2025.01.09 01:09:24.558292 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9508 2025.01.09 01:09:24.558324 [ 276 ] {d5b6fbd4-b79a-42c7-8d81-5f07e2e8457a} <Debug> TCPHandler: Processed in 0.003040729 sec.
9509 2025.01.09 01:09:24.558522 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9510 2025.01.09 01:09:24.558554 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9511 2025.01.09 01:09:24.558692 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9512 2025.01.09 01:09:24.558771 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 903 rows starting from the beginning of the part
9513 2025.01.09 01:09:24.558799 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9514 2025.01.09 01:09:24.559016 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 382 rows starting from the beginning of the part
9515 2025.01.09 01:09:24.559037 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9516 2025.01.09 01:09:24.559383 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 87 rows starting from the beginning of the part
9517 2025.01.09 01:09:24.559714 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 844 rows starting from the beginning of the part
9518 2025.01.09 01:09:24.560072 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part
9519 2025.01.09 01:09:24.560413 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 87 rows starting from the beginning of the part
9520 2025.01.09 01:09:24.561688 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9521 2025.01.09 01:09:24.561757 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9522 2025.01.09 01:09:24.562863 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9523 2025.01.09 01:09:24.563171 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9524 2025.01.09 01:09:24.563709 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530386 sec., 444770.41249203414 rows/sec., 34.05 MiB/sec.
9525 2025.01.09 01:09:24.563802 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005067 sec., 29603.31557134399 rows/sec., 2.05 MiB/sec.
9526 2025.01.09 01:09:24.564064 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9527 2025.01.09 01:09:24.564152 [ 279 ] {4e909fba-878b-4762-bee2-e0047c1cdaea} <Debug> TCPHandler: Processed in 0.005711328 sec.
9528 2025.01.09 01:09:24.564493 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9529 2025.01.09 01:09:24.564903 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9530 2025.01.09 01:09:24.565101 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9531 2025.01.09 01:09:24.565121 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9532 2025.01.09 01:09:24.565366 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_71_14} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9533 2025.01.09 01:09:24.565594 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
9534 2025.01.09 01:09:24.566668 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9535 2025.01.09 01:09:24.566713 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9536 2025.01.09 01:09:24.567382 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9537 2025.01.09 01:09:24.567653 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9538 2025.01.09 01:09:24.567864 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003103 sec., 9990.33193683532 rows/sec., 17.90 MiB/sec.
9539 2025.01.09 01:09:24.567977 [ 276 ] {5e5565e5-1344-49b7-af85-9a19c4943d45} <Debug> TCPHandler: Processed in 0.003703313 sec.
9540 2025.01.09 01:09:24.568145 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9541 2025.01.09 01:09:24.568287 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9542 2025.01.09 01:09:24.568348 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9543 2025.01.09 01:09:24.568927 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9544 2025.01.09 01:09:24.568973 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9545 2025.01.09 01:09:24.569415 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9546 2025.01.09 01:09:24.569712 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9547 2025.01.09 01:09:24.569934 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001679 sec., 29779.630732578917 rows/sec., 2.04 MiB/sec.
9548 2025.01.09 01:09:24.569990 [ 279 ] {1ed21801-3c01-403d-a734-428d10ab5048} <Debug> TCPHandler: Processed in 0.001912764 sec.
9549 2025.01.09 01:09:27.285506 [ 63 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
9550 2025.01.09 01:09:27.285586 [ 63 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2025.01.09 01:09:27.285608 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9552 2025.01.09 01:09:27.285789 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::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
9553 2025.01.09 01:09:27.286030 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9554 2025.01.09 01:09:27.286069 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part
9555 2025.01.09 01:09:27.286151 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
9556 2025.01.09 01:09:27.286427 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
9557 2025.01.09 01:09:27.286595 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
9558 2025.01.09 01:09:27.286805 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
9559 2025.01.09 01:09:27.287897 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.00222685 sec., 14370.074320228126 rows/sec., 1.20 MiB/sec.
9560 2025.01.09 01:09:27.288066 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
9561 2025.01.09 01:09:27.288398 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9562 2025.01.09 01:09:27.288487 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_18_4} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
9563 2025.01.09 01:09:27.288573 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9564 2025.01.09 01:09:27.863022 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
9565 2025.01.09 01:09:27.863080 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
9566 2025.01.09 01:09:28.023983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167
9567 2025.01.09 01:09:28.024654 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9568 2025.01.09 01:09:28.024706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9569 2025.01.09 01:09:28.025236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9570 2025.01.09 01:09:28.025496 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9571 2025.01.09 01:09:28.025730 [ 66 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9572 2025.01.09 01:09:28.025761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167
9573 2025.01.09 01:09:28.025810 [ 66 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9574 2025.01.09 01:09:28.025843 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9575 2025.01.09 01:09:28.025991 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
9576 2025.01.09 01:09:28.026151 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9577 2025.01.09 01:09:28.026194 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9578 2025.01.09 01:09:28.026270 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
9579 2025.01.09 01:09:28.026504 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
9580 2025.01.09 01:09:28.026689 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
9581 2025.01.09 01:09:28.026840 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
9582 2025.01.09 01:09:28.026963 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
9583 2025.01.09 01:09:28.029541 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003617451 sec., 5851357.765454183 rows/sec., 83.70 MiB/sec.
9584 2025.01.09 01:09:28.029930 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9585 2025.01.09 01:09:28.030292 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9586 2025.01.09 01:09:28.030390 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_46_9} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9587 2025.01.09 01:09:28.030511 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9588 2025.01.09 01:09:29.500033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9589 2025.01.09 01:09:29.522550 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9590 2025.01.09 01:09:29.522606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9591 2025.01.09 01:09:29.530232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9592 2025.01.09 01:09:29.531024 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9593 2025.01.09 01:09:29.531337 [ 60 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9594 2025.01.09 01:09:29.531412 [ 60 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9595 2025.01.09 01:09:29.531455 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9596 2025.01.09 01:09:29.531931 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::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
9597 2025.01.09 01:09:29.547560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9598 2025.01.09 01:09:29.548955 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9599 2025.01.09 01:09:29.550293 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9600 2025.01.09 01:09:29.550785 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9601 2025.01.09 01:09:29.551014 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9602 2025.01.09 01:09:29.551367 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
9603 2025.01.09 01:09:29.553456 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9604 2025.01.09 01:09:29.553539 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9605 2025.01.09 01:09:29.554402 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9606 2025.01.09 01:09:29.554816 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9607 2025.01.09 01:09:29.555380 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004813 sec., 2908.7886972782053 rows/sec., 209.39 KiB/sec.
9608 2025.01.09 01:09:29.555580 [ 276 ] {a48c0c73-b59f-493a-a974-c33196ed13c1} <Debug> TCPHandler: Processed in 0.005471393 sec.
9609 2025.01.09 01:09:29.555879 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9610 2025.01.09 01:09:29.556276 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9611 2025.01.09 01:09:29.556461 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9612 2025.01.09 01:09:29.558927 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9613 2025.01.09 01:09:29.559008 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9614 2025.01.09 01:09:29.560225 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9615 2025.01.09 01:09:29.561353 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9616 2025.01.09 01:09:29.562153 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.00598 sec., 35953.17725752508 rows/sec., 3.14 MiB/sec.
9617 2025.01.09 01:09:29.562431 [ 279 ] {7a61744a-6385-4f28-8f6f-1cb8ab56f490} <Debug> TCPHandler: Processed in 0.006720852 sec.
9618 2025.01.09 01:09:29.562724 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9619 2025.01.09 01:09:29.563281 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9620 2025.01.09 01:09:29.563515 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9621 2025.01.09 01:09:29.567354 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9622 2025.01.09 01:09:29.567460 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9623 2025.01.09 01:09:29.569289 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9624 2025.01.09 01:09:29.569936 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9625 2025.01.09 01:09:29.570508 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.007469 sec., 2008.3009773731424 rows/sec., 141.60 KiB/sec.
9626 2025.01.09 01:09:29.570737 [ 276 ] {7fb3dfde-fd94-4140-bc2d-85513384fe1d} <Debug> TCPHandler: Processed in 0.008166825 sec.
9627 2025.01.09 01:09:29.571005 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9628 2025.01.09 01:09:29.571433 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9629 2025.01.09 01:09:29.571600 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9630 2025.01.09 01:09:29.571997 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
9631 2025.01.09 01:09:29.573948 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9632 2025.01.09 01:09:29.574011 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9633 2025.01.09 01:09:29.574820 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9634 2025.01.09 01:09:29.575255 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9635 2025.01.09 01:09:29.575778 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004519 sec., 3098.0305377295863 rows/sec., 216.97 KiB/sec.
9636 2025.01.09 01:09:29.576269 [ 279 ] {1ba00807-b376-4a39-8fff-776af1c0cc05} <Debug> TCPHandler: Processed in 0.005404632 sec.
9637 2025.01.09 01:09:29.576657 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9638 2025.01.09 01:09:29.577012 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9639 2025.01.09 01:09:29.577128 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9640 2025.01.09 01:09:29.579653 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9641 2025.01.09 01:09:29.579721 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9642 2025.01.09 01:09:29.580709 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9643 2025.01.09 01:09:29.581276 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9644 2025.01.09 01:09:29.581920 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004967 sec., 2617.274008455808 rows/sec., 163.19 KiB/sec.
9645 2025.01.09 01:09:29.582313 [ 276 ] {9aec8411-d1e9-44fa-af6e-d844db1b51c1} <Debug> TCPHandler: Processed in 0.005779691 sec.
9646 2025.01.09 01:09:29.582638 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9647 2025.01.09 01:09:29.582928 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9648 2025.01.09 01:09:29.583046 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9649 2025.01.09 01:09:29.587361 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2025.01.09 01:09:29.587506 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9651 2025.01.09 01:09:29.589259 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9652 2025.01.09 01:09:29.590466 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2025.01.09 01:09:29.591119 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.008266 sec., 46213.40430679893 rows/sec., 3.27 MiB/sec.
9654 2025.01.09 01:09:29.591357 [ 279 ] {b2475964-bb1b-42ec-8bc4-08c75a459b9f} <Debug> TCPHandler: Processed in 0.008903261 sec.
9655 2025.01.09 01:09:29.591628 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9656 2025.01.09 01:09:29.592010 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9657 2025.01.09 01:09:29.592180 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9658 2025.01.09 01:09:29.594499 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9659 2025.01.09 01:09:29.594583 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9660 2025.01.09 01:09:29.596147 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9661 2025.01.09 01:09:29.597323 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9662 2025.01.09 01:09:29.597671 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
9663 2025.01.09 01:09:29.597896 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006084 sec., 986.1932938856016 rows/sec., 51.52 KiB/sec.
9664 2025.01.09 01:09:29.598082 [ 276 ] {4b5edb25-a60f-4fad-a900-e32b7b933637} <Debug> TCPHandler: Processed in 0.006604349 sec.
9665 2025.01.09 01:09:29.598397 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9666 2025.01.09 01:09:29.598710 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9667 2025.01.09 01:09:29.598832 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9668 2025.01.09 01:09:29.600540 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9669 2025.01.09 01:09:29.600598 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9670 2025.01.09 01:09:29.601576 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9671 2025.01.09 01:09:29.602170 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9672 2025.01.09 01:09:29.602808 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.004155 sec., 54632.97232250301 rows/sec., 3.64 MiB/sec.
9673 2025.01.09 01:09:29.603075 [ 279 ] {21ecdaa0-8c47-43e7-b615-303844aaec8d} <Debug> TCPHandler: Processed in 0.00486216 sec.
9674 2025.01.09 01:09:29.603377 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9675 2025.01.09 01:09:29.603634 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9676 2025.01.09 01:09:29.603763 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9677 2025.01.09 01:09:29.605606 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9678 2025.01.09 01:09:29.605674 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9679 2025.01.09 01:09:29.606704 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9680 2025.01.09 01:09:29.607681 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9681 2025.01.09 01:09:29.608508 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004937 sec., 202.55215718047396 rows/sec., 13.65 KiB/sec.
9682 2025.01.09 01:09:29.608708 [ 276 ] {a0587571-1b22-47bb-9b85-68d1edf7a99b} <Debug> TCPHandler: Processed in 0.005507634 sec.
9683 2025.01.09 01:09:29.609090 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9684 2025.01.09 01:09:29.609764 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9685 2025.01.09 01:09:29.610718 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9686 2025.01.09 01:09:29.618937 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9687 2025.01.09 01:09:29.619017 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9688 2025.01.09 01:09:29.621533 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
9689 2025.01.09 01:09:29.622459 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9690 2025.01.09 01:09:29.623043 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9691 2025.01.09 01:09:29.623550 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.014103 sec., 567.2551939303695 rows/sec., 1.02 MiB/sec.
9692 2025.01.09 01:09:29.623943 [ 279 ] {386fb547-bc23-4830-81ec-b83e67697209} <Debug> TCPHandler: Processed in 0.015101101 sec.
9693 2025.01.09 01:09:29.624190 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9694 2025.01.09 01:09:29.624407 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9695 2025.01.09 01:09:29.624510 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9696 2025.01.09 01:09:29.626056 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9697 2025.01.09 01:09:29.626123 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9698 2025.01.09 01:09:29.627270 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9699 2025.01.09 01:09:29.627889 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9700 2025.01.09 01:09:29.628471 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.004108 sec., 17526.77702044791 rows/sec., 1.12 MiB/sec.
9701 2025.01.09 01:09:29.628846 [ 276 ] {f5473561-9509-4dd7-9506-642c06f82bbc} <Debug> TCPHandler: Processed in 0.004782168 sec.
9702 2025.01.09 01:09:29.633663 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
9703 2025.01.09 01:09:29.638332 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
9704 2025.01.09 01:09:29.700723 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.169139336 sec., 2051.562978821201 rows/sec., 10.61 MiB/sec.
9705 2025.01.09 01:09:29.702875 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9706 2025.01.09 01:09:29.705473 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2025.01.09 01:09:29.705585 [ 187 ] {6d874974-7062-465a-b554-266ce1892843::all_1_46_9} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9708 2025.01.09 01:09:29.707235 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9709 2025.01.09 01:09:33.132437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1352
9710 2025.01.09 01:09:33.135815 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9711 2025.01.09 01:09:33.135877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9712 2025.01.09 01:09:33.137397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9713 2025.01.09 01:09:33.137721 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9714 2025.01.09 01:09:33.138395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352
9715 2025.01.09 01:09:34.547319 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9716 2025.01.09 01:09:34.547539 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9717 2025.01.09 01:09:34.547629 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9718 2025.01.09 01:09:34.548393 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9719 2025.01.09 01:09:34.548444 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9720 2025.01.09 01:09:34.548872 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9721 2025.01.09 01:09:34.549132 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9722 2025.01.09 01:09:34.549375 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001898 sec., 1053.7407797681772 rows/sec., 85.93 KiB/sec.
9723 2025.01.09 01:09:34.549441 [ 276 ] {b7a747e9-7905-412c-aaa8-7bfa65a14b5d} <Debug> TCPHandler: Processed in 0.002269562 sec.
9724 2025.01.09 01:09:34.549742 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9725 2025.01.09 01:09:34.549964 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9726 2025.01.09 01:09:34.550046 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9727 2025.01.09 01:09:34.550919 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9728 2025.01.09 01:09:34.550966 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9729 2025.01.09 01:09:34.551426 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9730 2025.01.09 01:09:34.551684 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9731 2025.01.09 01:09:34.551956 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002051 sec., 56070.209653827405 rows/sec., 4.75 MiB/sec.
9732 2025.01.09 01:09:34.552023 [ 279 ] {7e5a4bf4-4094-4a90-a634-d4cbf2d7e78b} <Debug> TCPHandler: Processed in 0.002479496 sec.
9733 2025.01.09 01:09:34.552160 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9734 2025.01.09 01:09:34.552287 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9735 2025.01.09 01:09:34.552342 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9736 2025.01.09 01:09:34.552986 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9737 2025.01.09 01:09:34.553027 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9738 2025.01.09 01:09:34.553412 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9739 2025.01.09 01:09:34.553690 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9740 2025.01.09 01:09:34.553913 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001655 sec., 19939.577039274925 rows/sec., 1.46 MiB/sec.
9741 2025.01.09 01:09:34.553967 [ 276 ] {ec050df6-13ee-48e0-9a53-cceb6ecac874} <Debug> TCPHandler: Processed in 0.001866002 sec.
9742 2025.01.09 01:09:34.554138 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9743 2025.01.09 01:09:34.554285 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9744 2025.01.09 01:09:34.554346 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9745 2025.01.09 01:09:34.555053 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9746 2025.01.09 01:09:34.555095 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9747 2025.01.09 01:09:34.555469 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9748 2025.01.09 01:09:34.555713 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9749 2025.01.09 01:09:34.555924 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001675 sec., 53134.32835820895 rows/sec., 4.15 MiB/sec.
9750 2025.01.09 01:09:34.555980 [ 279 ] {c35ac319-94b0-4469-a222-342e70d9e17c} <Debug> TCPHandler: Processed in 0.001912333 sec.
9751 2025.01.09 01:09:34.556147 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9752 2025.01.09 01:09:34.556287 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9753 2025.01.09 01:09:34.556350 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9754 2025.01.09 01:09:34.556970 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9755 2025.01.09 01:09:34.557009 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9756 2025.01.09 01:09:34.557407 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9757 2025.01.09 01:09:34.557646 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9758 2025.01.09 01:09:34.557822 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9759 2025.01.09 01:09:34.557889 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001633 sec., 92467.85058175138 rows/sec., 6.41 MiB/sec.
9760 2025.01.09 01:09:34.557917 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9761 2025.01.09 01:09:34.557988 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9762 2025.01.09 01:09:34.558009 [ 276 ] {67e4572d-dc33-4053-af51-1f0d70620ed0} <Debug> TCPHandler: Processed in 0.001922674 sec.
9763 2025.01.09 01:09:34.558224 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9764 2025.01.09 01:09:34.558258 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9765 2025.01.09 01:09:34.558395 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9766 2025.01.09 01:09:34.558422 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9767 2025.01.09 01:09:34.558470 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20877 rows starting from the beginning of the part
9768 2025.01.09 01:09:34.558529 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9769 2025.01.09 01:09:34.558660 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 956 rows starting from the beginning of the part
9770 2025.01.09 01:09:34.559135 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 120 rows starting from the beginning of the part
9771 2025.01.09 01:09:34.559614 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 150 rows starting from the beginning of the part
9772 2025.01.09 01:09:34.560057 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 227 rows starting from the beginning of the part
9773 2025.01.09 01:09:34.560390 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 151 rows starting from the beginning of the part
9774 2025.01.09 01:09:34.562373 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9775 2025.01.09 01:09:34.562423 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9776 2025.01.09 01:09:34.563522 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9777 2025.01.09 01:09:34.564196 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9778 2025.01.09 01:09:34.564473 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006123 sec., 5062.877674342642 rows/sec., 9.07 MiB/sec.
9779 2025.01.09 01:09:34.564606 [ 279 ] {d71e9088-6db0-4200-b83c-e2bac1a1b102} <Debug> TCPHandler: Processed in 0.006504167 sec.
9780 2025.01.09 01:09:34.564849 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9781 2025.01.09 01:09:34.565150 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9782 2025.01.09 01:09:34.565248 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9783 2025.01.09 01:09:34.566138 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9784 2025.01.09 01:09:34.566178 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9785 2025.01.09 01:09:34.567349 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9786 2025.01.09 01:09:34.567653 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9787 2025.01.09 01:09:34.567878 [ 44 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9788 2025.01.09 01:09:34.567948 [ 44 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9789 2025.01.09 01:09:34.567960 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002917 sec., 17140.898183064794 rows/sec., 1.18 MiB/sec.
9790 2025.01.09 01:09:34.568008 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9791 2025.01.09 01:09:34.568131 [ 276 ] {ca689f74-d942-49e7-a1e7-2f3befbf84f6} <Debug> TCPHandler: Processed in 0.003382546 sec.
9792 2025.01.09 01:09:34.568461 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9793 2025.01.09 01:09:34.568639 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22481 rows, containing 5 columns (5 merged, 0 gathered) in 0.010532268 sec., 2134488.032397201 rows/sec., 143.45 MiB/sec.
9794 2025.01.09 01:09:34.568692 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9795 2025.01.09 01:09:34.568739 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3298 rows starting from the beginning of the part
9796 2025.01.09 01:09:34.568824 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part
9797 2025.01.09 01:09:34.569062 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part
9798 2025.01.09 01:09:34.569211 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 50 rows starting from the beginning of the part
9799 2025.01.09 01:09:34.569317 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9800 2025.01.09 01:09:34.569581 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 72 rows starting from the beginning of the part
9801 2025.01.09 01:09:34.569940 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 50 rows starting from the beginning of the part
9802 2025.01.09 01:09:34.570340 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9803 2025.01.09 01:09:34.570565 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9804 2025.01.09 01:09:34.570745 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
9805 2025.01.09 01:09:34.571755 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 4 columns (4 merged, 0 gathered) in 0.003609381 sec., 981331.7020286858 rows/sec., 64.33 MiB/sec.
9806 2025.01.09 01:09:34.572258 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9807 2025.01.09 01:09:34.572772 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9808 2025.01.09 01:09:34.572853 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_71_14} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9809 2025.01.09 01:09:34.572945 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
9810 2025.01.09 01:09:35.525931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594
9811 2025.01.09 01:09:35.526668 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9812 2025.01.09 01:09:35.526719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9813 2025.01.09 01:09:35.527224 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9814 2025.01.09 01:09:35.527479 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9815 2025.01.09 01:09:35.527778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9816 2025.01.09 01:09:37.047666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9817 2025.01.09 01:09:37.067156 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9818 2025.01.09 01:09:37.067213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9819 2025.01.09 01:09:37.074306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9820 2025.01.09 01:09:37.075076 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9821 2025.01.09 01:09:37.078020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9822 2025.01.09 01:09:39.550378 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9823 2025.01.09 01:09:39.550598 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9824 2025.01.09 01:09:39.550689 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9825 2025.01.09 01:09:39.551542 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9826 2025.01.09 01:09:39.551600 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9827 2025.01.09 01:09:39.552055 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9828 2025.01.09 01:09:39.552319 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9829 2025.01.09 01:09:39.552532 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 504.16 KiB/sec.
9830 2025.01.09 01:09:39.552601 [ 276 ] {b85e2243-c768-4388-b400-7f1c9f1bfc24} <Debug> TCPHandler: Processed in 0.002372823 sec.
9831 2025.01.09 01:09:39.552897 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9832 2025.01.09 01:09:39.553110 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9833 2025.01.09 01:09:39.553192 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9834 2025.01.09 01:09:39.554103 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9835 2025.01.09 01:09:39.554157 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9836 2025.01.09 01:09:39.554628 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9837 2025.01.09 01:09:39.554889 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9838 2025.01.09 01:09:39.555172 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002114 sec., 101702.93282876065 rows/sec., 8.89 MiB/sec.
9839 2025.01.09 01:09:39.555253 [ 279 ] {bfbcacf6-38ba-45ef-95c2-0316c348c3d7} <Debug> TCPHandler: Processed in 0.002513817 sec.
9840 2025.01.09 01:09:39.555490 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9841 2025.01.09 01:09:39.555649 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9842 2025.01.09 01:09:39.555712 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9843 2025.01.09 01:09:39.556346 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9844 2025.01.09 01:09:39.556385 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9845 2025.01.09 01:09:39.556762 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9846 2025.01.09 01:09:39.557006 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9847 2025.01.09 01:09:39.557197 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001585 sec., 9463.72239747634 rows/sec., 667.27 KiB/sec.
9848 2025.01.09 01:09:39.557253 [ 276 ] {860d0b67-0f5b-4820-9e9a-cc13317a1276} <Debug> TCPHandler: Processed in 0.001871252 sec.
9849 2025.01.09 01:09:39.557419 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9850 2025.01.09 01:09:39.557582 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9851 2025.01.09 01:09:39.557647 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9852 2025.01.09 01:09:39.558281 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9853 2025.01.09 01:09:39.558322 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9854 2025.01.09 01:09:39.558701 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9855 2025.01.09 01:09:39.558977 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9856 2025.01.09 01:09:39.559156 [ 38 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0
9857 2025.01.09 01:09:39.559214 [ 38 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9858 2025.01.09 01:09:39.559236 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec.
9859 2025.01.09 01:09:39.559255 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9860 2025.01.09 01:09:39.559372 [ 279 ] {9550bd81-7a00-4c38-88b7-52561d144b65} <Debug> TCPHandler: Processed in 0.002026076 sec.
9861 2025.01.09 01:09:39.559448 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full
9862 2025.01.09 01:09:39.559567 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9863 2025.01.09 01:09:39.559614 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9864 2025.01.09 01:09:39.559678 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 243 rows starting from the beginning of the part
9865 2025.01.09 01:09:39.559789 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9866 2025.01.09 01:09:39.559919 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9867 2025.01.09 01:09:39.559941 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9868 2025.01.09 01:09:39.560326 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9869 2025.01.09 01:09:39.560666 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part
9870 2025.01.09 01:09:39.560969 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9871 2025.01.09 01:09:39.561241 [ 189 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
9872 2025.01.09 01:09:39.562822 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9873 2025.01.09 01:09:39.562905 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9874 2025.01.09 01:09:39.563813 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9875 2025.01.09 01:09:39.564050 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004669815 sec., 115850.41377442147 rows/sec., 8.30 MiB/sec.
9876 2025.01.09 01:09:39.564204 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9877 2025.01.09 01:09:39.564234 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9878 2025.01.09 01:09:39.564552 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004831 sec., 2690.9542537776856 rows/sec., 167.78 KiB/sec.
9879 2025.01.09 01:09:39.564805 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9880 2025.01.09 01:09:39.564928 [ 276 ] {4ab1b3d4-7830-4d80-abba-25ba51d79a5d} <Debug> TCPHandler: Processed in 0.005451253 sec.
9881 2025.01.09 01:09:39.565214 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9882 2025.01.09 01:09:39.565233 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_33_7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7
9883 2025.01.09 01:09:39.565424 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
9884 2025.01.09 01:09:39.565461 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9885 2025.01.09 01:09:39.565521 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9886 2025.01.09 01:09:39.566241 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9887 2025.01.09 01:09:39.566284 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9888 2025.01.09 01:09:39.566673 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9889 2025.01.09 01:09:39.566928 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2025.01.09 01:09:39.567152 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001753 sec., 217912.15059897318 rows/sec., 15.42 MiB/sec.
9891 2025.01.09 01:09:39.567206 [ 279 ] {e6dbdf7b-3ca4-4f1a-a6a1-d409ed47958d} <Debug> TCPHandler: Processed in 0.002159429 sec.
9892 2025.01.09 01:09:39.567353 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9893 2025.01.09 01:09:39.567491 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9894 2025.01.09 01:09:39.567554 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9895 2025.01.09 01:09:39.568081 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2025.01.09 01:09:39.568118 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9897 2025.01.09 01:09:39.568477 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9898 2025.01.09 01:09:39.568712 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2025.01.09 01:09:39.568887 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec.
9900 2025.01.09 01:09:39.568936 [ 276 ] {2efa2186-7f5a-4afb-a113-cd5b60ff886d} <Debug> TCPHandler: Processed in 0.001650287 sec.
9901 2025.01.09 01:09:39.569074 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9902 2025.01.09 01:09:39.569204 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9903 2025.01.09 01:09:39.569267 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9904 2025.01.09 01:09:39.569981 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9905 2025.01.09 01:09:39.570026 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9906 2025.01.09 01:09:39.570449 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9907 2025.01.09 01:09:39.570706 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9908 2025.01.09 01:09:39.570925 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001747 sec., 129937.03491700056 rows/sec., 8.67 MiB/sec.
9909 2025.01.09 01:09:39.571030 [ 279 ] {2f0a1458-2f81-4b83-8283-145449baf9e1} <Debug> TCPHandler: Processed in 0.002013985 sec.
9910 2025.01.09 01:09:39.571249 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9911 2025.01.09 01:09:39.571418 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9912 2025.01.09 01:09:39.571480 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9913 2025.01.09 01:09:39.572003 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9914 2025.01.09 01:09:39.572041 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9915 2025.01.09 01:09:39.572397 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9916 2025.01.09 01:09:39.572638 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9917 2025.01.09 01:09:39.572759 [ 38 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0
9918 2025.01.09 01:09:39.572803 [ 38 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9919 2025.01.09 01:09:39.572820 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec.
9920 2025.01.09 01:09:39.572827 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9921 2025.01.09 01:09:39.572936 [ 276 ] {42574959-02c8-4d4d-ba0c-3496bfb07bcd} <Debug> TCPHandler: Processed in 0.001811641 sec.
9922 2025.01.09 01:09:39.573186 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9923 2025.01.09 01:09:39.573292 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full
9924 2025.01.09 01:09:39.573485 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9925 2025.01.09 01:09:39.573597 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9926 2025.01.09 01:09:39.573627 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9927 2025.01.09 01:09:39.573646 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part
9928 2025.01.09 01:09:39.573953 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9929 2025.01.09 01:09:39.574324 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
9930 2025.01.09 01:09:39.574708 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
9931 2025.01.09 01:09:39.575034 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
9932 2025.01.09 01:09:39.575371 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
9933 2025.01.09 01:09:39.577622 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680876 sec., 7263.597668470603 rows/sec., 487.77 KiB/sec.
9934 2025.01.09 01:09:39.577895 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9935 2025.01.09 01:09:39.577904 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9936 2025.01.09 01:09:39.577988 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9937 2025.01.09 01:09:39.578473 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9938 2025.01.09 01:09:39.578688 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_33_7} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7
9939 2025.01.09 01:09:39.578833 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9940 2025.01.09 01:09:39.579140 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9941 2025.01.09 01:09:39.579412 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9942 2025.01.09 01:09:39.579688 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00628 sec., 1273.8853503184714 rows/sec., 2.28 MiB/sec.
9943 2025.01.09 01:09:39.579809 [ 279 ] {c1120d75-b270-4fc2-a8e9-94a943c2f2d8} <Debug> TCPHandler: Processed in 0.006771012 sec.
9944 2025.01.09 01:09:39.579982 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9945 2025.01.09 01:09:39.580122 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9946 2025.01.09 01:09:39.580181 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9947 2025.01.09 01:09:39.580788 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9948 2025.01.09 01:09:39.580833 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9949 2025.01.09 01:09:39.581241 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9950 2025.01.09 01:09:39.581477 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9951 2025.01.09 01:09:39.581665 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001574 sec., 45743.329097839895 rows/sec., 2.92 MiB/sec.
9952 2025.01.09 01:09:39.581761 [ 276 ] {fe954a5e-7460-4284-8d02-ab332c5e8383} <Debug> TCPHandler: Processed in 0.001846522 sec.
9953 2025.01.09 01:09:42.863151 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
9954 2025.01.09 01:09:42.863259 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
9955 2025.01.09 01:09:43.001440 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001034523 sec.
9956 2025.01.09 01:09:43.027944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082
9957 2025.01.09 01:09:43.029101 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2025.01.09 01:09:43.029142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9959 2025.01.09 01:09:43.029669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9960 2025.01.09 01:09:43.029932 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2025.01.09 01:09:43.030136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082
9962 2025.01.09 01:09:43.138666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1388
9963 2025.01.09 01:09:43.141942 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9964 2025.01.09 01:09:43.142004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9965 2025.01.09 01:09:43.143478 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9966 2025.01.09 01:09:43.143795 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9967 2025.01.09 01:09:43.144442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1388
9968 2025.01.09 01:09:44.547562 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9969 2025.01.09 01:09:44.547760 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9970 2025.01.09 01:09:44.547837 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9971 2025.01.09 01:09:44.548661 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9972 2025.01.09 01:09:44.548717 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9973 2025.01.09 01:09:44.549179 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9974 2025.01.09 01:09:44.549435 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9975 2025.01.09 01:09:44.549716 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002003 sec., 56914.62805791313 rows/sec., 4.83 MiB/sec.
9976 2025.01.09 01:09:44.549838 [ 276 ] {5b763c2a-c3e1-44cc-a5aa-bbae7eb7aa02} <Debug> TCPHandler: Processed in 0.002405034 sec.
9977 2025.01.09 01:09:44.550110 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9978 2025.01.09 01:09:44.550297 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9979 2025.01.09 01:09:44.550368 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9980 2025.01.09 01:09:44.551102 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9981 2025.01.09 01:09:44.551148 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9982 2025.01.09 01:09:44.551601 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9983 2025.01.09 01:09:44.551859 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9984 2025.01.09 01:09:44.552045 [ 27 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9985 2025.01.09 01:09:44.552112 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 1.22 MiB/sec.
9986 2025.01.09 01:09:44.552122 [ 27 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9987 2025.01.09 01:09:44.552196 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
9988 2025.01.09 01:09:44.552251 [ 279 ] {fc875e49-5b11-4625-aad7-f85f514884a5} <Debug> TCPHandler: Processed in 0.002289002 sec.
9989 2025.01.09 01:09:44.552501 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9990 2025.01.09 01:09:44.552504 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9991 2025.01.09 01:09:44.552700 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9992 2025.01.09 01:09:44.552790 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9993 2025.01.09 01:09:44.552810 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9994 2025.01.09 01:09:44.552865 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 62 rows starting from the beginning of the part
9995 2025.01.09 01:09:44.553161 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part
9996 2025.01.09 01:09:44.553453 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part
9997 2025.01.09 01:09:44.553730 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 33 rows starting from the beginning of the part
9998 2025.01.09 01:09:44.554087 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part
9999 2025.01.09 01:09:44.554427 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 31 rows starting from the beginning of the part
10000 2025.01.09 01:09:44.555926 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10001 2025.01.09 01:09:44.556008 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10002 2025.01.09 01:09:44.557034 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10003 2025.01.09 01:09:44.557401 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096635 sec., 36690.87545017448 rows/sec., 2.78 MiB/sec.
10004 2025.01.09 01:09:44.557559 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10005 2025.01.09 01:09:44.557862 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10006 2025.01.09 01:09:44.558025 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005364 sec., 16219.23937360179 rows/sec., 1.27 MiB/sec.
10007 2025.01.09 01:09:44.558134 [ 276 ] {5654dea2-90ff-4ad1-88de-b8d81028cb0a} <Debug> TCPHandler: Processed in 0.00576967 sec.
10008 2025.01.09 01:09:44.558327 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10009 2025.01.09 01:09:44.558486 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10010 2025.01.09 01:09:44.558573 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10011 2025.01.09 01:09:44.558681 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_66_13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10012 2025.01.09 01:09:44.558695 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10013 2025.01.09 01:09:44.558885 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10014 2025.01.09 01:09:44.559439 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10015 2025.01.09 01:09:44.559484 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10016 2025.01.09 01:09:44.559895 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10017 2025.01.09 01:09:44.560144 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10018 2025.01.09 01:09:44.560372 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001884 sec., 79617.83439490445 rows/sec., 5.52 MiB/sec.
10019 2025.01.09 01:09:44.560435 [ 279 ] {471e5b77-d53d-4dde-b47d-59840d31dc76} <Debug> TCPHandler: Processed in 0.002212221 sec.
10020 2025.01.09 01:09:44.560581 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10021 2025.01.09 01:09:44.560705 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10022 2025.01.09 01:09:44.560790 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10023 2025.01.09 01:09:44.562017 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10024 2025.01.09 01:09:44.562059 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10025 2025.01.09 01:09:44.562732 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10026 2025.01.09 01:09:44.562999 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10027 2025.01.09 01:09:44.563208 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10028 2025.01.09 01:09:44.563271 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10029 2025.01.09 01:09:44.563304 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002617 sec., 11845.62476117692 rows/sec., 21.23 MiB/sec.
10030 2025.01.09 01:09:44.563311 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10031 2025.01.09 01:09:44.563868 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
10032 2025.01.09 01:09:44.564030 [ 276 ] {8f432191-c46d-4ac4-8c79-eb5d067995f9} <Debug> TCPHandler: Processed in 0.003502019 sec.
10033 2025.01.09 01:09:44.564464 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10034 2025.01.09 01:09:44.565024 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10035 2025.01.09 01:09:44.565245 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10036 2025.01.09 01:09:44.565642 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10037 2025.01.09 01:09:44.565914 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1157 rows starting from the beginning of the part
10038 2025.01.09 01:09:44.566691 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part
10039 2025.01.09 01:09:44.567519 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part
10040 2025.01.09 01:09:44.567532 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10041 2025.01.09 01:09:44.567611 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10042 2025.01.09 01:09:44.568108 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part
10043 2025.01.09 01:09:44.568766 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part
10044 2025.01.09 01:09:44.569118 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10045 2025.01.09 01:09:44.569353 [ 191 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 31 rows starting from the beginning of the part
10046 2025.01.09 01:09:44.569990 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10047 2025.01.09 01:09:44.570660 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005827 sec., 8580.744808649391 rows/sec., 602.50 KiB/sec.
10048 2025.01.09 01:09:44.570966 [ 279 ] {b427605b-bf63-45f2-8fc9-4e4d9af7a7a0} <Debug> TCPHandler: Processed in 0.006779943 sec.
10049 2025.01.09 01:09:44.577097 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1266 rows, containing 19 columns (19 merged, 0 gathered) in 0.013636417 sec., 92839.6366875551 rows/sec., 166.36 MiB/sec.
10050 2025.01.09 01:09:44.578104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
10051 2025.01.09 01:09:44.578575 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10052 2025.01.09 01:09:44.580445 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10053 2025.01.09 01:09:44.580755 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10054 2025.01.09 01:09:44.581002 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB.
10055 2025.01.09 01:09:44.600891 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10056 2025.01.09 01:09:44.600944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10057 2025.01.09 01:09:44.608613 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10058 2025.01.09 01:09:44.609372 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10059 2025.01.09 01:09:44.612188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
10060 2025.01.09 01:09:45.020158 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10061 2025.01.09 01:09:45.020351 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10062 2025.01.09 01:09:45.020423 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10063 2025.01.09 01:09:45.021173 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10064 2025.01.09 01:09:45.021224 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10065 2025.01.09 01:09:45.021681 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10066 2025.01.09 01:09:45.021935 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10067 2025.01.09 01:09:45.022152 [ 49 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10068 2025.01.09 01:09:45.022214 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec.
10069 2025.01.09 01:09:45.022242 [ 49 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10070 2025.01.09 01:09:45.022312 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10071 2025.01.09 01:09:45.022352 [ 276 ] {86d30ec7-c163-45d6-ad56-b9cbffbba7a7} <Debug> TCPHandler: Processed in 0.002323202 sec.
10072 2025.01.09 01:09:45.022593 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
10073 2025.01.09 01:09:45.022666 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10074 2025.01.09 01:09:45.022872 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10075 2025.01.09 01:09:45.022954 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part
10076 2025.01.09 01:09:45.022966 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10077 2025.01.09 01:09:45.023168 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10078 2025.01.09 01:09:45.023186 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
10079 2025.01.09 01:09:45.023505 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
10080 2025.01.09 01:09:45.023822 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
10081 2025.01.09 01:09:45.024173 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
10082 2025.01.09 01:09:45.026124 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10083 2025.01.09 01:09:45.026209 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10084 2025.01.09 01:09:45.026954 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004514622 sec., 15505.174076589357 rows/sec., 1.15 MiB/sec.
10085 2025.01.09 01:09:45.027163 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10086 2025.01.09 01:09:45.027200 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10087 2025.01.09 01:09:45.027638 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10088 2025.01.09 01:09:45.027736 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10089 2025.01.09 01:09:45.027847 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_33_8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10090 2025.01.09 01:09:45.028073 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10091 2025.01.09 01:09:45.028180 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005304 sec., 377.0739064856712 rows/sec., 30.75 KiB/sec.
10092 2025.01.09 01:09:45.028260 [ 279 ] {f12bab14-d61f-49b8-a13e-f797f3e03213} <Debug> TCPHandler: Processed in 0.00578466 sec.
10093 2025.01.09 01:09:45.028411 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10094 2025.01.09 01:09:45.028560 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10095 2025.01.09 01:09:45.028622 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10096 2025.01.09 01:09:45.029983 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10097 2025.01.09 01:09:45.030029 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10098 2025.01.09 01:09:45.030509 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10099 2025.01.09 01:09:45.030764 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10100 2025.01.09 01:09:45.030935 [ 49 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10101 2025.01.09 01:09:45.030988 [ 49 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10102 2025.01.09 01:09:45.031010 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002483 sec., 546113.5722915828 rows/sec., 45.57 MiB/sec.
10103 2025.01.09 01:09:45.031024 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10104 2025.01.09 01:09:45.031170 [ 276 ] {860d0a7a-8174-4d27-87e6-5dd11338f6c0} <Debug> TCPHandler: Processed in 0.002825663 sec.
10105 2025.01.09 01:09:45.031243 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10106 2025.01.09 01:09:45.031421 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10107 2025.01.09 01:09:45.031435 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10108 2025.01.09 01:09:45.031483 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1426 rows starting from the beginning of the part
10109 2025.01.09 01:09:45.031749 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 215 rows starting from the beginning of the part
10110 2025.01.09 01:09:45.031864 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10111 2025.01.09 01:09:45.032048 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10112 2025.01.09 01:09:45.032063 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 115 rows starting from the beginning of the part
10113 2025.01.09 01:09:45.032512 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 215 rows starting from the beginning of the part
10114 2025.01.09 01:09:45.032778 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 114 rows starting from the beginning of the part
10115 2025.01.09 01:09:45.033192 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1356 rows starting from the beginning of the part
10116 2025.01.09 01:09:45.034583 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10117 2025.01.09 01:09:45.034674 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10118 2025.01.09 01:09:45.035665 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10119 2025.01.09 01:09:45.035968 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10120 2025.01.09 01:09:45.036352 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.004654 sec., 3652.77180919639 rows/sec., 257.26 KiB/sec.
10121 2025.01.09 01:09:45.036729 [ 279 ] {1b59e4e1-2416-4ada-9ddf-74bdb7589450} <Debug> TCPHandler: Processed in 0.005381121 sec.
10122 2025.01.09 01:09:45.037077 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10123 2025.01.09 01:09:45.037362 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3441 rows, containing 5 columns (5 merged, 0 gathered) in 0.00619408 sec., 555530.4419703975 rows/sec., 48.88 MiB/sec.
10124 2025.01.09 01:09:45.037486 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10125 2025.01.09 01:09:45.037617 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10126 2025.01.09 01:09:45.037728 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10127 2025.01.09 01:09:45.038106 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10128 2025.01.09 01:09:45.038191 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_76_15} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10129 2025.01.09 01:09:45.038283 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
10130 2025.01.09 01:09:45.038520 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10131 2025.01.09 01:09:45.038559 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10132 2025.01.09 01:09:45.038930 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10133 2025.01.09 01:09:45.039192 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2025.01.09 01:09:45.039415 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002074 sec., 116682.7386692382 rows/sec., 7.91 MiB/sec.
10135 2025.01.09 01:09:45.039471 [ 276 ] {cbe90b74-cad4-4b85-badb-a55a42e3547d} <Debug> TCPHandler: Processed in 0.002630509 sec.
10136 2025.01.09 01:09:45.039615 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10137 2025.01.09 01:09:45.039743 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10138 2025.01.09 01:09:45.039793 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10139 2025.01.09 01:09:45.040380 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10140 2025.01.09 01:09:45.040417 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10141 2025.01.09 01:09:45.040785 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10142 2025.01.09 01:09:45.041043 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10143 2025.01.09 01:09:45.041177 [ 73 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10144 2025.01.09 01:09:45.041218 [ 73 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2025.01.09 01:09:45.041229 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec.
10146 2025.01.09 01:09:45.041241 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10147 2025.01.09 01:09:45.041346 [ 279 ] {05cc81b1-d869-4dcb-9055-cd983df4e5f2} <Debug> TCPHandler: Processed in 0.001786291 sec.
10148 2025.01.09 01:09:45.041453 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
10149 2025.01.09 01:09:45.041554 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10150 2025.01.09 01:09:45.041629 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10151 2025.01.09 01:09:45.041684 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part
10152 2025.01.09 01:09:45.041821 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10153 2025.01.09 01:09:45.041950 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
10154 2025.01.09 01:09:45.042065 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10155 2025.01.09 01:09:45.042249 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part
10156 2025.01.09 01:09:45.042573 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
10157 2025.01.09 01:09:45.042876 [ 199 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part
10158 2025.01.09 01:09:45.045261 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10159 2025.01.09 01:09:45.045441 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10160 2025.01.09 01:09:45.045469 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004126863 sec., 15750.462276067803 rows/sec., 1.02 MiB/sec.
10161 2025.01.09 01:09:45.045794 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10162 2025.01.09 01:09:45.046473 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10163 2025.01.09 01:09:45.046578 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_33_8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10164 2025.01.09 01:09:45.046696 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10165 2025.01.09 01:09:45.047115 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10166 2025.01.09 01:09:45.047448 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10167 2025.01.09 01:09:45.047634 [ 73 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10168 2025.01.09 01:09:45.047690 [ 73 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10169 2025.01.09 01:09:45.047711 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005981 sec., 140444.74168199298 rows/sec., 10.14 MiB/sec.
10170 2025.01.09 01:09:45.047727 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10171 2025.01.09 01:09:45.047891 [ 276 ] {73a6c83a-e21f-4aa7-9dad-551083596217} <Debug> TCPHandler: Processed in 0.006452905 sec.
10172 2025.01.09 01:09:45.047931 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10173 2025.01.09 01:09:45.048056 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10174 2025.01.09 01:09:45.048096 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 903 rows starting from the beginning of the part
10175 2025.01.09 01:09:45.048103 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10176 2025.01.09 01:09:45.048199 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 382 rows starting from the beginning of the part
10177 2025.01.09 01:09:45.048573 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10178 2025.01.09 01:09:45.048586 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 89 rows starting from the beginning of the part
10179 2025.01.09 01:09:45.048726 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10180 2025.01.09 01:09:45.048837 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 382 rows starting from the beginning of the part
10181 2025.01.09 01:09:45.049223 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 87 rows starting from the beginning of the part
10182 2025.01.09 01:09:45.049576 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 840 rows starting from the beginning of the part
10183 2025.01.09 01:09:45.050972 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10184 2025.01.09 01:09:45.051044 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10185 2025.01.09 01:09:45.052067 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10186 2025.01.09 01:09:45.052546 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10187 2025.01.09 01:09:45.052787 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2683 rows, containing 5 columns (5 merged, 0 gathered) in 0.004929592 sec., 544264.1094841114 rows/sec., 41.45 MiB/sec.
10188 2025.01.09 01:09:45.053033 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004678 sec., 1282.5994014536127 rows/sec., 67.01 KiB/sec.
10189 2025.01.09 01:09:45.053158 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10190 2025.01.09 01:09:45.053224 [ 279 ] {9c396cb8-d32e-4afb-8d07-24e8caed7af6} <Debug> TCPHandler: Processed in 0.005205548 sec.
10191 2025.01.09 01:09:45.053558 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10192 2025.01.09 01:09:45.053924 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10193 2025.01.09 01:09:45.054032 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10194 2025.01.09 01:09:45.054189 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10195 2025.01.09 01:09:45.054461 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_76_15} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10196 2025.01.09 01:09:45.054635 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
10197 2025.01.09 01:09:45.055203 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10198 2025.01.09 01:09:45.055246 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10199 2025.01.09 01:09:45.055693 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10200 2025.01.09 01:09:45.055935 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10201 2025.01.09 01:09:45.056178 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.002393 sec., 398662.7664020058 rows/sec., 26.48 MiB/sec.
10202 2025.01.09 01:09:45.056294 [ 276 ] {ea7bb4fd-46b2-4957-a7b0-275e63255eaf} <Debug> TCPHandler: Processed in 0.002939306 sec.
10203 2025.01.09 01:09:45.056562 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10204 2025.01.09 01:09:45.056805 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10205 2025.01.09 01:09:45.056893 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10206 2025.01.09 01:09:45.057465 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10207 2025.01.09 01:09:45.057504 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10208 2025.01.09 01:09:45.057869 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10209 2025.01.09 01:09:45.058110 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10210 2025.01.09 01:09:45.058320 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec.
10211 2025.01.09 01:09:45.058372 [ 279 ] {cb08a414-2a7d-414f-9830-217dbef235bc} <Debug> TCPHandler: Processed in 0.001993975 sec.
10212 2025.01.09 01:09:45.058504 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10213 2025.01.09 01:09:45.058621 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10214 2025.01.09 01:09:45.058703 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10215 2025.01.09 01:09:45.059793 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10216 2025.01.09 01:09:45.059832 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10217 2025.01.09 01:09:45.060443 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10218 2025.01.09 01:09:45.060696 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10219 2025.01.09 01:09:45.060935 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002338 sec., 3421.7279726261763 rows/sec., 6.13 MiB/sec.
10220 2025.01.09 01:09:45.061029 [ 276 ] {ed74817c-32ad-4c73-9b16-e649b44d4512} <Debug> TCPHandler: Processed in 0.002579708 sec.
10221 2025.01.09 01:09:45.061170 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10222 2025.01.09 01:09:45.061308 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10223 2025.01.09 01:09:45.061366 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10224 2025.01.09 01:09:45.061935 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10225 2025.01.09 01:09:45.061981 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10226 2025.01.09 01:09:45.062371 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10227 2025.01.09 01:09:45.062617 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10228 2025.01.09 01:09:45.062821 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001544 sec., 20725.38860103627 rows/sec., 1.20 MiB/sec.
10229 2025.01.09 01:09:45.062873 [ 279 ] {eecdcc97-0276-44be-bb36-713d6b65850d} <Debug> TCPHandler: Processed in 0.00176868 sec.
10230 2025.01.09 01:09:46.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.63 MiB, peak 242.53 MiB, free memory in arenas 0.00 B, will set to 231.62 MiB (RSS), difference: -1.01 MiB
10231 2025.01.09 01:09:49.543804 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10232 2025.01.09 01:09:49.544016 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10233 2025.01.09 01:09:49.544094 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10234 2025.01.09 01:09:49.544874 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10235 2025.01.09 01:09:49.544919 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10236 2025.01.09 01:09:49.545373 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10237 2025.01.09 01:09:49.545658 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10238 2025.01.09 01:09:49.545875 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001913 sec., 27182.435964453736 rows/sec., 2.08 MiB/sec.
10239 2025.01.09 01:09:49.545941 [ 276 ] {6fe594b9-2143-4fee-8bda-cf9bc0060084} <Debug> TCPHandler: Processed in 0.002274221 sec.
10240 2025.01.09 01:09:49.546179 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10241 2025.01.09 01:09:49.546372 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10242 2025.01.09 01:09:49.546445 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10243 2025.01.09 01:09:49.547213 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10244 2025.01.09 01:09:49.547260 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10245 2025.01.09 01:09:49.547692 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10246 2025.01.09 01:09:49.547935 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10247 2025.01.09 01:09:49.548167 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.36 MiB/sec.
10248 2025.01.09 01:09:49.548229 [ 279 ] {0071fb9d-1927-46a8-9de6-c17fbc4105d5} <Debug> TCPHandler: Processed in 0.002184559 sec.
10249 2025.01.09 01:09:49.548455 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10250 2025.01.09 01:09:49.548646 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10251 2025.01.09 01:09:49.548713 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10252 2025.01.09 01:09:49.549361 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10253 2025.01.09 01:09:49.549400 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10254 2025.01.09 01:09:49.549821 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10255 2025.01.09 01:09:49.550070 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10256 2025.01.09 01:09:49.550257 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00165 sec., 72727.27272727272 rows/sec., 5.04 MiB/sec.
10257 2025.01.09 01:09:49.550314 [ 276 ] {34c2053f-b57c-47bd-8600-e0929904fb70} <Debug> TCPHandler: Processed in 0.002008976 sec.
10258 2025.01.09 01:09:49.550467 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10259 2025.01.09 01:09:49.550606 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10260 2025.01.09 01:09:49.550672 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10261 2025.01.09 01:09:49.551253 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2025.01.09 01:09:49.551295 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10263 2025.01.09 01:09:49.551680 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10264 2025.01.09 01:09:49.551910 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10265 2025.01.09 01:09:49.552139 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.00156 sec., 25641.02564102564 rows/sec., 1.76 MiB/sec.
10266 2025.01.09 01:09:49.552239 [ 279 ] {44e6db04-e4c1-4d4d-845a-6db3334106f5} <Debug> TCPHandler: Processed in 0.001838831 sec.
10267 2025.01.09 01:09:50.530487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509
10268 2025.01.09 01:09:50.531115 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10269 2025.01.09 01:09:50.531164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10270 2025.01.09 01:09:50.531672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10271 2025.01.09 01:09:50.531959 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10272 2025.01.09 01:09:50.532235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10273 2025.01.09 01:09:52.112286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10274 2025.01.09 01:09:52.133892 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10275 2025.01.09 01:09:52.133947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10276 2025.01.09 01:09:52.141131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10277 2025.01.09 01:09:52.141997 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10278 2025.01.09 01:09:52.145671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10279 2025.01.09 01:09:53.144685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1432
10280 2025.01.09 01:09:53.147993 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10281 2025.01.09 01:09:53.148053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10282 2025.01.09 01:09:53.149562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10283 2025.01.09 01:09:53.149877 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10284 2025.01.09 01:09:53.150777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432
10285 2025.01.09 01:09:54.546704 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10286 2025.01.09 01:09:54.546926 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10287 2025.01.09 01:09:54.547013 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10288 2025.01.09 01:09:54.547877 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10289 2025.01.09 01:09:54.547929 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10290 2025.01.09 01:09:54.548397 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10291 2025.01.09 01:09:54.548660 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10292 2025.01.09 01:09:54.548919 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002056 sec., 55447.47081712062 rows/sec., 4.71 MiB/sec.
10293 2025.01.09 01:09:54.548989 [ 276 ] {c23aa34f-328c-49db-9f42-f91a96e81f0c} <Debug> TCPHandler: Processed in 0.002433525 sec.
10294 2025.01.09 01:09:54.549241 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10295 2025.01.09 01:09:54.549462 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10296 2025.01.09 01:09:54.549534 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10297 2025.01.09 01:09:54.550305 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10298 2025.01.09 01:09:54.550355 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10299 2025.01.09 01:09:54.550801 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10300 2025.01.09 01:09:54.551051 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10301 2025.01.09 01:09:54.551276 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001877 sec., 16515.716568993073 rows/sec., 1.21 MiB/sec.
10302 2025.01.09 01:09:54.551334 [ 279 ] {4972fdba-dbe3-4af3-b76d-27f1640abf88} <Debug> TCPHandler: Processed in 0.00223659 sec.
10303 2025.01.09 01:09:54.551476 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10304 2025.01.09 01:09:54.551626 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10305 2025.01.09 01:09:54.551691 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10306 2025.01.09 01:09:54.552465 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10307 2025.01.09 01:09:54.552508 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10308 2025.01.09 01:09:54.552891 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10309 2025.01.09 01:09:54.553158 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10310 2025.01.09 01:09:54.553412 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001816 sec., 47907.48898678414 rows/sec., 3.74 MiB/sec.
10311 2025.01.09 01:09:54.553514 [ 276 ] {2ce442a2-d6ac-430c-8d7c-ab322031c8b6} <Debug> TCPHandler: Processed in 0.002102547 sec.
10312 2025.01.09 01:09:54.553692 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10313 2025.01.09 01:09:54.553821 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10314 2025.01.09 01:09:54.553872 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10315 2025.01.09 01:09:54.554468 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10316 2025.01.09 01:09:54.554506 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10317 2025.01.09 01:09:54.554900 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10318 2025.01.09 01:09:54.555133 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2025.01.09 01:09:54.555303 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10320 2025.01.09 01:09:54.555368 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001569 sec., 95602.29445506692 rows/sec., 6.63 MiB/sec.
10321 2025.01.09 01:09:54.555384 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10322 2025.01.09 01:09:54.555446 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.52 GiB.
10323 2025.01.09 01:09:54.555495 [ 279 ] {77523631-7b74-4105-888a-9c082b691fe1} <Debug> TCPHandler: Processed in 0.001877863 sec.
10324 2025.01.09 01:09:54.555723 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10325 2025.01.09 01:09:54.555738 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2025.01.09 01:09:54.556025 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10327 2025.01.09 01:09:54.556045 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10328 2025.01.09 01:09:54.556143 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22481 rows starting from the beginning of the part
10329 2025.01.09 01:09:54.556238 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10330 2025.01.09 01:09:54.556555 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 227 rows starting from the beginning of the part
10331 2025.01.09 01:09:54.556993 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 150 rows starting from the beginning of the part
10332 2025.01.09 01:09:54.557375 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 954 rows starting from the beginning of the part
10333 2025.01.09 01:09:54.557821 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 120 rows starting from the beginning of the part
10334 2025.01.09 01:09:54.558168 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 150 rows starting from the beginning of the part
10335 2025.01.09 01:09:54.560715 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10336 2025.01.09 01:09:54.560767 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10337 2025.01.09 01:09:54.562749 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10338 2025.01.09 01:09:54.563096 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10339 2025.01.09 01:09:54.563649 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007713 sec., 4019.18838324906 rows/sec., 7.20 MiB/sec.
10340 2025.01.09 01:09:54.564024 [ 276 ] {e087f359-2302-4f29-8aab-91e208c2d0e2} <Debug> TCPHandler: Processed in 0.008401359 sec.
10341 2025.01.09 01:09:54.564236 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2025.01.09 01:09:54.564371 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10343 2025.01.09 01:09:54.564431 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10344 2025.01.09 01:09:54.564937 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2025.01.09 01:09:54.564975 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10346 2025.01.09 01:09:54.573493 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10347 2025.01.09 01:09:54.573774 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10348 2025.01.09 01:09:54.573962 [ 56 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10349 2025.01.09 01:09:54.574021 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.009672 sec., 5169.561621174525 rows/sec., 362.98 KiB/sec.
10350 2025.01.09 01:09:54.574028 [ 56 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10351 2025.01.09 01:09:54.574110 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10352 2025.01.09 01:09:54.574143 [ 279 ] {73a90cec-294a-42af-8f6d-64c7e35ac7ac} <Debug> TCPHandler: Processed in 0.009999836 sec.
10353 2025.01.09 01:09:54.574323 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10354 2025.01.09 01:09:54.574448 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10355 2025.01.09 01:09:54.574483 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3542 rows starting from the beginning of the part
10356 2025.01.09 01:09:54.574550 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part
10357 2025.01.09 01:09:54.574672 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 50 rows starting from the beginning of the part
10358 2025.01.09 01:09:54.574762 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part
10359 2025.01.09 01:09:54.574926 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 40 rows starting from the beginning of the part
10360 2025.01.09 01:09:54.575263 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 50 rows starting from the beginning of the part
10361 2025.01.09 01:09:54.577274 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3786 rows, containing 4 columns (4 merged, 0 gathered) in 0.003057689 sec., 1238190.0186709636 rows/sec., 81.18 MiB/sec.
10362 2025.01.09 01:09:54.577805 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10363 2025.01.09 01:09:54.578152 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10364 2025.01.09 01:09:54.578234 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_76_15} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10365 2025.01.09 01:09:54.578340 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
10366 2025.01.09 01:09:54.579253 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24082 rows, containing 5 columns (5 merged, 0 gathered) in 0.023686875 sec., 1016681.1789229268 rows/sec., 68.33 MiB/sec.
10367 2025.01.09 01:09:54.579856 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10368 2025.01.09 01:09:54.580242 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10369 2025.01.09 01:09:54.580345 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10370 2025.01.09 01:09:54.580449 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
10371 2025.01.09 01:09:55.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.10 MiB, peak 242.76 MiB, free memory in arenas 0.00 B, will set to 233.16 MiB (RSS), difference: 1.06 MiB
10372 2025.01.09 01:09:57.782991 [ 35 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
10373 2025.01.09 01:09:57.783116 [ 35 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10374 2025.01.09 01:09:57.783162 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10375 2025.01.09 01:09:57.783392 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
10376 2025.01.09 01:09:57.783862 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10377 2025.01.09 01:09:57.783944 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
10378 2025.01.09 01:09:57.784024 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
10379 2025.01.09 01:09:57.784119 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
10380 2025.01.09 01:09:57.784368 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10381 2025.01.09 01:09:57.784602 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10382 2025.01.09 01:09:57.785635 [ 197 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367203 sec., 83643.01667410864 rows/sec., 4.27 MiB/sec.
10383 2025.01.09 01:09:57.785868 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
10384 2025.01.09 01:09:57.786269 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10385 2025.01.09 01:09:57.786370 [ 189 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_33_7} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
10386 2025.01.09 01:09:57.786483 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10387 2025.01.09 01:09:57.863334 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
10388 2025.01.09 01:09:57.863398 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
10389 2025.01.09 01:09:58.032413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997
10390 2025.01.09 01:09:58.033560 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2025.01.09 01:09:58.033653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10392 2025.01.09 01:09:58.034354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10393 2025.01.09 01:09:58.034604 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.01.09 01:09:58.034887 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997
10395 2025.01.09 01:09:59.550204 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10396 2025.01.09 01:09:59.550394 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10397 2025.01.09 01:09:59.550472 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10398 2025.01.09 01:09:59.551234 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10399 2025.01.09 01:09:59.551280 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10400 2025.01.09 01:09:59.551724 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10401 2025.01.09 01:09:59.551989 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10402 2025.01.09 01:09:59.552225 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec.
10403 2025.01.09 01:09:59.552294 [ 276 ] {3d3b7c97-a460-4bc2-bc8a-ff0292741555} <Debug> TCPHandler: Processed in 0.00222608 sec.
10404 2025.01.09 01:09:59.552550 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10405 2025.01.09 01:09:59.552770 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10406 2025.01.09 01:09:59.552853 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10407 2025.01.09 01:09:59.553855 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10408 2025.01.09 01:09:59.553907 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10409 2025.01.09 01:09:59.554360 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10410 2025.01.09 01:09:59.554611 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10411 2025.01.09 01:09:59.554840 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002132 sec., 100844.27767354596 rows/sec., 8.81 MiB/sec.
10412 2025.01.09 01:09:59.554897 [ 279 ] {ae94c0f7-24e5-4146-8c51-d525e4b7ca11} <Debug> TCPHandler: Processed in 0.002495546 sec.
10413 2025.01.09 01:09:59.555029 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10414 2025.01.09 01:09:59.555158 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10415 2025.01.09 01:09:59.555210 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10416 2025.01.09 01:09:59.555900 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10417 2025.01.09 01:09:59.555939 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10418 2025.01.09 01:09:59.556314 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10419 2025.01.09 01:09:59.556586 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10420 2025.01.09 01:09:59.556800 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00167 sec., 8982.035928143712 rows/sec., 633.30 KiB/sec.
10421 2025.01.09 01:09:59.556859 [ 276 ] {86db0968-252c-4422-ac7d-485d7d33ed5d} <Debug> TCPHandler: Processed in 0.001883932 sec.
10422 2025.01.09 01:09:59.557006 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10423 2025.01.09 01:09:59.557144 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10424 2025.01.09 01:09:59.557202 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10425 2025.01.09 01:09:59.557857 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10426 2025.01.09 01:09:59.557896 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10427 2025.01.09 01:09:59.558260 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10428 2025.01.09 01:09:59.558500 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10429 2025.01.09 01:09:59.558749 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001622 sec., 8631.319358816276 rows/sec., 604.48 KiB/sec.
10430 2025.01.09 01:09:59.558817 [ 279 ] {a5203670-ac8c-4429-90b0-0b8f4a282609} <Debug> TCPHandler: Processed in 0.001875802 sec.
10431 2025.01.09 01:09:59.559087 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10432 2025.01.09 01:09:59.559241 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10433 2025.01.09 01:09:59.559303 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10434 2025.01.09 01:09:59.559956 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10435 2025.01.09 01:09:59.559997 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10436 2025.01.09 01:09:59.560378 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10437 2025.01.09 01:09:59.560623 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10438 2025.01.09 01:09:59.560864 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec.
10439 2025.01.09 01:09:59.560928 [ 276 ] {cf8ffd0b-bcb0-4e14-933e-b65ee1cf6f80} <Debug> TCPHandler: Processed in 0.001976584 sec.
10440 2025.01.09 01:09:59.561119 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10441 2025.01.09 01:09:59.561307 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10442 2025.01.09 01:09:59.561365 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10443 2025.01.09 01:09:59.562117 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10444 2025.01.09 01:09:59.562156 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10445 2025.01.09 01:09:59.562537 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10446 2025.01.09 01:09:59.562798 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10447 2025.01.09 01:09:59.563004 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001727 sec., 221192.81991893458 rows/sec., 15.65 MiB/sec.
10448 2025.01.09 01:09:59.563055 [ 279 ] {17a5e83e-675f-4f2f-ae5b-31bdf7354a3b} <Debug> TCPHandler: Processed in 0.002041186 sec.
10449 2025.01.09 01:09:59.563209 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10450 2025.01.09 01:09:59.563352 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10451 2025.01.09 01:09:59.563414 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10452 2025.01.09 01:09:59.563939 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10453 2025.01.09 01:09:59.563980 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10454 2025.01.09 01:09:59.564349 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10455 2025.01.09 01:09:59.564597 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10456 2025.01.09 01:09:59.564810 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec.
10457 2025.01.09 01:09:59.564864 [ 276 ] {26a7874c-2a3d-472f-8847-87dabea18a50} <Debug> TCPHandler: Processed in 0.001724309 sec.
10458 2025.01.09 01:09:59.565007 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10459 2025.01.09 01:09:59.565143 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10460 2025.01.09 01:09:59.565205 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10461 2025.01.09 01:09:59.565857 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10462 2025.01.09 01:09:59.565894 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10463 2025.01.09 01:09:59.566292 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10464 2025.01.09 01:09:59.566526 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10465 2025.01.09 01:09:59.566724 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001611 sec., 140906.2693978895 rows/sec., 9.40 MiB/sec.
10466 2025.01.09 01:09:59.566774 [ 279 ] {87860cd6-a35f-4599-8794-9bc8812933c5} <Debug> TCPHandler: Processed in 0.001833231 sec.
10467 2025.01.09 01:09:59.566940 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10468 2025.01.09 01:09:59.567081 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10469 2025.01.09 01:09:59.567143 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10470 2025.01.09 01:09:59.567689 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10471 2025.01.09 01:09:59.567729 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10472 2025.01.09 01:09:59.568101 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10473 2025.01.09 01:09:59.568350 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10474 2025.01.09 01:09:59.568556 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec.
10475 2025.01.09 01:09:59.568609 [ 276 ] {1c711b3d-5e4b-4327-b747-08d929cc710c} <Debug> TCPHandler: Processed in 0.00173697 sec.
10476 2025.01.09 01:09:59.568800 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10477 2025.01.09 01:09:59.569017 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10478 2025.01.09 01:09:59.569158 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10479 2025.01.09 01:09:59.570497 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10480 2025.01.09 01:09:59.570536 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10481 2025.01.09 01:09:59.571144 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10482 2025.01.09 01:09:59.571394 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10483 2025.01.09 01:09:59.571673 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002698 sec., 2965.159377316531 rows/sec., 5.31 MiB/sec.
10484 2025.01.09 01:09:59.571959 [ 279 ] {9ee88a24-a886-4daf-bace-45c6c5f98499} <Debug> TCPHandler: Processed in 0.003262484 sec.
10485 2025.01.09 01:09:59.572239 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10486 2025.01.09 01:09:59.572423 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10487 2025.01.09 01:09:59.572475 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10488 2025.01.09 01:09:59.572952 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10489 2025.01.09 01:09:59.572992 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10490 2025.01.09 01:09:59.573377 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10491 2025.01.09 01:09:59.573618 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10492 2025.01.09 01:09:59.573829 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001433 sec., 50244.24284717376 rows/sec., 3.21 MiB/sec.
10493 2025.01.09 01:09:59.573882 [ 276 ] {efe49291-4809-413d-8569-88183dbe029f} <Debug> TCPHandler: Processed in 0.001822682 sec.
10494 2025.01.09 01:09:59.645757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10495 2025.01.09 01:09:59.666743 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10496 2025.01.09 01:09:59.666789 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10497 2025.01.09 01:09:59.674151 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10498 2025.01.09 01:09:59.674907 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10499 2025.01.09 01:09:59.677491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10500 2025.01.09 01:10:00.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.46 MiB, peak 242.76 MiB, free memory in arenas 0.00 B, will set to 233.16 MiB (RSS), difference: -1.30 MiB
10501 2025.01.09 01:10:03.151061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1466
10502 2025.01.09 01:10:03.154336 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10503 2025.01.09 01:10:03.154395 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10504 2025.01.09 01:10:03.155921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10505 2025.01.09 01:10:03.156238 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10506 2025.01.09 01:10:03.156472 [ 29 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10507 2025.01.09 01:10:03.156607 [ 29 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10508 2025.01.09 01:10:03.156668 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10509 2025.01.09 01:10:03.157115 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
10510 2025.01.09 01:10:03.157772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1466
10511 2025.01.09 01:10:03.158245 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10512 2025.01.09 01:10:03.158434 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1274 rows starting from the beginning of the part
10513 2025.01.09 01:10:03.158971 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part
10514 2025.01.09 01:10:03.159473 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part
10515 2025.01.09 01:10:03.159974 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part
10516 2025.01.09 01:10:03.160456 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part
10517 2025.01.09 01:10:03.160924 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part
10518 2025.01.09 01:10:03.169628 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1466 rows, containing 72 columns (72 merged, 0 gathered) in 0.012824599 sec., 114311.56638893738 rows/sec., 88.14 MiB/sec.
10519 2025.01.09 01:10:03.171366 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10520 2025.01.09 01:10:03.172248 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10521 2025.01.09 01:10:03.172349 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_36_7} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10522 2025.01.09 01:10:03.172704 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
10523 2025.01.09 01:10:04.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.25 MiB, peak 242.76 MiB, free memory in arenas 0.00 B, will set to 233.16 MiB (RSS), difference: 3.91 MiB
10524 2025.01.09 01:10:04.547694 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10525 2025.01.09 01:10:04.547963 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10526 2025.01.09 01:10:04.548039 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10527 2025.01.09 01:10:04.548795 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10528 2025.01.09 01:10:04.548844 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10529 2025.01.09 01:10:04.549281 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10530 2025.01.09 01:10:04.549535 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10531 2025.01.09 01:10:04.549802 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001885 sec., 3183.0238726790453 rows/sec., 259.55 KiB/sec.
10532 2025.01.09 01:10:04.549921 [ 276 ] {ed5edc5b-e499-41b4-a1ff-4a1233d20f17} <Debug> TCPHandler: Processed in 0.002420184 sec.
10533 2025.01.09 01:10:04.550220 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10534 2025.01.09 01:10:04.550429 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10535 2025.01.09 01:10:04.550508 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10536 2025.01.09 01:10:04.551319 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10537 2025.01.09 01:10:04.551364 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10538 2025.01.09 01:10:04.551830 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10539 2025.01.09 01:10:04.552113 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10540 2025.01.09 01:10:04.552372 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.001996 sec., 58617.23446893788 rows/sec., 4.96 MiB/sec.
10541 2025.01.09 01:10:04.552453 [ 279 ] {3bef7452-94ed-4eed-b969-365ec80c3d78} <Debug> TCPHandler: Processed in 0.002409144 sec.
10542 2025.01.09 01:10:04.552694 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10543 2025.01.09 01:10:04.552924 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10544 2025.01.09 01:10:04.552986 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10545 2025.01.09 01:10:04.553711 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10546 2025.01.09 01:10:04.553759 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10547 2025.01.09 01:10:04.554181 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10548 2025.01.09 01:10:04.554425 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10549 2025.01.09 01:10:04.554685 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001795 sec., 20612.813370473537 rows/sec., 1.50 MiB/sec.
10550 2025.01.09 01:10:04.554758 [ 276 ] {d3c5b03c-db84-4b19-a7df-e293c3451bb3} <Debug> TCPHandler: Processed in 0.002204529 sec.
10551 2025.01.09 01:10:04.555000 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10552 2025.01.09 01:10:04.555188 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10553 2025.01.09 01:10:04.555246 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10554 2025.01.09 01:10:04.555950 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10555 2025.01.09 01:10:04.555990 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10556 2025.01.09 01:10:04.556372 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10557 2025.01.09 01:10:04.556615 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10558 2025.01.09 01:10:04.556862 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001696 sec., 54834.90566037736 rows/sec., 4.29 MiB/sec.
10559 2025.01.09 01:10:04.556922 [ 279 ] {e1ea2483-d675-4e67-9679-f7f69da9a100} <Debug> TCPHandler: Processed in 0.002066816 sec.
10560 2025.01.09 01:10:04.557177 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10561 2025.01.09 01:10:04.557366 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10562 2025.01.09 01:10:04.557431 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10563 2025.01.09 01:10:04.558079 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10564 2025.01.09 01:10:04.558119 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10565 2025.01.09 01:10:04.558535 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10566 2025.01.09 01:10:04.558781 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10567 2025.01.09 01:10:04.559020 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001693 sec., 90372.12049616066 rows/sec., 6.26 MiB/sec.
10568 2025.01.09 01:10:04.559077 [ 276 ] {955c42ea-763e-4ca6-abc4-d7c042f3c3b0} <Debug> TCPHandler: Processed in 0.002068697 sec.
10569 2025.01.09 01:10:04.559228 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10570 2025.01.09 01:10:04.559363 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10571 2025.01.09 01:10:04.559460 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10572 2025.01.09 01:10:04.560682 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10573 2025.01.09 01:10:04.560722 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10574 2025.01.09 01:10:04.561385 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10575 2025.01.09 01:10:04.561649 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10576 2025.01.09 01:10:04.561902 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002568 sec., 12071.651090342679 rows/sec., 21.63 MiB/sec.
10577 2025.01.09 01:10:04.561995 [ 279 ] {ab5f025b-3ae9-4a31-8cae-bc1165f4f89e} <Debug> TCPHandler: Processed in 0.002832704 sec.
10578 2025.01.09 01:10:04.562266 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10579 2025.01.09 01:10:04.562492 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10580 2025.01.09 01:10:04.562589 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10581 2025.01.09 01:10:04.563227 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10582 2025.01.09 01:10:04.563267 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10583 2025.01.09 01:10:04.563650 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10584 2025.01.09 01:10:04.563901 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2025.01.09 01:10:04.564171 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001726 sec., 28968.713789107762 rows/sec., 1.99 MiB/sec.
10586 2025.01.09 01:10:04.564239 [ 276 ] {494462aa-377a-4f88-8291-5a1606315238} <Debug> TCPHandler: Processed in 0.002081587 sec.
10587 2025.01.09 01:10:05.535039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424
10588 2025.01.09 01:10:05.535780 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10589 2025.01.09 01:10:05.535830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10590 2025.01.09 01:10:05.536376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10591 2025.01.09 01:10:05.536643 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10592 2025.01.09 01:10:05.536808 [ 61 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10593 2025.01.09 01:10:05.536862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
10594 2025.01.09 01:10:05.536872 [ 61 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10595 2025.01.09 01:10:05.536900 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10596 2025.01.09 01:10:05.537056 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
10597 2025.01.09 01:10:05.537223 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10598 2025.01.09 01:10:05.537270 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part
10599 2025.01.09 01:10:05.537350 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
10600 2025.01.09 01:10:05.537452 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
10601 2025.01.09 01:10:05.537670 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
10602 2025.01.09 01:10:05.537791 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
10603 2025.01.09 01:10:05.538027 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
10604 2025.01.09 01:10:05.540621 [ 189 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645662 sec., 6425170.517727644 rows/sec., 91.91 MiB/sec.
10605 2025.01.09 01:10:05.541075 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10606 2025.01.09 01:10:05.541432 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10607 2025.01.09 01:10:05.541539 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_51_10} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10608 2025.01.09 01:10:05.541662 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
10609 2025.01.09 01:10:07.177581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10610 2025.01.09 01:10:07.200024 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10611 2025.01.09 01:10:07.200088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10612 2025.01.09 01:10:07.207567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10613 2025.01.09 01:10:07.208368 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10614 2025.01.09 01:10:07.208798 [ 94 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10615 2025.01.09 01:10:07.208944 [ 94 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10616 2025.01.09 01:10:07.209008 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10617 2025.01.09 01:10:07.209508 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::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
10618 2025.01.09 01:10:07.226688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10619 2025.01.09 01:10:07.227900 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10620 2025.01.09 01:10:07.229571 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
10621 2025.01.09 01:10:07.235495 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
10622 2025.01.09 01:10:07.241422 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
10623 2025.01.09 01:10:07.247341 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
10624 2025.01.09 01:10:07.253159 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
10625 2025.01.09 01:10:07.257863 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
10626 2025.01.09 01:10:07.318313 [ 189 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.109149343 sec., 3527.2773011560867 rows/sec., 18.24 MiB/sec.
10627 2025.01.09 01:10:07.320466 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10628 2025.01.09 01:10:07.322999 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10629 2025.01.09 01:10:07.323108 [ 195 ] {6d874974-7062-465a-b554-266ce1892843::all_1_51_10} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10630 2025.01.09 01:10:07.324574 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10631 2025.01.09 01:10:08.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.24 MiB, peak 247.65 MiB, free memory in arenas 0.00 B, will set to 236.17 MiB (RSS), difference: 1.93 MiB
10632 2025.01.09 01:10:09.550115 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10633 2025.01.09 01:10:09.550335 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10634 2025.01.09 01:10:09.550420 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10635 2025.01.09 01:10:09.551268 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10636 2025.01.09 01:10:09.551316 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10637 2025.01.09 01:10:09.551774 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10638 2025.01.09 01:10:09.552069 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10639 2025.01.09 01:10:09.552310 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002027 sec., 6906.758756783423 rows/sec., 497.19 KiB/sec.
10640 2025.01.09 01:10:09.552444 [ 276 ] {91958101-e92a-48f2-90b4-bc2eef900d71} <Debug> TCPHandler: Processed in 0.002473676 sec.
10641 2025.01.09 01:10:09.552786 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10642 2025.01.09 01:10:09.553007 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10643 2025.01.09 01:10:09.553085 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10644 2025.01.09 01:10:09.553908 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10645 2025.01.09 01:10:09.553964 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10646 2025.01.09 01:10:09.554438 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10647 2025.01.09 01:10:09.554693 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10648 2025.01.09 01:10:09.554897 [ 102 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10649 2025.01.09 01:10:09.554963 [ 102 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10650 2025.01.09 01:10:09.554969 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002018 sec., 106541.12983151636 rows/sec., 9.31 MiB/sec.
10651 2025.01.09 01:10:09.555000 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10652 2025.01.09 01:10:09.555149 [ 279 ] {26773022-b2b0-4996-97a0-e5badce80479} <Debug> TCPHandler: Processed in 0.002574019 sec.
10653 2025.01.09 01:10:09.555423 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10654 2025.01.09 01:10:09.555485 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10655 2025.01.09 01:10:09.556091 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10656 2025.01.09 01:10:09.556222 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1426 rows starting from the beginning of the part
10657 2025.01.09 01:10:09.556206 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10658 2025.01.09 01:10:09.556468 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10659 2025.01.09 01:10:09.556685 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 52 rows starting from the beginning of the part
10660 2025.01.09 01:10:09.557088 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 114 rows starting from the beginning of the part
10661 2025.01.09 01:10:09.557440 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 215 rows starting from the beginning of the part
10662 2025.01.09 01:10:09.557848 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 117 rows starting from the beginning of the part
10663 2025.01.09 01:10:09.558202 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 215 rows starting from the beginning of the part
10664 2025.01.09 01:10:09.559523 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10665 2025.01.09 01:10:09.559591 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10666 2025.01.09 01:10:09.560528 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10667 2025.01.09 01:10:09.560966 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10668 2025.01.09 01:10:09.561144 [ 102 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10669 2025.01.09 01:10:09.561220 [ 102 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10670 2025.01.09 01:10:09.561303 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10671 2025.01.09 01:10:09.561375 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005504 sec., 2725.2906976744184 rows/sec., 192.15 KiB/sec.
10672 2025.01.09 01:10:09.561865 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10673 2025.01.09 01:10:09.562051 [ 276 ] {ca4a982d-48ab-488c-84aa-da483a9033aa} <Debug> TCPHandler: Processed in 0.00667876 sec.
10674 2025.01.09 01:10:09.562078 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2139 rows, containing 5 columns (5 merged, 0 gathered) in 0.006929226 sec., 308692.4860006009 rows/sec., 27.24 MiB/sec.
10675 2025.01.09 01:10:09.562350 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10676 2025.01.09 01:10:09.562355 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10677 2025.01.09 01:10:09.562459 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 62 rows starting from the beginning of the part
10678 2025.01.09 01:10:09.562505 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10679 2025.01.09 01:10:09.562892 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10680 2025.01.09 01:10:09.562923 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 17 rows starting from the beginning of the part
10681 2025.01.09 01:10:09.563295 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part
10682 2025.01.09 01:10:09.563352 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10683 2025.01.09 01:10:09.563640 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10684 2025.01.09 01:10:09.563700 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part
10685 2025.01.09 01:10:09.564150 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_81_16} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10686 2025.01.09 01:10:09.564172 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 37 rows starting from the beginning of the part
10687 2025.01.09 01:10:09.564539 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
10688 2025.01.09 01:10:09.564689 [ 196 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part
10689 2025.01.09 01:10:09.566501 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2025.01.09 01:10:09.566568 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10691 2025.01.09 01:10:09.567601 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10692 2025.01.09 01:10:09.567629 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006178009 sec., 28650.006822586372 rows/sec., 2.15 MiB/sec.
10693 2025.01.09 01:10:09.567849 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10694 2025.01.09 01:10:09.568057 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10695 2025.01.09 01:10:09.568415 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10696 2025.01.09 01:10:09.568455 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005898 sec., 2373.6859952526283 rows/sec., 166.24 KiB/sec.
10697 2025.01.09 01:10:09.568599 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_71_14} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10698 2025.01.09 01:10:09.568614 [ 279 ] {49c36282-6931-4e74-8b9d-c06f3fc90a28} <Debug> TCPHandler: Processed in 0.006434046 sec.
10699 2025.01.09 01:10:09.568824 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10700 2025.01.09 01:10:09.568856 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10701 2025.01.09 01:10:09.568974 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10702 2025.01.09 01:10:09.569025 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10703 2025.01.09 01:10:09.569702 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10704 2025.01.09 01:10:09.569755 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10705 2025.01.09 01:10:09.570155 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10706 2025.01.09 01:10:09.570396 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10707 2025.01.09 01:10:09.570574 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec.
10708 2025.01.09 01:10:09.570627 [ 276 ] {1867a6d3-466a-43b7-8df8-1cdac6334c98} <Debug> TCPHandler: Processed in 0.001890863 sec.
10709 2025.01.09 01:10:09.570769 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10710 2025.01.09 01:10:09.570885 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10711 2025.01.09 01:10:09.570935 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10712 2025.01.09 01:10:09.571813 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10713 2025.01.09 01:10:09.571863 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10714 2025.01.09 01:10:09.572293 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10715 2025.01.09 01:10:09.572539 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10716 2025.01.09 01:10:09.572721 [ 102 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10717 2025.01.09 01:10:09.572784 [ 102 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10718 2025.01.09 01:10:09.572798 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001926 sec., 198338.52544132917 rows/sec., 14.03 MiB/sec.
10719 2025.01.09 01:10:09.572832 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10720 2025.01.09 01:10:09.572962 [ 279 ] {b3cd6be6-3a39-4a72-9e7c-6dedfaefca21} <Debug> TCPHandler: Processed in 0.00224296 sec.
10721 2025.01.09 01:10:09.573044 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10722 2025.01.09 01:10:09.573154 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10723 2025.01.09 01:10:09.573195 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10724 2025.01.09 01:10:09.573230 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 903 rows starting from the beginning of the part
10725 2025.01.09 01:10:09.573300 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10726 2025.01.09 01:10:09.573421 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part
10727 2025.01.09 01:10:09.573472 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10728 2025.01.09 01:10:09.573790 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 87 rows starting from the beginning of the part
10729 2025.01.09 01:10:09.574181 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 382 rows starting from the beginning of the part
10730 2025.01.09 01:10:09.574537 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 93 rows starting from the beginning of the part
10731 2025.01.09 01:10:09.574876 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 382 rows starting from the beginning of the part
10732 2025.01.09 01:10:09.575639 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10733 2025.01.09 01:10:09.575684 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10734 2025.01.09 01:10:09.576243 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10735 2025.01.09 01:10:09.576561 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10736 2025.01.09 01:10:09.576840 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003573 sec., 1679.2611251049539 rows/sec., 87.73 KiB/sec.
10737 2025.01.09 01:10:09.576943 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.00400351 sec., 475332.89538430027 rows/sec., 36.31 MiB/sec.
10738 2025.01.09 01:10:09.576945 [ 276 ] {e585ede6-7729-4282-881e-77f7d2d43d59} <Debug> TCPHandler: Processed in 0.003865078 sec.
10739 2025.01.09 01:10:09.577134 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10740 2025.01.09 01:10:09.577137 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10741 2025.01.09 01:10:09.577343 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10742 2025.01.09 01:10:09.577469 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10743 2025.01.09 01:10:09.577793 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10744 2025.01.09 01:10:09.578042 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_81_16} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10745 2025.01.09 01:10:09.578174 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
10746 2025.01.09 01:10:09.578566 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10747 2025.01.09 01:10:09.578613 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10748 2025.01.09 01:10:09.579061 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10749 2025.01.09 01:10:09.579309 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10750 2025.01.09 01:10:09.579539 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002258 sec., 100531.44375553587 rows/sec., 6.71 MiB/sec.
10751 2025.01.09 01:10:09.579649 [ 279 ] {8d405fb3-9558-4952-b887-2bb3e5500b2d} <Debug> TCPHandler: Processed in 0.002596688 sec.
10752 2025.01.09 01:10:09.579906 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10753 2025.01.09 01:10:09.580210 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10754 2025.01.09 01:10:09.580273 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10755 2025.01.09 01:10:09.580830 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10756 2025.01.09 01:10:09.580877 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10757 2025.01.09 01:10:09.581259 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10758 2025.01.09 01:10:09.581497 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10759 2025.01.09 01:10:09.581727 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001592 sec., 628.1407035175879 rows/sec., 42.33 KiB/sec.
10760 2025.01.09 01:10:09.581811 [ 276 ] {5bf391d4-716c-44f8-8a5a-2d5b37537c23} <Debug> TCPHandler: Processed in 0.002055276 sec.
10761 2025.01.09 01:10:09.582054 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10762 2025.01.09 01:10:09.582224 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10763 2025.01.09 01:10:09.582319 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10764 2025.01.09 01:10:09.583549 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10765 2025.01.09 01:10:09.583590 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10766 2025.01.09 01:10:09.584234 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10767 2025.01.09 01:10:09.584519 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10768 2025.01.09 01:10:09.584725 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10769 2025.01.09 01:10:09.584807 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10770 2025.01.09 01:10:09.584809 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002606 sec., 3069.8388334612437 rows/sec., 5.50 MiB/sec.
10771 2025.01.09 01:10:09.584850 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10772 2025.01.09 01:10:09.585146 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10773 2025.01.09 01:10:09.585152 [ 279 ] {6dc3ff4c-44bf-4e7f-b9a9-6ef3405d854c} <Debug> TCPHandler: Processed in 0.003229633 sec.
10774 2025.01.09 01:10:09.585383 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10775 2025.01.09 01:10:09.585513 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10776 2025.01.09 01:10:09.585660 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10777 2025.01.09 01:10:09.585677 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1266 rows starting from the beginning of the part
10778 2025.01.09 01:10:09.585779 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10779 2025.01.09 01:10:09.586460 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part
10780 2025.01.09 01:10:09.587143 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part
10781 2025.01.09 01:10:09.587784 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part
10782 2025.01.09 01:10:09.588494 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10783 2025.01.09 01:10:09.588495 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part
10784 2025.01.09 01:10:09.588567 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10785 2025.01.09 01:10:09.589102 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part
10786 2025.01.09 01:10:09.590192 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10787 2025.01.09 01:10:09.590693 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10788 2025.01.09 01:10:09.591216 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.005661 sec., 12718.600953895071 rows/sec., 830.79 KiB/sec.
10789 2025.01.09 01:10:09.591337 [ 276 ] {776013dc-3c56-4661-b2b4-6acfb0f784e9} <Debug> TCPHandler: Processed in 0.006046876 sec.
10790 2025.01.09 01:10:09.598193 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 19 columns (19 merged, 0 gathered) in 0.013219619 sec., 102272.23643888677 rows/sec., 183.27 MiB/sec.
10791 2025.01.09 01:10:09.599508 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10792 2025.01.09 01:10:09.599938 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10793 2025.01.09 01:10:09.600026 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10794 2025.01.09 01:10:09.600185 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB.
10795 2025.01.09 01:10:10.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.10 MiB, peak 248.63 MiB, free memory in arenas 0.00 B, will set to 239.24 MiB (RSS), difference: 2.14 MiB
10796 2025.01.09 01:10:12.863483 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
10797 2025.01.09 01:10:12.863571 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
10798 2025.01.09 01:10:13.037027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912
10799 2025.01.09 01:10:13.038137 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10800 2025.01.09 01:10:13.038203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10801 2025.01.09 01:10:13.038726 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10802 2025.01.09 01:10:13.038985 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10803 2025.01.09 01:10:13.039219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912
10804 2025.01.09 01:10:13.158081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1502
10805 2025.01.09 01:10:13.161482 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10806 2025.01.09 01:10:13.161542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10807 2025.01.09 01:10:13.163027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10808 2025.01.09 01:10:13.163350 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10809 2025.01.09 01:10:13.164714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1502
10810 2025.01.09 01:10:14.546661 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10811 2025.01.09 01:10:14.546887 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10812 2025.01.09 01:10:14.546971 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10813 2025.01.09 01:10:14.547817 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10814 2025.01.09 01:10:14.547869 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10815 2025.01.09 01:10:14.548325 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10816 2025.01.09 01:10:14.548602 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10817 2025.01.09 01:10:14.548860 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002035 sec., 56019.656019656024 rows/sec., 4.76 MiB/sec.
10818 2025.01.09 01:10:14.548942 [ 276 ] {9ec22c19-2984-4649-9f94-9b23d5a0278c} <Debug> TCPHandler: Processed in 0.002427625 sec.
10819 2025.01.09 01:10:14.549290 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10820 2025.01.09 01:10:14.549485 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10821 2025.01.09 01:10:14.549560 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10822 2025.01.09 01:10:14.550340 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10823 2025.01.09 01:10:14.550395 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10824 2025.01.09 01:10:14.550843 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10825 2025.01.09 01:10:14.551103 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10826 2025.01.09 01:10:14.551314 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001885 sec., 16445.623342175066 rows/sec., 1.21 MiB/sec.
10827 2025.01.09 01:10:14.551380 [ 279 ] {dca61c8f-76d6-437a-9fc6-4d1b45d592cb} <Debug> TCPHandler: Processed in 0.002308822 sec.
10828 2025.01.09 01:10:14.551529 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10829 2025.01.09 01:10:14.551679 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10830 2025.01.09 01:10:14.551740 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10831 2025.01.09 01:10:14.552442 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10832 2025.01.09 01:10:14.552484 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10833 2025.01.09 01:10:14.552865 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10834 2025.01.09 01:10:14.553119 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10835 2025.01.09 01:10:14.553337 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001694 sec., 51357.733175915 rows/sec., 4.01 MiB/sec.
10836 2025.01.09 01:10:14.553394 [ 276 ] {84ffec43-6d1f-4318-be47-f09240e67691} <Debug> TCPHandler: Processed in 0.001937203 sec.
10837 2025.01.09 01:10:14.553554 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10838 2025.01.09 01:10:14.553701 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10839 2025.01.09 01:10:14.553767 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10840 2025.01.09 01:10:14.554413 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10841 2025.01.09 01:10:14.554451 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10842 2025.01.09 01:10:14.554867 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10843 2025.01.09 01:10:14.555112 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10844 2025.01.09 01:10:14.555312 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001642 sec., 91352.00974421437 rows/sec., 6.33 MiB/sec.
10845 2025.01.09 01:10:14.555416 [ 279 ] {4cbcbe5d-8450-4e4c-9581-54629239231b} <Debug> TCPHandler: Processed in 0.001926954 sec.
10846 2025.01.09 01:10:14.555673 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10847 2025.01.09 01:10:14.555950 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10848 2025.01.09 01:10:14.556091 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10849 2025.01.09 01:10:14.557350 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10850 2025.01.09 01:10:14.557389 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10851 2025.01.09 01:10:14.558071 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10852 2025.01.09 01:10:14.558347 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10853 2025.01.09 01:10:14.558606 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002711 sec., 11434.894872740686 rows/sec., 20.49 MiB/sec.
10854 2025.01.09 01:10:14.558841 [ 276 ] {90ea7882-2010-46ac-824e-2cce7fba1544} <Debug> TCPHandler: Processed in 0.003314525 sec.
10855 2025.01.09 01:10:14.559069 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10856 2025.01.09 01:10:14.559207 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10857 2025.01.09 01:10:14.559258 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10858 2025.01.09 01:10:14.559744 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10859 2025.01.09 01:10:14.559784 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10860 2025.01.09 01:10:14.560167 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10861 2025.01.09 01:10:14.560413 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2025.01.09 01:10:14.560593 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001413 sec., 35385.70417551309 rows/sec., 2.43 MiB/sec.
10863 2025.01.09 01:10:14.560647 [ 279 ] {3cce271d-fe49-40bb-af20-d0a2be7d240f} <Debug> TCPHandler: Processed in 0.001709549 sec.
10864 2025.01.09 01:10:14.726812 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10865 2025.01.09 01:10:14.746330 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10866 2025.01.09 01:10:14.746384 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10867 2025.01.09 01:10:14.753523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10868 2025.01.09 01:10:14.754311 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10869 2025.01.09 01:10:14.757123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10870 2025.01.09 01:10:15.021260 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10871 2025.01.09 01:10:15.021478 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10872 2025.01.09 01:10:15.021558 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10873 2025.01.09 01:10:15.022363 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10874 2025.01.09 01:10:15.022421 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10875 2025.01.09 01:10:15.022875 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10876 2025.01.09 01:10:15.023126 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10877 2025.01.09 01:10:15.023360 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001981 sec., 7067.137809187278 rows/sec., 508.74 KiB/sec.
10878 2025.01.09 01:10:15.023427 [ 276 ] {b82bf3e7-f95e-4632-9715-0081cde69d4d} <Debug> TCPHandler: Processed in 0.002349673 sec.
10879 2025.01.09 01:10:15.023654 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10880 2025.01.09 01:10:15.023917 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10881 2025.01.09 01:10:15.023990 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10882 2025.01.09 01:10:15.024744 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10883 2025.01.09 01:10:15.024788 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10884 2025.01.09 01:10:15.025228 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10885 2025.01.09 01:10:15.025483 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10886 2025.01.09 01:10:15.025728 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001865 sec., 3217.1581769437 rows/sec., 262.34 KiB/sec.
10887 2025.01.09 01:10:15.025898 [ 279 ] {5911d571-3093-4680-9e99-7863c4f0520f} <Debug> TCPHandler: Processed in 0.002311202 sec.
10888 2025.01.09 01:10:15.026103 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10889 2025.01.09 01:10:15.026235 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10890 2025.01.09 01:10:15.026291 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10891 2025.01.09 01:10:15.027596 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10892 2025.01.09 01:10:15.027643 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10893 2025.01.09 01:10:15.028135 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10894 2025.01.09 01:10:15.028397 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10895 2025.01.09 01:10:15.028626 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.00242 sec., 561157.0247933884 rows/sec., 46.82 MiB/sec.
10896 2025.01.09 01:10:15.028694 [ 276 ] {c6398083-9e14-4059-8c49-16bd2439809e} <Debug> TCPHandler: Processed in 0.0026747 sec.
10897 2025.01.09 01:10:15.028859 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10898 2025.01.09 01:10:15.029002 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10899 2025.01.09 01:10:15.029064 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10900 2025.01.09 01:10:15.029688 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10901 2025.01.09 01:10:15.029725 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10902 2025.01.09 01:10:15.030094 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10903 2025.01.09 01:10:15.030345 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2025.01.09 01:10:15.030546 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001573 sec., 13350.286077558805 rows/sec., 938.69 KiB/sec.
10905 2025.01.09 01:10:15.030656 [ 279 ] {2652a165-5616-4d83-8950-0a1543451a05} <Debug> TCPHandler: Processed in 0.001865292 sec.
10906 2025.01.09 01:10:15.030853 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10907 2025.01.09 01:10:15.031021 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10908 2025.01.09 01:10:15.031079 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10909 2025.01.09 01:10:15.031923 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10910 2025.01.09 01:10:15.031976 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10911 2025.01.09 01:10:15.032506 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10912 2025.01.09 01:10:15.032899 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10913 2025.01.09 01:10:15.033186 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002194 sec., 110300.82041932542 rows/sec., 7.47 MiB/sec.
10914 2025.01.09 01:10:15.033273 [ 276 ] {bccecf44-d09c-4742-aad2-855d3d68972b} <Debug> TCPHandler: Processed in 0.002526907 sec.
10915 2025.01.09 01:10:15.033444 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10916 2025.01.09 01:10:15.033568 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10917 2025.01.09 01:10:15.033621 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10918 2025.01.09 01:10:15.034240 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10919 2025.01.09 01:10:15.034278 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10920 2025.01.09 01:10:15.034656 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10921 2025.01.09 01:10:15.034944 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10922 2025.01.09 01:10:15.035140 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec.
10923 2025.01.09 01:10:15.035245 [ 279 ] {052e1783-5c06-4d8a-890c-bc407ab3807f} <Debug> TCPHandler: Processed in 0.001854672 sec.
10924 2025.01.09 01:10:15.035481 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10925 2025.01.09 01:10:15.035628 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10926 2025.01.09 01:10:15.035690 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10927 2025.01.09 01:10:15.036665 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10928 2025.01.09 01:10:15.036725 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10929 2025.01.09 01:10:15.037205 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10930 2025.01.09 01:10:15.037479 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10931 2025.01.09 01:10:15.037698 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002108 sec., 400379.5066413662 rows/sec., 28.93 MiB/sec.
10932 2025.01.09 01:10:15.037756 [ 276 ] {cde32294-f131-46b3-9b7d-e0801108bb81} <Debug> TCPHandler: Processed in 0.002399804 sec.
10933 2025.01.09 01:10:15.037905 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10934 2025.01.09 01:10:15.038044 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10935 2025.01.09 01:10:15.038106 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10936 2025.01.09 01:10:15.038622 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10937 2025.01.09 01:10:15.038662 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10938 2025.01.09 01:10:15.039033 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10939 2025.01.09 01:10:15.039270 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10940 2025.01.09 01:10:15.039512 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec.
10941 2025.01.09 01:10:15.039616 [ 279 ] {4b460834-9de7-4ec4-8d26-4024fe421e00} <Debug> TCPHandler: Processed in 0.00177134 sec.
10942 2025.01.09 01:10:15.039847 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10943 2025.01.09 01:10:15.039981 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10944 2025.01.09 01:10:15.040035 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10945 2025.01.09 01:10:15.040859 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10946 2025.01.09 01:10:15.040900 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10947 2025.01.09 01:10:15.041427 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10948 2025.01.09 01:10:15.041724 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10949 2025.01.09 01:10:15.041919 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10950 2025.01.09 01:10:15.041979 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.002023 sec., 472565.49678695004 rows/sec., 31.39 MiB/sec.
10951 2025.01.09 01:10:15.042001 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10952 2025.01.09 01:10:15.042098 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10953 2025.01.09 01:10:15.042117 [ 276 ] {c475e58b-30b0-4f5a-8e46-898c708543f6} <Debug> TCPHandler: Processed in 0.002403944 sec.
10954 2025.01.09 01:10:15.042364 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10955 2025.01.09 01:10:15.042398 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10956 2025.01.09 01:10:15.042609 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10957 2025.01.09 01:10:15.042657 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10958 2025.01.09 01:10:15.042732 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10959 2025.01.09 01:10:15.042740 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 24082 rows starting from the beginning of the part
10960 2025.01.09 01:10:15.043141 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 227 rows starting from the beginning of the part
10961 2025.01.09 01:10:15.043546 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 153 rows starting from the beginning of the part
10962 2025.01.09 01:10:15.043964 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 227 rows starting from the beginning of the part
10963 2025.01.09 01:10:15.044157 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 150 rows starting from the beginning of the part
10964 2025.01.09 01:10:15.044456 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 956 rows starting from the beginning of the part
10965 2025.01.09 01:10:15.045326 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10966 2025.01.09 01:10:15.045403 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10967 2025.01.09 01:10:15.046032 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10968 2025.01.09 01:10:15.046327 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10969 2025.01.09 01:10:15.046730 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0042 sec., 238.0952380952381 rows/sec., 16.04 KiB/sec.
10970 2025.01.09 01:10:15.047506 [ 279 ] {d8457cb9-7ef5-4f29-8c14-3fdf2a9d2f71} <Debug> TCPHandler: Processed in 0.005285959 sec.
10971 2025.01.09 01:10:15.047759 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10972 2025.01.09 01:10:15.047994 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10973 2025.01.09 01:10:15.048207 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10974 2025.01.09 01:10:15.049693 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2025.01.09 01:10:15.049779 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10976 2025.01.09 01:10:15.050635 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10977 2025.01.09 01:10:15.051169 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10978 2025.01.09 01:10:15.051469 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003549 sec., 2254.1561003099464 rows/sec., 4.04 MiB/sec.
10979 2025.01.09 01:10:15.051700 [ 276 ] {0cf47287-076d-4967-911d-753137767830} <Debug> TCPHandler: Processed in 0.004051602 sec.
10980 2025.01.09 01:10:15.051870 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10981 2025.01.09 01:10:15.052010 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10982 2025.01.09 01:10:15.052063 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10983 2025.01.09 01:10:15.052809 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10984 2025.01.09 01:10:15.052892 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10985 2025.01.09 01:10:15.053272 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25795 rows, containing 5 columns (5 merged, 0 gathered) in 0.01107288 sec., 2329565.5692105396 rows/sec., 156.53 MiB/sec.
10986 2025.01.09 01:10:15.053635 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10987 2025.01.09 01:10:15.053713 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10988 2025.01.09 01:10:15.054110 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10989 2025.01.09 01:10:15.054307 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10990 2025.01.09 01:10:15.054353 [ 108 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10991 2025.01.09 01:10:15.054453 [ 108 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2025.01.09 01:10:15.054530 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
10993 2025.01.09 01:10:15.054676 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10994 2025.01.09 01:10:15.054711 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.002674 sec., 11967.090501121915 rows/sec., 708.50 KiB/sec.
10995 2025.01.09 01:10:15.054900 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10996 2025.01.09 01:10:15.054974 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
10997 2025.01.09 01:10:15.055057 [ 279 ] {b642128e-5416-4588-a71b-4ff39bbe4997} <Debug> TCPHandler: Processed in 0.003254304 sec.
10998 2025.01.09 01:10:15.055220 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10999 2025.01.09 01:10:15.055264 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3786 rows starting from the beginning of the part
11000 2025.01.09 01:10:15.055344 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part
11001 2025.01.09 01:10:15.055449 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 50 rows starting from the beginning of the part
11002 2025.01.09 01:10:15.055708 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part
11003 2025.01.09 01:10:15.055779 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 50 rows starting from the beginning of the part
11004 2025.01.09 01:10:15.056049 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part
11005 2025.01.09 01:10:15.057853 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4062 rows, containing 4 columns (4 merged, 0 gathered) in 0.003169572 sec., 1281561.0435730754 rows/sec., 83.96 MiB/sec.
11006 2025.01.09 01:10:15.058215 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
11007 2025.01.09 01:10:15.058512 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11008 2025.01.09 01:10:15.058596 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_81_16} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
11009 2025.01.09 01:10:15.058676 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
11010 2025.01.09 01:10:19.544971 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11011 2025.01.09 01:10:19.545181 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11012 2025.01.09 01:10:19.545256 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11013 2025.01.09 01:10:19.546049 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11014 2025.01.09 01:10:19.546098 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11015 2025.01.09 01:10:19.546536 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11016 2025.01.09 01:10:19.546799 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11017 2025.01.09 01:10:19.547039 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001912 sec., 27196.65271966527 rows/sec., 2.08 MiB/sec.
11018 2025.01.09 01:10:19.547107 [ 276 ] {6fedc6db-e2ca-467e-a36c-9f1b22a59634} <Debug> TCPHandler: Processed in 0.002268051 sec.
11019 2025.01.09 01:10:19.547371 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11020 2025.01.09 01:10:19.547589 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11021 2025.01.09 01:10:19.547673 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11022 2025.01.09 01:10:19.548550 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11023 2025.01.09 01:10:19.548604 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11024 2025.01.09 01:10:19.549051 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11025 2025.01.09 01:10:19.549315 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11026 2025.01.09 01:10:19.549562 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.15 MiB/sec.
11027 2025.01.09 01:10:19.549631 [ 279 ] {36957d45-81e8-4603-be13-04bc9e79f855} <Debug> TCPHandler: Processed in 0.002404214 sec.
11028 2025.01.09 01:10:19.549801 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11029 2025.01.09 01:10:19.549956 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11030 2025.01.09 01:10:19.550024 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11031 2025.01.09 01:10:19.550662 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11032 2025.01.09 01:10:19.550706 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11033 2025.01.09 01:10:19.551124 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
11034 2025.01.09 01:10:19.551384 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11035 2025.01.09 01:10:19.551599 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00168 sec., 71428.57142857142 rows/sec., 4.95 MiB/sec.
11036 2025.01.09 01:10:19.551652 [ 276 ] {4ded8de7-6f93-411c-b413-0b0a1db4a4db} <Debug> TCPHandler: Processed in 0.001923864 sec.
11037 2025.01.09 01:10:19.551808 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11038 2025.01.09 01:10:19.551957 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11039 2025.01.09 01:10:19.552022 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11040 2025.01.09 01:10:19.552586 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11041 2025.01.09 01:10:19.552629 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11042 2025.01.09 01:10:19.553022 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
11043 2025.01.09 01:10:19.553278 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11044 2025.01.09 01:10:19.553492 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001573 sec., 25429.11633820725 rows/sec., 1.74 MiB/sec.
11045 2025.01.09 01:10:19.553546 [ 279 ] {4ec1af13-8cdd-4290-b441-1af68cb8a394} <Debug> TCPHandler: Processed in 0.00180486 sec.
11046 2025.01.09 01:10:20.539400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339
11047 2025.01.09 01:10:20.540517 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11048 2025.01.09 01:10:20.540617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11049 2025.01.09 01:10:20.541281 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11050 2025.01.09 01:10:20.541544 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11051 2025.01.09 01:10:20.541822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
11052 2025.01.09 01:10:22.257219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
11053 2025.01.09 01:10:22.276824 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11054 2025.01.09 01:10:22.276875 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11055 2025.01.09 01:10:22.284109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11056 2025.01.09 01:10:22.284875 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11057 2025.01.09 01:10:22.287353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
11058 2025.01.09 01:10:23.165016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1546
11059 2025.01.09 01:10:23.168691 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11060 2025.01.09 01:10:23.168748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11061 2025.01.09 01:10:23.170241 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11062 2025.01.09 01:10:23.170570 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11063 2025.01.09 01:10:23.171514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1546
11064 2025.01.09 01:10:24.547971 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11065 2025.01.09 01:10:24.548280 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11066 2025.01.09 01:10:24.548399 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11067 2025.01.09 01:10:24.549287 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2025.01.09 01:10:24.549329 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11069 2025.01.09 01:10:24.549784 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11070 2025.01.09 01:10:24.550045 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2025.01.09 01:10:24.550306 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002113 sec., 53951.727401798395 rows/sec., 4.58 MiB/sec.
11072 2025.01.09 01:10:24.550395 [ 276 ] {b9b3e718-c024-4bf0-bb2a-14b3cf79ce60} <Debug> TCPHandler: Processed in 0.002614809 sec.
11073 2025.01.09 01:10:24.550700 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2025.01.09 01:10:24.550930 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11075 2025.01.09 01:10:24.551013 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11076 2025.01.09 01:10:24.551841 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2025.01.09 01:10:24.551891 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11078 2025.01.09 01:10:24.552325 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11079 2025.01.09 01:10:24.552576 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2025.01.09 01:10:24.552828 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001958 sec., 15832.482124616956 rows/sec., 1.16 MiB/sec.
11081 2025.01.09 01:10:24.552906 [ 279 ] {820e299e-25e5-4f36-964e-27ae6678719c} <Debug> TCPHandler: Processed in 0.002397064 sec.
11082 2025.01.09 01:10:24.553169 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11083 2025.01.09 01:10:24.553390 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11084 2025.01.09 01:10:24.553486 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11085 2025.01.09 01:10:24.554186 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11086 2025.01.09 01:10:24.554255 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11087 2025.01.09 01:10:24.554624 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11088 2025.01.09 01:10:24.554874 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11089 2025.01.09 01:10:24.555107 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00177 sec., 49152.542372881355 rows/sec., 3.84 MiB/sec.
11090 2025.01.09 01:10:24.555160 [ 276 ] {e3295c68-1931-4de3-b79c-f60228be8034} <Debug> TCPHandler: Processed in 0.002143368 sec.
11091 2025.01.09 01:10:24.555322 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11092 2025.01.09 01:10:24.555478 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11093 2025.01.09 01:10:24.555546 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11094 2025.01.09 01:10:24.556169 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11095 2025.01.09 01:10:24.556208 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11096 2025.01.09 01:10:24.556633 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11097 2025.01.09 01:10:24.556874 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11098 2025.01.09 01:10:24.557090 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001648 sec., 91019.41747572816 rows/sec., 6.31 MiB/sec.
11099 2025.01.09 01:10:24.557143 [ 279 ] {50f5a5d5-952b-4a47-b4e4-ff07a57c08e5} <Debug> TCPHandler: Processed in 0.001890063 sec.
11100 2025.01.09 01:10:24.557275 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11101 2025.01.09 01:10:24.557391 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11102 2025.01.09 01:10:24.557477 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11103 2025.01.09 01:10:24.558653 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11104 2025.01.09 01:10:24.558694 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11105 2025.01.09 01:10:24.559361 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11106 2025.01.09 01:10:24.559634 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11107 2025.01.09 01:10:24.559881 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002513 sec., 12335.853561480302 rows/sec., 22.11 MiB/sec.
11108 2025.01.09 01:10:24.559976 [ 276 ] {e7ac6b11-7f5f-4e07-a5c8-2c2d3b592ee6} <Debug> TCPHandler: Processed in 0.002758112 sec.
11109 2025.01.09 01:10:24.560130 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11110 2025.01.09 01:10:24.560266 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11111 2025.01.09 01:10:24.560326 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11112 2025.01.09 01:10:24.560855 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11113 2025.01.09 01:10:24.560893 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11114 2025.01.09 01:10:24.561266 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11115 2025.01.09 01:10:24.561505 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11116 2025.01.09 01:10:24.561748 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001506 sec., 33200.531208499335 rows/sec., 2.28 MiB/sec.
11117 2025.01.09 01:10:24.561829 [ 279 ] {dbca4ee8-d595-4f24-8112-03fd56ac641f} <Debug> TCPHandler: Processed in 0.001762099 sec.
11118 2025.01.09 01:10:27.529571 [ 143 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0
11119 2025.01.09 01:10:27.529660 [ 143 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11120 2025.01.09 01:10:27.529688 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11121 2025.01.09 01:10:27.529917 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full
11122 2025.01.09 01:10:27.530161 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11123 2025.01.09 01:10:27.530204 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 16 rows starting from the beginning of the part
11124 2025.01.09 01:10:27.530301 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
11125 2025.01.09 01:10:27.530562 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
11126 2025.01.09 01:10:27.530931 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
11127 2025.01.09 01:10:27.531101 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
11128 2025.01.09 01:10:27.532180 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002401014 sec., 13327.702379078173 rows/sec., 1.11 MiB/sec.
11129 2025.01.09 01:10:27.532350 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary)
11130 2025.01.09 01:10:27.532723 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11131 2025.01.09 01:10:27.532813 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_22_5} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5
11132 2025.01.09 01:10:27.532920 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11133 2025.01.09 01:10:27.863824 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
11134 2025.01.09 01:10:27.863876 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
11135 2025.01.09 01:10:27.905308 [ 143 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0
11136 2025.01.09 01:10:27.905362 [ 143 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11137 2025.01.09 01:10:27.905385 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11138 2025.01.09 01:10:27.905569 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full
11139 2025.01.09 01:10:27.905976 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11140 2025.01.09 01:10:27.906063 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part
11141 2025.01.09 01:10:27.906163 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part
11142 2025.01.09 01:10:27.906253 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11143 2025.01.09 01:10:27.906517 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
11144 2025.01.09 01:10:27.906645 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part
11145 2025.01.09 01:10:27.907705 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002252381 sec., 335200.8385792635 rows/sec., 24.00 MiB/sec.
11146 2025.01.09 01:10:27.907948 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary)
11147 2025.01.09 01:10:27.908294 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11148 2025.01.09 01:10:27.908405 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_37_8} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8
11149 2025.01.09 01:10:27.908515 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
11150 2025.01.09 01:10:28.005462 [ 141 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0
11151 2025.01.09 01:10:28.005533 [ 141 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11152 2025.01.09 01:10:28.005557 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11153 2025.01.09 01:10:28.005746 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full
11154 2025.01.09 01:10:28.006147 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11155 2025.01.09 01:10:28.006197 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part
11156 2025.01.09 01:10:28.006303 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
11157 2025.01.09 01:10:28.006496 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
11158 2025.01.09 01:10:28.006627 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11159 2025.01.09 01:10:28.006831 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11160 2025.01.09 01:10:28.007795 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002163389 sec., 17565.03338049699 rows/sec., 1.15 MiB/sec.
11161 2025.01.09 01:10:28.007944 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary)
11162 2025.01.09 01:10:28.008236 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11163 2025.01.09 01:10:28.008325 [ 190 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_37_8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8
11164 2025.01.09 01:10:28.008410 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11165 2025.01.09 01:10:28.041962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827
11166 2025.01.09 01:10:28.042613 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11167 2025.01.09 01:10:28.042651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11168 2025.01.09 01:10:28.043184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11169 2025.01.09 01:10:28.043443 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11170 2025.01.09 01:10:28.043669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827
11171 2025.01.09 01:10:29.550726 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11172 2025.01.09 01:10:29.550936 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11173 2025.01.09 01:10:29.551014 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11174 2025.01.09 01:10:29.551797 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11175 2025.01.09 01:10:29.551857 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11176 2025.01.09 01:10:29.552312 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11177 2025.01.09 01:10:29.552651 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11178 2025.01.09 01:10:29.552867 [ 139 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11179 2025.01.09 01:10:29.552946 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002057 sec., 6806.028196402529 rows/sec., 489.94 KiB/sec.
11180 2025.01.09 01:10:29.552953 [ 139 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11181 2025.01.09 01:10:29.553038 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11182 2025.01.09 01:10:29.553101 [ 276 ] {beec8a97-65aa-4be3-b602-dce37809d605} <Debug> TCPHandler: Processed in 0.002520607 sec.
11183 2025.01.09 01:10:29.553298 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
11184 2025.01.09 01:10:29.553432 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11185 2025.01.09 01:10:29.553477 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11186 2025.01.09 01:10:29.553539 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part
11187 2025.01.09 01:10:29.553770 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
11188 2025.01.09 01:10:29.553831 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11189 2025.01.09 01:10:29.554097 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11190 2025.01.09 01:10:29.554113 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11191 2025.01.09 01:10:29.554417 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
11192 2025.01.09 01:10:29.554672 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
11193 2025.01.09 01:10:29.556895 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11194 2025.01.09 01:10:29.556984 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11195 2025.01.09 01:10:29.557369 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004233355 sec., 16535.348441130023 rows/sec., 1.23 MiB/sec.
11196 2025.01.09 01:10:29.557622 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11197 2025.01.09 01:10:29.557985 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11198 2025.01.09 01:10:29.558143 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11199 2025.01.09 01:10:29.558329 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_37_9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11200 2025.01.09 01:10:29.558542 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11201 2025.01.09 01:10:29.558554 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11202 2025.01.09 01:10:29.558839 [ 139 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11203 2025.01.09 01:10:29.558972 [ 139 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2025.01.09 01:10:29.559074 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11205 2025.01.09 01:10:29.559265 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005592 sec., 38447.78254649499 rows/sec., 3.36 MiB/sec.
11206 2025.01.09 01:10:29.559748 [ 279 ] {9aed0647-2049-4eda-b74a-61faa0b30b44} <Debug> TCPHandler: Processed in 0.006518567 sec.
11207 2025.01.09 01:10:29.559754 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11208 2025.01.09 01:10:29.560143 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11209 2025.01.09 01:10:29.560424 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11210 2025.01.09 01:10:29.560559 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1426 rows starting from the beginning of the part
11211 2025.01.09 01:10:29.560775 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11212 2025.01.09 01:10:29.560872 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 114 rows starting from the beginning of the part
11213 2025.01.09 01:10:29.560913 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11214 2025.01.09 01:10:29.561295 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1358 rows starting from the beginning of the part
11215 2025.01.09 01:10:29.561623 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 52 rows starting from the beginning of the part
11216 2025.01.09 01:10:29.562047 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 114 rows starting from the beginning of the part
11217 2025.01.09 01:10:29.562352 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 215 rows starting from the beginning of the part
11218 2025.01.09 01:10:29.563620 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11219 2025.01.09 01:10:29.563687 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11220 2025.01.09 01:10:29.564651 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11221 2025.01.09 01:10:29.565066 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11222 2025.01.09 01:10:29.565466 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004813 sec., 3116.5593185123626 rows/sec., 219.74 KiB/sec.
11223 2025.01.09 01:10:29.566081 [ 276 ] {53e168ec-8267-4849-9e0c-76a5877dd18b} <Debug> TCPHandler: Processed in 0.006159819 sec.
11224 2025.01.09 01:10:29.566119 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.006838634 sec., 479481.7210571585 rows/sec., 42.02 MiB/sec.
11225 2025.01.09 01:10:29.566359 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11226 2025.01.09 01:10:29.566580 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11227 2025.01.09 01:10:29.566739 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11228 2025.01.09 01:10:29.566910 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11229 2025.01.09 01:10:29.567224 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11230 2025.01.09 01:10:29.567361 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_86_17} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11231 2025.01.09 01:10:29.567459 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
11232 2025.01.09 01:10:29.567698 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11233 2025.01.09 01:10:29.567739 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11234 2025.01.09 01:10:29.568118 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11235 2025.01.09 01:10:29.568377 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11236 2025.01.09 01:10:29.568567 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001963 sec., 7131.940906775344 rows/sec., 499.47 KiB/sec.
11237 2025.01.09 01:10:29.568630 [ 279 ] {84ec870f-8ef0-44eb-b419-eeed5f53bea9} <Debug> TCPHandler: Processed in 0.002428975 sec.
11238 2025.01.09 01:10:29.568783 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11239 2025.01.09 01:10:29.568929 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11240 2025.01.09 01:10:29.568986 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11241 2025.01.09 01:10:29.569677 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11242 2025.01.09 01:10:29.569723 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11243 2025.01.09 01:10:29.570091 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11244 2025.01.09 01:10:29.570330 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11245 2025.01.09 01:10:29.570502 [ 137 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11246 2025.01.09 01:10:29.570566 [ 137 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11247 2025.01.09 01:10:29.570588 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec.
11248 2025.01.09 01:10:29.570606 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11249 2025.01.09 01:10:29.570790 [ 276 ] {b1d7123a-dac6-4cfb-911c-a34e4dd54afb} <Debug> TCPHandler: Processed in 0.002067557 sec.
11250 2025.01.09 01:10:29.570921 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
11251 2025.01.09 01:10:29.571124 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11252 2025.01.09 01:10:29.571427 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11253 2025.01.09 01:10:29.571531 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11254 2025.01.09 01:10:29.571533 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part
11255 2025.01.09 01:10:29.571645 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11256 2025.01.09 01:10:29.571828 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
11257 2025.01.09 01:10:29.572074 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part
11258 2025.01.09 01:10:29.572362 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
11259 2025.01.09 01:10:29.572624 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
11260 2025.01.09 01:10:29.574467 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11261 2025.01.09 01:10:29.574542 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11262 2025.01.09 01:10:29.575278 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004532572 sec., 14340.64367868839 rows/sec., 950.15 KiB/sec.
11263 2025.01.09 01:10:29.575455 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11264 2025.01.09 01:10:29.575481 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11265 2025.01.09 01:10:29.575874 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11266 2025.01.09 01:10:29.575999 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11267 2025.01.09 01:10:29.576138 [ 137 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11268 2025.01.09 01:10:29.576233 [ 137 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11269 2025.01.09 01:10:29.576322 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11270 2025.01.09 01:10:29.576403 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_37_9} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11271 2025.01.09 01:10:29.576439 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004993 sec., 76507.1099539355 rows/sec., 5.41 MiB/sec.
11272 2025.01.09 01:10:29.576656 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11273 2025.01.09 01:10:29.576781 [ 279 ] {b129f0aa-8313-491d-8f23-0d04420cb951} <Debug> TCPHandler: Processed in 0.005872432 sec.
11274 2025.01.09 01:10:29.576785 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11275 2025.01.09 01:10:29.576988 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11276 2025.01.09 01:10:29.577013 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11277 2025.01.09 01:10:29.577034 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 903 rows starting from the beginning of the part
11278 2025.01.09 01:10:29.577286 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 87 rows starting from the beginning of the part
11279 2025.01.09 01:10:29.577394 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11280 2025.01.09 01:10:29.577568 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 844 rows starting from the beginning of the part
11281 2025.01.09 01:10:29.577638 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11282 2025.01.09 01:10:29.577838 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part
11283 2025.01.09 01:10:29.578197 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 87 rows starting from the beginning of the part
11284 2025.01.09 01:10:29.578523 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 382 rows starting from the beginning of the part
11285 2025.01.09 01:10:29.579767 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11286 2025.01.09 01:10:29.579850 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11287 2025.01.09 01:10:29.580940 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11288 2025.01.09 01:10:29.581270 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11289 2025.01.09 01:10:29.581683 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234378 sec., 450674.3685687201 rows/sec., 34.50 MiB/sec.
11290 2025.01.09 01:10:29.581790 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00454 sec., 1321.5859030837005 rows/sec., 69.05 KiB/sec.
11291 2025.01.09 01:10:29.581925 [ 276 ] {b708cbf3-d579-47e7-b9f1-908ee66df8c5} <Debug> TCPHandler: Processed in 0.005019463 sec.
11292 2025.01.09 01:10:29.581940 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11293 2025.01.09 01:10:29.582124 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11294 2025.01.09 01:10:29.582281 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11295 2025.01.09 01:10:29.582347 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11296 2025.01.09 01:10:29.582357 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11297 2025.01.09 01:10:29.582459 [ 189 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_86_17} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11298 2025.01.09 01:10:29.582565 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
11299 2025.01.09 01:10:29.583083 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11300 2025.01.09 01:10:29.583121 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11301 2025.01.09 01:10:29.583520 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11302 2025.01.09 01:10:29.583757 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11303 2025.01.09 01:10:29.583942 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.0017 sec., 133529.4117647059 rows/sec., 8.91 MiB/sec.
11304 2025.01.09 01:10:29.583998 [ 279 ] {43f8ade1-af53-476e-a69e-870a7027f130} <Debug> TCPHandler: Processed in 0.001973444 sec.
11305 2025.01.09 01:10:29.584151 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11306 2025.01.09 01:10:29.584289 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11307 2025.01.09 01:10:29.584350 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11308 2025.01.09 01:10:29.584889 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11309 2025.01.09 01:10:29.584927 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11310 2025.01.09 01:10:29.585291 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11311 2025.01.09 01:10:29.585526 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11312 2025.01.09 01:10:29.585749 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
11313 2025.01.09 01:10:29.585827 [ 276 ] {50c44b5f-2d70-4c7c-baf6-01f9bd9d8b94} <Debug> TCPHandler: Processed in 0.001736469 sec.
11314 2025.01.09 01:10:29.586078 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11315 2025.01.09 01:10:29.586248 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11316 2025.01.09 01:10:29.586340 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11317 2025.01.09 01:10:29.587503 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11318 2025.01.09 01:10:29.587542 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11319 2025.01.09 01:10:29.588144 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11320 2025.01.09 01:10:29.588403 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11321 2025.01.09 01:10:29.588604 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002388 sec., 3350.0837520938026 rows/sec., 6.00 MiB/sec.
11322 2025.01.09 01:10:29.588705 [ 279 ] {4cd37768-9b4e-4c05-a5b8-de2549e1107f} <Debug> TCPHandler: Processed in 0.002789573 sec.
11323 2025.01.09 01:10:29.588849 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11324 2025.01.09 01:10:29.588965 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11325 2025.01.09 01:10:29.589016 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11326 2025.01.09 01:10:29.589509 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11327 2025.01.09 01:10:29.589547 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11328 2025.01.09 01:10:29.589917 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11329 2025.01.09 01:10:29.590153 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11330 2025.01.09 01:10:29.590373 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001432 sec., 50279.32960893855 rows/sec., 3.21 MiB/sec.
11331 2025.01.09 01:10:29.590427 [ 276 ] {fe717ef5-6fdd-4686-a8d4-a112fbeaf996} <Debug> TCPHandler: Processed in 0.001635347 sec.
11332 2025.01.09 01:10:29.787444 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11333 2025.01.09 01:10:29.808798 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11334 2025.01.09 01:10:29.808850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.51 GiB.
11335 2025.01.09 01:10:29.816142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11336 2025.01.09 01:10:29.816906 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11337 2025.01.09 01:10:29.820635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11338 2025.01.09 01:10:30.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.81 MiB, peak 248.63 MiB, free memory in arenas 0.00 B, will set to 239.41 MiB (RSS), difference: -1.41 MiB
11339 2025.01.09 01:10:33.171789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1580
11340 2025.01.09 01:10:33.175725 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11341 2025.01.09 01:10:33.175781 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11342 2025.01.09 01:10:33.177254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11343 2025.01.09 01:10:33.177563 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11344 2025.01.09 01:10:33.178553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1580
11345 2025.01.09 01:10:34.547117 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11346 2025.01.09 01:10:34.547339 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11347 2025.01.09 01:10:34.547424 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11348 2025.01.09 01:10:34.548251 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11349 2025.01.09 01:10:34.548308 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11350 2025.01.09 01:10:34.548740 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11351 2025.01.09 01:10:34.549007 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11352 2025.01.09 01:10:34.549251 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001975 sec., 1012.6582278481012 rows/sec., 82.58 KiB/sec.
11353 2025.01.09 01:10:34.549322 [ 276 ] {cca94a14-6243-41ba-a9fe-802a7f5108b3} <Debug> TCPHandler: Processed in 0.002353793 sec.
11354 2025.01.09 01:10:34.549583 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11355 2025.01.09 01:10:34.549798 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11356 2025.01.09 01:10:34.549887 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11357 2025.01.09 01:10:34.550714 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11358 2025.01.09 01:10:34.550757 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11359 2025.01.09 01:10:34.551228 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11360 2025.01.09 01:10:34.551490 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11361 2025.01.09 01:10:34.551708 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.001968 sec., 58434.95934959349 rows/sec., 4.96 MiB/sec.
11362 2025.01.09 01:10:34.551777 [ 279 ] {b971d87f-e114-4103-bc46-6ea3ecbb78e5} <Debug> TCPHandler: Processed in 0.002336323 sec.
11363 2025.01.09 01:10:34.551999 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11364 2025.01.09 01:10:34.552171 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11365 2025.01.09 01:10:34.552235 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11366 2025.01.09 01:10:34.552945 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11367 2025.01.09 01:10:34.552995 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11368 2025.01.09 01:10:34.553383 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11369 2025.01.09 01:10:34.553634 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11370 2025.01.09 01:10:34.553799 [ 129 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11371 2025.01.09 01:10:34.553854 [ 129 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11372 2025.01.09 01:10:34.553872 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001722 sec., 19163.76306620209 rows/sec., 1.40 MiB/sec.
11373 2025.01.09 01:10:34.553901 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11374 2025.01.09 01:10:34.554031 [ 276 ] {9b09724c-820f-4744-97a0-798d71aa2ff9} <Debug> TCPHandler: Processed in 0.002147938 sec.
11375 2025.01.09 01:10:34.554335 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11376 2025.01.09 01:10:34.554353 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11377 2025.01.09 01:10:34.554879 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11378 2025.01.09 01:10:34.554888 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11379 2025.01.09 01:10:34.554947 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 62 rows starting from the beginning of the part
11380 2025.01.09 01:10:34.555011 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11381 2025.01.09 01:10:34.555310 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part
11382 2025.01.09 01:10:34.555606 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 21 rows starting from the beginning of the part
11383 2025.01.09 01:10:34.556038 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part
11384 2025.01.09 01:10:34.556450 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part
11385 2025.01.09 01:10:34.556843 [ 187 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 33 rows starting from the beginning of the part
11386 2025.01.09 01:10:34.558178 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11387 2025.01.09 01:10:34.558258 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11388 2025.01.09 01:10:34.559319 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11389 2025.01.09 01:10:34.559739 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005688428 sec., 33928.52999106256 rows/sec., 2.56 MiB/sec.
11390 2025.01.09 01:10:34.559886 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11391 2025.01.09 01:10:34.559998 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11392 2025.01.09 01:10:34.560335 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005598 sec., 15898.535191139694 rows/sec., 1.24 MiB/sec.
11393 2025.01.09 01:10:34.560485 [ 279 ] {795c3527-a771-4e88-84d8-4f0528f3b2ad} <Debug> TCPHandler: Processed in 0.006331613 sec.
11394 2025.01.09 01:10:34.560694 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11395 2025.01.09 01:10:34.560768 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11396 2025.01.09 01:10:34.560952 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11397 2025.01.09 01:10:34.560977 [ 195 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_76_15} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11398 2025.01.09 01:10:34.561043 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11399 2025.01.09 01:10:34.561153 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11400 2025.01.09 01:10:34.561752 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11401 2025.01.09 01:10:34.561796 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11402 2025.01.09 01:10:34.562198 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11403 2025.01.09 01:10:34.562437 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11404 2025.01.09 01:10:34.562701 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001816 sec., 83149.77973568282 rows/sec., 5.76 MiB/sec.
11405 2025.01.09 01:10:34.562772 [ 276 ] {59208042-1eaa-4084-bb77-17428e59223e} <Debug> TCPHandler: Processed in 0.002173059 sec.
11406 2025.01.09 01:10:34.562972 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11407 2025.01.09 01:10:34.563146 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11408 2025.01.09 01:10:34.563236 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11409 2025.01.09 01:10:34.564489 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11410 2025.01.09 01:10:34.564526 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11411 2025.01.09 01:10:34.565186 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11412 2025.01.09 01:10:34.565459 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11413 2025.01.09 01:10:34.565602 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11414 2025.01.09 01:10:34.565648 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11415 2025.01.09 01:10:34.565674 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11416 2025.01.09 01:10:34.565678 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002569 sec., 12066.952121448034 rows/sec., 21.62 MiB/sec.
11417 2025.01.09 01:10:34.566105 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11418 2025.01.09 01:10:34.566135 [ 279 ] {d22fe3f9-8270-4149-b474-48e28de91153} <Debug> TCPHandler: Processed in 0.003276363 sec.
11419 2025.01.09 01:10:34.566508 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11420 2025.01.09 01:10:34.566970 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11421 2025.01.09 01:10:34.567367 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11422 2025.01.09 01:10:34.568024 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11423 2025.01.09 01:10:34.568344 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1352 rows starting from the beginning of the part
11424 2025.01.09 01:10:34.569204 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part
11425 2025.01.09 01:10:34.569948 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
11426 2025.01.09 01:10:34.570066 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11427 2025.01.09 01:10:34.570192 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11428 2025.01.09 01:10:34.570544 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part
11429 2025.01.09 01:10:34.571086 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
11430 2025.01.09 01:10:34.571694 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part
11431 2025.01.09 01:10:34.572311 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11432 2025.01.09 01:10:34.572828 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11433 2025.01.09 01:10:34.573370 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.006567 sec., 7613.826709304097 rows/sec., 534.60 KiB/sec.
11434 2025.01.09 01:10:34.573527 [ 276 ] {f82870ba-532c-4e8a-8435-73a2ceb07dfe} <Debug> TCPHandler: Processed in 0.007273684 sec.
11435 2025.01.09 01:10:34.580244 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1461 rows, containing 19 columns (19 merged, 0 gathered) in 0.014508098 sec., 100702.38014659123 rows/sec., 180.45 MiB/sec.
11436 2025.01.09 01:10:34.581766 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11437 2025.01.09 01:10:34.582198 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11438 2025.01.09 01:10:34.582283 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11439 2025.01.09 01:10:34.582455 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB.
11440 2025.01.09 01:10:35.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.01 MiB, peak 251.58 MiB, free memory in arenas 0.00 B, will set to 241.98 MiB (RSS), difference: 1.97 MiB
11441 2025.01.09 01:10:35.543853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254
11442 2025.01.09 01:10:35.544918 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11443 2025.01.09 01:10:35.545001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11444 2025.01.09 01:10:35.545744 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11445 2025.01.09 01:10:35.546013 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11446 2025.01.09 01:10:35.546278 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
11447 2025.01.09 01:10:37.320737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11448 2025.01.09 01:10:37.342008 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11449 2025.01.09 01:10:37.342069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11450 2025.01.09 01:10:37.349354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11451 2025.01.09 01:10:37.350136 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11452 2025.01.09 01:10:37.353487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11453 2025.01.09 01:10:39.550977 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11454 2025.01.09 01:10:39.551190 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11455 2025.01.09 01:10:39.551268 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11456 2025.01.09 01:10:39.552031 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11457 2025.01.09 01:10:39.552088 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11458 2025.01.09 01:10:39.552531 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11459 2025.01.09 01:10:39.552809 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11460 2025.01.09 01:10:39.553031 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
11461 2025.01.09 01:10:39.553127 [ 276 ] {a141f3e2-2d57-4bea-a0ef-6a9e20227dcd} <Debug> TCPHandler: Processed in 0.002299132 sec.
11462 2025.01.09 01:10:39.553402 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11463 2025.01.09 01:10:39.553620 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11464 2025.01.09 01:10:39.553705 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11465 2025.01.09 01:10:39.554587 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11466 2025.01.09 01:10:39.554642 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11467 2025.01.09 01:10:39.555102 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11468 2025.01.09 01:10:39.555363 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11469 2025.01.09 01:10:39.555620 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002055 sec., 104622.87104622871 rows/sec., 9.14 MiB/sec.
11470 2025.01.09 01:10:39.555753 [ 279 ] {d3bb9a50-bb0a-4df5-8fe5-59517c3b007d} <Debug> TCPHandler: Processed in 0.002517507 sec.
11471 2025.01.09 01:10:39.555972 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11472 2025.01.09 01:10:39.556303 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11473 2025.01.09 01:10:39.556426 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11474 2025.01.09 01:10:39.557051 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11475 2025.01.09 01:10:39.557090 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11476 2025.01.09 01:10:39.557462 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11477 2025.01.09 01:10:39.557707 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11478 2025.01.09 01:10:39.557886 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001697 sec., 8839.127872716559 rows/sec., 623.23 KiB/sec.
11479 2025.01.09 01:10:39.557942 [ 276 ] {cd4026be-e68f-49bf-8d77-927d0397fd68} <Debug> TCPHandler: Processed in 0.002101867 sec.
11480 2025.01.09 01:10:39.558097 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11481 2025.01.09 01:10:39.558252 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11482 2025.01.09 01:10:39.558313 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11483 2025.01.09 01:10:39.559037 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11484 2025.01.09 01:10:39.559088 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11485 2025.01.09 01:10:39.559481 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11486 2025.01.09 01:10:39.559725 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11487 2025.01.09 01:10:39.559984 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 555.51 KiB/sec.
11488 2025.01.09 01:10:39.560168 [ 279 ] {7bfcfa9f-1479-42fe-b1d6-934a63049291} <Debug> TCPHandler: Processed in 0.002139668 sec.
11489 2025.01.09 01:10:39.560395 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11490 2025.01.09 01:10:39.560538 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11491 2025.01.09 01:10:39.560595 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11492 2025.01.09 01:10:39.561289 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11493 2025.01.09 01:10:39.561328 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11494 2025.01.09 01:10:39.561701 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11495 2025.01.09 01:10:39.561952 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11496 2025.01.09 01:10:39.562137 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec.
11497 2025.01.09 01:10:39.562190 [ 276 ] {c1be4ca1-e483-4196-b05b-6c6fe0dc21b5} <Debug> TCPHandler: Processed in 0.001894593 sec.
11498 2025.01.09 01:10:39.562352 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11499 2025.01.09 01:10:39.562471 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11500 2025.01.09 01:10:39.562520 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11501 2025.01.09 01:10:39.563221 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11502 2025.01.09 01:10:39.563262 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11503 2025.01.09 01:10:39.563656 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11504 2025.01.09 01:10:39.563892 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11505 2025.01.09 01:10:39.564127 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001677 sec., 227787.71615980918 rows/sec., 16.12 MiB/sec.
11506 2025.01.09 01:10:39.564184 [ 279 ] {c93c8b51-682f-4efe-98ba-8133aae6de1d} <Debug> TCPHandler: Processed in 0.001893073 sec.
11507 2025.01.09 01:10:39.564334 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11508 2025.01.09 01:10:39.564473 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11509 2025.01.09 01:10:39.564534 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11510 2025.01.09 01:10:39.565111 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11511 2025.01.09 01:10:39.565156 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11512 2025.01.09 01:10:39.565528 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11513 2025.01.09 01:10:39.565768 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11514 2025.01.09 01:10:39.565906 [ 118 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11515 2025.01.09 01:10:39.565952 [ 118 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11516 2025.01.09 01:10:39.565958 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec.
11517 2025.01.09 01:10:39.565974 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11518 2025.01.09 01:10:39.566055 [ 276 ] {34ac10d1-3bde-4b30-8721-9a1dc5cea994} <Debug> TCPHandler: Processed in 0.00177905 sec.
11519 2025.01.09 01:10:39.566348 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11520 2025.01.09 01:10:39.566369 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11521 2025.01.09 01:10:39.566800 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11522 2025.01.09 01:10:39.566815 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11523 2025.01.09 01:10:39.566921 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part
11524 2025.01.09 01:10:39.567004 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11525 2025.01.09 01:10:39.567341 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
11526 2025.01.09 01:10:39.567725 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11527 2025.01.09 01:10:39.568127 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11528 2025.01.09 01:10:39.568497 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11529 2025.01.09 01:10:39.568852 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11530 2025.01.09 01:10:39.569836 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11531 2025.01.09 01:10:39.569917 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11532 2025.01.09 01:10:39.571052 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11533 2025.01.09 01:10:39.571426 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.00533129 sec., 42766.38487120378 rows/sec., 2.18 MiB/sec.
11534 2025.01.09 01:10:39.571606 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11535 2025.01.09 01:10:39.571633 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11536 2025.01.09 01:10:39.571941 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11537 2025.01.09 01:10:39.572024 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11538 2025.01.09 01:10:39.572088 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005433 sec., 41781.70439904289 rows/sec., 2.79 MiB/sec.
11539 2025.01.09 01:10:39.572090 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11540 2025.01.09 01:10:39.572402 [ 279 ] {9e38f0e6-003d-4fec-8795-834013b8b3f1} <Debug> TCPHandler: Processed in 0.00622297 sec.
11541 2025.01.09 01:10:39.572526 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11542 2025.01.09 01:10:39.572556 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11543 2025.01.09 01:10:39.572819 [ 195 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_38_8} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11544 2025.01.09 01:10:39.572872 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11545 2025.01.09 01:10:39.572873 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11546 2025.01.09 01:10:39.572975 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11547 2025.01.09 01:10:39.573012 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25795 rows starting from the beginning of the part
11548 2025.01.09 01:10:39.573291 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 120 rows starting from the beginning of the part
11549 2025.01.09 01:10:39.573355 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11550 2025.01.09 01:10:39.573592 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 150 rows starting from the beginning of the part
11551 2025.01.09 01:10:39.573605 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11552 2025.01.09 01:10:39.573986 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 227 rows starting from the beginning of the part
11553 2025.01.09 01:10:39.574380 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 151 rows starting from the beginning of the part
11554 2025.01.09 01:10:39.574734 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 227 rows starting from the beginning of the part
11555 2025.01.09 01:10:39.575733 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11556 2025.01.09 01:10:39.575816 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11557 2025.01.09 01:10:39.576394 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11558 2025.01.09 01:10:39.576691 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11559 2025.01.09 01:10:39.577134 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003882 sec., 257.5991756826378 rows/sec., 17.36 KiB/sec.
11560 2025.01.09 01:10:39.577291 [ 276 ] {2f3e09b6-218a-46ae-881d-4d4734565657} <Debug> TCPHandler: Processed in 0.004744987 sec.
11561 2025.01.09 01:10:39.577513 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11562 2025.01.09 01:10:39.577789 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11563 2025.01.09 01:10:39.578005 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11564 2025.01.09 01:10:39.579583 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11565 2025.01.09 01:10:39.579624 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11566 2025.01.09 01:10:39.580767 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11567 2025.01.09 01:10:39.581196 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11568 2025.01.09 01:10:39.581526 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003825 sec., 2091.5032679738565 rows/sec., 3.75 MiB/sec.
11569 2025.01.09 01:10:39.581656 [ 279 ] {6140b48b-9b1b-42e0-9d8e-503e42b5b3d4} <Debug> TCPHandler: Processed in 0.004267117 sec.
11570 2025.01.09 01:10:39.581902 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11571 2025.01.09 01:10:39.582035 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11572 2025.01.09 01:10:39.582094 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11573 2025.01.09 01:10:39.582774 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26670 rows, containing 5 columns (5 merged, 0 gathered) in 0.010510727 sec., 2537407.735925403 rows/sec., 170.56 MiB/sec.
11574 2025.01.09 01:10:39.583027 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11575 2025.01.09 01:10:39.583079 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11576 2025.01.09 01:10:39.583123 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11577 2025.01.09 01:10:39.583799 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11578 2025.01.09 01:10:39.583899 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11579 2025.01.09 01:10:39.583937 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11580 2025.01.09 01:10:39.584094 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
11581 2025.01.09 01:10:39.584265 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11582 2025.01.09 01:10:39.584465 [ 112 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11583 2025.01.09 01:10:39.584537 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002525 sec., 28514.851485148516 rows/sec., 1.82 MiB/sec.
11584 2025.01.09 01:10:39.584566 [ 112 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11585 2025.01.09 01:10:39.584650 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11586 2025.01.09 01:10:39.584672 [ 276 ] {b8479af0-9ab9-4c31-ad76-4381bc5d0b30} <Debug> TCPHandler: Processed in 0.002881595 sec.
11587 2025.01.09 01:10:39.584873 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11588 2025.01.09 01:10:39.584992 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11589 2025.01.09 01:10:39.585022 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4062 rows starting from the beginning of the part
11590 2025.01.09 01:10:39.585113 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 40 rows starting from the beginning of the part
11591 2025.01.09 01:10:39.585311 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 50 rows starting from the beginning of the part
11592 2025.01.09 01:10:39.585497 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part
11593 2025.01.09 01:10:39.585698 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 50 rows starting from the beginning of the part
11594 2025.01.09 01:10:39.585821 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 72 rows starting from the beginning of the part
11595 2025.01.09 01:10:39.587363 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4346 rows, containing 4 columns (4 merged, 0 gathered) in 0.002600978 sec., 1670909.9423370748 rows/sec., 109.54 MiB/sec.
11596 2025.01.09 01:10:39.587696 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11597 2025.01.09 01:10:39.588038 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11598 2025.01.09 01:10:39.588128 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_86_17} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11599 2025.01.09 01:10:39.588206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
11600 2025.01.09 01:10:42.863921 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
11601 2025.01.09 01:10:42.863991 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
11602 2025.01.09 01:10:43.046436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742
11603 2025.01.09 01:10:43.047212 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11604 2025.01.09 01:10:43.047270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11605 2025.01.09 01:10:43.047813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11606 2025.01.09 01:10:43.048072 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11607 2025.01.09 01:10:43.048289 [ 107 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11608 2025.01.09 01:10:43.048329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742
11609 2025.01.09 01:10:43.048377 [ 107 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11610 2025.01.09 01:10:43.048410 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11611 2025.01.09 01:10:43.048582 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::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
11612 2025.01.09 01:10:43.048926 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11613 2025.01.09 01:10:43.049040 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
11614 2025.01.09 01:10:43.049215 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
11615 2025.01.09 01:10:43.049366 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
11616 2025.01.09 01:10:43.049595 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
11617 2025.01.09 01:10:43.049787 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
11618 2025.01.09 01:10:43.049997 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
11619 2025.01.09 01:10:43.052647 [ 192 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161654 sec., 6185521.429700787 rows/sec., 88.48 MiB/sec.
11620 2025.01.09 01:10:43.053001 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11621 2025.01.09 01:10:43.053415 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11622 2025.01.09 01:10:43.053516 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_56_11} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11623 2025.01.09 01:10:43.053645 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11624 2025.01.09 01:10:43.178832 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1616
11625 2025.01.09 01:10:43.182246 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11626 2025.01.09 01:10:43.182300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11627 2025.01.09 01:10:43.183779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11628 2025.01.09 01:10:43.184096 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11629 2025.01.09 01:10:43.185443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1616
11630 2025.01.09 01:10:44.548170 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11631 2025.01.09 01:10:44.548363 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11632 2025.01.09 01:10:44.548447 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11633 2025.01.09 01:10:44.549366 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11634 2025.01.09 01:10:44.549411 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11635 2025.01.09 01:10:44.549863 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11636 2025.01.09 01:10:44.550123 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11637 2025.01.09 01:10:44.550340 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002035 sec., 56019.656019656024 rows/sec., 4.76 MiB/sec.
11638 2025.01.09 01:10:44.550422 [ 276 ] {9c14f300-3ae8-4e44-8a65-c2eb9353725a} <Debug> TCPHandler: Processed in 0.002381063 sec.
11639 2025.01.09 01:10:44.550676 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11640 2025.01.09 01:10:44.550893 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11641 2025.01.09 01:10:44.550978 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11642 2025.01.09 01:10:44.551795 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11643 2025.01.09 01:10:44.551851 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11644 2025.01.09 01:10:44.552299 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11645 2025.01.09 01:10:44.552572 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11646 2025.01.09 01:10:44.552835 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002003 sec., 15476.78482276585 rows/sec., 1.14 MiB/sec.
11647 2025.01.09 01:10:44.552905 [ 279 ] {e04b36a0-f12a-4199-a0c3-7addb0c80c3a} <Debug> TCPHandler: Processed in 0.002371113 sec.
11648 2025.01.09 01:10:44.553069 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11649 2025.01.09 01:10:44.553217 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11650 2025.01.09 01:10:44.553279 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11651 2025.01.09 01:10:44.553930 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11652 2025.01.09 01:10:44.553973 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11653 2025.01.09 01:10:44.554348 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11654 2025.01.09 01:10:44.554605 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11655 2025.01.09 01:10:44.554839 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001654 sec., 52599.75816203144 rows/sec., 4.11 MiB/sec.
11656 2025.01.09 01:10:44.554936 [ 276 ] {3b832d19-c823-4ed3-b95c-059be456fc74} <Debug> TCPHandler: Processed in 0.001934313 sec.
11657 2025.01.09 01:10:44.555152 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11658 2025.01.09 01:10:44.555421 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11659 2025.01.09 01:10:44.555479 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11660 2025.01.09 01:10:44.556077 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11661 2025.01.09 01:10:44.556119 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11662 2025.01.09 01:10:44.556530 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11663 2025.01.09 01:10:44.556775 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11664 2025.01.09 01:10:44.557019 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001669 sec., 89874.17615338527 rows/sec., 6.23 MiB/sec.
11665 2025.01.09 01:10:44.557122 [ 279 ] {276243d7-e038-43f1-8e5c-9342a24d2377} <Debug> TCPHandler: Processed in 0.002089968 sec.
11666 2025.01.09 01:10:44.557317 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11667 2025.01.09 01:10:44.557476 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11668 2025.01.09 01:10:44.557570 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11669 2025.01.09 01:10:44.558882 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11670 2025.01.09 01:10:44.558924 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11671 2025.01.09 01:10:44.559621 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11672 2025.01.09 01:10:44.559896 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11673 2025.01.09 01:10:44.560200 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002755 sec., 11252.268602540835 rows/sec., 20.16 MiB/sec.
11674 2025.01.09 01:10:44.560315 [ 276 ] {0ae111c2-5809-40c9-91bd-ef95bffe9963} <Debug> TCPHandler: Processed in 0.00310204 sec.
11675 2025.01.09 01:10:44.560474 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11676 2025.01.09 01:10:44.560615 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11677 2025.01.09 01:10:44.560676 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11678 2025.01.09 01:10:44.561267 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11679 2025.01.09 01:10:44.561315 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11680 2025.01.09 01:10:44.561708 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11681 2025.01.09 01:10:44.561953 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11682 2025.01.09 01:10:44.562158 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001578 sec., 31685.678073510775 rows/sec., 2.17 MiB/sec.
11683 2025.01.09 01:10:44.562211 [ 279 ] {529dedce-7d04-4f82-92d7-bcfb678071b6} <Debug> TCPHandler: Processed in 0.00180406 sec.
11684 2025.01.09 01:10:44.853581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11685 2025.01.09 01:10:44.875983 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11686 2025.01.09 01:10:44.876041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11687 2025.01.09 01:10:44.883449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11688 2025.01.09 01:10:44.884259 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11689 2025.01.09 01:10:44.884642 [ 103 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11690 2025.01.09 01:10:44.884774 [ 103 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11691 2025.01.09 01:10:44.884837 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11692 2025.01.09 01:10:44.885235 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::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
11693 2025.01.09 01:10:44.899823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11694 2025.01.09 01:10:44.901401 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11695 2025.01.09 01:10:44.903095 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
11696 2025.01.09 01:10:44.908880 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
11697 2025.01.09 01:10:44.914563 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
11698 2025.01.09 01:10:44.920247 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
11699 2025.01.09 01:10:44.926039 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
11700 2025.01.09 01:10:44.930686 [ 191 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
11701 2025.01.09 01:10:44.994775 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.109816028 sec., 3842.790598836811 rows/sec., 19.87 MiB/sec.
11702 2025.01.09 01:10:44.997827 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11703 2025.01.09 01:10:45.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.25 MiB, peak 257.12 MiB, free memory in arenas 0.00 B, will set to 243.74 MiB (RSS), difference: -6.50 MiB
11704 2025.01.09 01:10:45.000855 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11705 2025.01.09 01:10:45.000962 [ 192 ] {6d874974-7062-465a-b554-266ce1892843::all_1_56_11} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11706 2025.01.09 01:10:45.003142 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11707 2025.01.09 01:10:45.023350 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11708 2025.01.09 01:10:45.023676 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11709 2025.01.09 01:10:45.023802 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11710 2025.01.09 01:10:45.024858 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11711 2025.01.09 01:10:45.024923 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11712 2025.01.09 01:10:45.025416 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11713 2025.01.09 01:10:45.025698 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11714 2025.01.09 01:10:45.025966 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002376 sec., 5892.255892255892 rows/sec., 424.16 KiB/sec.
11715 2025.01.09 01:10:45.026041 [ 276 ] {5f4dd6f2-c46f-4d1c-8b5a-bf770089dd4e} <Debug> TCPHandler: Processed in 0.002841724 sec.
11716 2025.01.09 01:10:45.026353 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11717 2025.01.09 01:10:45.026571 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11718 2025.01.09 01:10:45.026647 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11719 2025.01.09 01:10:45.027433 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11720 2025.01.09 01:10:45.027478 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11721 2025.01.09 01:10:45.027892 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11722 2025.01.09 01:10:45.028151 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11723 2025.01.09 01:10:45.028396 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001877 sec., 1065.5301012253597 rows/sec., 86.89 KiB/sec.
11724 2025.01.09 01:10:45.028524 [ 279 ] {737a1be9-bcbb-470f-9e8c-5e9afd0004be} <Debug> TCPHandler: Processed in 0.002339663 sec.
11725 2025.01.09 01:10:45.028701 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11726 2025.01.09 01:10:45.028855 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11727 2025.01.09 01:10:45.028920 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11728 2025.01.09 01:10:45.030244 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11729 2025.01.09 01:10:45.030289 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11730 2025.01.09 01:10:45.030791 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11731 2025.01.09 01:10:45.031047 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11732 2025.01.09 01:10:45.031276 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.00246 sec., 551219.512195122 rows/sec., 46.00 MiB/sec.
11733 2025.01.09 01:10:45.031338 [ 276 ] {c38fc0d4-88e7-4bd1-8fc4-bd2765d7d022} <Debug> TCPHandler: Processed in 0.002711841 sec.
11734 2025.01.09 01:10:45.031573 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11735 2025.01.09 01:10:45.031793 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11736 2025.01.09 01:10:45.031885 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11737 2025.01.09 01:10:45.032720 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11738 2025.01.09 01:10:45.032759 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11739 2025.01.09 01:10:45.033126 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11740 2025.01.09 01:10:45.033360 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11741 2025.01.09 01:10:45.033543 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001798 sec., 9454.949944382648 rows/sec., 665.89 KiB/sec.
11742 2025.01.09 01:10:45.033623 [ 279 ] {156cf9ca-5919-46c3-ae0c-1d14d10b4b73} <Debug> TCPHandler: Processed in 0.002158199 sec.
11743 2025.01.09 01:10:45.033816 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11744 2025.01.09 01:10:45.034181 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11745 2025.01.09 01:10:45.034338 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11746 2025.01.09 01:10:45.035281 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11747 2025.01.09 01:10:45.035323 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11748 2025.01.09 01:10:45.035713 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11749 2025.01.09 01:10:45.035968 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2025.01.09 01:10:45.036202 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002159 sec., 112088.93006021307 rows/sec., 7.59 MiB/sec.
11751 2025.01.09 01:10:45.036259 [ 276 ] {038b2746-7878-4a16-ac87-aa3b7955ecc2} <Debug> TCPHandler: Processed in 0.002541427 sec.
11752 2025.01.09 01:10:45.036409 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11753 2025.01.09 01:10:45.036544 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11754 2025.01.09 01:10:45.036601 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11755 2025.01.09 01:10:45.037267 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11756 2025.01.09 01:10:45.037311 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11757 2025.01.09 01:10:45.037677 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11758 2025.01.09 01:10:45.037918 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11759 2025.01.09 01:10:45.038099 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
11760 2025.01.09 01:10:45.038212 [ 279 ] {2487455e-69da-452c-91ea-0cc31fd3de5f} <Debug> TCPHandler: Processed in 0.001868552 sec.
11761 2025.01.09 01:10:45.038383 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11762 2025.01.09 01:10:45.038653 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11763 2025.01.09 01:10:45.038743 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11764 2025.01.09 01:10:45.039885 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11765 2025.01.09 01:10:45.039926 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11766 2025.01.09 01:10:45.040341 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11767 2025.01.09 01:10:45.040592 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11768 2025.01.09 01:10:45.040823 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002226 sec., 377358.4905660377 rows/sec., 27.26 MiB/sec.
11769 2025.01.09 01:10:45.040879 [ 276 ] {8ebe31df-7a59-47c7-aed1-9e34b3e2482c} <Debug> TCPHandler: Processed in 0.002580588 sec.
11770 2025.01.09 01:10:45.041047 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11771 2025.01.09 01:10:45.041164 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11772 2025.01.09 01:10:45.041214 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11773 2025.01.09 01:10:45.041685 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11774 2025.01.09 01:10:45.041720 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11775 2025.01.09 01:10:45.042075 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11776 2025.01.09 01:10:45.042312 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11777 2025.01.09 01:10:45.042482 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec.
11778 2025.01.09 01:10:45.042530 [ 279 ] {300e9f7b-d620-4633-828f-33f92f34b8cf} <Debug> TCPHandler: Processed in 0.001537124 sec.
11779 2025.01.09 01:10:45.042729 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11780 2025.01.09 01:10:45.042958 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11781 2025.01.09 01:10:45.043058 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11782 2025.01.09 01:10:45.044645 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11783 2025.01.09 01:10:45.044686 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11784 2025.01.09 01:10:45.045162 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11785 2025.01.09 01:10:45.045410 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11786 2025.01.09 01:10:45.045626 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.002722 sec., 350477.5900073475 rows/sec., 23.28 MiB/sec.
11787 2025.01.09 01:10:45.045681 [ 276 ] {9b9f93c8-b5ad-4cc3-83f3-69c57cdf5f82} <Debug> TCPHandler: Processed in 0.003065889 sec.
11788 2025.01.09 01:10:45.045822 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11789 2025.01.09 01:10:45.045958 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11790 2025.01.09 01:10:45.046019 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11791 2025.01.09 01:10:45.046530 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11792 2025.01.09 01:10:45.046567 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11793 2025.01.09 01:10:45.046922 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11794 2025.01.09 01:10:45.047158 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11795 2025.01.09 01:10:45.047343 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec.
11796 2025.01.09 01:10:45.047451 [ 279 ] {cf113db4-c026-49bd-abff-6e5fdd37f4a4} <Debug> TCPHandler: Processed in 0.001692338 sec.
11797 2025.01.09 01:10:45.047697 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11798 2025.01.09 01:10:45.047921 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11799 2025.01.09 01:10:45.048065 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11800 2025.01.09 01:10:45.049346 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11801 2025.01.09 01:10:45.049387 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11802 2025.01.09 01:10:45.050038 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11803 2025.01.09 01:10:45.050311 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11804 2025.01.09 01:10:45.050560 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002694 sec., 2969.5619896065327 rows/sec., 5.32 MiB/sec.
11805 2025.01.09 01:10:45.050682 [ 276 ] {02206d4d-ee1c-48c2-b145-0a21fb1e984f} <Debug> TCPHandler: Processed in 0.003142691 sec.
11806 2025.01.09 01:10:45.050832 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11807 2025.01.09 01:10:45.050967 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11808 2025.01.09 01:10:45.051026 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11809 2025.01.09 01:10:45.051538 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11810 2025.01.09 01:10:45.051573 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11811 2025.01.09 01:10:45.051935 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11812 2025.01.09 01:10:45.052166 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11813 2025.01.09 01:10:45.052337 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.0014 sec., 22857.14285714286 rows/sec., 1.32 MiB/sec.
11814 2025.01.09 01:10:45.052384 [ 279 ] {a08cd012-8598-4b43-928e-f26f3d3706e0} <Debug> TCPHandler: Processed in 0.001616057 sec.
11815 2025.01.09 01:10:46.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.07 MiB, peak 257.12 MiB, free memory in arenas 0.00 B, will set to 243.74 MiB (RSS), difference: 5.67 MiB
11816 2025.01.09 01:10:49.544095 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11817 2025.01.09 01:10:49.544333 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11818 2025.01.09 01:10:49.544419 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11819 2025.01.09 01:10:49.545216 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11820 2025.01.09 01:10:49.545266 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11821 2025.01.09 01:10:49.545709 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11822 2025.01.09 01:10:49.545971 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11823 2025.01.09 01:10:49.546178 [ 96 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11824 2025.01.09 01:10:49.546245 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001967 sec., 26436.197254702594 rows/sec., 2.02 MiB/sec.
11825 2025.01.09 01:10:49.546255 [ 96 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11826 2025.01.09 01:10:49.546338 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11827 2025.01.09 01:10:49.546395 [ 276 ] {8c218166-c136-4640-b37a-a4530a75ff9d} <Debug> TCPHandler: Processed in 0.002448015 sec.
11828 2025.01.09 01:10:49.546716 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11829 2025.01.09 01:10:49.546790 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11830 2025.01.09 01:10:49.547304 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11831 2025.01.09 01:10:49.547446 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1426 rows starting from the beginning of the part
11832 2025.01.09 01:10:49.547623 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11833 2025.01.09 01:10:49.547940 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 115 rows starting from the beginning of the part
11834 2025.01.09 01:10:49.548327 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 215 rows starting from the beginning of the part
11835 2025.01.09 01:10:49.548385 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11836 2025.01.09 01:10:49.548707 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 114 rows starting from the beginning of the part
11837 2025.01.09 01:10:49.549012 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1356 rows starting from the beginning of the part
11838 2025.01.09 01:10:49.549253 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 52 rows starting from the beginning of the part
11839 2025.01.09 01:10:49.551123 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11840 2025.01.09 01:10:49.551207 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11841 2025.01.09 01:10:49.552162 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11842 2025.01.09 01:10:49.552546 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11843 2025.01.09 01:10:49.552818 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3278 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373984 sec., 514278.04023354937 rows/sec., 45.08 MiB/sec.
11844 2025.01.09 01:10:49.552926 [ 96 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11845 2025.01.09 01:10:49.553013 [ 96 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11846 2025.01.09 01:10:49.553058 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11847 2025.01.09 01:10:49.553130 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.005793 sec., 9666.839288796824 rows/sec., 772.08 KiB/sec.
11848 2025.01.09 01:10:49.553213 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11849 2025.01.09 01:10:49.553444 [ 279 ] {369100b8-0faa-4bb4-a441-7c3846ee5b68} <Debug> TCPHandler: Processed in 0.006913906 sec.
11850 2025.01.09 01:10:49.553679 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11851 2025.01.09 01:10:49.553750 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11852 2025.01.09 01:10:49.554023 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11853 2025.01.09 01:10:49.554054 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11854 2025.01.09 01:10:49.554084 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11855 2025.01.09 01:10:49.554103 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 903 rows starting from the beginning of the part
11856 2025.01.09 01:10:49.554319 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11857 2025.01.09 01:10:49.554444 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_91_18} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11858 2025.01.09 01:10:49.554555 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 89 rows starting from the beginning of the part
11859 2025.01.09 01:10:49.554898 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
11860 2025.01.09 01:10:49.555064 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 382 rows starting from the beginning of the part
11861 2025.01.09 01:10:49.555424 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 87 rows starting from the beginning of the part
11862 2025.01.09 01:10:49.555784 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 840 rows starting from the beginning of the part
11863 2025.01.09 01:10:49.556086 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part
11864 2025.01.09 01:10:49.556933 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11865 2025.01.09 01:10:49.556980 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11866 2025.01.09 01:10:49.557589 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11867 2025.01.09 01:10:49.557875 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11868 2025.01.09 01:10:49.558231 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2357 rows, containing 5 columns (5 merged, 0 gathered) in 0.005038354 sec., 467811.51145790867 rows/sec., 35.81 MiB/sec.
11869 2025.01.09 01:10:49.558274 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.004285 sec., 28004.667444574097 rows/sec., 1.94 MiB/sec.
11870 2025.01.09 01:10:49.558392 [ 276 ] {5f333e6f-7dc7-4d36-8781-8a2ca321d64d} <Debug> TCPHandler: Processed in 0.004816409 sec.
11871 2025.01.09 01:10:49.558530 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11872 2025.01.09 01:10:49.558577 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11873 2025.01.09 01:10:49.558795 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11874 2025.01.09 01:10:49.558905 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11875 2025.01.09 01:10:49.559093 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11876 2025.01.09 01:10:49.559382 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_91_18} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11877 2025.01.09 01:10:49.559549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
11878 2025.01.09 01:10:49.559816 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11879 2025.01.09 01:10:49.559862 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11880 2025.01.09 01:10:49.560373 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11881 2025.01.09 01:10:49.560645 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11882 2025.01.09 01:10:49.560886 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.002147 sec., 18630.64741499767 rows/sec., 1.28 MiB/sec.
11883 2025.01.09 01:10:49.560993 [ 279 ] {96ddc0af-4be8-4974-8a25-cf26e5ba35bd} <Debug> TCPHandler: Processed in 0.002510437 sec.
11884 2025.01.09 01:10:50.548501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169
11885 2025.01.09 01:10:50.549237 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11886 2025.01.09 01:10:50.549293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11887 2025.01.09 01:10:50.549870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11888 2025.01.09 01:10:50.550138 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11889 2025.01.09 01:10:50.550418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
11890 2025.01.09 01:10:52.399933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
11891 2025.01.09 01:10:52.418714 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11892 2025.01.09 01:10:52.418778 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11893 2025.01.09 01:10:52.425630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11894 2025.01.09 01:10:52.426363 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11895 2025.01.09 01:10:52.431100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11896 2025.01.09 01:10:53.185751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1660
11897 2025.01.09 01:10:53.189242 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11898 2025.01.09 01:10:53.189294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11899 2025.01.09 01:10:53.190830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11900 2025.01.09 01:10:53.191148 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11901 2025.01.09 01:10:53.191326 [ 87 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11902 2025.01.09 01:10:53.191385 [ 87 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11903 2025.01.09 01:10:53.191421 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11904 2025.01.09 01:10:53.192823 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
11905 2025.01.09 01:10:53.194080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660
11906 2025.01.09 01:10:53.194618 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11907 2025.01.09 01:10:53.194813 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1466 rows starting from the beginning of the part
11908 2025.01.09 01:10:53.195450 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part
11909 2025.01.09 01:10:53.196058 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part
11910 2025.01.09 01:10:53.196687 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part
11911 2025.01.09 01:10:53.197337 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part
11912 2025.01.09 01:10:53.197931 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 44 rows starting from the beginning of the part
11913 2025.01.09 01:10:53.206806 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.015249844 sec., 108853.57253490594 rows/sec., 83.11 MiB/sec.
11914 2025.01.09 01:10:53.208631 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11915 2025.01.09 01:10:53.209479 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11916 2025.01.09 01:10:53.209580 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_41_8} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11917 2025.01.09 01:10:53.209936 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
11918 2025.01.09 01:10:54.547146 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11919 2025.01.09 01:10:54.547343 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11920 2025.01.09 01:10:54.547417 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11921 2025.01.09 01:10:54.548228 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11922 2025.01.09 01:10:54.548277 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11923 2025.01.09 01:10:54.548727 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11924 2025.01.09 01:10:54.548981 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11925 2025.01.09 01:10:54.549201 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001908 sec., 59748.42767295598 rows/sec., 5.07 MiB/sec.
11926 2025.01.09 01:10:54.549289 [ 276 ] {ca576c05-4e88-4398-8918-ec9231c3b23d} <Debug> TCPHandler: Processed in 0.002277062 sec.
11927 2025.01.09 01:10:54.549569 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11928 2025.01.09 01:10:54.549777 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11929 2025.01.09 01:10:54.549855 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11930 2025.01.09 01:10:54.550714 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11931 2025.01.09 01:10:54.550761 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11932 2025.01.09 01:10:54.551211 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11933 2025.01.09 01:10:54.551484 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11934 2025.01.09 01:10:54.551750 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002028 sec., 15285.996055226826 rows/sec., 1.12 MiB/sec.
11935 2025.01.09 01:10:54.551848 [ 279 ] {d83b1d19-e1e7-480a-838a-cf21175b5d04} <Debug> TCPHandler: Processed in 0.002434706 sec.
11936 2025.01.09 01:10:54.552112 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11937 2025.01.09 01:10:54.552319 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11938 2025.01.09 01:10:54.552368 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11939 2025.01.09 01:10:54.552990 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11940 2025.01.09 01:10:54.553029 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11941 2025.01.09 01:10:54.553398 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11942 2025.01.09 01:10:54.553636 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11943 2025.01.09 01:10:54.553812 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001538 sec., 56566.9700910273 rows/sec., 4.42 MiB/sec.
11944 2025.01.09 01:10:54.553863 [ 276 ] {0da76d3e-80a3-4df3-bd23-b21cc4de4c26} <Debug> TCPHandler: Processed in 0.001904623 sec.
11945 2025.01.09 01:10:54.554010 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11946 2025.01.09 01:10:54.554139 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11947 2025.01.09 01:10:54.554196 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11948 2025.01.09 01:10:54.554784 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11949 2025.01.09 01:10:54.554825 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11950 2025.01.09 01:10:54.555228 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11951 2025.01.09 01:10:54.555470 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11952 2025.01.09 01:10:54.555689 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001579 sec., 94996.83343888537 rows/sec., 6.59 MiB/sec.
11953 2025.01.09 01:10:54.555755 [ 279 ] {33d855ec-8098-4e70-b878-5063356005ba} <Debug> TCPHandler: Processed in 0.001805201 sec.
11954 2025.01.09 01:10:54.555959 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11955 2025.01.09 01:10:54.556138 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11956 2025.01.09 01:10:54.556232 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11957 2025.01.09 01:10:54.557456 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11958 2025.01.09 01:10:54.557495 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11959 2025.01.09 01:10:54.558160 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11960 2025.01.09 01:10:54.558429 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11961 2025.01.09 01:10:54.558630 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002522 sec., 12291.831879460746 rows/sec., 22.03 MiB/sec.
11962 2025.01.09 01:10:54.558726 [ 276 ] {073fada7-cd38-4c5f-9adb-2dc12d29b218} <Debug> TCPHandler: Processed in 0.002897806 sec.
11963 2025.01.09 01:10:54.558884 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11964 2025.01.09 01:10:54.559010 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11965 2025.01.09 01:10:54.559064 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11966 2025.01.09 01:10:54.559565 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11967 2025.01.09 01:10:54.559603 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.50 GiB.
11968 2025.01.09 01:10:54.559980 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11969 2025.01.09 01:10:54.560225 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11970 2025.01.09 01:10:54.560452 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001473 sec., 33944.33129667346 rows/sec., 2.33 MiB/sec.
11971 2025.01.09 01:10:54.560505 [ 279 ] {6b751238-9757-4453-a074-03c9a696bcd5} <Debug> TCPHandler: Processed in 0.001676558 sec.
11972 2025.01.09 01:10:57.864238 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
11973 2025.01.09 01:10:57.864305 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
11974 2025.01.09 01:10:58.050599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657
11975 2025.01.09 01:10:58.051396 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11976 2025.01.09 01:10:58.051446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
11977 2025.01.09 01:10:58.052030 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11978 2025.01.09 01:10:58.052298 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11979 2025.01.09 01:10:58.052524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657
11980 2025.01.09 01:10:59.551058 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11981 2025.01.09 01:10:59.551260 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11982 2025.01.09 01:10:59.551337 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11983 2025.01.09 01:10:59.552104 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11984 2025.01.09 01:10:59.552159 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
11985 2025.01.09 01:10:59.552602 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11986 2025.01.09 01:10:59.552856 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11987 2025.01.09 01:10:59.553127 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
11988 2025.01.09 01:10:59.553225 [ 276 ] {e45082b1-4051-4c15-8ea8-ae83eece37eb} <Debug> TCPHandler: Processed in 0.002331493 sec.
11989 2025.01.09 01:10:59.553539 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11990 2025.01.09 01:10:59.553751 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11991 2025.01.09 01:10:59.553834 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11992 2025.01.09 01:10:59.554659 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11993 2025.01.09 01:10:59.554710 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
11994 2025.01.09 01:10:59.555153 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11995 2025.01.09 01:10:59.555417 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11996 2025.01.09 01:10:59.555669 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001977 sec., 108750.63227111785 rows/sec., 9.50 MiB/sec.
11997 2025.01.09 01:10:59.555724 [ 279 ] {e4dc5e4a-83df-41f3-9dde-34695e15ddd6} <Debug> TCPHandler: Processed in 0.002384484 sec.
11998 2025.01.09 01:10:59.555875 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11999 2025.01.09 01:10:59.556079 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12000 2025.01.09 01:10:59.556174 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12001 2025.01.09 01:10:59.557123 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12002 2025.01.09 01:10:59.557165 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12003 2025.01.09 01:10:59.557532 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12004 2025.01.09 01:10:59.557767 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12005 2025.01.09 01:10:59.557946 [ 79 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12006 2025.01.09 01:10:59.558002 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001984 sec., 7560.4838709677415 rows/sec., 533.07 KiB/sec.
12007 2025.01.09 01:10:59.558074 [ 79 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12008 2025.01.09 01:10:59.558160 [ 276 ] {fbcea586-09a7-40af-93eb-e05a5b791f06} <Debug> TCPHandler: Processed in 0.002345163 sec.
12009 2025.01.09 01:10:59.558167 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12010 2025.01.09 01:10:59.558420 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12011 2025.01.09 01:10:59.558527 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
12012 2025.01.09 01:10:59.558794 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12013 2025.01.09 01:10:59.558985 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12014 2025.01.09 01:10:59.559148 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12015 2025.01.09 01:10:59.559386 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 62 rows starting from the beginning of the part
12016 2025.01.09 01:10:59.560082 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 15 rows starting from the beginning of the part
12017 2025.01.09 01:10:59.560684 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part
12018 2025.01.09 01:10:59.561041 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 17 rows starting from the beginning of the part
12019 2025.01.09 01:10:59.561420 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part
12020 2025.01.09 01:10:59.561700 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 15 rows starting from the beginning of the part
12021 2025.01.09 01:10:59.562626 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12022 2025.01.09 01:10:59.562715 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12023 2025.01.09 01:10:59.563713 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12024 2025.01.09 01:10:59.564260 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005922404 sec., 28873.41018951088 rows/sec., 2.17 MiB/sec.
12025 2025.01.09 01:10:59.564299 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12026 2025.01.09 01:10:59.564456 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12027 2025.01.09 01:10:59.564844 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006183 sec., 2264.273006631085 rows/sec., 158.57 KiB/sec.
12028 2025.01.09 01:10:59.565149 [ 279 ] {431d4b4d-0905-49a1-864f-093363879835} <Debug> TCPHandler: Processed in 0.006866135 sec.
12029 2025.01.09 01:10:59.565490 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12030 2025.01.09 01:10:59.565547 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12031 2025.01.09 01:10:59.565901 [ 190 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_81_16} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12032 2025.01.09 01:10:59.565927 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12033 2025.01.09 01:10:59.566072 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12034 2025.01.09 01:10:59.566081 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12035 2025.01.09 01:10:59.566658 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12036 2025.01.09 01:10:59.566698 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12037 2025.01.09 01:10:59.567053 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12038 2025.01.09 01:10:59.567301 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12039 2025.01.09 01:10:59.567526 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001744 sec., 7454.128440366972 rows/sec., 464.76 KiB/sec.
12040 2025.01.09 01:10:59.567581 [ 276 ] {22cd9d8e-9022-40f6-8824-7a68d00b1804} <Debug> TCPHandler: Processed in 0.002299092 sec.
12041 2025.01.09 01:10:59.567801 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12042 2025.01.09 01:10:59.567994 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12043 2025.01.09 01:10:59.568056 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12044 2025.01.09 01:10:59.568926 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12045 2025.01.09 01:10:59.568966 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12046 2025.01.09 01:10:59.569339 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12047 2025.01.09 01:10:59.569571 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12048 2025.01.09 01:10:59.569821 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001852 sec., 206263.4989200864 rows/sec., 14.60 MiB/sec.
12049 2025.01.09 01:10:59.569920 [ 279 ] {c48ffd3d-e7e7-4125-978b-26f214197774} <Debug> TCPHandler: Processed in 0.002231061 sec.
12050 2025.01.09 01:10:59.570105 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12051 2025.01.09 01:10:59.570471 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12052 2025.01.09 01:10:59.570648 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12053 2025.01.09 01:10:59.571514 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12054 2025.01.09 01:10:59.571554 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12055 2025.01.09 01:10:59.571920 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12056 2025.01.09 01:10:59.572160 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12057 2025.01.09 01:10:59.572403 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002061 sec., 2911.208151382824 rows/sec., 152.10 KiB/sec.
12058 2025.01.09 01:10:59.572507 [ 276 ] {c0c36266-91c5-452b-a181-b15061bd251b} <Debug> TCPHandler: Processed in 0.002489836 sec.
12059 2025.01.09 01:10:59.572723 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12060 2025.01.09 01:10:59.572859 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12061 2025.01.09 01:10:59.572920 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12062 2025.01.09 01:10:59.573576 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12063 2025.01.09 01:10:59.573621 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12064 2025.01.09 01:10:59.574065 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12065 2025.01.09 01:10:59.574302 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12066 2025.01.09 01:10:59.574475 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12067 2025.01.09 01:10:59.574536 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.0017 sec., 133529.4117647059 rows/sec., 8.91 MiB/sec.
12068 2025.01.09 01:10:59.574547 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12069 2025.01.09 01:10:59.574621 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12070 2025.01.09 01:10:59.574656 [ 279 ] {ee8406e5-0484-4054-a3d5-befad56f13ef} <Debug> TCPHandler: Processed in 0.002039606 sec.
12071 2025.01.09 01:10:59.574895 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12072 2025.01.09 01:10:59.574896 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
12073 2025.01.09 01:10:59.575113 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12074 2025.01.09 01:10:59.575197 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12075 2025.01.09 01:10:59.575229 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12076 2025.01.09 01:10:59.575274 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26670 rows starting from the beginning of the part
12077 2025.01.09 01:10:59.575581 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 150 rows starting from the beginning of the part
12078 2025.01.09 01:10:59.576002 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 954 rows starting from the beginning of the part
12079 2025.01.09 01:10:59.576387 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 120 rows starting from the beginning of the part
12080 2025.01.09 01:10:59.576659 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 150 rows starting from the beginning of the part
12081 2025.01.09 01:10:59.577007 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 227 rows starting from the beginning of the part
12082 2025.01.09 01:10:59.577681 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12083 2025.01.09 01:10:59.577739 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12084 2025.01.09 01:10:59.578490 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12085 2025.01.09 01:10:59.578846 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12086 2025.01.09 01:10:59.579133 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00411 sec., 243.30900243309003 rows/sec., 16.39 KiB/sec.
12087 2025.01.09 01:10:59.579503 [ 276 ] {2f1f5cb7-d9e7-4328-9b64-60ad5b455794} <Debug> TCPHandler: Processed in 0.004740887 sec.
12088 2025.01.09 01:10:59.580071 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12089 2025.01.09 01:10:59.580421 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12090 2025.01.09 01:10:59.580654 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12091 2025.01.09 01:10:59.582600 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12092 2025.01.09 01:10:59.582639 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12093 2025.01.09 01:10:59.583635 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12094 2025.01.09 01:10:59.583988 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12095 2025.01.09 01:10:59.584228 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12096 2025.01.09 01:10:59.584320 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12097 2025.01.09 01:10:59.584390 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12098 2025.01.09 01:10:59.584408 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004088 sec., 1956.9471624266146 rows/sec., 3.51 MiB/sec.
12099 2025.01.09 01:10:59.584757 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
12100 2025.01.09 01:10:59.585253 [ 279 ] {c119684f-d0aa-46b0-ad0c-57bf4da0b70d} <Debug> TCPHandler: Processed in 0.005582197 sec.
12101 2025.01.09 01:10:59.585638 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12102 2025.01.09 01:10:59.586284 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12103 2025.01.09 01:10:59.586286 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12104 2025.01.09 01:10:59.586566 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12105 2025.01.09 01:10:59.586805 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1461 rows starting from the beginning of the part
12106 2025.01.09 01:10:59.588831 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
12107 2025.01.09 01:10:59.588870 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28271 rows, containing 5 columns (5 merged, 0 gathered) in 0.014133079 sec., 2000342.6005048158 rows/sec., 134.46 MiB/sec.
12108 2025.01.09 01:10:59.589437 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12109 2025.01.09 01:10:59.589716 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part
12110 2025.01.09 01:10:59.590672 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12111 2025.01.09 01:10:59.590881 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
12112 2025.01.09 01:10:59.591053 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12113 2025.01.09 01:10:59.591089 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12114 2025.01.09 01:10:59.591186 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12115 2025.01.09 01:10:59.591340 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
12116 2025.01.09 01:10:59.591847 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part
12117 2025.01.09 01:10:59.592579 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
12118 2025.01.09 01:10:59.592805 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12119 2025.01.09 01:10:59.593552 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12120 2025.01.09 01:10:59.593867 [ 79 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12121 2025.01.09 01:10:59.593980 [ 79 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12122 2025.01.09 01:10:59.594039 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12123 2025.01.09 01:10:59.594101 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.008006 sec., 8993.255058705972 rows/sec., 587.45 KiB/sec.
12124 2025.01.09 01:10:59.594484 [ 276 ] {08dcda2c-083a-45b7-853b-1f1659eda4f1} <Debug> TCPHandler: Processed in 0.009043284 sec.
12125 2025.01.09 01:10:59.594532 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
12126 2025.01.09 01:10:59.594873 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12127 2025.01.09 01:10:59.594922 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4346 rows starting from the beginning of the part
12128 2025.01.09 01:10:59.595020 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 50 rows starting from the beginning of the part
12129 2025.01.09 01:10:59.595150 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part
12130 2025.01.09 01:10:59.595275 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 40 rows starting from the beginning of the part
12131 2025.01.09 01:10:59.595336 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 50 rows starting from the beginning of the part
12132 2025.01.09 01:10:59.595457 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 72 rows starting from the beginning of the part
12133 2025.01.09 01:10:59.597837 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4590 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676552 sec., 1248452.354271067 rows/sec., 81.86 MiB/sec.
12134 2025.01.09 01:10:59.598301 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12135 2025.01.09 01:10:59.598689 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12136 2025.01.09 01:10:59.598811 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_91_18} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12137 2025.01.09 01:10:59.598891 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
12138 2025.01.09 01:10:59.603873 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1547 rows, containing 19 columns (19 merged, 0 gathered) in 0.019357447 sec., 79917.56350927889 rows/sec., 143.21 MiB/sec.
12139 2025.01.09 01:10:59.605156 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12140 2025.01.09 01:10:59.605566 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12141 2025.01.09 01:10:59.605653 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12142 2025.01.09 01:10:59.605778 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
12143 2025.01.09 01:10:59.931394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
12144 2025.01.09 01:10:59.952060 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12145 2025.01.09 01:10:59.952124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12146 2025.01.09 01:10:59.959397 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12147 2025.01.09 01:10:59.960209 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12148 2025.01.09 01:10:59.964017 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
12149 2025.01.09 01:11:00.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.22 MiB, peak 257.12 MiB, free memory in arenas 0.00 B, will set to 248.88 MiB (RSS), difference: 3.65 MiB
12150 2025.01.09 01:11:03.194385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1694
12151 2025.01.09 01:11:03.197562 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12152 2025.01.09 01:11:03.197611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12153 2025.01.09 01:11:03.199083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12154 2025.01.09 01:11:03.199407 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12155 2025.01.09 01:11:03.199999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1694
12156 2025.01.09 01:11:04.547942 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12157 2025.01.09 01:11:04.548159 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12158 2025.01.09 01:11:04.548236 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12159 2025.01.09 01:11:04.549010 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12160 2025.01.09 01:11:04.549061 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12161 2025.01.09 01:11:04.549527 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12162 2025.01.09 01:11:04.549792 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12163 2025.01.09 01:11:04.550064 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001947 sec., 3081.664098613251 rows/sec., 251.29 KiB/sec.
12164 2025.01.09 01:11:04.550172 [ 276 ] {86afefdd-cd51-4c98-86b4-438d790fbe32} <Debug> TCPHandler: Processed in 0.002374383 sec.
12165 2025.01.09 01:11:04.550496 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12166 2025.01.09 01:11:04.550707 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12167 2025.01.09 01:11:04.550789 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12168 2025.01.09 01:11:04.551606 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12169 2025.01.09 01:11:04.551648 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12170 2025.01.09 01:11:04.552105 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12171 2025.01.09 01:11:04.552362 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12172 2025.01.09 01:11:04.552556 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.001909 sec., 61288.632792037715 rows/sec., 5.18 MiB/sec.
12173 2025.01.09 01:11:04.552611 [ 279 ] {16c31426-7ebf-4223-ab9c-6531cbfba803} <Debug> TCPHandler: Processed in 0.002312922 sec.
12174 2025.01.09 01:11:04.552765 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12175 2025.01.09 01:11:04.552923 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12176 2025.01.09 01:11:04.552987 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12177 2025.01.09 01:11:04.553625 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12178 2025.01.09 01:11:04.553666 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12179 2025.01.09 01:11:04.554054 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12180 2025.01.09 01:11:04.554301 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12181 2025.01.09 01:11:04.554523 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001635 sec., 22629.969418960245 rows/sec., 1.64 MiB/sec.
12182 2025.01.09 01:11:04.554591 [ 276 ] {ce53fe6d-643c-45bc-a262-445bfc54d4b5} <Debug> TCPHandler: Processed in 0.001895992 sec.
12183 2025.01.09 01:11:04.554791 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12184 2025.01.09 01:11:04.554971 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12185 2025.01.09 01:11:04.555033 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12186 2025.01.09 01:11:04.555662 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12187 2025.01.09 01:11:04.555701 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12188 2025.01.09 01:11:04.556087 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12189 2025.01.09 01:11:04.556334 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12190 2025.01.09 01:11:04.556518 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00158 sec., 58860.759493670885 rows/sec., 4.60 MiB/sec.
12191 2025.01.09 01:11:04.556573 [ 279 ] {da0afc51-97c4-4734-acc8-eb9214543010} <Debug> TCPHandler: Processed in 0.001899363 sec.
12192 2025.01.09 01:11:04.556723 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12193 2025.01.09 01:11:04.556870 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12194 2025.01.09 01:11:04.556934 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12195 2025.01.09 01:11:04.557541 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12196 2025.01.09 01:11:04.557581 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12197 2025.01.09 01:11:04.557993 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12198 2025.01.09 01:11:04.558237 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12199 2025.01.09 01:11:04.558481 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001639 sec., 93349.60341671751 rows/sec., 6.47 MiB/sec.
12200 2025.01.09 01:11:04.558585 [ 276 ] {a94a1685-e2d2-4529-a869-a03a2f505cd6} <Debug> TCPHandler: Processed in 0.001929603 sec.
12201 2025.01.09 01:11:04.558787 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12202 2025.01.09 01:11:04.559008 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12203 2025.01.09 01:11:04.559104 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12204 2025.01.09 01:11:04.560252 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12205 2025.01.09 01:11:04.560291 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12206 2025.01.09 01:11:04.560950 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12207 2025.01.09 01:11:04.561209 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12208 2025.01.09 01:11:04.561447 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002479 sec., 12505.042355788624 rows/sec., 22.41 MiB/sec.
12209 2025.01.09 01:11:04.561746 [ 279 ] {45214ca2-733e-4bed-8fe3-e6f8a3af727a} <Debug> TCPHandler: Processed in 0.00307433 sec.
12210 2025.01.09 01:11:04.561969 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12211 2025.01.09 01:11:04.562123 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12212 2025.01.09 01:11:04.562183 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12213 2025.01.09 01:11:04.562739 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12214 2025.01.09 01:11:04.562784 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12215 2025.01.09 01:11:04.563212 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12216 2025.01.09 01:11:04.563465 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12217 2025.01.09 01:11:04.563675 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001583 sec., 31585.59696778269 rows/sec., 2.17 MiB/sec.
12218 2025.01.09 01:11:04.563725 [ 276 ] {36ce7b41-d137-4a93-892a-07eee0acbe24} <Debug> TCPHandler: Processed in 0.001868603 sec.
12219 2025.01.09 01:11:05.552715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084
12220 2025.01.09 01:11:05.554301 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12221 2025.01.09 01:11:05.554351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12222 2025.01.09 01:11:05.554890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12223 2025.01.09 01:11:05.555160 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12224 2025.01.09 01:11:05.555413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
12225 2025.01.09 01:11:07.464111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12226 2025.01.09 01:11:07.484959 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12227 2025.01.09 01:11:07.485010 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12228 2025.01.09 01:11:07.492471 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12229 2025.01.09 01:11:07.493282 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12230 2025.01.09 01:11:07.495984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12231 2025.01.09 01:11:09.551201 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12232 2025.01.09 01:11:09.551459 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12233 2025.01.09 01:11:09.551534 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12234 2025.01.09 01:11:09.552296 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12235 2025.01.09 01:11:09.552350 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12236 2025.01.09 01:11:09.552800 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12237 2025.01.09 01:11:09.553063 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12238 2025.01.09 01:11:09.553297 [ 60 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12239 2025.01.09 01:11:09.553324 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec.
12240 2025.01.09 01:11:09.553389 [ 60 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12241 2025.01.09 01:11:09.553471 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12242 2025.01.09 01:11:09.553477 [ 276 ] {4b14a86d-a93d-445a-b843-fae5b58630b2} <Debug> TCPHandler: Processed in 0.002477226 sec.
12243 2025.01.09 01:11:09.553845 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12244 2025.01.09 01:11:09.553891 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
12245 2025.01.09 01:11:09.554247 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12246 2025.01.09 01:11:09.554405 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12247 2025.01.09 01:11:09.554417 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12248 2025.01.09 01:11:09.554520 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part
12249 2025.01.09 01:11:09.554785 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
12250 2025.01.09 01:11:09.555129 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
12251 2025.01.09 01:11:09.555425 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
12252 2025.01.09 01:11:09.555731 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12253 2025.01.09 01:11:09.557573 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12254 2025.01.09 01:11:09.557658 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12255 2025.01.09 01:11:09.558353 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004697306 sec., 14902.158811880681 rows/sec., 1.10 MiB/sec.
12256 2025.01.09 01:11:09.558603 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12257 2025.01.09 01:11:09.558692 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12258 2025.01.09 01:11:09.559188 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12259 2025.01.09 01:11:09.559199 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12260 2025.01.09 01:11:09.559426 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_41_10} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12261 2025.01.09 01:11:09.559708 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12262 2025.01.09 01:11:09.559726 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005592 sec., 38447.78254649499 rows/sec., 3.36 MiB/sec.
12263 2025.01.09 01:11:09.559943 [ 279 ] {aaac5ba5-3ed7-4ef7-ae74-1ba7761674de} <Debug> TCPHandler: Processed in 0.006337033 sec.
12264 2025.01.09 01:11:09.560193 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12265 2025.01.09 01:11:09.560412 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12266 2025.01.09 01:11:09.560473 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12267 2025.01.09 01:11:09.561199 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12268 2025.01.09 01:11:09.561248 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12269 2025.01.09 01:11:09.561629 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12270 2025.01.09 01:11:09.561871 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12271 2025.01.09 01:11:09.562114 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001736 sec., 8640.552995391705 rows/sec., 609.23 KiB/sec.
12272 2025.01.09 01:11:09.562198 [ 276 ] {470962c3-56c5-42cc-9c56-c5eae1505d71} <Debug> TCPHandler: Processed in 0.002131528 sec.
12273 2025.01.09 01:11:09.562397 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12274 2025.01.09 01:11:09.562565 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12275 2025.01.09 01:11:09.562624 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12276 2025.01.09 01:11:09.563334 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12277 2025.01.09 01:11:09.563374 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12278 2025.01.09 01:11:09.563743 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12279 2025.01.09 01:11:09.563993 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12280 2025.01.09 01:11:09.564222 [ 55 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0
12281 2025.01.09 01:11:09.564236 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec.
12282 2025.01.09 01:11:09.564331 [ 55 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12283 2025.01.09 01:11:09.564411 [ 279 ] {3e34b8d4-c1fa-4745-943b-5cad921a0332} <Debug> TCPHandler: Processed in 0.002132058 sec.
12284 2025.01.09 01:11:09.564421 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12285 2025.01.09 01:11:09.564679 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12286 2025.01.09 01:11:09.564740 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full
12287 2025.01.09 01:11:09.565156 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12288 2025.01.09 01:11:09.565323 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12289 2025.01.09 01:11:09.565384 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12290 2025.01.09 01:11:09.565454 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 243 rows starting from the beginning of the part
12291 2025.01.09 01:11:09.565969 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
12292 2025.01.09 01:11:09.566268 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
12293 2025.01.09 01:11:09.566736 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part
12294 2025.01.09 01:11:09.567183 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12295 2025.01.09 01:11:09.567499 [ 192 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
12296 2025.01.09 01:11:09.569004 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12297 2025.01.09 01:11:09.569127 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12298 2025.01.09 01:11:09.570591 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12299 2025.01.09 01:11:09.570991 [ 194 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006425775 sec., 84192.17915348732 rows/sec., 6.03 MiB/sec.
12300 2025.01.09 01:11:09.571049 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12301 2025.01.09 01:11:09.571199 [ 194 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12302 2025.01.09 01:11:09.571283 [ 55 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12303 2025.01.09 01:11:09.571423 [ 55 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12304 2025.01.09 01:11:09.571478 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12305 2025.01.09 01:11:09.571492 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00653 sec., 1990.8116385911178 rows/sec., 124.13 KiB/sec.
12306 2025.01.09 01:11:09.571966 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
12307 2025.01.09 01:11:09.572335 [ 276 ] {0c4c97f2-7f8a-4750-9f4b-f2bbca8eb520} <Debug> TCPHandler: Processed in 0.007800916 sec.
12308 2025.01.09 01:11:09.572556 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12309 2025.01.09 01:11:09.572682 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part
12310 2025.01.09 01:11:09.572811 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12311 2025.01.09 01:11:09.572916 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12312 2025.01.09 01:11:09.573262 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
12313 2025.01.09 01:11:09.573318 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_42_9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9
12314 2025.01.09 01:11:09.573626 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
12315 2025.01.09 01:11:09.573649 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
12316 2025.01.09 01:11:09.573732 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12317 2025.01.09 01:11:09.573921 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
12318 2025.01.09 01:11:09.573978 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12319 2025.01.09 01:11:09.574263 [ 192 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
12320 2025.01.09 01:11:09.576822 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12321 2025.01.09 01:11:09.576924 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12322 2025.01.09 01:11:09.576985 [ 189 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395712 sec., 12046.602932106087 rows/sec., 798.16 KiB/sec.
12323 2025.01.09 01:11:09.577135 [ 189 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12324 2025.01.09 01:11:09.577408 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12325 2025.01.09 01:11:09.577473 [ 189 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12326 2025.01.09 01:11:09.577568 [ 189 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_41_10} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12327 2025.01.09 01:11:09.577670 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12328 2025.01.09 01:11:09.577705 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2025.01.09 01:11:09.577944 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004414 sec., 86542.81830539192 rows/sec., 6.12 MiB/sec.
12330 2025.01.09 01:11:09.578012 [ 279 ] {ae7258ef-639c-4010-88ae-d05eab871abc} <Debug> TCPHandler: Processed in 0.005478203 sec.
12331 2025.01.09 01:11:09.578176 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12332 2025.01.09 01:11:09.578318 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12333 2025.01.09 01:11:09.578378 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12334 2025.01.09 01:11:09.578958 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12335 2025.01.09 01:11:09.579005 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12336 2025.01.09 01:11:09.579428 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12337 2025.01.09 01:11:09.579671 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12338 2025.01.09 01:11:09.579917 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001621 sec., 3701.4188772362736 rows/sec., 193.38 KiB/sec.
12339 2025.01.09 01:11:09.580019 [ 276 ] {16341808-066b-4441-b7d6-85260057bd27} <Debug> TCPHandler: Processed in 0.001911313 sec.
12340 2025.01.09 01:11:09.580235 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12341 2025.01.09 01:11:09.580540 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12342 2025.01.09 01:11:09.580610 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12343 2025.01.09 01:11:09.581280 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12344 2025.01.09 01:11:09.581326 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12345 2025.01.09 01:11:09.581727 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12346 2025.01.09 01:11:09.581971 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12347 2025.01.09 01:11:09.582178 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001723 sec., 131746.95298897274 rows/sec., 8.79 MiB/sec.
12348 2025.01.09 01:11:09.582233 [ 279 ] {81dfea00-408b-487e-b52d-c349b71e6f65} <Debug> TCPHandler: Processed in 0.002130818 sec.
12349 2025.01.09 01:11:09.582368 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12350 2025.01.09 01:11:09.582487 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12351 2025.01.09 01:11:09.582538 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12352 2025.01.09 01:11:09.583013 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12353 2025.01.09 01:11:09.583055 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12354 2025.01.09 01:11:09.583424 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12355 2025.01.09 01:11:09.583660 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12356 2025.01.09 01:11:09.583828 [ 55 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0
12357 2025.01.09 01:11:09.583887 [ 55 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12358 2025.01.09 01:11:09.583926 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec.
12359 2025.01.09 01:11:09.583933 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12360 2025.01.09 01:11:09.584110 [ 276 ] {e54bec4e-ce23-4e55-b518-409ffe10d154} <Debug> TCPHandler: Processed in 0.00179015 sec.
12361 2025.01.09 01:11:09.584295 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full
12362 2025.01.09 01:11:09.584451 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12363 2025.01.09 01:11:09.584892 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12364 2025.01.09 01:11:09.584950 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12365 2025.01.09 01:11:09.585001 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 38 rows starting from the beginning of the part
12366 2025.01.09 01:11:09.585309 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
12367 2025.01.09 01:11:09.585334 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12368 2025.01.09 01:11:09.585663 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
12369 2025.01.09 01:11:09.586013 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
12370 2025.01.09 01:11:09.586370 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12371 2025.01.09 01:11:09.586683 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
12372 2025.01.09 01:11:09.591160 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12373 2025.01.09 01:11:09.591166 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.007112231 sec., 6045.92286161684 rows/sec., 406.29 KiB/sec.
12374 2025.01.09 01:11:09.591206 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12375 2025.01.09 01:11:09.591372 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12376 2025.01.09 01:11:09.592038 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12377 2025.01.09 01:11:09.592274 [ 191 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_42_9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9
12378 2025.01.09 01:11:09.592466 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
12379 2025.01.09 01:11:09.592619 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12380 2025.01.09 01:11:09.592902 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12381 2025.01.09 01:11:09.593181 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008444 sec., 947.4182851729038 rows/sec., 1.70 MiB/sec.
12382 2025.01.09 01:11:09.593425 [ 279 ] {7923a074-d054-4cf2-9b39-87fe68f306d7} <Debug> TCPHandler: Processed in 0.009187938 sec.
12383 2025.01.09 01:11:09.593684 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12384 2025.01.09 01:11:09.593826 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12385 2025.01.09 01:11:09.593886 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12386 2025.01.09 01:11:09.594440 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12387 2025.01.09 01:11:09.594478 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12388 2025.01.09 01:11:09.594858 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12389 2025.01.09 01:11:09.595107 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12390 2025.01.09 01:11:09.595320 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001518 sec., 47430.83003952569 rows/sec., 3.03 MiB/sec.
12391 2025.01.09 01:11:09.595390 [ 276 ] {78d94803-5924-4af2-acc6-72e24570478b} <Debug> TCPHandler: Processed in 0.001811041 sec.
12392 2025.01.09 01:11:12.864573 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
12393 2025.01.09 01:11:12.864666 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
12394 2025.01.09 01:11:13.055570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572
12395 2025.01.09 01:11:13.056360 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12396 2025.01.09 01:11:13.056423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12397 2025.01.09 01:11:13.056991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12398 2025.01.09 01:11:13.057259 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12399 2025.01.09 01:11:13.057518 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572
12400 2025.01.09 01:11:13.200280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1730
12401 2025.01.09 01:11:13.203463 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12402 2025.01.09 01:11:13.203517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12403 2025.01.09 01:11:13.205013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12404 2025.01.09 01:11:13.205348 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12405 2025.01.09 01:11:13.206002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730
12406 2025.01.09 01:11:14.548229 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12407 2025.01.09 01:11:14.548449 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12408 2025.01.09 01:11:14.548530 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12409 2025.01.09 01:11:14.549356 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12410 2025.01.09 01:11:14.549415 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12411 2025.01.09 01:11:14.549871 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12412 2025.01.09 01:11:14.550136 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12413 2025.01.09 01:11:14.550354 [ 40 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12414 2025.01.09 01:11:14.550412 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002018 sec., 56491.575817641235 rows/sec., 4.80 MiB/sec.
12415 2025.01.09 01:11:14.550445 [ 40 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12416 2025.01.09 01:11:14.550524 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12417 2025.01.09 01:11:14.550555 [ 276 ] {2a7189e7-4e0d-49a1-9a14-6ad20b2c9410} <Debug> TCPHandler: Processed in 0.002473946 sec.
12418 2025.01.09 01:11:14.550830 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12419 2025.01.09 01:11:14.550925 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12420 2025.01.09 01:11:14.551234 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12421 2025.01.09 01:11:14.551364 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1426 rows starting from the beginning of the part
12422 2025.01.09 01:11:14.551388 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12423 2025.01.09 01:11:14.551638 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12424 2025.01.09 01:11:14.551665 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 114 rows starting from the beginning of the part
12425 2025.01.09 01:11:14.552049 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 215 rows starting from the beginning of the part
12426 2025.01.09 01:11:14.552359 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 117 rows starting from the beginning of the part
12427 2025.01.09 01:11:14.552781 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 215 rows starting from the beginning of the part
12428 2025.01.09 01:11:14.553042 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 114 rows starting from the beginning of the part
12429 2025.01.09 01:11:14.554794 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12430 2025.01.09 01:11:14.554889 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12431 2025.01.09 01:11:14.555937 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12432 2025.01.09 01:11:14.556509 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12433 2025.01.09 01:11:14.556599 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005922844 sec., 371612.0161192832 rows/sec., 32.87 MiB/sec.
12434 2025.01.09 01:11:14.556905 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005645 sec., 5491.585473870682 rows/sec., 412.94 KiB/sec.
12435 2025.01.09 01:11:14.556965 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12436 2025.01.09 01:11:14.557184 [ 279 ] {8fc2e0b8-4a7c-4cf9-a839-31a1e172c39f} <Debug> TCPHandler: Processed in 0.006494317 sec.
12437 2025.01.09 01:11:14.557711 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12438 2025.01.09 01:11:14.558146 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12439 2025.01.09 01:11:14.558275 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12440 2025.01.09 01:11:14.558340 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_96_19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12441 2025.01.09 01:11:14.558486 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12442 2025.01.09 01:11:14.558579 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
12443 2025.01.09 01:11:14.559238 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12444 2025.01.09 01:11:14.559285 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12445 2025.01.09 01:11:14.559668 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12446 2025.01.09 01:11:14.559913 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12447 2025.01.09 01:11:14.560096 [ 40 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12448 2025.01.09 01:11:14.560155 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001998 sec., 43543.543543543536 rows/sec., 3.40 MiB/sec.
12449 2025.01.09 01:11:14.560189 [ 40 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12450 2025.01.09 01:11:14.560259 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12451 2025.01.09 01:11:14.560272 [ 276 ] {77668f0f-7b25-4daf-9f28-c624b7bf318d} <Debug> TCPHandler: Processed in 0.002927396 sec.
12452 2025.01.09 01:11:14.560585 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12453 2025.01.09 01:11:14.560657 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12454 2025.01.09 01:11:14.561030 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12455 2025.01.09 01:11:14.561236 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12456 2025.01.09 01:11:14.561301 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12457 2025.01.09 01:11:14.561376 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 903 rows starting from the beginning of the part
12458 2025.01.09 01:11:14.561918 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 87 rows starting from the beginning of the part
12459 2025.01.09 01:11:14.562373 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 382 rows starting from the beginning of the part
12460 2025.01.09 01:11:14.562819 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 93 rows starting from the beginning of the part
12461 2025.01.09 01:11:14.563096 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 382 rows starting from the beginning of the part
12462 2025.01.09 01:11:14.563589 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 87 rows starting from the beginning of the part
12463 2025.01.09 01:11:14.565045 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12464 2025.01.09 01:11:14.565110 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12465 2025.01.09 01:11:14.566250 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12466 2025.01.09 01:11:14.566649 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12467 2025.01.09 01:11:14.567073 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1934 rows, containing 5 columns (5 merged, 0 gathered) in 0.006705222 sec., 288431.91172492126 rows/sec., 22.06 MiB/sec.
12468 2025.01.09 01:11:14.567182 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.006338 sec., 23666.771852319343 rows/sec., 1.64 MiB/sec.
12469 2025.01.09 01:11:14.567296 [ 279 ] {a9c4476a-e25d-416a-9ff6-f45653006615} <Debug> TCPHandler: Processed in 0.006900636 sec.
12470 2025.01.09 01:11:14.567493 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12471 2025.01.09 01:11:14.567560 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12472 2025.01.09 01:11:14.567799 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12473 2025.01.09 01:11:14.567966 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12474 2025.01.09 01:11:14.568034 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12475 2025.01.09 01:11:14.568356 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_96_19} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12476 2025.01.09 01:11:14.568588 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
12477 2025.01.09 01:11:14.569673 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12478 2025.01.09 01:11:14.569718 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12479 2025.01.09 01:11:14.570409 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12480 2025.01.09 01:11:14.570674 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12481 2025.01.09 01:11:14.570950 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003206 sec., 9669.369931378666 rows/sec., 17.33 MiB/sec.
12482 2025.01.09 01:11:14.571124 [ 276 ] {9c76a061-b15e-41a2-9ded-bd4ef6c42d26} <Debug> TCPHandler: Processed in 0.003707244 sec.
12483 2025.01.09 01:11:14.571417 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12484 2025.01.09 01:11:14.571664 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12485 2025.01.09 01:11:14.571727 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12486 2025.01.09 01:11:14.572705 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12487 2025.01.09 01:11:14.572744 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12488 2025.01.09 01:11:14.573132 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12489 2025.01.09 01:11:14.573372 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12490 2025.01.09 01:11:14.573564 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001948 sec., 25667.351129363447 rows/sec., 1.76 MiB/sec.
12491 2025.01.09 01:11:14.573657 [ 279 ] {295fa6c3-fd41-4aea-97db-a7a617283efc} <Debug> TCPHandler: Processed in 0.002414434 sec.
12492 2025.01.09 01:11:14.996074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12493 2025.01.09 01:11:15.017356 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12494 2025.01.09 01:11:15.017407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12495 2025.01.09 01:11:15.024311 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12496 2025.01.09 01:11:15.024649 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12497 2025.01.09 01:11:15.024804 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12498 2025.01.09 01:11:15.027169 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12499 2025.01.09 01:11:15.027253 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12500 2025.01.09 01:11:15.028513 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12501 2025.01.09 01:11:15.029036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12502 2025.01.09 01:11:15.029064 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12503 2025.01.09 01:11:15.029454 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004898 sec., 2858.309514087383 rows/sec., 205.76 KiB/sec.
12504 2025.01.09 01:11:15.029628 [ 276 ] {63b021ed-f767-447d-ba78-845d7399635d} <Debug> TCPHandler: Processed in 0.005584777 sec.
12505 2025.01.09 01:11:15.030299 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12506 2025.01.09 01:11:15.030749 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12507 2025.01.09 01:11:15.030850 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12508 2025.01.09 01:11:15.030873 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12509 2025.01.09 01:11:15.033732 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12510 2025.01.09 01:11:15.033829 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12511 2025.01.09 01:11:15.035301 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12512 2025.01.09 01:11:15.036059 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12513 2025.01.09 01:11:15.037249 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.006589 sec., 910.6085900743664 rows/sec., 74.25 KiB/sec.
12514 2025.01.09 01:11:15.037628 [ 279 ] {2b226c9e-69f4-47c0-9eb4-2de31968db28} <Debug> TCPHandler: Processed in 0.007796496 sec.
12515 2025.01.09 01:11:15.037959 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12516 2025.01.09 01:11:15.038349 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12517 2025.01.09 01:11:15.038498 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12518 2025.01.09 01:11:15.042279 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12519 2025.01.09 01:11:15.042378 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12520 2025.01.09 01:11:15.043879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12521 2025.01.09 01:11:15.043982 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12522 2025.01.09 01:11:15.044253 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12523 2025.01.09 01:11:15.044508 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.006267 sec., 216690.6015637466 rows/sec., 18.08 MiB/sec.
12524 2025.01.09 01:11:15.044642 [ 276 ] {5f78a7b4-68f5-4065-87ab-f613786666dc} <Debug> TCPHandler: Processed in 0.006870335 sec.
12525 2025.01.09 01:11:15.044907 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12526 2025.01.09 01:11:15.045196 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12527 2025.01.09 01:11:15.045254 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12528 2025.01.09 01:11:15.045880 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12529 2025.01.09 01:11:15.045922 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12530 2025.01.09 01:11:15.046312 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12531 2025.01.09 01:11:15.046555 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12532 2025.01.09 01:11:15.046792 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001687 sec., 12448.132780082988 rows/sec., 875.26 KiB/sec.
12533 2025.01.09 01:11:15.046851 [ 279 ] {ed3b3c68-69d6-4daa-ad58-c8ef57ab60cd} <Debug> TCPHandler: Processed in 0.002105658 sec.
12534 2025.01.09 01:11:15.047006 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12535 2025.01.09 01:11:15.047146 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12536 2025.01.09 01:11:15.047204 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12537 2025.01.09 01:11:15.047906 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12538 2025.01.09 01:11:15.047946 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12539 2025.01.09 01:11:15.048345 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12540 2025.01.09 01:11:15.048589 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12541 2025.01.09 01:11:15.048827 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001714 sec., 141190.19836639438 rows/sec., 9.57 MiB/sec.
12542 2025.01.09 01:11:15.048884 [ 276 ] {d7cdfcb0-d8ff-4c0d-96d5-bd786671a245} <Debug> TCPHandler: Processed in 0.001945404 sec.
12543 2025.01.09 01:11:15.049034 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12544 2025.01.09 01:11:15.049172 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12545 2025.01.09 01:11:15.049231 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12546 2025.01.09 01:11:15.049863 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12547 2025.01.09 01:11:15.049903 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12548 2025.01.09 01:11:15.050259 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12549 2025.01.09 01:11:15.050500 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12550 2025.01.09 01:11:15.050730 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec.
12551 2025.01.09 01:11:15.050790 [ 279 ] {6904ded1-5773-433d-bfbc-2ae9bb25e806} <Debug> TCPHandler: Processed in 0.001819591 sec.
12552 2025.01.09 01:11:15.050980 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12553 2025.01.09 01:11:15.051125 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12554 2025.01.09 01:11:15.051182 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12555 2025.01.09 01:11:15.052323 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12556 2025.01.09 01:11:15.052363 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12557 2025.01.09 01:11:15.052771 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12558 2025.01.09 01:11:15.053014 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12559 2025.01.09 01:11:15.053255 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.00216 sec., 390740.74074074073 rows/sec., 28.24 MiB/sec.
12560 2025.01.09 01:11:15.053315 [ 276 ] {6f9cab69-4140-4d37-aee8-2d7a1086ee1a} <Debug> TCPHandler: Processed in 0.002445115 sec.
12561 2025.01.09 01:11:15.053507 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12562 2025.01.09 01:11:15.053660 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12563 2025.01.09 01:11:15.053720 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12564 2025.01.09 01:11:15.054303 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12565 2025.01.09 01:11:15.054349 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12566 2025.01.09 01:11:15.054742 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12567 2025.01.09 01:11:15.054985 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12568 2025.01.09 01:11:15.055200 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec.
12569 2025.01.09 01:11:15.055254 [ 279 ] {469e3650-6a2b-4951-ace6-91d320000274} <Debug> TCPHandler: Processed in 0.001853462 sec.
12570 2025.01.09 01:11:15.055380 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12571 2025.01.09 01:11:15.055495 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12572 2025.01.09 01:11:15.055555 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12573 2025.01.09 01:11:15.056550 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12574 2025.01.09 01:11:15.056589 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12575 2025.01.09 01:11:15.057040 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12576 2025.01.09 01:11:15.057284 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12577 2025.01.09 01:11:15.057528 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.002057 sec., 464754.49684005836 rows/sec., 30.87 MiB/sec.
12578 2025.01.09 01:11:15.057641 [ 276 ] {a8e1e911-7d77-4c9a-9223-bc5c454f3383} <Debug> TCPHandler: Processed in 0.002313282 sec.
12579 2025.01.09 01:11:15.057827 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12580 2025.01.09 01:11:15.057984 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12581 2025.01.09 01:11:15.058045 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12582 2025.01.09 01:11:15.058598 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12583 2025.01.09 01:11:15.058636 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12584 2025.01.09 01:11:15.059015 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12585 2025.01.09 01:11:15.059255 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12586 2025.01.09 01:11:15.059473 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
12587 2025.01.09 01:11:15.059559 [ 279 ] {bd6b6f96-1f85-4792-aada-4528da54a4f8} <Debug> TCPHandler: Processed in 0.001822981 sec.
12588 2025.01.09 01:11:15.059762 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12589 2025.01.09 01:11:15.059899 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12590 2025.01.09 01:11:15.059991 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12591 2025.01.09 01:11:15.061182 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12592 2025.01.09 01:11:15.061223 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12593 2025.01.09 01:11:15.061860 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12594 2025.01.09 01:11:15.062126 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12595 2025.01.09 01:11:15.062395 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002526 sec., 3167.0625494853525 rows/sec., 5.68 MiB/sec.
12596 2025.01.09 01:11:15.062507 [ 276 ] {149b6d0f-69d9-41d6-9394-d7561cc00ae3} <Debug> TCPHandler: Processed in 0.002868155 sec.
12597 2025.01.09 01:11:15.062712 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12598 2025.01.09 01:11:15.062934 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12599 2025.01.09 01:11:15.063027 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12600 2025.01.09 01:11:15.063748 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12601 2025.01.09 01:11:15.063788 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12602 2025.01.09 01:11:15.064168 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12603 2025.01.09 01:11:15.064405 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12604 2025.01.09 01:11:15.064619 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001738 sec., 18411.967779056387 rows/sec., 1.06 MiB/sec.
12605 2025.01.09 01:11:15.064672 [ 279 ] {89701932-bf70-4624-89d6-42237215852f} <Debug> TCPHandler: Processed in 0.002069837 sec.
12606 2025.01.09 01:11:16.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.25 MiB, peak 257.12 MiB, free memory in arenas 0.00 B, will set to 248.89 MiB (RSS), difference: -1.36 MiB
12607 2025.01.09 01:11:19.545044 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12608 2025.01.09 01:11:19.545270 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12609 2025.01.09 01:11:19.545353 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12610 2025.01.09 01:11:19.546156 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12611 2025.01.09 01:11:19.546201 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12612 2025.01.09 01:11:19.546634 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12613 2025.01.09 01:11:19.546894 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12614 2025.01.09 01:11:19.547134 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001922 sec., 27055.150884495317 rows/sec., 2.07 MiB/sec.
12615 2025.01.09 01:11:19.547201 [ 276 ] {82a6809b-2584-4f87-8e5f-3625bb791d23} <Debug> TCPHandler: Processed in 0.002299882 sec.
12616 2025.01.09 01:11:19.547450 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12617 2025.01.09 01:11:19.547667 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12618 2025.01.09 01:11:19.547746 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12619 2025.01.09 01:11:19.548530 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12620 2025.01.09 01:11:19.548574 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12621 2025.01.09 01:11:19.549009 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12622 2025.01.09 01:11:19.549262 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12623 2025.01.09 01:11:19.549472 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.34 MiB/sec.
12624 2025.01.09 01:11:19.549539 [ 279 ] {da1e936f-13b1-4d85-b19e-dc130f313bab} <Debug> TCPHandler: Processed in 0.002233281 sec.
12625 2025.01.09 01:11:19.549744 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12626 2025.01.09 01:11:19.549979 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12627 2025.01.09 01:11:19.550037 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12628 2025.01.09 01:11:19.550600 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12629 2025.01.09 01:11:19.550641 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12630 2025.01.09 01:11:19.551045 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12631 2025.01.09 01:11:19.551304 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12632 2025.01.09 01:11:19.551478 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0
12633 2025.01.09 01:11:19.551545 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12634 2025.01.09 01:11:19.551550 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001619 sec., 74119.82705373688 rows/sec., 5.14 MiB/sec.
12635 2025.01.09 01:11:19.551595 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12636 2025.01.09 01:11:19.551710 [ 276 ] {8224a0f6-69f3-456b-9d93-3554df26e016} <Debug> TCPHandler: Processed in 0.002086898 sec.
12637 2025.01.09 01:11:19.551812 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full
12638 2025.01.09 01:11:19.551921 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12639 2025.01.09 01:11:19.552076 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12640 2025.01.09 01:11:19.552194 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28271 rows starting from the beginning of the part
12641 2025.01.09 01:11:19.552558 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12642 2025.01.09 01:11:19.552642 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 153 rows starting from the beginning of the part
12643 2025.01.09 01:11:19.552929 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12644 2025.01.09 01:11:19.553321 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 227 rows starting from the beginning of the part
12645 2025.01.09 01:11:19.554033 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 150 rows starting from the beginning of the part
12646 2025.01.09 01:11:19.554572 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 956 rows starting from the beginning of the part
12647 2025.01.09 01:11:19.555856 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12648 2025.01.09 01:11:19.555912 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12649 2025.01.09 01:11:19.556485 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12650 2025.01.09 01:11:19.556875 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12651 2025.01.09 01:11:19.557185 [ 33 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12652 2025.01.09 01:11:19.557285 [ 33 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12653 2025.01.09 01:11:19.557368 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12654 2025.01.09 01:11:19.557502 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.005241 sec., 7632.13127265789 rows/sec., 535.89 KiB/sec.
12655 2025.01.09 01:11:19.557918 [ 279 ] {786db11a-fccd-4d09-aac3-d9c8acf81b28} <Debug> TCPHandler: Processed in 0.006096837 sec.
12656 2025.01.09 01:11:19.558116 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12657 2025.01.09 01:11:19.558786 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12658 2025.01.09 01:11:19.558915 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4590 rows starting from the beginning of the part
12659 2025.01.09 01:11:19.559246 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 50 rows starting from the beginning of the part
12660 2025.01.09 01:11:19.559730 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 72 rows starting from the beginning of the part
12661 2025.01.09 01:11:19.560043 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 50 rows starting from the beginning of the part
12662 2025.01.09 01:11:19.560123 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part
12663 2025.01.09 01:11:19.560307 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 40 rows starting from the beginning of the part
12664 2025.01.09 01:11:19.563230 [ 195 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4834 rows, containing 4 columns (4 merged, 0 gathered) in 0.005679878 sec., 851074.6181520096 rows/sec., 55.81 MiB/sec.
12665 2025.01.09 01:11:19.563799 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12666 2025.01.09 01:11:19.564148 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12667 2025.01.09 01:11:19.564254 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_96_19} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12668 2025.01.09 01:11:19.564408 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
12669 2025.01.09 01:11:19.564530 [ 187 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29757 rows, containing 5 columns (5 merged, 0 gathered) in 0.012801449 sec., 2324502.484054735 rows/sec., 156.23 MiB/sec.
12670 2025.01.09 01:11:19.564895 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
12671 2025.01.09 01:11:19.565177 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12672 2025.01.09 01:11:19.565250 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19
12673 2025.01.09 01:11:19.565320 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
12674 2025.01.09 01:11:20.557673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999
12675 2025.01.09 01:11:20.558414 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12676 2025.01.09 01:11:20.558465 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12677 2025.01.09 01:11:20.559024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12678 2025.01.09 01:11:20.559285 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12679 2025.01.09 01:11:20.559456 [ 25 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12680 2025.01.09 01:11:20.559497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
12681 2025.01.09 01:11:20.559513 [ 25 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12682 2025.01.09 01:11:20.559540 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.49 GiB.
12683 2025.01.09 01:11:20.559697 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
12684 2025.01.09 01:11:20.559949 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12685 2025.01.09 01:11:20.560023 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part
12686 2025.01.09 01:11:20.560162 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
12687 2025.01.09 01:11:20.560370 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
12688 2025.01.09 01:11:20.560640 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
12689 2025.01.09 01:11:20.560843 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
12690 2025.01.09 01:11:20.561005 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
12691 2025.01.09 01:11:20.563820 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004196414 sec., 6672125.295549963 rows/sec., 95.45 MiB/sec.
12692 2025.01.09 01:11:20.564206 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12693 2025.01.09 01:11:20.564558 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12694 2025.01.09 01:11:20.564657 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_61_12} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12695 2025.01.09 01:11:20.564782 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
12696 2025.01.09 01:11:22.543992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12697 2025.01.09 01:11:22.566342 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12698 2025.01.09 01:11:22.566393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12699 2025.01.09 01:11:22.573952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12700 2025.01.09 01:11:22.574766 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12701 2025.01.09 01:11:22.575215 [ 73 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12702 2025.01.09 01:11:22.575393 [ 73 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12703 2025.01.09 01:11:22.575491 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12704 2025.01.09 01:11:22.576071 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
12705 2025.01.09 01:11:22.592607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12706 2025.01.09 01:11:22.594070 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12707 2025.01.09 01:11:22.595746 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
12708 2025.01.09 01:11:22.601601 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
12709 2025.01.09 01:11:22.607378 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
12710 2025.01.09 01:11:22.613194 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
12711 2025.01.09 01:11:22.619080 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
12712 2025.01.09 01:11:22.623584 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
12713 2025.01.09 01:11:22.683466 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107766082 sec., 4268.504444654488 rows/sec., 22.07 MiB/sec.
12714 2025.01.09 01:11:22.687037 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12715 2025.01.09 01:11:22.691049 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12716 2025.01.09 01:11:22.691175 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_61_12} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12717 2025.01.09 01:11:22.693948 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
12718 2025.01.09 01:11:23.000236 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.23 MiB, peak 263.66 MiB, free memory in arenas 0.00 B, will set to 251.36 MiB (RSS), difference: 1.14 MiB
12719 2025.01.09 01:11:23.206253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1774
12720 2025.01.09 01:11:23.209659 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12721 2025.01.09 01:11:23.209721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12722 2025.01.09 01:11:23.211244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12723 2025.01.09 01:11:23.211564 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12724 2025.01.09 01:11:23.212304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774
12725 2025.01.09 01:11:24.548028 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12726 2025.01.09 01:11:24.548348 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12727 2025.01.09 01:11:24.548476 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12728 2025.01.09 01:11:24.549457 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12729 2025.01.09 01:11:24.549512 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12730 2025.01.09 01:11:24.549968 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12731 2025.01.09 01:11:24.550235 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12732 2025.01.09 01:11:24.550510 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002238 sec., 50938.33780160858 rows/sec., 4.33 MiB/sec.
12733 2025.01.09 01:11:24.550635 [ 276 ] {8c0a90d3-f26b-42e6-91fa-0ef11297ac3b} <Debug> TCPHandler: Processed in 0.002804253 sec.
12734 2025.01.09 01:11:24.550957 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12735 2025.01.09 01:11:24.551206 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12736 2025.01.09 01:11:24.551291 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12737 2025.01.09 01:11:24.552129 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12738 2025.01.09 01:11:24.552184 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12739 2025.01.09 01:11:24.552633 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12740 2025.01.09 01:11:24.552903 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12741 2025.01.09 01:11:24.553129 [ 119 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12742 2025.01.09 01:11:24.553170 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002024 sec., 15316.205533596836 rows/sec., 1.12 MiB/sec.
12743 2025.01.09 01:11:24.553247 [ 119 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12744 2025.01.09 01:11:24.553321 [ 279 ] {41921086-712a-4ac4-8d39-fcfaffb508ad} <Debug> TCPHandler: Processed in 0.002559328 sec.
12745 2025.01.09 01:11:24.553335 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12746 2025.01.09 01:11:24.553695 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12747 2025.01.09 01:11:24.553773 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
12748 2025.01.09 01:11:24.554162 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12749 2025.01.09 01:11:24.554369 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12750 2025.01.09 01:11:24.554430 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12751 2025.01.09 01:11:24.554617 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 62 rows starting from the beginning of the part
12752 2025.01.09 01:11:24.555178 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 37 rows starting from the beginning of the part
12753 2025.01.09 01:11:24.555765 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 15 rows starting from the beginning of the part
12754 2025.01.09 01:11:24.556351 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 31 rows starting from the beginning of the part
12755 2025.01.09 01:11:24.556881 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 21 rows starting from the beginning of the part
12756 2025.01.09 01:11:24.557283 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part
12757 2025.01.09 01:11:24.558670 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12758 2025.01.09 01:11:24.558742 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12759 2025.01.09 01:11:24.559759 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12760 2025.01.09 01:11:24.560293 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.006767092 sec., 29111.470628742747 rows/sec., 2.20 MiB/sec.
12761 2025.01.09 01:11:24.560302 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12762 2025.01.09 01:11:24.560729 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12763 2025.01.09 01:11:24.560865 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.006827 sec., 12743.518382891461 rows/sec., 1018.76 KiB/sec.
12764 2025.01.09 01:11:24.561364 [ 276 ] {231f62e1-96ac-4fea-8526-4acb98aebd43} <Debug> TCPHandler: Processed in 0.007908529 sec.
12765 2025.01.09 01:11:24.561723 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12766 2025.01.09 01:11:24.561798 [ 198 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12767 2025.01.09 01:11:24.562225 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12768 2025.01.09 01:11:24.562357 [ 198 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_86_17} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12769 2025.01.09 01:11:24.562458 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12770 2025.01.09 01:11:24.562727 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12771 2025.01.09 01:11:24.563326 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12772 2025.01.09 01:11:24.563371 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12773 2025.01.09 01:11:24.563791 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12774 2025.01.09 01:11:24.564043 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12775 2025.01.09 01:11:24.564266 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002246 sec., 66785.3962600178 rows/sec., 4.63 MiB/sec.
12776 2025.01.09 01:11:24.564343 [ 279 ] {3037606d-b83a-4a72-b6ef-b3dd8ba207c8} <Debug> TCPHandler: Processed in 0.002818424 sec.
12777 2025.01.09 01:11:24.564547 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12778 2025.01.09 01:11:24.564686 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12779 2025.01.09 01:11:24.564771 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12780 2025.01.09 01:11:24.566020 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12781 2025.01.09 01:11:24.566061 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12782 2025.01.09 01:11:24.566766 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12783 2025.01.09 01:11:24.567039 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12784 2025.01.09 01:11:24.567247 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12785 2025.01.09 01:11:24.567312 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002652 sec., 11689.291101055807 rows/sec., 20.95 MiB/sec.
12786 2025.01.09 01:11:24.567334 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12787 2025.01.09 01:11:24.567409 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12788 2025.01.09 01:11:24.567711 [ 276 ] {2a7dcfa5-be23-44ef-9124-ab4a42952c84} <Debug> TCPHandler: Processed in 0.003248794 sec.
12789 2025.01.09 01:11:24.567854 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
12790 2025.01.09 01:11:24.567950 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12791 2025.01.09 01:11:24.568122 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12792 2025.01.09 01:11:24.568206 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12793 2025.01.09 01:11:24.568256 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12794 2025.01.09 01:11:24.568368 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1547 rows starting from the beginning of the part
12795 2025.01.09 01:11:24.569028 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 31 rows starting from the beginning of the part
12796 2025.01.09 01:11:24.569663 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
12797 2025.01.09 01:11:24.569730 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12798 2025.01.09 01:11:24.569782 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12799 2025.01.09 01:11:24.570167 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 31 rows starting from the beginning of the part
12800 2025.01.09 01:11:24.570663 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part
12801 2025.01.09 01:11:24.570897 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12802 2025.01.09 01:11:24.571148 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part
12803 2025.01.09 01:11:24.571560 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12804 2025.01.09 01:11:24.571930 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003857 sec., 12963.443090484832 rows/sec., 910.23 KiB/sec.
12805 2025.01.09 01:11:24.572025 [ 279 ] {8dd9e543-4104-4930-94ec-5fdace9d2a84} <Debug> TCPHandler: Processed in 0.004181694 sec.
12806 2025.01.09 01:11:24.580437 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 19 columns (19 merged, 0 gathered) in 0.01282741 sec., 129098.54756338186 rows/sec., 231.34 MiB/sec.
12807 2025.01.09 01:11:24.582124 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12808 2025.01.09 01:11:24.582585 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12809 2025.01.09 01:11:24.582678 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12810 2025.01.09 01:11:24.582846 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
12811 2025.01.09 01:11:25.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.88 MiB, peak 263.66 MiB, free memory in arenas 0.00 B, will set to 256.21 MiB (RSS), difference: 4.34 MiB
12812 2025.01.09 01:11:27.164525 [ 42 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0
12813 2025.01.09 01:11:27.164644 [ 42 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12814 2025.01.09 01:11:27.164687 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12815 2025.01.09 01:11:27.164925 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full
12816 2025.01.09 01:11:27.165236 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12817 2025.01.09 01:11:27.165306 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part
12818 2025.01.09 01:11:27.165436 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
12819 2025.01.09 01:11:27.165639 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
12820 2025.01.09 01:11:27.165903 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
12821 2025.01.09 01:11:27.166153 [ 192 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
12822 2025.01.09 01:11:27.167297 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002489146 sec., 12855.81480555982 rows/sec., 1.07 MiB/sec.
12823 2025.01.09 01:11:27.167587 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary)
12824 2025.01.09 01:11:27.168111 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12825 2025.01.09 01:11:27.168210 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_26_6} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6
12826 2025.01.09 01:11:27.168320 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12827 2025.01.09 01:11:27.832307 [ 42 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
12828 2025.01.09 01:11:27.832364 [ 42 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12829 2025.01.09 01:11:27.832383 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12830 2025.01.09 01:11:27.832572 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
12831 2025.01.09 01:11:27.832958 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12832 2025.01.09 01:11:27.833001 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part
12833 2025.01.09 01:11:27.833069 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
12834 2025.01.09 01:11:27.833281 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
12835 2025.01.09 01:11:27.833572 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12836 2025.01.09 01:11:27.833886 [ 196 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
12837 2025.01.09 01:11:27.835155 [ 193 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.00267204 sec., 94309.96541967934 rows/sec., 4.81 MiB/sec.
12838 2025.01.09 01:11:27.835373 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
12839 2025.01.09 01:11:27.835734 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12840 2025.01.09 01:11:27.835825 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_42_9} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
12841 2025.01.09 01:11:27.835927 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12842 2025.01.09 01:11:27.864750 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
12843 2025.01.09 01:11:27.864806 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
12844 2025.01.09 01:11:28.059647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487
12845 2025.01.09 01:11:28.060382 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12846 2025.01.09 01:11:28.060432 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12847 2025.01.09 01:11:28.060969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12848 2025.01.09 01:11:28.061248 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12849 2025.01.09 01:11:28.061485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487
12850 2025.01.09 01:11:29.550421 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12851 2025.01.09 01:11:29.550641 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12852 2025.01.09 01:11:29.550727 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12853 2025.01.09 01:11:29.551563 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12854 2025.01.09 01:11:29.551609 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12855 2025.01.09 01:11:29.552052 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12856 2025.01.09 01:11:29.552318 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12857 2025.01.09 01:11:29.552561 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec.
12858 2025.01.09 01:11:29.552693 [ 276 ] {8a03d882-8e9f-41b9-be92-efc55001d7ce} <Debug> TCPHandler: Processed in 0.002416034 sec.
12859 2025.01.09 01:11:29.553032 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12860 2025.01.09 01:11:29.553254 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12861 2025.01.09 01:11:29.553339 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12862 2025.01.09 01:11:29.554288 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12863 2025.01.09 01:11:29.554345 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12864 2025.01.09 01:11:29.554803 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12865 2025.01.09 01:11:29.555065 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12866 2025.01.09 01:11:29.555301 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002108 sec., 101992.40986717267 rows/sec., 8.91 MiB/sec.
12867 2025.01.09 01:11:29.555370 [ 279 ] {c37e61a6-08b5-4b87-a3e0-c936aaa1abda} <Debug> TCPHandler: Processed in 0.002540968 sec.
12868 2025.01.09 01:11:29.555540 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12869 2025.01.09 01:11:29.555687 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12870 2025.01.09 01:11:29.555749 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12871 2025.01.09 01:11:29.556409 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12872 2025.01.09 01:11:29.556448 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12873 2025.01.09 01:11:29.556823 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12874 2025.01.09 01:11:29.557064 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12875 2025.01.09 01:11:29.557250 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.0016 sec., 9375 rows/sec., 661.01 KiB/sec.
12876 2025.01.09 01:11:29.557305 [ 276 ] {5fba5221-fe7d-4554-b704-76ee2f7b6f15} <Debug> TCPHandler: Processed in 0.001836601 sec.
12877 2025.01.09 01:11:29.557451 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12878 2025.01.09 01:11:29.557599 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12879 2025.01.09 01:11:29.557660 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12880 2025.01.09 01:11:29.558318 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12881 2025.01.09 01:11:29.558361 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12882 2025.01.09 01:11:29.558728 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12883 2025.01.09 01:11:29.558973 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12884 2025.01.09 01:11:29.559216 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec.
12885 2025.01.09 01:11:29.559286 [ 279 ] {ceef1357-69a6-48e9-bd62-5588b0d2b18b} <Debug> TCPHandler: Processed in 0.001902633 sec.
12886 2025.01.09 01:11:29.559548 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12887 2025.01.09 01:11:29.559708 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12888 2025.01.09 01:11:29.559767 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12889 2025.01.09 01:11:29.560400 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12890 2025.01.09 01:11:29.560441 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12891 2025.01.09 01:11:29.560793 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12892 2025.01.09 01:11:29.561035 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12893 2025.01.09 01:11:29.561256 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
12894 2025.01.09 01:11:29.561309 [ 276 ] {f2b796a0-cdd9-434e-97d6-80c365aaaf89} <Debug> TCPHandler: Processed in 0.001924724 sec.
12895 2025.01.09 01:11:29.561456 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12896 2025.01.09 01:11:29.561602 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12897 2025.01.09 01:11:29.561661 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12898 2025.01.09 01:11:29.562453 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12899 2025.01.09 01:11:29.562494 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12900 2025.01.09 01:11:29.562891 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12901 2025.01.09 01:11:29.563137 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12902 2025.01.09 01:11:29.563378 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001804 sec., 211751.66297117516 rows/sec., 14.98 MiB/sec.
12903 2025.01.09 01:11:29.563463 [ 279 ] {98b38fb4-6373-4532-8823-604293186227} <Debug> TCPHandler: Processed in 0.002071237 sec.
12904 2025.01.09 01:11:29.563640 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12905 2025.01.09 01:11:29.564010 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12906 2025.01.09 01:11:29.564181 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12907 2025.01.09 01:11:29.565197 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12908 2025.01.09 01:11:29.565237 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12909 2025.01.09 01:11:29.565600 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12910 2025.01.09 01:11:29.565834 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12911 2025.01.09 01:11:29.566040 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002175 sec., 2758.6206896551726 rows/sec., 144.13 KiB/sec.
12912 2025.01.09 01:11:29.566092 [ 276 ] {5e9023d5-5d15-45fb-83b0-e3a7ec2960ec} <Debug> TCPHandler: Processed in 0.002547398 sec.
12913 2025.01.09 01:11:29.566244 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12914 2025.01.09 01:11:29.566384 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12915 2025.01.09 01:11:29.566447 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12916 2025.01.09 01:11:29.567123 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12917 2025.01.09 01:11:29.567162 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12918 2025.01.09 01:11:29.567558 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12919 2025.01.09 01:11:29.567812 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12920 2025.01.09 01:11:29.568026 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001675 sec., 135522.38805970148 rows/sec., 9.04 MiB/sec.
12921 2025.01.09 01:11:29.568081 [ 279 ] {9ce709a0-eedc-4535-9be7-ef9e54302a23} <Debug> TCPHandler: Processed in 0.001902603 sec.
12922 2025.01.09 01:11:29.568230 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12923 2025.01.09 01:11:29.568368 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12924 2025.01.09 01:11:29.568429 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12925 2025.01.09 01:11:29.568976 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12926 2025.01.09 01:11:29.569021 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12927 2025.01.09 01:11:29.569409 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12928 2025.01.09 01:11:29.569642 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12929 2025.01.09 01:11:29.569900 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
12930 2025.01.09 01:11:29.570077 [ 276 ] {fa1d8eaf-354a-4e56-92e6-79fc9b4adbab} <Debug> TCPHandler: Processed in 0.001912403 sec.
12931 2025.01.09 01:11:29.570327 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12932 2025.01.09 01:11:29.570471 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12933 2025.01.09 01:11:29.570566 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12934 2025.01.09 01:11:29.571739 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12935 2025.01.09 01:11:29.571777 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12936 2025.01.09 01:11:29.572383 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12937 2025.01.09 01:11:29.572643 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12938 2025.01.09 01:11:29.572879 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002439 sec., 3280.032800328003 rows/sec., 5.88 MiB/sec.
12939 2025.01.09 01:11:29.572991 [ 279 ] {e376bbe6-bd84-4973-b785-0642cef8a808} <Debug> TCPHandler: Processed in 0.002812683 sec.
12940 2025.01.09 01:11:29.573207 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12941 2025.01.09 01:11:29.573430 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12942 2025.01.09 01:11:29.573523 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12943 2025.01.09 01:11:29.574272 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12944 2025.01.09 01:11:29.574311 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12945 2025.01.09 01:11:29.574683 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12946 2025.01.09 01:11:29.574914 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12947 2025.01.09 01:11:29.575156 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001776 sec., 40540.54054054054 rows/sec., 2.59 MiB/sec.
12948 2025.01.09 01:11:29.575220 [ 276 ] {97474c7b-79ac-4153-8804-b1cf5832ac2e} <Debug> TCPHandler: Processed in 0.002125928 sec.
12949 2025.01.09 01:11:30.092739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
12950 2025.01.09 01:11:30.111659 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12951 2025.01.09 01:11:30.111714 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12952 2025.01.09 01:11:30.118615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12953 2025.01.09 01:11:30.119363 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2025.01.09 01:11:30.122039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
12955 2025.01.09 01:11:33.212644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1808
12956 2025.01.09 01:11:33.215945 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12957 2025.01.09 01:11:33.215996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12958 2025.01.09 01:11:33.217486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12959 2025.01.09 01:11:33.217818 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12960 2025.01.09 01:11:33.218433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1808
12961 2025.01.09 01:11:34.547745 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12962 2025.01.09 01:11:34.547965 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12963 2025.01.09 01:11:34.548054 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12964 2025.01.09 01:11:34.548839 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12965 2025.01.09 01:11:34.548888 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12966 2025.01.09 01:11:34.549339 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
12967 2025.01.09 01:11:34.549604 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12968 2025.01.09 01:11:34.549818 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001913 sec., 1045.4783063251436 rows/sec., 85.25 KiB/sec.
12969 2025.01.09 01:11:34.549890 [ 276 ] {f14bc713-2b29-4b8d-ae7b-d69a7879008c} <Debug> TCPHandler: Processed in 0.002292271 sec.
12970 2025.01.09 01:11:34.550161 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12971 2025.01.09 01:11:34.550372 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12972 2025.01.09 01:11:34.550453 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12973 2025.01.09 01:11:34.551292 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12974 2025.01.09 01:11:34.551353 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12975 2025.01.09 01:11:34.551834 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12976 2025.01.09 01:11:34.552138 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12977 2025.01.09 01:11:34.552340 [ 26 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12978 2025.01.09 01:11:34.552404 [ 26 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12979 2025.01.09 01:11:34.552419 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002096 sec., 54866.412213740456 rows/sec., 4.65 MiB/sec.
12980 2025.01.09 01:11:34.552437 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12981 2025.01.09 01:11:34.552587 [ 279 ] {a4b8f367-a01b-44d3-b342-0bfd1602846e} <Debug> TCPHandler: Processed in 0.002565838 sec.
12982 2025.01.09 01:11:34.552634 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12983 2025.01.09 01:11:34.552773 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12984 2025.01.09 01:11:34.552787 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12985 2025.01.09 01:11:34.552823 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1426 rows starting from the beginning of the part
12986 2025.01.09 01:11:34.553066 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1358 rows starting from the beginning of the part
12987 2025.01.09 01:11:34.553178 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12988 2025.01.09 01:11:34.553348 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 52 rows starting from the beginning of the part
12989 2025.01.09 01:11:34.553408 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12990 2025.01.09 01:11:34.553631 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 114 rows starting from the beginning of the part
12991 2025.01.09 01:11:34.554114 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 215 rows starting from the beginning of the part
12992 2025.01.09 01:11:34.554451 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 115 rows starting from the beginning of the part
12993 2025.01.09 01:11:34.556013 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12994 2025.01.09 01:11:34.556085 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
12995 2025.01.09 01:11:34.557088 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
12996 2025.01.09 01:11:34.557456 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12997 2025.01.09 01:11:34.558098 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.005026 sec., 6565.8575407879025 rows/sec., 491.58 KiB/sec.
12998 2025.01.09 01:11:34.558362 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.005802311 sec., 565292.0017558521 rows/sec., 49.54 MiB/sec.
12999 2025.01.09 01:11:34.558546 [ 276 ] {c3421007-62ee-4ca9-87fc-5e2836f5fb98} <Debug> TCPHandler: Processed in 0.005846352 sec.
13000 2025.01.09 01:11:34.558856 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13001 2025.01.09 01:11:34.558884 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13002 2025.01.09 01:11:34.559360 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13003 2025.01.09 01:11:34.559540 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13004 2025.01.09 01:11:34.559822 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13005 2025.01.09 01:11:34.560095 [ 198 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_101_20} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13006 2025.01.09 01:11:34.560272 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
13007 2025.01.09 01:11:34.560667 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13008 2025.01.09 01:11:34.560714 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13009 2025.01.09 01:11:34.561097 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13010 2025.01.09 01:11:34.561361 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13011 2025.01.09 01:11:34.561543 [ 26 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13012 2025.01.09 01:11:34.561609 [ 26 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13013 2025.01.09 01:11:34.561616 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002418 sec., 36807.27874276262 rows/sec., 2.87 MiB/sec.
13014 2025.01.09 01:11:34.561648 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13015 2025.01.09 01:11:34.561776 [ 279 ] {04b00294-0fb4-4bb2-b9d8-06be344fcc2b} <Debug> TCPHandler: Processed in 0.003106601 sec.
13016 2025.01.09 01:11:34.561836 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13017 2025.01.09 01:11:34.561973 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13018 2025.01.09 01:11:34.561986 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13019 2025.01.09 01:11:34.562045 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 903 rows starting from the beginning of the part
13020 2025.01.09 01:11:34.562270 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 844 rows starting from the beginning of the part
13021 2025.01.09 01:11:34.562440 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13022 2025.01.09 01:11:34.562547 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part
13023 2025.01.09 01:11:34.562734 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13024 2025.01.09 01:11:34.562836 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 87 rows starting from the beginning of the part
13025 2025.01.09 01:11:34.563152 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 382 rows starting from the beginning of the part
13026 2025.01.09 01:11:34.563492 [ 193 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 89 rows starting from the beginning of the part
13027 2025.01.09 01:11:34.565336 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13028 2025.01.09 01:11:34.565424 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13029 2025.01.09 01:11:34.566291 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
13030 2025.01.09 01:11:34.566729 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 5 columns (5 merged, 0 gathered) in 0.004942991 sec., 477646.02444147685 rows/sec., 36.57 MiB/sec.
13031 2025.01.09 01:11:34.566828 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13032 2025.01.09 01:11:34.567158 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.004919 sec., 30697.296198414315 rows/sec., 2.13 MiB/sec.
13033 2025.01.09 01:11:34.567247 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13034 2025.01.09 01:11:34.567315 [ 276 ] {6e8c92cb-6605-4783-84db-43110f46c643} <Debug> TCPHandler: Processed in 0.005445763 sec.
13035 2025.01.09 01:11:34.567550 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13036 2025.01.09 01:11:34.567759 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13037 2025.01.09 01:11:34.567774 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13038 2025.01.09 01:11:34.567967 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13039 2025.01.09 01:11:34.567977 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_101_20} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13040 2025.01.09 01:11:34.568283 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
13041 2025.01.09 01:11:34.569458 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13042 2025.01.09 01:11:34.569502 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13043 2025.01.09 01:11:34.570161 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13044 2025.01.09 01:11:34.570503 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13045 2025.01.09 01:11:34.570754 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003049 sec., 10167.267956707117 rows/sec., 18.22 MiB/sec.
13046 2025.01.09 01:11:34.570871 [ 279 ] {3b6eae6b-f96c-4115-a50d-20720c8d4bf8} <Debug> TCPHandler: Processed in 0.003438968 sec.
13047 2025.01.09 01:11:34.571043 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13048 2025.01.09 01:11:34.571183 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13049 2025.01.09 01:11:34.571248 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13050 2025.01.09 01:11:34.571836 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13051 2025.01.09 01:11:34.571881 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13052 2025.01.09 01:11:34.572326 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
13053 2025.01.09 01:11:34.572574 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13054 2025.01.09 01:11:34.572749 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001599 sec., 31269.543464665418 rows/sec., 2.14 MiB/sec.
13055 2025.01.09 01:11:34.572803 [ 276 ] {e5e8e7d2-ea06-4b34-9738-0002110cda13} <Debug> TCPHandler: Processed in 0.001831292 sec.
13056 2025.01.09 01:11:35.561634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914
13057 2025.01.09 01:11:35.562285 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13058 2025.01.09 01:11:35.562335 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13059 2025.01.09 01:11:35.562869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13060 2025.01.09 01:11:35.563127 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13061 2025.01.09 01:11:35.563378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
13062 2025.01.09 01:11:37.622132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
13063 2025.01.09 01:11:37.642879 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13064 2025.01.09 01:11:37.642933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13065 2025.01.09 01:11:37.650177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13066 2025.01.09 01:11:37.650930 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13067 2025.01.09 01:11:37.655023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
13068 2025.01.09 01:11:39.551045 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13069 2025.01.09 01:11:39.551269 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13070 2025.01.09 01:11:39.551357 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13071 2025.01.09 01:11:39.552174 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13072 2025.01.09 01:11:39.552232 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13073 2025.01.09 01:11:39.552692 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13074 2025.01.09 01:11:39.552961 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13075 2025.01.09 01:11:39.553210 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec.
13076 2025.01.09 01:11:39.553280 [ 276 ] {2a3744d9-61ff-470b-b4f4-6cde3edb9f2c} <Debug> TCPHandler: Processed in 0.002384244 sec.
13077 2025.01.09 01:11:39.553547 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13078 2025.01.09 01:11:39.553758 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13079 2025.01.09 01:11:39.553840 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13080 2025.01.09 01:11:39.554764 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13081 2025.01.09 01:11:39.554810 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13082 2025.01.09 01:11:39.555271 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13083 2025.01.09 01:11:39.555524 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13084 2025.01.09 01:11:39.555755 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002055 sec., 104622.87104622871 rows/sec., 9.14 MiB/sec.
13085 2025.01.09 01:11:39.555820 [ 279 ] {9fa39098-ce6b-48bc-bf43-881dee18587f} <Debug> TCPHandler: Processed in 0.002414075 sec.
13086 2025.01.09 01:11:39.555992 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13087 2025.01.09 01:11:39.556140 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13088 2025.01.09 01:11:39.556204 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13089 2025.01.09 01:11:39.556849 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13090 2025.01.09 01:11:39.556890 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13091 2025.01.09 01:11:39.557285 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13092 2025.01.09 01:11:39.557533 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13093 2025.01.09 01:11:39.557756 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001652 sec., 9079.903147699757 rows/sec., 640.20 KiB/sec.
13094 2025.01.09 01:11:39.557812 [ 276 ] {4560c18f-5769-4157-af0c-88c20c212f00} <Debug> TCPHandler: Processed in 0.001890943 sec.
13095 2025.01.09 01:11:39.558017 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13096 2025.01.09 01:11:39.558246 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13097 2025.01.09 01:11:39.558340 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13098 2025.01.09 01:11:39.559006 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13099 2025.01.09 01:11:39.559046 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13100 2025.01.09 01:11:39.559413 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13101 2025.01.09 01:11:39.559651 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13102 2025.01.09 01:11:39.559882 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001692 sec., 8274.231678486998 rows/sec., 579.47 KiB/sec.
13103 2025.01.09 01:11:39.559987 [ 279 ] {ebc73ac7-fac5-4bd9-82ef-abe92e596611} <Debug> TCPHandler: Processed in 0.002077857 sec.
13104 2025.01.09 01:11:39.560202 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13105 2025.01.09 01:11:39.560432 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13106 2025.01.09 01:11:39.560487 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13107 2025.01.09 01:11:39.561079 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13108 2025.01.09 01:11:39.561132 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13109 2025.01.09 01:11:39.561511 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13110 2025.01.09 01:11:39.561761 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13111 2025.01.09 01:11:39.562013 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec.
13112 2025.01.09 01:11:39.562200 [ 276 ] {aad30f2b-bbca-42ce-8d38-18ca18acc9a4} <Debug> TCPHandler: Processed in 0.002121718 sec.
13113 2025.01.09 01:11:39.562417 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13114 2025.01.09 01:11:39.562559 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13115 2025.01.09 01:11:39.562615 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13116 2025.01.09 01:11:39.563446 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13117 2025.01.09 01:11:39.563514 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13118 2025.01.09 01:11:39.563902 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13119 2025.01.09 01:11:39.564140 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13120 2025.01.09 01:11:39.564370 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001836 sec., 208061.00217864924 rows/sec., 14.72 MiB/sec.
13121 2025.01.09 01:11:39.564471 [ 279 ] {ad5a206c-c39b-4ab0-ba00-82a12325532b} <Debug> TCPHandler: Processed in 0.002177469 sec.
13122 2025.01.09 01:11:39.564677 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13123 2025.01.09 01:11:39.565042 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13124 2025.01.09 01:11:39.565229 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13125 2025.01.09 01:11:39.565913 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13126 2025.01.09 01:11:39.565952 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13127 2025.01.09 01:11:39.566337 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13128 2025.01.09 01:11:39.566579 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13129 2025.01.09 01:11:39.566813 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001909 sec., 3143.006809848088 rows/sec., 164.21 KiB/sec.
13130 2025.01.09 01:11:39.566897 [ 276 ] {ffd5fe17-1e9c-43b2-aed5-e650d72fba8a} <Debug> TCPHandler: Processed in 0.002346943 sec.
13131 2025.01.09 01:11:39.567148 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13132 2025.01.09 01:11:39.567378 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13133 2025.01.09 01:11:39.567477 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13134 2025.01.09 01:11:39.568059 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13135 2025.01.09 01:11:39.568098 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13136 2025.01.09 01:11:39.568493 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13137 2025.01.09 01:11:39.568733 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13138 2025.01.09 01:11:39.568909 [ 155 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0
13139 2025.01.09 01:11:39.568973 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001647 sec., 137826.35094110505 rows/sec., 9.19 MiB/sec.
13140 2025.01.09 01:11:39.568996 [ 155 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13141 2025.01.09 01:11:39.569065 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13142 2025.01.09 01:11:39.569097 [ 279 ] {b9e7b106-2d8f-4408-8602-f78bcbc8127a} <Debug> TCPHandler: Processed in 0.002109757 sec.
13143 2025.01.09 01:11:39.569324 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13144 2025.01.09 01:11:39.569398 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full
13145 2025.01.09 01:11:39.569534 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13146 2025.01.09 01:11:39.569676 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13147 2025.01.09 01:11:39.569976 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13148 2025.01.09 01:11:39.570125 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 29757 rows starting from the beginning of the part
13149 2025.01.09 01:11:39.570594 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 120 rows starting from the beginning of the part
13150 2025.01.09 01:11:39.570784 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 150 rows starting from the beginning of the part
13151 2025.01.09 01:11:39.571173 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 227 rows starting from the beginning of the part
13152 2025.01.09 01:11:39.571567 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 151 rows starting from the beginning of the part
13153 2025.01.09 01:11:39.571837 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 227 rows starting from the beginning of the part
13154 2025.01.09 01:11:39.572506 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13155 2025.01.09 01:11:39.572561 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13156 2025.01.09 01:11:39.573310 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13157 2025.01.09 01:11:39.573646 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13158 2025.01.09 01:11:39.573979 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004497 sec., 222.37046920169 rows/sec., 14.98 KiB/sec.
13159 2025.01.09 01:11:39.574365 [ 276 ] {20d07129-370f-4f1d-a3b4-f0e1f6e92d88} <Debug> TCPHandler: Processed in 0.005164067 sec.
13160 2025.01.09 01:11:39.574715 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13161 2025.01.09 01:11:39.575297 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13162 2025.01.09 01:11:39.575529 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13163 2025.01.09 01:11:39.577639 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13164 2025.01.09 01:11:39.577680 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13165 2025.01.09 01:11:39.578612 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13166 2025.01.09 01:11:39.578934 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13167 2025.01.09 01:11:39.579283 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004187 sec., 1910.675901600191 rows/sec., 3.42 MiB/sec.
13168 2025.01.09 01:11:39.579561 [ 279 ] {5dc2197c-3d21-4d91-baef-337ad4c1e33d} <Debug> TCPHandler: Processed in 0.005053544 sec.
13169 2025.01.09 01:11:39.579731 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13170 2025.01.09 01:11:39.579877 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13171 2025.01.09 01:11:39.579941 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13172 2025.01.09 01:11:39.580768 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13173 2025.01.09 01:11:39.580812 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13174 2025.01.09 01:11:39.581273 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13175 2025.01.09 01:11:39.581730 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30632 rows, containing 5 columns (5 merged, 0 gathered) in 0.012488022 sec., 2452910.476935419 rows/sec., 164.91 MiB/sec.
13176 2025.01.09 01:11:39.581813 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13177 2025.01.09 01:11:39.582107 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002251 sec., 31985.78409595735 rows/sec., 2.04 MiB/sec.
13178 2025.01.09 01:11:39.582183 [ 276 ] {a716e442-1109-4786-9fe4-ee7d5a54a24b} <Debug> TCPHandler: Processed in 0.002520948 sec.
13179 2025.01.09 01:11:39.582268 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
13180 2025.01.09 01:11:39.582583 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13181 2025.01.09 01:11:39.582672 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20
13182 2025.01.09 01:11:39.582765 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
13183 2025.01.09 01:11:42.864855 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
13184 2025.01.09 01:11:42.864919 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
13185 2025.01.09 01:11:43.001585 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001153626 sec.
13186 2025.01.09 01:11:43.063529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402
13187 2025.01.09 01:11:43.064230 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13188 2025.01.09 01:11:43.064285 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13189 2025.01.09 01:11:43.064833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13190 2025.01.09 01:11:43.065092 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13191 2025.01.09 01:11:43.065344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402
13192 2025.01.09 01:11:43.218712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1844
13193 2025.01.09 01:11:43.222255 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13194 2025.01.09 01:11:43.222321 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13195 2025.01.09 01:11:43.223815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13196 2025.01.09 01:11:43.224132 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13197 2025.01.09 01:11:43.224387 [ 110 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
13198 2025.01.09 01:11:43.224510 [ 110 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13199 2025.01.09 01:11:43.224583 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13200 2025.01.09 01:11:43.225083 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
13201 2025.01.09 01:11:43.226616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1844
13202 2025.01.09 01:11:43.227270 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13203 2025.01.09 01:11:43.227445 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1660 rows starting from the beginning of the part
13204 2025.01.09 01:11:43.227959 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
13205 2025.01.09 01:11:43.228462 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part
13206 2025.01.09 01:11:43.228950 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part
13207 2025.01.09 01:11:43.229411 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part
13208 2025.01.09 01:11:43.229844 [ 200 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part
13209 2025.01.09 01:11:43.238371 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 72 columns (72 merged, 0 gathered) in 0.013618768 sec., 135401.38138780248 rows/sec., 102.62 MiB/sec.
13210 2025.01.09 01:11:43.240713 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
13211 2025.01.09 01:11:43.241513 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13212 2025.01.09 01:11:43.241601 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_46_9} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
13213 2025.01.09 01:11:43.241931 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
13214 2025.01.09 01:11:44.547794 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13215 2025.01.09 01:11:44.548009 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13216 2025.01.09 01:11:44.548092 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13217 2025.01.09 01:11:44.548963 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13218 2025.01.09 01:11:44.549008 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13219 2025.01.09 01:11:44.549466 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13220 2025.01.09 01:11:44.549741 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13221 2025.01.09 01:11:44.549951 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002004 sec., 56886.22754491017 rows/sec., 4.83 MiB/sec.
13222 2025.01.09 01:11:44.550015 [ 276 ] {5fd7ab00-2ff6-4c36-ba9f-81cb86157582} <Debug> TCPHandler: Processed in 0.002363773 sec.
13223 2025.01.09 01:11:44.550284 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13224 2025.01.09 01:11:44.550501 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13225 2025.01.09 01:11:44.550585 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13226 2025.01.09 01:11:44.551330 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13227 2025.01.09 01:11:44.551380 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13228 2025.01.09 01:11:44.551844 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13229 2025.01.09 01:11:44.552109 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13230 2025.01.09 01:11:44.552344 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001905 sec., 16272.965879265092 rows/sec., 1.19 MiB/sec.
13231 2025.01.09 01:11:44.552411 [ 279 ] {821da144-ab37-42b1-ba53-d94c99c1d676} <Debug> TCPHandler: Processed in 0.002270341 sec.
13232 2025.01.09 01:11:44.552580 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13233 2025.01.09 01:11:44.552729 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13234 2025.01.09 01:11:44.552791 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13235 2025.01.09 01:11:44.553521 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13236 2025.01.09 01:11:44.553568 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13237 2025.01.09 01:11:44.553962 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13238 2025.01.09 01:11:44.554210 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13239 2025.01.09 01:11:44.554411 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001719 sec., 50610.8202443281 rows/sec., 3.95 MiB/sec.
13240 2025.01.09 01:11:44.554479 [ 276 ] {26c7857c-0b7c-4f9d-8ee5-3029d017df2f} <Debug> TCPHandler: Processed in 0.001970415 sec.
13241 2025.01.09 01:11:44.554627 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13242 2025.01.09 01:11:44.554771 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13243 2025.01.09 01:11:44.554837 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13244 2025.01.09 01:11:44.555520 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13245 2025.01.09 01:11:44.555568 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13246 2025.01.09 01:11:44.555987 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13247 2025.01.09 01:11:44.556227 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13248 2025.01.09 01:11:44.556450 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001713 sec., 87565.67425569177 rows/sec., 6.07 MiB/sec.
13249 2025.01.09 01:11:44.556505 [ 279 ] {65458078-f369-49e1-a6ee-2fcf88a54492} <Debug> TCPHandler: Processed in 0.001935683 sec.
13250 2025.01.09 01:11:44.556651 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13251 2025.01.09 01:11:44.556791 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13252 2025.01.09 01:11:44.556887 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13253 2025.01.09 01:11:44.558188 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13254 2025.01.09 01:11:44.558229 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13255 2025.01.09 01:11:44.558916 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13256 2025.01.09 01:11:44.559189 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13257 2025.01.09 01:11:44.559441 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00268 sec., 11567.164179104477 rows/sec., 20.73 MiB/sec.
13258 2025.01.09 01:11:44.559565 [ 276 ] {8d0455a2-ab18-4704-aa29-639dc1f67593} <Debug> TCPHandler: Processed in 0.002976198 sec.
13259 2025.01.09 01:11:44.559768 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13260 2025.01.09 01:11:44.559889 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13261 2025.01.09 01:11:44.559941 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13262 2025.01.09 01:11:44.560434 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13263 2025.01.09 01:11:44.560474 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13264 2025.01.09 01:11:44.560859 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13265 2025.01.09 01:11:44.561105 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13266 2025.01.09 01:11:44.561261 [ 65 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13267 2025.01.09 01:11:44.561282 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001419 sec., 35236.08174770966 rows/sec., 2.42 MiB/sec.
13268 2025.01.09 01:11:44.561304 [ 65 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13269 2025.01.09 01:11:44.561340 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13270 2025.01.09 01:11:44.561352 [ 279 ] {8dd4aad7-f18d-40fc-b020-03ee372c8779} <Debug> TCPHandler: Processed in 0.001641127 sec.
13271 2025.01.09 01:11:44.561515 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13272 2025.01.09 01:11:44.561639 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13273 2025.01.09 01:11:44.561677 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4834 rows starting from the beginning of the part
13274 2025.01.09 01:11:44.561757 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 50 rows starting from the beginning of the part
13275 2025.01.09 01:11:44.561983 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 72 rows starting from the beginning of the part
13276 2025.01.09 01:11:44.562170 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 50 rows starting from the beginning of the part
13277 2025.01.09 01:11:44.562307 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part
13278 2025.01.09 01:11:44.562510 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 50 rows starting from the beginning of the part
13279 2025.01.09 01:11:44.564386 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5128 rows, containing 4 columns (4 merged, 0 gathered) in 0.002955407 sec., 1735124.8068370954 rows/sec., 113.85 MiB/sec.
13280 2025.01.09 01:11:44.564915 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13281 2025.01.09 01:11:44.565449 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13282 2025.01.09 01:11:44.565606 [ 188 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_101_20} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13283 2025.01.09 01:11:44.565741 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
13284 2025.01.09 01:11:45.019704 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13285 2025.01.09 01:11:45.019917 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13286 2025.01.09 01:11:45.020000 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13287 2025.01.09 01:11:45.020820 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13288 2025.01.09 01:11:45.020870 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13289 2025.01.09 01:11:45.021318 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13290 2025.01.09 01:11:45.021593 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13291 2025.01.09 01:11:45.021811 [ 65 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13292 2025.01.09 01:11:45.021877 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
13293 2025.01.09 01:11:45.021943 [ 65 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13294 2025.01.09 01:11:45.022023 [ 276 ] {008dbe0b-c59a-4f83-b0d2-46067fad65d6} <Debug> TCPHandler: Processed in 0.002456966 sec.
13295 2025.01.09 01:11:45.022031 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13296 2025.01.09 01:11:45.022293 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
13297 2025.01.09 01:11:45.022397 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13298 2025.01.09 01:11:45.022461 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13299 2025.01.09 01:11:45.022509 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part
13300 2025.01.09 01:11:45.022723 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
13301 2025.01.09 01:11:45.022954 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13302 2025.01.09 01:11:45.023026 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
13303 2025.01.09 01:11:45.023176 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13304 2025.01.09 01:11:45.023271 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
13305 2025.01.09 01:11:45.023671 [ 186 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
13306 2025.01.09 01:11:45.025639 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13307 2025.01.09 01:11:45.025717 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13308 2025.01.09 01:11:45.026127 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003928889 sec., 17816.74157758084 rows/sec., 1.32 MiB/sec.
13309 2025.01.09 01:11:45.026357 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13310 2025.01.09 01:11:45.026540 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13311 2025.01.09 01:11:45.026864 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13312 2025.01.09 01:11:45.027051 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13313 2025.01.09 01:11:45.027054 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_45_11} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13314 2025.01.09 01:11:45.027230 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13315 2025.01.09 01:11:45.027405 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004656 sec., 429.553264604811 rows/sec., 35.03 KiB/sec.
13316 2025.01.09 01:11:45.027483 [ 279 ] {2a2f4d76-9dff-416c-ab0f-f855af84ca7f} <Debug> TCPHandler: Processed in 0.005339161 sec.
13317 2025.01.09 01:11:45.027661 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13318 2025.01.09 01:11:45.027791 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13319 2025.01.09 01:11:45.027845 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13320 2025.01.09 01:11:45.029173 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13321 2025.01.09 01:11:45.029215 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13322 2025.01.09 01:11:45.029656 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13323 2025.01.09 01:11:45.029893 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13324 2025.01.09 01:11:45.030140 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002422 sec., 559867.8777869529 rows/sec., 46.72 MiB/sec.
13325 2025.01.09 01:11:45.030395 [ 276 ] {4c864193-f9e8-4bed-801e-f787aa96cd0e} <Debug> TCPHandler: Processed in 0.002792043 sec.
13326 2025.01.09 01:11:45.030703 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13327 2025.01.09 01:11:45.031106 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13328 2025.01.09 01:11:45.031272 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13329 2025.01.09 01:11:45.033432 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13330 2025.01.09 01:11:45.033470 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13331 2025.01.09 01:11:45.033841 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13332 2025.01.09 01:11:45.034086 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13333 2025.01.09 01:11:45.034241 [ 65 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13334 2025.01.09 01:11:45.034283 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.003327 sec., 5109.70844604749 rows/sec., 359.86 KiB/sec.
13335 2025.01.09 01:11:45.034294 [ 65 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13336 2025.01.09 01:11:45.034335 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13337 2025.01.09 01:11:45.034361 [ 279 ] {ff4b6bba-2ccc-4c1d-ad50-57090adbf309} <Debug> TCPHandler: Processed in 0.003859577 sec.
13338 2025.01.09 01:11:45.034547 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13339 2025.01.09 01:11:45.034571 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13340 2025.01.09 01:11:45.034689 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13341 2025.01.09 01:11:45.034730 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 62 rows starting from the beginning of the part
13342 2025.01.09 01:11:45.034734 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13343 2025.01.09 01:11:45.034804 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13344 2025.01.09 01:11:45.034853 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 15 rows starting from the beginning of the part
13345 2025.01.09 01:11:45.035041 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 33 rows starting from the beginning of the part
13346 2025.01.09 01:11:45.035568 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 15 rows starting from the beginning of the part
13347 2025.01.09 01:11:45.035975 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 31 rows starting from the beginning of the part
13348 2025.01.09 01:11:45.036430 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 17 rows starting from the beginning of the part
13349 2025.01.09 01:11:45.037494 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13350 2025.01.09 01:11:45.037545 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13351 2025.01.09 01:11:45.038140 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.003717174 sec., 46540.73228748506 rows/sec., 3.49 MiB/sec.
13352 2025.01.09 01:11:45.038147 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13353 2025.01.09 01:11:45.038262 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13354 2025.01.09 01:11:45.038453 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13355 2025.01.09 01:11:45.038581 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13356 2025.01.09 01:11:45.038701 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004 sec., 60500 rows/sec., 4.10 MiB/sec.
13357 2025.01.09 01:11:45.038711 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_91_18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13358 2025.01.09 01:11:45.038786 [ 276 ] {16f0ce14-0796-47c1-a927-18306c838785} <Debug> TCPHandler: Processed in 0.004303688 sec.
13359 2025.01.09 01:11:45.038820 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13360 2025.01.09 01:11:45.039028 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13361 2025.01.09 01:11:45.039251 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13362 2025.01.09 01:11:45.039340 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13363 2025.01.09 01:11:45.040084 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13364 2025.01.09 01:11:45.040123 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13365 2025.01.09 01:11:45.040494 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13366 2025.01.09 01:11:45.040735 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13367 2025.01.09 01:11:45.040908 [ 54 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13368 2025.01.09 01:11:45.040962 [ 54 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2025.01.09 01:11:45.040972 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001769 sec., 7348.784624081402 rows/sec., 458.19 KiB/sec.
13370 2025.01.09 01:11:45.041000 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13371 2025.01.09 01:11:45.041127 [ 279 ] {cd452f5e-c78e-4ac2-be50-796344a929a6} <Debug> TCPHandler: Processed in 0.002205619 sec.
13372 2025.01.09 01:11:45.041219 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
13373 2025.01.09 01:11:45.041331 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13374 2025.01.09 01:11:45.041423 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13375 2025.01.09 01:11:45.041505 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part
13376 2025.01.09 01:11:45.041577 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13377 2025.01.09 01:11:45.041743 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
13378 2025.01.09 01:11:45.041759 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13379 2025.01.09 01:11:45.042115 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part
13380 2025.01.09 01:11:45.042572 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
13381 2025.01.09 01:11:45.042985 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part
13382 2025.01.09 01:11:45.045201 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13383 2025.01.09 01:11:45.045297 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13384 2025.01.09 01:11:45.045540 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00441915 sec., 14708.710951201023 rows/sec., 974.54 KiB/sec.
13385 2025.01.09 01:11:45.045738 [ 188 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13386 2025.01.09 01:11:45.046177 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13387 2025.01.09 01:11:45.046281 [ 194 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13388 2025.01.09 01:11:45.046413 [ 194 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_45_11} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13389 2025.01.09 01:11:45.046524 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13390 2025.01.09 01:11:45.046563 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13391 2025.01.09 01:11:45.046754 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005253 sec., 159908.62364363222 rows/sec., 11.55 MiB/sec.
13392 2025.01.09 01:11:45.046817 [ 276 ] {60cd7bb7-9dbb-443f-a200-4e0e16922540} <Debug> TCPHandler: Processed in 0.005575876 sec.
13393 2025.01.09 01:11:45.047022 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13394 2025.01.09 01:11:45.047240 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13395 2025.01.09 01:11:45.047343 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13396 2025.01.09 01:11:45.047994 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13397 2025.01.09 01:11:45.048032 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13398 2025.01.09 01:11:45.048403 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13399 2025.01.09 01:11:45.048658 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13400 2025.01.09 01:11:45.048907 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001717 sec., 3494.4670937682004 rows/sec., 182.57 KiB/sec.
13401 2025.01.09 01:11:45.049070 [ 279 ] {7847dd60-1dd8-4359-a699-1dc28462ae1d} <Debug> TCPHandler: Processed in 0.002155839 sec.
13402 2025.01.09 01:11:45.049288 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13403 2025.01.09 01:11:45.049424 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13404 2025.01.09 01:11:45.049484 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13405 2025.01.09 01:11:45.050230 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13406 2025.01.09 01:11:45.050270 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13407 2025.01.09 01:11:45.050716 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13408 2025.01.09 01:11:45.050963 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13409 2025.01.09 01:11:45.051142 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001749 sec., 545454.5454545455 rows/sec., 36.23 MiB/sec.
13410 2025.01.09 01:11:45.051193 [ 276 ] {de36a311-0f59-4d52-8d76-e549c34702b1} <Debug> TCPHandler: Processed in 0.002011386 sec.
13411 2025.01.09 01:11:45.051380 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13412 2025.01.09 01:11:45.051598 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13413 2025.01.09 01:11:45.051690 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13414 2025.01.09 01:11:45.052168 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2025.01.09 01:11:45.052205 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13416 2025.01.09 01:11:45.052564 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13417 2025.01.09 01:11:45.052804 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13418 2025.01.09 01:11:45.053049 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec.
13419 2025.01.09 01:11:45.053161 [ 279 ] {daf0ec5e-fbdb-425e-aaa8-039eadb0bf97} <Debug> TCPHandler: Processed in 0.001885142 sec.
13420 2025.01.09 01:11:45.053373 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13421 2025.01.09 01:11:45.053618 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13422 2025.01.09 01:11:45.053709 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13423 2025.01.09 01:11:45.054766 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13424 2025.01.09 01:11:45.054805 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13425 2025.01.09 01:11:45.055394 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13426 2025.01.09 01:11:45.055659 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13427 2025.01.09 01:11:45.055809 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13428 2025.01.09 01:11:45.055848 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13429 2025.01.09 01:11:45.055861 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002289 sec., 3494.9759720401926 rows/sec., 6.26 MiB/sec.
13430 2025.01.09 01:11:45.055872 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13431 2025.01.09 01:11:45.056173 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13432 2025.01.09 01:11:45.056306 [ 276 ] {da4e68ec-92f8-4210-9785-846db1cae726} <Debug> TCPHandler: Processed in 0.003060019 sec.
13433 2025.01.09 01:11:45.056701 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13434 2025.01.09 01:11:45.057223 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13435 2025.01.09 01:11:45.057474 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13436 2025.01.09 01:11:45.058106 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13437 2025.01.09 01:11:45.058355 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1656 rows starting from the beginning of the part
13438 2025.01.09 01:11:45.059125 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part
13439 2025.01.09 01:11:45.059847 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13440 2025.01.09 01:11:45.059868 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 31 rows starting from the beginning of the part
13441 2025.01.09 01:11:45.059922 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13442 2025.01.09 01:11:45.060424 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part
13443 2025.01.09 01:11:45.061114 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 31 rows starting from the beginning of the part
13444 2025.01.09 01:11:45.061306 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13445 2025.01.09 01:11:45.061621 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part
13446 2025.01.09 01:11:45.062130 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13447 2025.01.09 01:11:45.062758 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.005745 sec., 5570.06092254134 rows/sec., 329.77 KiB/sec.
13448 2025.01.09 01:11:45.062835 [ 279 ] {6255ac78-7af6-4104-90ce-6dee1d3d4cb1} <Debug> TCPHandler: Processed in 0.006425865 sec.
13449 2025.01.09 01:11:45.071701 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 19 columns (19 merged, 0 gathered) in 0.015747615 sec., 110619.92562048286 rows/sec., 198.23 MiB/sec.
13450 2025.01.09 01:11:45.073671 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13451 2025.01.09 01:11:45.074102 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13452 2025.01.09 01:11:45.074197 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13453 2025.01.09 01:11:45.074360 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.04 MiB.
13454 2025.01.09 01:11:45.155113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
13455 2025.01.09 01:11:45.177064 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13456 2025.01.09 01:11:45.177116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB.
13457 2025.01.09 01:11:45.184609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13458 2025.01.09 01:11:45.185392 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13459 2025.01.09 01:11:45.188232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
13460 2025.01.09 01:11:46.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.75 MiB, peak 274.21 MiB, free memory in arenas 0.00 B, will set to 260.18 MiB (RSS), difference: 2.44 MiB
13461 2025.01.09 01:11:49.545412 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13462 2025.01.09 01:11:49.545643 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13463 2025.01.09 01:11:49.545727 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13464 2025.01.09 01:11:49.546521 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13465 2025.01.09 01:11:49.546567 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13466 2025.01.09 01:11:49.547041 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13467 2025.01.09 01:11:49.547302 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13468 2025.01.09 01:11:49.547518 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001937 sec., 26845.637583892618 rows/sec., 2.05 MiB/sec.
13469 2025.01.09 01:11:49.547583 [ 276 ] {6d3adc0c-fc8a-4b2a-842a-5c8cf11975e2} <Debug> TCPHandler: Processed in 0.002319982 sec.
13470 2025.01.09 01:11:49.547845 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13471 2025.01.09 01:11:49.548065 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13472 2025.01.09 01:11:49.548149 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13473 2025.01.09 01:11:49.549008 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13474 2025.01.09 01:11:49.549063 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13475 2025.01.09 01:11:49.549500 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13476 2025.01.09 01:11:49.549760 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13477 2025.01.09 01:11:49.549997 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002043 sec., 27410.67058247675 rows/sec., 2.14 MiB/sec.
13478 2025.01.09 01:11:49.550060 [ 279 ] {bdbd5ea2-6b97-478a-bb84-438569b34f46} <Debug> TCPHandler: Processed in 0.002406035 sec.
13479 2025.01.09 01:11:49.550274 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13480 2025.01.09 01:11:49.550425 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13481 2025.01.09 01:11:49.550490 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13482 2025.01.09 01:11:49.551132 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13483 2025.01.09 01:11:49.551171 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13484 2025.01.09 01:11:49.551606 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13485 2025.01.09 01:11:49.551851 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13486 2025.01.09 01:11:49.552046 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001659 sec., 72332.73056057865 rows/sec., 5.01 MiB/sec.
13487 2025.01.09 01:11:49.552098 [ 276 ] {de437c36-d173-4292-b921-c52b13e03a30} <Debug> TCPHandler: Processed in 0.001894243 sec.
13488 2025.01.09 01:11:49.552260 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13489 2025.01.09 01:11:49.552393 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13490 2025.01.09 01:11:49.552450 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13491 2025.01.09 01:11:49.552975 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13492 2025.01.09 01:11:49.553018 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13493 2025.01.09 01:11:49.553424 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13494 2025.01.09 01:11:49.553671 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13495 2025.01.09 01:11:49.553880 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001518 sec., 26350.461133069828 rows/sec., 1.81 MiB/sec.
13496 2025.01.09 01:11:49.553934 [ 279 ] {5e3ea0fb-c6e9-411e-a18b-35412a0da298} <Debug> TCPHandler: Processed in 0.001735239 sec.
13497 2025.01.09 01:11:50.565524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829
13498 2025.01.09 01:11:50.566303 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2025.01.09 01:11:50.566356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13500 2025.01.09 01:11:50.566903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13501 2025.01.09 01:11:50.567169 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13502 2025.01.09 01:11:50.567494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
13503 2025.01.09 01:11:52.688330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13504 2025.01.09 01:11:52.710285 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13505 2025.01.09 01:11:52.710347 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13506 2025.01.09 01:11:52.717632 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13507 2025.01.09 01:11:52.718487 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13508 2025.01.09 01:11:52.724629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13509 2025.01.09 01:11:53.226941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1888
13510 2025.01.09 01:11:53.230389 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13511 2025.01.09 01:11:53.230443 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13512 2025.01.09 01:11:53.231943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13513 2025.01.09 01:11:53.232259 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13514 2025.01.09 01:11:53.233632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1888
13515 2025.01.09 01:11:54.547542 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13516 2025.01.09 01:11:54.547851 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13517 2025.01.09 01:11:54.547969 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13518 2025.01.09 01:11:54.548816 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13519 2025.01.09 01:11:54.548869 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13520 2025.01.09 01:11:54.549327 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13521 2025.01.09 01:11:54.549583 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13522 2025.01.09 01:11:54.549781 [ 148 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13523 2025.01.09 01:11:54.549853 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002083 sec., 54728.756601056164 rows/sec., 4.65 MiB/sec.
13524 2025.01.09 01:11:54.549881 [ 148 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13525 2025.01.09 01:11:54.549952 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13526 2025.01.09 01:11:54.549978 [ 276 ] {d33165be-7496-49ef-bf0c-c1d16b609454} <Debug> TCPHandler: Processed in 0.002625129 sec.
13527 2025.01.09 01:11:54.550209 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13528 2025.01.09 01:11:54.550288 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13529 2025.01.09 01:11:54.550388 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13530 2025.01.09 01:11:54.550454 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1426 rows starting from the beginning of the part
13531 2025.01.09 01:11:54.550644 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13532 2025.01.09 01:11:54.550705 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 215 rows starting from the beginning of the part
13533 2025.01.09 01:11:54.550880 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13534 2025.01.09 01:11:54.551163 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 114 rows starting from the beginning of the part
13535 2025.01.09 01:11:54.551523 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1356 rows starting from the beginning of the part
13536 2025.01.09 01:11:54.551797 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 52 rows starting from the beginning of the part
13537 2025.01.09 01:11:54.552075 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 114 rows starting from the beginning of the part
13538 2025.01.09 01:11:54.553861 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13539 2025.01.09 01:11:54.553950 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13540 2025.01.09 01:11:54.555023 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13541 2025.01.09 01:11:54.555351 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13542 2025.01.09 01:11:54.555855 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.00579639 sec., 565351.8828098178 rows/sec., 49.56 MiB/sec.
13543 2025.01.09 01:11:54.555925 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005427 sec., 5712.179841533075 rows/sec., 429.53 KiB/sec.
13544 2025.01.09 01:11:54.556045 [ 279 ] {f953c97c-1af8-49ab-813a-c3de9ba9e38e} <Debug> TCPHandler: Processed in 0.005949655 sec.
13545 2025.01.09 01:11:54.556159 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13546 2025.01.09 01:11:54.556304 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13547 2025.01.09 01:11:54.556627 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13548 2025.01.09 01:11:54.556641 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13549 2025.01.09 01:11:54.556789 [ 192 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_106_21} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13550 2025.01.09 01:11:54.556802 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13551 2025.01.09 01:11:54.556999 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
13552 2025.01.09 01:11:54.558189 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13553 2025.01.09 01:11:54.558234 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13554 2025.01.09 01:11:54.558613 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13555 2025.01.09 01:11:54.558855 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13556 2025.01.09 01:11:54.559036 [ 147 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13557 2025.01.09 01:11:54.559101 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002559 sec., 33997.65533411489 rows/sec., 2.65 MiB/sec.
13558 2025.01.09 01:11:54.559125 [ 147 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13559 2025.01.09 01:11:54.559195 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13560 2025.01.09 01:11:54.559236 [ 276 ] {42dd6422-c42d-4f8b-9a64-00e74e39c824} <Debug> TCPHandler: Processed in 0.00307748 sec.
13561 2025.01.09 01:11:54.559449 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13562 2025.01.09 01:11:54.559459 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13563 2025.01.09 01:11:54.559698 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13564 2025.01.09 01:11:54.559730 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13565 2025.01.09 01:11:54.559759 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 903 rows starting from the beginning of the part
13566 2025.01.09 01:11:54.559867 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13567 2025.01.09 01:11:54.560103 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 382 rows starting from the beginning of the part
13568 2025.01.09 01:11:54.560496 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 87 rows starting from the beginning of the part
13569 2025.01.09 01:11:54.560935 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 840 rows starting from the beginning of the part
13570 2025.01.09 01:11:54.561328 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part
13571 2025.01.09 01:11:54.561631 [ 196 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 87 rows starting from the beginning of the part
13572 2025.01.09 01:11:54.562887 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13573 2025.01.09 01:11:54.562949 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13574 2025.01.09 01:11:54.563993 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13575 2025.01.09 01:11:54.564377 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13576 2025.01.09 01:11:54.564821 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.005522735 sec., 426419.156450563 rows/sec., 32.64 MiB/sec.
13577 2025.01.09 01:11:54.564901 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005247 sec., 28587.764436821042 rows/sec., 1.98 MiB/sec.
13578 2025.01.09 01:11:54.565030 [ 279 ] {56b9d987-286b-4ca1-98d0-3902680cf685} <Debug> TCPHandler: Processed in 0.005685599 sec.
13579 2025.01.09 01:11:54.565160 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13580 2025.01.09 01:11:54.565211 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13581 2025.01.09 01:11:54.565412 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13582 2025.01.09 01:11:54.565577 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13583 2025.01.09 01:11:54.565867 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13584 2025.01.09 01:11:54.566165 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_106_21} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13585 2025.01.09 01:11:54.566444 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
13586 2025.01.09 01:11:54.567452 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13587 2025.01.09 01:11:54.567496 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13588 2025.01.09 01:11:54.568192 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13589 2025.01.09 01:11:54.568449 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13590 2025.01.09 01:11:54.568699 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00335 sec., 9253.731343283582 rows/sec., 16.58 MiB/sec.
13591 2025.01.09 01:11:54.568793 [ 276 ] {e244a107-ffe6-4464-8f7e-0d12e545ff53} <Debug> TCPHandler: Processed in 0.003663833 sec.
13592 2025.01.09 01:11:54.568949 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13593 2025.01.09 01:11:54.569094 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13594 2025.01.09 01:11:54.569154 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13595 2025.01.09 01:11:54.569756 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13596 2025.01.09 01:11:54.569804 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13597 2025.01.09 01:11:54.570239 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13598 2025.01.09 01:11:54.570503 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13599 2025.01.09 01:11:54.570740 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001681 sec., 29744.1998810232 rows/sec., 2.04 MiB/sec.
13600 2025.01.09 01:11:54.570794 [ 279 ] {7820c48b-a7eb-4078-a6d1-ccb7a0fe5f7b} <Debug> TCPHandler: Processed in 0.001915074 sec.
13601 2025.01.09 01:11:56.270676 [ 145 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0
13602 2025.01.09 01:11:56.270747 [ 145 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13603 2025.01.09 01:11:56.270773 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13604 2025.01.09 01:11:56.270943 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full
13605 2025.01.09 01:11:56.271152 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13606 2025.01.09 01:11:56.271194 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 243 rows starting from the beginning of the part
13607 2025.01.09 01:11:56.271286 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part
13608 2025.01.09 01:11:56.271427 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
13609 2025.01.09 01:11:56.271517 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
13610 2025.01.09 01:11:56.271646 [ 198 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part
13611 2025.01.09 01:11:56.272741 [ 195 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.001885872 sec., 400345.3044533245 rows/sec., 28.66 MiB/sec.
13612 2025.01.09 01:11:56.272989 [ 193 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary)
13613 2025.01.09 01:11:56.273348 [ 193 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13614 2025.01.09 01:11:56.273439 [ 193 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_46_10} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10
13615 2025.01.09 01:11:56.273545 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
13616 2025.01.09 01:11:57.582699 [ 142 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0
13617 2025.01.09 01:11:57.582778 [ 142 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13618 2025.01.09 01:11:57.582800 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13619 2025.01.09 01:11:57.583028 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full
13620 2025.01.09 01:11:57.583390 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13621 2025.01.09 01:11:57.583459 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 43 rows starting from the beginning of the part
13622 2025.01.09 01:11:57.583635 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
13623 2025.01.09 01:11:57.583929 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
13624 2025.01.09 01:11:57.584124 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13625 2025.01.09 01:11:57.584311 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
13626 2025.01.09 01:11:57.585422 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.002532937 sec., 18555.534543496346 rows/sec., 1.22 MiB/sec.
13627 2025.01.09 01:11:57.585600 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary)
13628 2025.01.09 01:11:57.586249 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13629 2025.01.09 01:11:57.586370 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_46_10} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10
13630 2025.01.09 01:11:57.586458 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13631 2025.01.09 01:11:57.864958 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
13632 2025.01.09 01:11:57.864995 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
13633 2025.01.09 01:11:58.067687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317
13634 2025.01.09 01:11:58.068752 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13635 2025.01.09 01:11:58.068808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13636 2025.01.09 01:11:58.069373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13637 2025.01.09 01:11:58.069645 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13638 2025.01.09 01:11:58.069916 [ 143 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13639 2025.01.09 01:11:58.069928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317
13640 2025.01.09 01:11:58.070036 [ 143 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13641 2025.01.09 01:11:58.070086 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13642 2025.01.09 01:11:58.070246 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
13643 2025.01.09 01:11:58.070390 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13644 2025.01.09 01:11:58.070434 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
13645 2025.01.09 01:11:58.070515 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
13646 2025.01.09 01:11:58.070820 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
13647 2025.01.09 01:11:58.071081 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
13648 2025.01.09 01:11:58.071279 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
13649 2025.01.09 01:11:58.071481 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
13650 2025.01.09 01:11:58.074388 [ 195 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.004212845 sec., 7196324.57401115 rows/sec., 102.94 MiB/sec.
13651 2025.01.09 01:11:58.074893 [ 200 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13652 2025.01.09 01:11:58.075357 [ 200 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13653 2025.01.09 01:11:58.075453 [ 200 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_66_13} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13654 2025.01.09 01:11:58.075573 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB.
13655 2025.01.09 01:11:59.551206 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13656 2025.01.09 01:11:59.551511 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13657 2025.01.09 01:11:59.551626 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13658 2025.01.09 01:11:59.552603 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13659 2025.01.09 01:11:59.552653 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13660 2025.01.09 01:11:59.553071 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13661 2025.01.09 01:11:59.553318 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13662 2025.01.09 01:11:59.553565 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002138 sec., 6548.175865294667 rows/sec., 471.38 KiB/sec.
13663 2025.01.09 01:11:59.553665 [ 276 ] {31f82eb1-7ca4-4ec0-ad2e-787f4680ded1} <Debug> TCPHandler: Processed in 0.002648369 sec.
13664 2025.01.09 01:11:59.553967 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13665 2025.01.09 01:11:59.554178 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13666 2025.01.09 01:11:59.554255 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13667 2025.01.09 01:11:59.555084 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13668 2025.01.09 01:11:59.555127 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13669 2025.01.09 01:11:59.555582 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13670 2025.01.09 01:11:59.555839 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13671 2025.01.09 01:11:59.556043 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001924 sec., 111746.36174636176 rows/sec., 9.77 MiB/sec.
13672 2025.01.09 01:11:59.556108 [ 279 ] {74e9609b-dde6-4ea2-8261-c565e4d4f274} <Debug> TCPHandler: Processed in 0.002339533 sec.
13673 2025.01.09 01:11:59.556266 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13674 2025.01.09 01:11:59.556487 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13675 2025.01.09 01:11:59.556577 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13676 2025.01.09 01:11:59.557468 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13677 2025.01.09 01:11:59.557507 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13678 2025.01.09 01:11:59.557866 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13679 2025.01.09 01:11:59.558098 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13680 2025.01.09 01:11:59.558328 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00189 sec., 7936.507936507936 rows/sec., 559.59 KiB/sec.
13681 2025.01.09 01:11:59.558413 [ 276 ] {fb4f625c-d6d7-448d-9684-a48c58ee8cf6} <Debug> TCPHandler: Processed in 0.00222499 sec.
13682 2025.01.09 01:11:59.558588 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13683 2025.01.09 01:11:59.558766 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13684 2025.01.09 01:11:59.558825 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13685 2025.01.09 01:11:59.559489 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13686 2025.01.09 01:11:59.559527 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13687 2025.01.09 01:11:59.559887 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13688 2025.01.09 01:11:59.560133 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13689 2025.01.09 01:11:59.560353 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec.
13690 2025.01.09 01:11:59.560471 [ 279 ] {bd0cb7d4-6b76-47de-a58c-07ca184da8df} <Debug> TCPHandler: Processed in 0.001976404 sec.
13691 2025.01.09 01:11:59.560734 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13692 2025.01.09 01:11:59.560879 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13693 2025.01.09 01:11:59.560935 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13694 2025.01.09 01:11:59.561548 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13695 2025.01.09 01:11:59.561587 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13696 2025.01.09 01:11:59.561931 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13697 2025.01.09 01:11:59.562157 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13698 2025.01.09 01:11:59.562387 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec.
13699 2025.01.09 01:11:59.562497 [ 276 ] {f9d78578-be95-452c-8481-9a7751851e44} <Debug> TCPHandler: Processed in 0.001907533 sec.
13700 2025.01.09 01:11:59.562758 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13701 2025.01.09 01:11:59.562988 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13702 2025.01.09 01:11:59.563077 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13703 2025.01.09 01:11:59.563885 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13704 2025.01.09 01:11:59.563923 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13705 2025.01.09 01:11:59.564302 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13706 2025.01.09 01:11:59.564541 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13707 2025.01.09 01:11:59.564762 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001828 sec., 208971.5536105033 rows/sec., 14.79 MiB/sec.
13708 2025.01.09 01:11:59.564817 [ 279 ] {4f38d629-d283-4d34-aac2-9125e8020b5a} <Debug> TCPHandler: Processed in 0.002219 sec.
13709 2025.01.09 01:11:59.564953 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13710 2025.01.09 01:11:59.565071 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13711 2025.01.09 01:11:59.565121 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13712 2025.01.09 01:11:59.565680 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13713 2025.01.09 01:11:59.565725 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13714 2025.01.09 01:11:59.566151 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13715 2025.01.09 01:11:59.566400 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13716 2025.01.09 01:11:59.566662 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec.
13717 2025.01.09 01:11:59.566795 [ 276 ] {c7ee0384-c4f0-4061-8410-6ab380985651} <Debug> TCPHandler: Processed in 0.001891633 sec.
13718 2025.01.09 01:11:59.567020 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13719 2025.01.09 01:11:59.567157 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13720 2025.01.09 01:11:59.567210 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13721 2025.01.09 01:11:59.567876 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13722 2025.01.09 01:11:59.567921 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13723 2025.01.09 01:11:59.568355 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13724 2025.01.09 01:11:59.568584 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13725 2025.01.09 01:11:59.568769 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0
13726 2025.01.09 01:11:59.568796 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001663 sec., 136500.3006614552 rows/sec., 9.10 MiB/sec.
13727 2025.01.09 01:11:59.568847 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13728 2025.01.09 01:11:59.568917 [ 279 ] {d9d18f76-e14f-46d0-8787-9254df0317af} <Debug> TCPHandler: Processed in 0.002007116 sec.
13729 2025.01.09 01:11:59.568924 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13730 2025.01.09 01:11:59.569123 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13731 2025.01.09 01:11:59.569144 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full
13732 2025.01.09 01:11:59.569325 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13733 2025.01.09 01:11:59.569451 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13734 2025.01.09 01:11:59.569483 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13735 2025.01.09 01:11:59.569593 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 30632 rows starting from the beginning of the part
13736 2025.01.09 01:11:59.569968 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 150 rows starting from the beginning of the part
13737 2025.01.09 01:11:59.570388 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 954 rows starting from the beginning of the part
13738 2025.01.09 01:11:59.570718 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 120 rows starting from the beginning of the part
13739 2025.01.09 01:11:59.570903 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 150 rows starting from the beginning of the part
13740 2025.01.09 01:11:59.571269 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 227 rows starting from the beginning of the part
13741 2025.01.09 01:11:59.572054 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13742 2025.01.09 01:11:59.572107 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13743 2025.01.09 01:11:59.572789 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13744 2025.01.09 01:11:59.573163 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13745 2025.01.09 01:11:59.573413 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004153 sec., 240.7897905128823 rows/sec., 16.23 KiB/sec.
13746 2025.01.09 01:11:59.573486 [ 276 ] {af6497fa-345d-4a8d-bac1-e4e7a485e020} <Debug> TCPHandler: Processed in 0.004462341 sec.
13747 2025.01.09 01:11:59.573770 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13748 2025.01.09 01:11:59.574198 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13749 2025.01.09 01:11:59.574466 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13750 2025.01.09 01:11:59.575871 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13751 2025.01.09 01:11:59.575941 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13752 2025.01.09 01:11:59.576781 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13753 2025.01.09 01:11:59.577094 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13754 2025.01.09 01:11:59.577454 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003401 sec., 2352.2493384298737 rows/sec., 4.22 MiB/sec.
13755 2025.01.09 01:11:59.578169 [ 279 ] {0760964c-1a4a-4ea4-8df3-ba51fa51e3f6} <Debug> TCPHandler: Processed in 0.004561372 sec.
13756 2025.01.09 01:11:59.578534 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13757 2025.01.09 01:11:59.578795 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13758 2025.01.09 01:11:59.578908 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13759 2025.01.09 01:11:59.579655 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13760 2025.01.09 01:11:59.579705 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13761 2025.01.09 01:11:59.580132 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13762 2025.01.09 01:11:59.580685 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13763 2025.01.09 01:11:59.580722 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32233 rows, containing 5 columns (5 merged, 0 gathered) in 0.011661583 sec., 2764032.9790561027 rows/sec., 185.83 MiB/sec.
13764 2025.01.09 01:11:59.580967 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002232 sec., 32258.06451612903 rows/sec., 2.06 MiB/sec.
13765 2025.01.09 01:11:59.581085 [ 276 ] {24a4a9aa-eb8e-4bb6-9c18-3b092fee08b5} <Debug> TCPHandler: Processed in 0.002793533 sec.
13766 2025.01.09 01:11:59.581291 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
13767 2025.01.09 01:11:59.581960 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13768 2025.01.09 01:11:59.582047 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21
13769 2025.01.09 01:11:59.582143 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
13770 2025.01.09 01:12:00.224727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13771 2025.01.09 01:12:00.246964 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13772 2025.01.09 01:12:00.247030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13773 2025.01.09 01:12:00.254311 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13774 2025.01.09 01:12:00.255162 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13775 2025.01.09 01:12:00.255643 [ 134 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13776 2025.01.09 01:12:00.255798 [ 134 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13777 2025.01.09 01:12:00.255860 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13778 2025.01.09 01:12:00.256492 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
13779 2025.01.09 01:12:00.275780 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13780 2025.01.09 01:12:00.276890 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13781 2025.01.09 01:12:00.278619 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
13782 2025.01.09 01:12:00.284274 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
13783 2025.01.09 01:12:00.289765 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
13784 2025.01.09 01:12:00.295288 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
13785 2025.01.09 01:12:00.300939 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
13786 2025.01.09 01:12:00.305332 [ 190 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
13787 2025.01.09 01:12:00.363415 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.107426284 sec., 4635.737004549092 rows/sec., 23.97 MiB/sec.
13788 2025.01.09 01:12:00.367387 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13789 2025.01.09 01:12:00.370587 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13790 2025.01.09 01:12:00.370734 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_66_13} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13791 2025.01.09 01:12:00.373393 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
13792 2025.01.09 01:12:03.233974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1922
13793 2025.01.09 01:12:03.237249 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13794 2025.01.09 01:12:03.237309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13795 2025.01.09 01:12:03.238816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13796 2025.01.09 01:12:03.239146 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13797 2025.01.09 01:12:03.240749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1922
13798 2025.01.09 01:12:04.547594 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13799 2025.01.09 01:12:04.547811 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13800 2025.01.09 01:12:04.547884 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13801 2025.01.09 01:12:04.548622 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13802 2025.01.09 01:12:04.548665 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13803 2025.01.09 01:12:04.549082 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
13804 2025.01.09 01:12:04.549335 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13805 2025.01.09 01:12:04.549597 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001838 sec., 3264.4178454842217 rows/sec., 266.19 KiB/sec.
13806 2025.01.09 01:12:04.549721 [ 276 ] {51461390-244f-4492-ad3a-f992efecea5e} <Debug> TCPHandler: Processed in 0.002257351 sec.
13807 2025.01.09 01:12:04.549977 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13808 2025.01.09 01:12:04.550190 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13809 2025.01.09 01:12:04.550272 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13810 2025.01.09 01:12:04.551075 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13811 2025.01.09 01:12:04.551119 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13812 2025.01.09 01:12:04.551577 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13813 2025.01.09 01:12:04.551829 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13814 2025.01.09 01:12:04.552029 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.001898 sec., 61643.83561643836 rows/sec., 5.21 MiB/sec.
13815 2025.01.09 01:12:04.552093 [ 279 ] {d6eaba7b-20a7-4c59-b3b3-58d512e79ddb} <Debug> TCPHandler: Processed in 0.002262151 sec.
13816 2025.01.09 01:12:04.552226 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13817 2025.01.09 01:12:04.552344 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13818 2025.01.09 01:12:04.552394 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13819 2025.01.09 01:12:04.553462 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13820 2025.01.09 01:12:04.553502 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13821 2025.01.09 01:12:04.553868 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13822 2025.01.09 01:12:04.554109 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13823 2025.01.09 01:12:04.554320 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.002 sec., 18500 rows/sec., 1.34 MiB/sec.
13824 2025.01.09 01:12:04.554390 [ 276 ] {7b342afd-35a5-48a4-94bc-44bbfab3f5e1} <Debug> TCPHandler: Processed in 0.00221602 sec.
13825 2025.01.09 01:12:04.554596 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13826 2025.01.09 01:12:04.554827 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13827 2025.01.09 01:12:04.554890 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13828 2025.01.09 01:12:04.555616 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13829 2025.01.09 01:12:04.555655 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13830 2025.01.09 01:12:04.556032 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13831 2025.01.09 01:12:04.556275 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13832 2025.01.09 01:12:04.556470 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001687 sec., 55127.445168938946 rows/sec., 4.31 MiB/sec.
13833 2025.01.09 01:12:04.556564 [ 279 ] {9a078fc8-9420-496a-80a6-e46940e65a7c} <Debug> TCPHandler: Processed in 0.002093647 sec.
13834 2025.01.09 01:12:04.556743 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13835 2025.01.09 01:12:04.556878 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13836 2025.01.09 01:12:04.556930 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13837 2025.01.09 01:12:04.557493 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13838 2025.01.09 01:12:04.557530 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13839 2025.01.09 01:12:04.557920 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13840 2025.01.09 01:12:04.558155 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13841 2025.01.09 01:12:04.558369 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001514 sec., 101056.80317040952 rows/sec., 7.01 MiB/sec.
13842 2025.01.09 01:12:04.558431 [ 276 ] {a70e34c7-15a6-4b99-86f0-f58c8086316e} <Debug> TCPHandler: Processed in 0.00175612 sec.
13843 2025.01.09 01:12:04.558703 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13844 2025.01.09 01:12:04.558939 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13845 2025.01.09 01:12:04.559079 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13846 2025.01.09 01:12:04.560379 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13847 2025.01.09 01:12:04.560417 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13848 2025.01.09 01:12:04.561070 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13849 2025.01.09 01:12:04.561333 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13850 2025.01.09 01:12:04.561540 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002655 sec., 11676.08286252354 rows/sec., 20.92 MiB/sec.
13851 2025.01.09 01:12:04.561630 [ 279 ] {885f5eca-e329-48af-8385-ff412d248ec4} <Debug> TCPHandler: Processed in 0.00310138 sec.
13852 2025.01.09 01:12:04.561834 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13853 2025.01.09 01:12:04.562057 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13854 2025.01.09 01:12:04.562150 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13855 2025.01.09 01:12:04.562765 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13856 2025.01.09 01:12:04.562804 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13857 2025.01.09 01:12:04.563167 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13858 2025.01.09 01:12:04.563406 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13859 2025.01.09 01:12:04.563577 [ 125 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13860 2025.01.09 01:12:04.563641 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001631 sec., 30656.039239730224 rows/sec., 2.10 MiB/sec.
13861 2025.01.09 01:12:04.563643 [ 125 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13862 2025.01.09 01:12:04.563725 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13863 2025.01.09 01:12:04.563762 [ 276 ] {57dbb0dd-42ea-4441-9739-1a9a86280966} <Debug> TCPHandler: Processed in 0.002030616 sec.
13864 2025.01.09 01:12:04.563890 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13865 2025.01.09 01:12:04.564012 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13866 2025.01.09 01:12:04.564048 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5128 rows starting from the beginning of the part
13867 2025.01.09 01:12:04.564126 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 32 rows starting from the beginning of the part
13868 2025.01.09 01:12:04.564377 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 40 rows starting from the beginning of the part
13869 2025.01.09 01:12:04.564619 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 50 rows starting from the beginning of the part
13870 2025.01.09 01:12:04.564828 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 72 rows starting from the beginning of the part
13871 2025.01.09 01:12:04.565113 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 50 rows starting from the beginning of the part
13872 2025.01.09 01:12:04.567079 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5372 rows, containing 4 columns (4 merged, 0 gathered) in 0.003256163 sec., 1649794.5588104774 rows/sec., 108.26 MiB/sec.
13873 2025.01.09 01:12:04.567375 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13874 2025.01.09 01:12:04.567647 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13875 2025.01.09 01:12:04.567723 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_106_21} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13876 2025.01.09 01:12:04.567792 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
13877 2025.01.09 01:12:05.570157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744
13878 2025.01.09 01:12:05.570845 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13879 2025.01.09 01:12:05.570885 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13880 2025.01.09 01:12:05.571435 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13881 2025.01.09 01:12:05.571702 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13882 2025.01.09 01:12:05.571893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
13883 2025.01.09 01:12:07.775898 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13884 2025.01.09 01:12:07.794970 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13885 2025.01.09 01:12:07.795023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13886 2025.01.09 01:12:07.801907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13887 2025.01.09 01:12:07.802677 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13888 2025.01.09 01:12:07.805390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13889 2025.01.09 01:12:09.551248 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13890 2025.01.09 01:12:09.551563 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13891 2025.01.09 01:12:09.551676 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13892 2025.01.09 01:12:09.552430 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13893 2025.01.09 01:12:09.552479 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13894 2025.01.09 01:12:09.552917 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13895 2025.01.09 01:12:09.553199 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13896 2025.01.09 01:12:09.553476 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec.
13897 2025.01.09 01:12:09.553541 [ 276 ] {80517a7c-ea21-491e-b536-4a4d0ac1275e} <Debug> TCPHandler: Processed in 0.002482136 sec.
13898 2025.01.09 01:12:09.553792 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13899 2025.01.09 01:12:09.554013 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13900 2025.01.09 01:12:09.554098 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13901 2025.01.09 01:12:09.554986 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13902 2025.01.09 01:12:09.555040 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13903 2025.01.09 01:12:09.555500 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13904 2025.01.09 01:12:09.555768 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13905 2025.01.09 01:12:09.556040 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002085 sec., 103117.50599520383 rows/sec., 9.01 MiB/sec.
13906 2025.01.09 01:12:09.556107 [ 279 ] {939f0a01-eb9c-48f7-8d50-a43a41c6805f} <Debug> TCPHandler: Processed in 0.002465075 sec.
13907 2025.01.09 01:12:09.556243 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13908 2025.01.09 01:12:09.556370 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13909 2025.01.09 01:12:09.556424 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13910 2025.01.09 01:12:09.557022 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13911 2025.01.09 01:12:09.557062 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13912 2025.01.09 01:12:09.557433 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13913 2025.01.09 01:12:09.557690 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13914 2025.01.09 01:12:09.557942 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001587 sec., 9451.795841209829 rows/sec., 666.43 KiB/sec.
13915 2025.01.09 01:12:09.558046 [ 276 ] {c34a0735-047b-4515-84cf-be1f7f041568} <Debug> TCPHandler: Processed in 0.001856692 sec.
13916 2025.01.09 01:12:09.558230 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13917 2025.01.09 01:12:09.558624 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13918 2025.01.09 01:12:09.558762 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13919 2025.01.09 01:12:09.559587 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13920 2025.01.09 01:12:09.559630 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13921 2025.01.09 01:12:09.560002 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13922 2025.01.09 01:12:09.560252 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13923 2025.01.09 01:12:09.560475 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001992 sec., 7028.112449799198 rows/sec., 492.20 KiB/sec.
13924 2025.01.09 01:12:09.560531 [ 279 ] {d928cc57-1309-465e-8c78-de44e07a5fea} <Debug> TCPHandler: Processed in 0.002393824 sec.
13925 2025.01.09 01:12:09.560727 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13926 2025.01.09 01:12:09.560949 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13927 2025.01.09 01:12:09.561041 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13928 2025.01.09 01:12:09.561903 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13929 2025.01.09 01:12:09.561942 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13930 2025.01.09 01:12:09.562298 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13931 2025.01.09 01:12:09.562544 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13932 2025.01.09 01:12:09.562768 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001874 sec., 6937.033084311633 rows/sec., 432.52 KiB/sec.
13933 2025.01.09 01:12:09.562822 [ 276 ] {a50a878f-ff44-4bb7-85ce-a74d3b1a5eb8} <Debug> TCPHandler: Processed in 0.00219989 sec.
13934 2025.01.09 01:12:09.562962 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13935 2025.01.09 01:12:09.563100 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13936 2025.01.09 01:12:09.563157 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13937 2025.01.09 01:12:09.563980 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13938 2025.01.09 01:12:09.564021 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13939 2025.01.09 01:12:09.564424 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13940 2025.01.09 01:12:09.564668 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13941 2025.01.09 01:12:09.564902 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001831 sec., 208629.16439104316 rows/sec., 14.76 MiB/sec.
13942 2025.01.09 01:12:09.564984 [ 279 ] {a43a3ee2-2db4-4c4b-bf4a-073a505628f7} <Debug> TCPHandler: Processed in 0.002088297 sec.
13943 2025.01.09 01:12:09.565203 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13944 2025.01.09 01:12:09.565474 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13945 2025.01.09 01:12:09.565531 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13946 2025.01.09 01:12:09.566023 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13947 2025.01.09 01:12:09.566061 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13948 2025.01.09 01:12:09.566427 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13949 2025.01.09 01:12:09.566663 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13950 2025.01.09 01:12:09.566837 [ 123 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
13951 2025.01.09 01:12:09.566903 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec.
13952 2025.01.09 01:12:09.566927 [ 123 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13953 2025.01.09 01:12:09.566994 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13954 2025.01.09 01:12:09.567009 [ 276 ] {4eed71aa-fd66-43d0-8914-87ddf4334f31} <Debug> TCPHandler: Processed in 0.001921043 sec.
13955 2025.01.09 01:12:09.567232 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
13956 2025.01.09 01:12:09.567245 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13957 2025.01.09 01:12:09.567442 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13958 2025.01.09 01:12:09.567477 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13959 2025.01.09 01:12:09.567499 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part
13960 2025.01.09 01:12:09.567614 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13961 2025.01.09 01:12:09.567783 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
13962 2025.01.09 01:12:09.568177 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
13963 2025.01.09 01:12:09.568618 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
13964 2025.01.09 01:12:09.569013 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
13965 2025.01.09 01:12:09.569226 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
13966 2025.01.09 01:12:09.570259 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13967 2025.01.09 01:12:09.570332 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13968 2025.01.09 01:12:09.571466 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13969 2025.01.09 01:12:09.571847 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.004740707 sec., 59484.79836446336 rows/sec., 3.04 MiB/sec.
13970 2025.01.09 01:12:09.572040 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13971 2025.01.09 01:12:09.572148 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
13972 2025.01.09 01:12:09.572461 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005044 sec., 45003.96510705789 rows/sec., 3.00 MiB/sec.
13973 2025.01.09 01:12:09.572602 [ 279 ] {0e66a24b-5fac-4dd2-805b-99fccdfd254e} <Debug> TCPHandler: Processed in 0.005485613 sec.
13974 2025.01.09 01:12:09.572801 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13975 2025.01.09 01:12:09.572928 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13976 2025.01.09 01:12:09.573049 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13977 2025.01.09 01:12:09.573115 [ 191 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_47_10} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
13978 2025.01.09 01:12:09.573145 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13979 2025.01.09 01:12:09.573335 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13980 2025.01.09 01:12:09.573816 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13981 2025.01.09 01:12:09.573858 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13982 2025.01.09 01:12:09.574556 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13983 2025.01.09 01:12:09.574984 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13984 2025.01.09 01:12:09.575209 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00225 sec., 444.44444444444446 rows/sec., 29.95 KiB/sec.
13985 2025.01.09 01:12:09.575265 [ 276 ] {75f826bd-1f80-49ff-86d7-81631f30c224} <Debug> TCPHandler: Processed in 0.002568328 sec.
13986 2025.01.09 01:12:09.575424 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13987 2025.01.09 01:12:09.575572 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13988 2025.01.09 01:12:09.575661 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13989 2025.01.09 01:12:09.576775 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13990 2025.01.09 01:12:09.576814 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
13991 2025.01.09 01:12:09.577461 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13992 2025.01.09 01:12:09.577722 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13993 2025.01.09 01:12:09.577935 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002395 sec., 3340.292275574113 rows/sec., 5.99 MiB/sec.
13994 2025.01.09 01:12:09.578041 [ 279 ] {121643a2-0774-4fbe-ad4f-c682ae92d7bc} <Debug> TCPHandler: Processed in 0.00268768 sec.
13995 2025.01.09 01:12:09.578180 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13996 2025.01.09 01:12:09.578294 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13997 2025.01.09 01:12:09.578343 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13998 2025.01.09 01:12:09.578828 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13999 2025.01.09 01:12:09.578867 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB.
14000 2025.01.09 01:12:09.579233 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
14001 2025.01.09 01:12:09.579476 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14002 2025.01.09 01:12:09.579682 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001412 sec., 50991.50141643059 rows/sec., 3.25 MiB/sec.
14003 2025.01.09 01:12:09.579733 [ 276 ] {1315a4ba-3dd0-4df2-9a26-4620439a5ebc} <Debug> TCPHandler: Processed in 0.001607587 sec.
14004 2025.01.09 01:12:12.865041 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
14005 2025.01.09 01:12:12.865114 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
14006 2025.01.09 01:12:13.072043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232
14007 2025.01.09 01:12:13.072730 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14008 2025.01.09 01:12:13.072785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14009 2025.01.09 01:12:13.073348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14010 2025.01.09 01:12:13.073620 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14011 2025.01.09 01:12:13.073903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232
14012 2025.01.09 01:12:13.240994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1958
14013 2025.01.09 01:12:13.244286 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14014 2025.01.09 01:12:13.244342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14015 2025.01.09 01:12:13.245854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14016 2025.01.09 01:12:13.246189 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14017 2025.01.09 01:12:13.247668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1958
14018 2025.01.09 01:12:14.548841 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14019 2025.01.09 01:12:14.549146 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14020 2025.01.09 01:12:14.549261 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14021 2025.01.09 01:12:14.550363 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14022 2025.01.09 01:12:14.550407 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14023 2025.01.09 01:12:14.550864 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14024 2025.01.09 01:12:14.551116 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14025 2025.01.09 01:12:14.551327 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002271 sec., 50198.150594451785 rows/sec., 4.26 MiB/sec.
14026 2025.01.09 01:12:14.551394 [ 276 ] {14a2c560-f7a4-496b-bf17-e02fbf8f3f60} <Debug> TCPHandler: Processed in 0.002746202 sec.
14027 2025.01.09 01:12:14.551666 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14028 2025.01.09 01:12:14.551882 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14029 2025.01.09 01:12:14.551969 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14030 2025.01.09 01:12:14.552842 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14031 2025.01.09 01:12:14.552898 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14032 2025.01.09 01:12:14.553339 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14033 2025.01.09 01:12:14.553599 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14034 2025.01.09 01:12:14.553797 [ 114 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14035 2025.01.09 01:12:14.553867 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00204 sec., 15196.078431372547 rows/sec., 1.12 MiB/sec.
14036 2025.01.09 01:12:14.553897 [ 114 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14037 2025.01.09 01:12:14.553987 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14038 2025.01.09 01:12:14.554003 [ 279 ] {2e57ee87-5532-41f4-9386-51243308516e} <Debug> TCPHandler: Processed in 0.002480936 sec.
14039 2025.01.09 01:12:14.554331 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
14040 2025.01.09 01:12:14.554368 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14041 2025.01.09 01:12:14.554827 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14042 2025.01.09 01:12:14.554929 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14043 2025.01.09 01:12:14.554991 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 62 rows starting from the beginning of the part
14044 2025.01.09 01:12:14.555103 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14045 2025.01.09 01:12:14.555464 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 31 rows starting from the beginning of the part
14046 2025.01.09 01:12:14.556032 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 15 rows starting from the beginning of the part
14047 2025.01.09 01:12:14.556543 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 37 rows starting from the beginning of the part
14048 2025.01.09 01:12:14.557062 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 15 rows starting from the beginning of the part
14049 2025.01.09 01:12:14.557543 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 31 rows starting from the beginning of the part
14050 2025.01.09 01:12:14.559324 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14051 2025.01.09 01:12:14.559402 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14052 2025.01.09 01:12:14.560465 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14053 2025.01.09 01:12:14.560506 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.006387805 sec., 29900.724896893378 rows/sec., 2.26 MiB/sec.
14054 2025.01.09 01:12:14.560676 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14055 2025.01.09 01:12:14.560905 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14056 2025.01.09 01:12:14.561202 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14057 2025.01.09 01:12:14.561311 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.006511 sec., 13362.002764552295 rows/sec., 1.04 MiB/sec.
14058 2025.01.09 01:12:14.561355 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_96_19} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14059 2025.01.09 01:12:14.561476 [ 276 ] {80566f29-8792-42a3-8934-76565119842f} <Debug> TCPHandler: Processed in 0.007326066 sec.
14060 2025.01.09 01:12:14.561548 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14061 2025.01.09 01:12:14.561689 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14062 2025.01.09 01:12:14.561831 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14063 2025.01.09 01:12:14.561898 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14064 2025.01.09 01:12:14.562595 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14065 2025.01.09 01:12:14.562643 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14066 2025.01.09 01:12:14.563060 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14067 2025.01.09 01:12:14.563324 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14068 2025.01.09 01:12:14.563555 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001758 sec., 85324.23208191126 rows/sec., 5.92 MiB/sec.
14069 2025.01.09 01:12:14.563611 [ 279 ] {19908077-d1f7-44f6-8548-c39f314148ab} <Debug> TCPHandler: Processed in 0.002009735 sec.
14070 2025.01.09 01:12:14.563753 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14071 2025.01.09 01:12:14.563892 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14072 2025.01.09 01:12:14.563987 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14073 2025.01.09 01:12:14.565281 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14074 2025.01.09 01:12:14.565319 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14075 2025.01.09 01:12:14.565980 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14076 2025.01.09 01:12:14.566227 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14077 2025.01.09 01:12:14.566377 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14078 2025.01.09 01:12:14.566424 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14079 2025.01.09 01:12:14.566446 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002583 sec., 12001.548586914441 rows/sec., 21.51 MiB/sec.
14080 2025.01.09 01:12:14.566453 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14081 2025.01.09 01:12:14.566679 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
14082 2025.01.09 01:12:14.566684 [ 276 ] {711177db-c62d-465e-bcbc-d740e5131089} <Debug> TCPHandler: Processed in 0.002985247 sec.
14083 2025.01.09 01:12:14.566916 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14084 2025.01.09 01:12:14.567117 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14085 2025.01.09 01:12:14.567191 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14086 2025.01.09 01:12:14.567228 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1742 rows starting from the beginning of the part
14087 2025.01.09 01:12:14.567299 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14088 2025.01.09 01:12:14.568061 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 31 rows starting from the beginning of the part
14089 2025.01.09 01:12:14.568795 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part
14090 2025.01.09 01:12:14.569526 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 31 rows starting from the beginning of the part
14091 2025.01.09 01:12:14.569674 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14092 2025.01.09 01:12:14.569800 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14093 2025.01.09 01:12:14.570179 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part
14094 2025.01.09 01:12:14.570781 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 31 rows starting from the beginning of the part
14095 2025.01.09 01:12:14.571491 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14096 2025.01.09 01:12:14.571958 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14097 2025.01.09 01:12:14.572488 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005358 sec., 9331.84023889511 rows/sec., 655.23 KiB/sec.
14098 2025.01.09 01:12:14.572662 [ 279 ] {910737cb-3774-497c-978a-d985a6a887a1} <Debug> TCPHandler: Processed in 0.005877873 sec.
14099 2025.01.09 01:12:14.582542 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1851 rows, containing 19 columns (19 merged, 0 gathered) in 0.015994511 sec., 115727.20166312056 rows/sec., 207.38 MiB/sec.
14100 2025.01.09 01:12:14.584264 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14101 2025.01.09 01:12:14.584738 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14102 2025.01.09 01:12:14.584840 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14103 2025.01.09 01:12:14.585033 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.29 MiB.
14104 2025.01.09 01:12:15.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.20 MiB, peak 278.44 MiB, free memory in arenas 0.00 B, will set to 265.50 MiB (RSS), difference: 4.30 MiB
14105 2025.01.09 01:12:15.021092 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14106 2025.01.09 01:12:15.021280 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14107 2025.01.09 01:12:15.021351 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14108 2025.01.09 01:12:15.022114 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14109 2025.01.09 01:12:15.022156 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14110 2025.01.09 01:12:15.022593 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14111 2025.01.09 01:12:15.022843 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14112 2025.01.09 01:12:15.023059 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec.
14113 2025.01.09 01:12:15.023158 [ 276 ] {a1bcf6cf-245a-4200-be37-a8dbca306c0a} <Debug> TCPHandler: Processed in 0.002191519 sec.
14114 2025.01.09 01:12:15.023449 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14115 2025.01.09 01:12:15.023656 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14116 2025.01.09 01:12:15.023739 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14117 2025.01.09 01:12:15.024486 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14118 2025.01.09 01:12:15.024540 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14119 2025.01.09 01:12:15.024974 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
14120 2025.01.09 01:12:15.025227 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14121 2025.01.09 01:12:15.025501 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001887 sec., 3179.650238473768 rows/sec., 259.28 KiB/sec.
14122 2025.01.09 01:12:15.025620 [ 279 ] {6bb6de00-4444-42e0-b1e0-27352ecec4ed} <Debug> TCPHandler: Processed in 0.002325183 sec.
14123 2025.01.09 01:12:15.025898 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14124 2025.01.09 01:12:15.026052 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14125 2025.01.09 01:12:15.026113 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14126 2025.01.09 01:12:15.027299 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14127 2025.01.09 01:12:15.027338 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14128 2025.01.09 01:12:15.027783 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14129 2025.01.09 01:12:15.028035 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14130 2025.01.09 01:12:15.028240 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002222 sec., 611161.1161116111 rows/sec., 50.99 MiB/sec.
14131 2025.01.09 01:12:15.028288 [ 107 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14132 2025.01.09 01:12:15.028337 [ 276 ] {de000f49-3439-4125-a27b-ee7a92fb7bbb} <Debug> TCPHandler: Processed in 0.002613589 sec.
14133 2025.01.09 01:12:15.028446 [ 107 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14134 2025.01.09 01:12:15.028527 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14135 2025.01.09 01:12:15.028671 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14136 2025.01.09 01:12:15.028847 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14137 2025.01.09 01:12:15.028995 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14138 2025.01.09 01:12:15.029187 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14139 2025.01.09 01:12:15.029378 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14140 2025.01.09 01:12:15.029503 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1426 rows starting from the beginning of the part
14141 2025.01.09 01:12:15.030004 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 215 rows starting from the beginning of the part
14142 2025.01.09 01:12:15.030646 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 117 rows starting from the beginning of the part
14143 2025.01.09 01:12:15.031262 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 215 rows starting from the beginning of the part
14144 2025.01.09 01:12:15.031823 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 114 rows starting from the beginning of the part
14145 2025.01.09 01:12:15.032348 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1358 rows starting from the beginning of the part
14146 2025.01.09 01:12:15.033159 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14147 2025.01.09 01:12:15.033203 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14148 2025.01.09 01:12:15.033728 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14149 2025.01.09 01:12:15.034035 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14150 2025.01.09 01:12:15.034286 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.005409 sec., 3882.418191902385 rows/sec., 272.98 KiB/sec.
14151 2025.01.09 01:12:15.034358 [ 279 ] {6b2bd7c9-0563-42b2-99a6-8579aa24c8b1} <Debug> TCPHandler: Processed in 0.005863213 sec.
14152 2025.01.09 01:12:15.034532 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14153 2025.01.09 01:12:15.034884 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14154 2025.01.09 01:12:15.034912 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3445 rows, containing 5 columns (5 merged, 0 gathered) in 0.006276931 sec., 548835.0915439408 rows/sec., 48.28 MiB/sec.
14155 2025.01.09 01:12:15.034961 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14156 2025.01.09 01:12:15.035178 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14157 2025.01.09 01:12:15.035744 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14158 2025.01.09 01:12:15.035961 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_111_22} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14159 2025.01.09 01:12:15.036123 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
14160 2025.01.09 01:12:15.036288 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14161 2025.01.09 01:12:15.036330 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14162 2025.01.09 01:12:15.036698 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14163 2025.01.09 01:12:15.036937 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14164 2025.01.09 01:12:15.037119 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002362 sec., 102455.54614733277 rows/sec., 6.94 MiB/sec.
14165 2025.01.09 01:12:15.037176 [ 276 ] {59eeed4b-466b-4534-8aa0-4905fa2ab10e} <Debug> TCPHandler: Processed in 0.002732992 sec.
14166 2025.01.09 01:12:15.037345 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14167 2025.01.09 01:12:15.037488 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14168 2025.01.09 01:12:15.037548 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14169 2025.01.09 01:12:15.038172 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14170 2025.01.09 01:12:15.038211 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14171 2025.01.09 01:12:15.038562 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14172 2025.01.09 01:12:15.038794 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14173 2025.01.09 01:12:15.039024 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec.
14174 2025.01.09 01:12:15.039144 [ 279 ] {7a401326-d940-4da6-9cc3-b763fa8aaf51} <Debug> TCPHandler: Processed in 0.001869532 sec.
14175 2025.01.09 01:12:15.039372 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14176 2025.01.09 01:12:15.039620 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14177 2025.01.09 01:12:15.039679 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14178 2025.01.09 01:12:15.040643 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14179 2025.01.09 01:12:15.040680 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14180 2025.01.09 01:12:15.041074 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14181 2025.01.09 01:12:15.041315 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14182 2025.01.09 01:12:15.041459 [ 106 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14183 2025.01.09 01:12:15.041508 [ 106 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14184 2025.01.09 01:12:15.041508 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001952 sec., 432377.04918032786 rows/sec., 31.25 MiB/sec.
14185 2025.01.09 01:12:15.041534 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14186 2025.01.09 01:12:15.041631 [ 276 ] {24666f6c-824c-4cd9-8ce2-1aac3b97f3e5} <Debug> TCPHandler: Processed in 0.002385744 sec.
14187 2025.01.09 01:12:15.041886 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14188 2025.01.09 01:12:15.041895 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14189 2025.01.09 01:12:15.042266 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14190 2025.01.09 01:12:15.042477 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14191 2025.01.09 01:12:15.042593 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14192 2025.01.09 01:12:15.042787 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 903 rows starting from the beginning of the part
14193 2025.01.09 01:12:15.043304 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 382 rows starting from the beginning of the part
14194 2025.01.09 01:12:15.043773 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 93 rows starting from the beginning of the part
14195 2025.01.09 01:12:15.044356 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 382 rows starting from the beginning of the part
14196 2025.01.09 01:12:15.044683 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 87 rows starting from the beginning of the part
14197 2025.01.09 01:12:15.045030 [ 187 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 844 rows starting from the beginning of the part
14198 2025.01.09 01:12:15.045834 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14199 2025.01.09 01:12:15.045896 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14200 2025.01.09 01:12:15.046779 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14201 2025.01.09 01:12:15.047322 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14202 2025.01.09 01:12:15.047669 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005557 sec., 1079.7192729890228 rows/sec., 56.41 KiB/sec.
14203 2025.01.09 01:12:15.047757 [ 279 ] {af28cf9b-c1ff-402d-9989-fe9b7da43227} <Debug> TCPHandler: Processed in 0.006014215 sec.
14204 2025.01.09 01:12:15.047940 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14205 2025.01.09 01:12:15.048277 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14206 2025.01.09 01:12:15.048344 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2691 rows, containing 5 columns (5 merged, 0 gathered) in 0.006700781 sec., 401594.9782570121 rows/sec., 30.60 MiB/sec.
14207 2025.01.09 01:12:15.048372 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14208 2025.01.09 01:12:15.048678 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14209 2025.01.09 01:12:15.049202 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14210 2025.01.09 01:12:15.049440 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_111_22} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14211 2025.01.09 01:12:15.049622 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
14212 2025.01.09 01:12:15.049831 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14213 2025.01.09 01:12:15.049874 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14214 2025.01.09 01:12:15.050318 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14215 2025.01.09 01:12:15.050586 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14216 2025.01.09 01:12:15.050772 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.002612 sec., 366003.0627871363 rows/sec., 24.31 MiB/sec.
14217 2025.01.09 01:12:15.050831 [ 276 ] {21905541-602e-4cd6-9f19-3cdd69dd4788} <Debug> TCPHandler: Processed in 0.002980097 sec.
14218 2025.01.09 01:12:15.050983 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14219 2025.01.09 01:12:15.051123 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14220 2025.01.09 01:12:15.051185 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14221 2025.01.09 01:12:15.051750 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14222 2025.01.09 01:12:15.051795 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14223 2025.01.09 01:12:15.052152 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14224 2025.01.09 01:12:15.052384 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14225 2025.01.09 01:12:15.052599 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec.
14226 2025.01.09 01:12:15.052651 [ 279 ] {a8592dba-7b6e-4373-bf17-b2ca804ba19d} <Debug> TCPHandler: Processed in 0.001734439 sec.
14227 2025.01.09 01:12:15.052801 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14228 2025.01.09 01:12:15.052940 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14229 2025.01.09 01:12:15.053033 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14230 2025.01.09 01:12:15.054263 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14231 2025.01.09 01:12:15.054300 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14232 2025.01.09 01:12:15.054934 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14233 2025.01.09 01:12:15.055207 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14234 2025.01.09 01:12:15.055446 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002534 sec., 3157.063930544594 rows/sec., 5.66 MiB/sec.
14235 2025.01.09 01:12:15.055634 [ 276 ] {67b894b3-74bb-45d6-ac17-d8ef17307e28} <Debug> TCPHandler: Processed in 0.002891155 sec.
14236 2025.01.09 01:12:15.055871 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14237 2025.01.09 01:12:15.056086 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14238 2025.01.09 01:12:15.056150 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14239 2025.01.09 01:12:15.056712 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14240 2025.01.09 01:12:15.056760 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14241 2025.01.09 01:12:15.057140 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14242 2025.01.09 01:12:15.057383 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14243 2025.01.09 01:12:15.057610 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001571 sec., 20369.191597708468 rows/sec., 1.18 MiB/sec.
14244 2025.01.09 01:12:15.057693 [ 279 ] {499c2c88-109e-49e7-a19a-258283449777} <Debug> TCPHandler: Processed in 0.001949214 sec.
14245 2025.01.09 01:12:15.305491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
14246 2025.01.09 01:12:15.326332 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14247 2025.01.09 01:12:15.326399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14248 2025.01.09 01:12:15.333753 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14249 2025.01.09 01:12:15.334531 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14250 2025.01.09 01:12:15.338924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
14251 2025.01.09 01:12:16.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.92 MiB, peak 278.44 MiB, free memory in arenas 0.00 B, will set to 265.50 MiB (RSS), difference: -1.42 MiB
14252 2025.01.09 01:12:19.544452 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14253 2025.01.09 01:12:19.544682 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14254 2025.01.09 01:12:19.544775 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14255 2025.01.09 01:12:19.545586 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14256 2025.01.09 01:12:19.545637 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14257 2025.01.09 01:12:19.546078 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14258 2025.01.09 01:12:19.546348 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14259 2025.01.09 01:12:19.546589 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001964 sec., 26476.578411405295 rows/sec., 2.02 MiB/sec.
14260 2025.01.09 01:12:19.546647 [ 276 ] {134927e5-0b94-43e1-98db-239a5cc2db60} <Debug> TCPHandler: Processed in 0.002328703 sec.
14261 2025.01.09 01:12:19.546891 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14262 2025.01.09 01:12:19.547090 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14263 2025.01.09 01:12:19.547164 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14264 2025.01.09 01:12:19.547942 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14265 2025.01.09 01:12:19.547987 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14266 2025.01.09 01:12:19.548620 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14267 2025.01.09 01:12:19.548966 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14268 2025.01.09 01:12:19.549168 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002133 sec., 26254.102203469294 rows/sec., 2.05 MiB/sec.
14269 2025.01.09 01:12:19.549230 [ 279 ] {a7c9aed3-7798-4760-8784-ba208a78e0ed} <Debug> TCPHandler: Processed in 0.002475316 sec.
14270 2025.01.09 01:12:19.549369 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14271 2025.01.09 01:12:19.549486 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14272 2025.01.09 01:12:19.549546 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14273 2025.01.09 01:12:19.550140 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14274 2025.01.09 01:12:19.550184 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14275 2025.01.09 01:12:19.550584 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14276 2025.01.09 01:12:19.550830 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14277 2025.01.09 01:12:19.551005 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0
14278 2025.01.09 01:12:19.551064 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001597 sec., 75140.88916718848 rows/sec., 5.21 MiB/sec.
14279 2025.01.09 01:12:19.551072 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14280 2025.01.09 01:12:19.551148 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14281 2025.01.09 01:12:19.551191 [ 276 ] {c13a285b-f110-4976-b406-0b9d48021842} <Debug> TCPHandler: Processed in 0.001876362 sec.
14282 2025.01.09 01:12:19.551413 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14283 2025.01.09 01:12:19.551426 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full
14284 2025.01.09 01:12:19.551638 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14285 2025.01.09 01:12:19.551718 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14286 2025.01.09 01:12:19.551754 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14287 2025.01.09 01:12:19.551785 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 32233 rows starting from the beginning of the part
14288 2025.01.09 01:12:19.552083 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 153 rows starting from the beginning of the part
14289 2025.01.09 01:12:19.552386 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 227 rows starting from the beginning of the part
14290 2025.01.09 01:12:19.552705 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 150 rows starting from the beginning of the part
14291 2025.01.09 01:12:19.553061 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 956 rows starting from the beginning of the part
14292 2025.01.09 01:12:19.554320 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14293 2025.01.09 01:12:19.554377 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14294 2025.01.09 01:12:19.555004 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14295 2025.01.09 01:12:19.555380 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14296 2025.01.09 01:12:19.555921 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.004354 sec., 9186.954524575103 rows/sec., 645.06 KiB/sec.
14297 2025.01.09 01:12:19.556081 [ 279 ] {80721b6a-1c7a-4ae0-b41c-c91e35f4bbea} <Debug> TCPHandler: Processed in 0.004778447 sec.
14298 2025.01.09 01:12:19.561832 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33719 rows, containing 5 columns (5 merged, 0 gathered) in 0.010548128 sec., 3196680.9655703837 rows/sec., 214.89 MiB/sec.
14299 2025.01.09 01:12:19.562077 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary)
14300 2025.01.09 01:12:19.562380 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14301 2025.01.09 01:12:19.562467 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22
14302 2025.01.09 01:12:19.562553 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
14303 2025.01.09 01:12:20.574059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659
14304 2025.01.09 01:12:20.574810 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14305 2025.01.09 01:12:20.574858 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14306 2025.01.09 01:12:20.575434 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14307 2025.01.09 01:12:20.575710 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14308 2025.01.09 01:12:20.575983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
14309 2025.01.09 01:12:22.839019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
14310 2025.01.09 01:12:22.860856 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14311 2025.01.09 01:12:22.860913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14312 2025.01.09 01:12:22.868194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14313 2025.01.09 01:12:22.868944 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14314 2025.01.09 01:12:22.872423 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
14315 2025.01.09 01:12:23.247930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2002
14316 2025.01.09 01:12:23.251667 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14317 2025.01.09 01:12:23.251734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14318 2025.01.09 01:12:23.253325 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14319 2025.01.09 01:12:23.253671 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14320 2025.01.09 01:12:23.254361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2002
14321 2025.01.09 01:12:24.549274 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14322 2025.01.09 01:12:24.549487 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14323 2025.01.09 01:12:24.549572 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14324 2025.01.09 01:12:24.550512 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14325 2025.01.09 01:12:24.550565 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14326 2025.01.09 01:12:24.551022 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14327 2025.01.09 01:12:24.551283 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14328 2025.01.09 01:12:24.551490 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002064 sec., 55232.558139534885 rows/sec., 4.69 MiB/sec.
14329 2025.01.09 01:12:24.551558 [ 276 ] {f1153b5d-e3f3-49b0-be57-47c01886ed8b} <Debug> TCPHandler: Processed in 0.002424685 sec.
14330 2025.01.09 01:12:24.551833 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14331 2025.01.09 01:12:24.552032 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14332 2025.01.09 01:12:24.552123 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14333 2025.01.09 01:12:24.552913 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14334 2025.01.09 01:12:24.552968 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14335 2025.01.09 01:12:24.553449 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14336 2025.01.09 01:12:24.553719 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14337 2025.01.09 01:12:24.553988 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002005 sec., 15461.34663341646 rows/sec., 1.14 MiB/sec.
14338 2025.01.09 01:12:24.554093 [ 279 ] {9a233ea3-fb91-4d64-bfbb-23f6df942618} <Debug> TCPHandler: Processed in 0.002400404 sec.
14339 2025.01.09 01:12:24.554310 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14340 2025.01.09 01:12:24.554555 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14341 2025.01.09 01:12:24.554610 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14342 2025.01.09 01:12:24.555268 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14343 2025.01.09 01:12:24.555307 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14344 2025.01.09 01:12:24.555706 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14345 2025.01.09 01:12:24.555972 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14346 2025.01.09 01:12:24.556172 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001676 sec., 51909.30787589499 rows/sec., 4.05 MiB/sec.
14347 2025.01.09 01:12:24.556250 [ 276 ] {da7fe7af-25e6-4eeb-aa38-62f0800b8cd1} <Debug> TCPHandler: Processed in 0.002033246 sec.
14348 2025.01.09 01:12:24.556414 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14349 2025.01.09 01:12:24.556599 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14350 2025.01.09 01:12:24.556666 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14351 2025.01.09 01:12:24.557259 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14352 2025.01.09 01:12:24.557299 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14353 2025.01.09 01:12:24.557710 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14354 2025.01.09 01:12:24.557957 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14355 2025.01.09 01:12:24.558197 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001646 sec., 91130.01215066829 rows/sec., 6.32 MiB/sec.
14356 2025.01.09 01:12:24.558293 [ 279 ] {baca67f1-8b39-4e7c-9b61-af7b90cdc4d4} <Debug> TCPHandler: Processed in 0.001944864 sec.
14357 2025.01.09 01:12:24.558514 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14358 2025.01.09 01:12:24.558746 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14359 2025.01.09 01:12:24.558830 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14360 2025.01.09 01:12:24.560064 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14361 2025.01.09 01:12:24.560105 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14362 2025.01.09 01:12:24.560817 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14363 2025.01.09 01:12:24.561094 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14364 2025.01.09 01:12:24.561309 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002621 sec., 11827.546737886303 rows/sec., 21.19 MiB/sec.
14365 2025.01.09 01:12:24.561431 [ 276 ] {ec568342-770b-4a7d-bb01-b07131598177} <Debug> TCPHandler: Processed in 0.003048468 sec.
14366 2025.01.09 01:12:24.561597 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14367 2025.01.09 01:12:24.561724 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14368 2025.01.09 01:12:24.561778 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14369 2025.01.09 01:12:24.562279 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14370 2025.01.09 01:12:24.562321 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14371 2025.01.09 01:12:24.562719 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14372 2025.01.09 01:12:24.562970 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14373 2025.01.09 01:12:24.563158 [ 86 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14374 2025.01.09 01:12:24.563212 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00151 sec., 33112.58278145695 rows/sec., 2.27 MiB/sec.
14375 2025.01.09 01:12:24.563220 [ 86 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14376 2025.01.09 01:12:24.563292 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14377 2025.01.09 01:12:24.563335 [ 279 ] {ceaf117e-5339-48d3-a655-adb124db5af8} <Debug> TCPHandler: Processed in 0.00179249 sec.
14378 2025.01.09 01:12:24.563634 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14379 2025.01.09 01:12:24.564107 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14380 2025.01.09 01:12:24.564209 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5372 rows starting from the beginning of the part
14381 2025.01.09 01:12:24.564402 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 72 rows starting from the beginning of the part
14382 2025.01.09 01:12:24.564577 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 50 rows starting from the beginning of the part
14383 2025.01.09 01:12:24.564796 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 32 rows starting from the beginning of the part
14384 2025.01.09 01:12:24.564959 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 40 rows starting from the beginning of the part
14385 2025.01.09 01:12:24.565126 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 50 rows starting from the beginning of the part
14386 2025.01.09 01:12:24.567199 [ 190 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5616 rows, containing 4 columns (4 merged, 0 gathered) in 0.003768965 sec., 1490064.2484077194 rows/sec., 97.79 MiB/sec.
14387 2025.01.09 01:12:24.567559 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14388 2025.01.09 01:12:24.567854 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14389 2025.01.09 01:12:24.567941 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_111_22} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14390 2025.01.09 01:12:24.568033 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
14391 2025.01.09 01:12:26.273831 [ 85 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0
14392 2025.01.09 01:12:26.273933 [ 85 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14393 2025.01.09 01:12:26.273976 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14394 2025.01.09 01:12:26.274306 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full
14395 2025.01.09 01:12:26.274519 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14396 2025.01.09 01:12:26.274563 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 16 rows starting from the beginning of the part
14397 2025.01.09 01:12:26.274664 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
14398 2025.01.09 01:12:26.274939 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
14399 2025.01.09 01:12:26.275165 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
14400 2025.01.09 01:12:26.275318 [ 203 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
14401 2025.01.09 01:12:26.276369 [ 189 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280791 sec., 14030.220217459646 rows/sec., 1.17 MiB/sec.
14402 2025.01.09 01:12:26.276584 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary)
14403 2025.01.09 01:12:26.276993 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14404 2025.01.09 01:12:26.277110 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_30_7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7
14405 2025.01.09 01:12:26.277232 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14406 2025.01.09 01:12:27.742034 [ 223 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14407 2025.01.09 01:12:27.742104 [ 223 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14408 2025.01.09 01:12:27.749113 [ 223 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14409 2025.01.09 01:12:27.865177 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
14410 2025.01.09 01:12:27.865259 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
14411 2025.01.09 01:12:28.076145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147
14412 2025.01.09 01:12:28.076922 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14413 2025.01.09 01:12:28.076980 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14414 2025.01.09 01:12:28.077561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14415 2025.01.09 01:12:28.077843 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14416 2025.01.09 01:12:28.078098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147
14417 2025.01.09 01:12:29.258497 [ 224 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14418 2025.01.09 01:12:29.258549 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14419 2025.01.09 01:12:29.260464 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14420 2025.01.09 01:12:29.551324 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14421 2025.01.09 01:12:29.551557 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14422 2025.01.09 01:12:29.551630 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14423 2025.01.09 01:12:29.552406 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14424 2025.01.09 01:12:29.552449 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14425 2025.01.09 01:12:29.552894 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14426 2025.01.09 01:12:29.553154 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14427 2025.01.09 01:12:29.553316 [ 78 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14428 2025.01.09 01:12:29.553371 [ 78 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14429 2025.01.09 01:12:29.553374 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec.
14430 2025.01.09 01:12:29.553399 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14431 2025.01.09 01:12:29.553476 [ 276 ] {d924c488-b0f9-4857-8fa8-58c19615b5ef} <Debug> TCPHandler: Processed in 0.002332742 sec.
14432 2025.01.09 01:12:29.553749 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14433 2025.01.09 01:12:29.553791 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14434 2025.01.09 01:12:29.554160 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14435 2025.01.09 01:12:29.554177 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14436 2025.01.09 01:12:29.554272 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part
14437 2025.01.09 01:12:29.554330 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14438 2025.01.09 01:12:29.554692 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
14439 2025.01.09 01:12:29.554908 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14440 2025.01.09 01:12:29.555263 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
14441 2025.01.09 01:12:29.555641 [ 203 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
14442 2025.01.09 01:12:29.557709 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14443 2025.01.09 01:12:29.557791 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14444 2025.01.09 01:12:29.558669 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005141326 sec., 13615.164648186092 rows/sec., 1.01 MiB/sec.
14445 2025.01.09 01:12:29.558922 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14446 2025.01.09 01:12:29.558988 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14447 2025.01.09 01:12:29.559435 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14448 2025.01.09 01:12:29.559729 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14449 2025.01.09 01:12:29.559923 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005869 sec., 36633.15726699608 rows/sec., 3.20 MiB/sec.
14450 2025.01.09 01:12:29.560013 [ 194 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_49_12} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14451 2025.01.09 01:12:29.560272 [ 279 ] {1f36ef8d-31cf-427f-9e35-e97c9d9de2b0} <Debug> TCPHandler: Processed in 0.006666051 sec.
14452 2025.01.09 01:12:29.560402 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14453 2025.01.09 01:12:29.560553 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14454 2025.01.09 01:12:29.560847 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14455 2025.01.09 01:12:29.560975 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14456 2025.01.09 01:12:29.561596 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14457 2025.01.09 01:12:29.561636 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14458 2025.01.09 01:12:29.562005 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14459 2025.01.09 01:12:29.562256 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14460 2025.01.09 01:12:29.562436 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001702 sec., 8813.16098707403 rows/sec., 621.40 KiB/sec.
14461 2025.01.09 01:12:29.562489 [ 276 ] {f6efc0cd-9f46-4b6e-8ce5-f06380fea7d2} <Debug> TCPHandler: Processed in 0.002103658 sec.
14462 2025.01.09 01:12:29.562646 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14463 2025.01.09 01:12:29.562793 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14464 2025.01.09 01:12:29.562854 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14465 2025.01.09 01:12:29.563543 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14466 2025.01.09 01:12:29.563610 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14467 2025.01.09 01:12:29.563982 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14468 2025.01.09 01:12:29.564224 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14469 2025.01.09 01:12:29.564482 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec.
14470 2025.01.09 01:12:29.564592 [ 279 ] {9051d4ce-92eb-4a5c-a63f-9ee86e4c6a4b} <Debug> TCPHandler: Processed in 0.002009985 sec.
14471 2025.01.09 01:12:29.564830 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14472 2025.01.09 01:12:29.565080 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14473 2025.01.09 01:12:29.565140 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14474 2025.01.09 01:12:29.565767 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14475 2025.01.09 01:12:29.565833 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14476 2025.01.09 01:12:29.566192 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14477 2025.01.09 01:12:29.566439 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14478 2025.01.09 01:12:29.566563 [ 78 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14479 2025.01.09 01:12:29.566607 [ 78 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14480 2025.01.09 01:12:29.566630 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec.
14481 2025.01.09 01:12:29.566635 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14482 2025.01.09 01:12:29.566728 [ 276 ] {b384fc24-6137-40b8-a696-7f68cef9d333} <Debug> TCPHandler: Processed in 0.002027946 sec.
14483 2025.01.09 01:12:29.566775 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14484 2025.01.09 01:12:29.566893 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14485 2025.01.09 01:12:29.566906 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14486 2025.01.09 01:12:29.566939 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part
14487 2025.01.09 01:12:29.567156 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
14488 2025.01.09 01:12:29.567394 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14489 2025.01.09 01:12:29.567487 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
14490 2025.01.09 01:12:29.567547 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14491 2025.01.09 01:12:29.567809 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
14492 2025.01.09 01:12:29.568146 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
14493 2025.01.09 01:12:29.570259 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14494 2025.01.09 01:12:29.570352 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14495 2025.01.09 01:12:29.570758 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042271 sec., 16080.069841927965 rows/sec., 1.04 MiB/sec.
14496 2025.01.09 01:12:29.571028 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14497 2025.01.09 01:12:29.571239 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14498 2025.01.09 01:12:29.571575 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14499 2025.01.09 01:12:29.571683 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14500 2025.01.09 01:12:29.571807 [ 196 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_49_12} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14501 2025.01.09 01:12:29.572067 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14502 2025.01.09 01:12:29.572151 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004964 sec., 76954.06929895247 rows/sec., 5.45 MiB/sec.
14503 2025.01.09 01:12:29.572257 [ 279 ] {0600d6eb-d1be-46cb-9dd2-1f8cdd9e4c6b} <Debug> TCPHandler: Processed in 0.005448553 sec.
14504 2025.01.09 01:12:29.572456 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14505 2025.01.09 01:12:29.572661 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14506 2025.01.09 01:12:29.572745 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14507 2025.01.09 01:12:29.573318 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14508 2025.01.09 01:12:29.573364 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14509 2025.01.09 01:12:29.573739 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14510 2025.01.09 01:12:29.573975 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14511 2025.01.09 01:12:29.574149 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec.
14512 2025.01.09 01:12:29.574200 [ 276 ] {de9c0fa1-476c-4e02-89b4-17fe9020271e} <Debug> TCPHandler: Processed in 0.001853022 sec.
14513 2025.01.09 01:12:29.574362 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14514 2025.01.09 01:12:29.574592 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14515 2025.01.09 01:12:29.574694 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14516 2025.01.09 01:12:29.575588 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14517 2025.01.09 01:12:29.575629 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14518 2025.01.09 01:12:29.576035 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14519 2025.01.09 01:12:29.576278 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14520 2025.01.09 01:12:29.576505 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00197 sec., 115228.4263959391 rows/sec., 7.69 MiB/sec.
14521 2025.01.09 01:12:29.576560 [ 279 ] {5973b792-551c-4fb4-abf1-7351faedc9cd} <Debug> TCPHandler: Processed in 0.002258031 sec.
14522 2025.01.09 01:12:29.576708 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14523 2025.01.09 01:12:29.576847 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14524 2025.01.09 01:12:29.576907 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14525 2025.01.09 01:12:29.577451 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14526 2025.01.09 01:12:29.577488 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14527 2025.01.09 01:12:29.577849 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14528 2025.01.09 01:12:29.578094 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14529 2025.01.09 01:12:29.578313 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
14530 2025.01.09 01:12:29.578368 [ 276 ] {aea4b763-87a9-45bc-a646-adb8c23047cf} <Debug> TCPHandler: Processed in 0.001728509 sec.
14531 2025.01.09 01:12:29.578588 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14532 2025.01.09 01:12:29.578929 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14533 2025.01.09 01:12:29.579043 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14534 2025.01.09 01:12:29.580200 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14535 2025.01.09 01:12:29.580240 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14536 2025.01.09 01:12:29.580875 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14537 2025.01.09 01:12:29.581145 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14538 2025.01.09 01:12:29.581403 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002587 sec., 3092.3850019327406 rows/sec., 5.54 MiB/sec.
14539 2025.01.09 01:12:29.581507 [ 279 ] {ed9e0e9b-26da-4b31-880b-30ae92c55202} <Debug> TCPHandler: Processed in 0.003058739 sec.
14540 2025.01.09 01:12:29.581647 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14541 2025.01.09 01:12:29.581765 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14542 2025.01.09 01:12:29.581816 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14543 2025.01.09 01:12:29.582309 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14544 2025.01.09 01:12:29.582345 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14545 2025.01.09 01:12:29.582731 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14546 2025.01.09 01:12:29.582983 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14547 2025.01.09 01:12:29.583167 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001426 sec., 50490.883590462836 rows/sec., 3.22 MiB/sec.
14548 2025.01.09 01:12:29.583220 [ 276 ] {e0d4d5c6-c0dd-4846-8ae9-4a2c48e09f8d} <Debug> TCPHandler: Processed in 0.001631917 sec.
14549 2025.01.09 01:12:30.372520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
14550 2025.01.09 01:12:30.393818 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14551 2025.01.09 01:12:30.393877 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB.
14552 2025.01.09 01:12:30.401028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14553 2025.01.09 01:12:30.401838 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14554 2025.01.09 01:12:30.406266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
14555 2025.01.09 01:12:33.254692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2036
14556 2025.01.09 01:12:33.258113 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14557 2025.01.09 01:12:33.258164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14558 2025.01.09 01:12:33.259704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14559 2025.01.09 01:12:33.260037 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14560 2025.01.09 01:12:33.260208 [ 75 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14561 2025.01.09 01:12:33.260279 [ 75 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14562 2025.01.09 01:12:33.260319 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14563 2025.01.09 01:12:33.260812 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
14564 2025.01.09 01:12:33.261456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036
14565 2025.01.09 01:12:33.261949 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14566 2025.01.09 01:12:33.262140 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1844 rows starting from the beginning of the part
14567 2025.01.09 01:12:33.262816 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 44 rows starting from the beginning of the part
14568 2025.01.09 01:12:33.263434 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part
14569 2025.01.09 01:12:33.264038 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part
14570 2025.01.09 01:12:33.264621 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part
14571 2025.01.09 01:12:33.265232 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part
14572 2025.01.09 01:12:33.274557 [ 186 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2036 rows, containing 72 columns (72 merged, 0 gathered) in 0.014104229 sec., 144353.86719827083 rows/sec., 108.72 MiB/sec.
14573 2025.01.09 01:12:33.276433 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14574 2025.01.09 01:12:33.277170 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14575 2025.01.09 01:12:33.277269 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_51_10} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14576 2025.01.09 01:12:33.277499 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
14577 2025.01.09 01:12:34.548167 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14578 2025.01.09 01:12:34.548386 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14579 2025.01.09 01:12:34.548471 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14580 2025.01.09 01:12:34.549213 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14581 2025.01.09 01:12:34.549268 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14582 2025.01.09 01:12:34.549703 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
14583 2025.01.09 01:12:34.549971 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14584 2025.01.09 01:12:34.550221 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec.
14585 2025.01.09 01:12:34.550291 [ 276 ] {fa9865ab-ac36-4a0c-bce0-cb8fd4650838} <Debug> TCPHandler: Processed in 0.002274001 sec.
14586 2025.01.09 01:12:34.550548 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14587 2025.01.09 01:12:34.550772 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14588 2025.01.09 01:12:34.550860 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14589 2025.01.09 01:12:34.551767 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14590 2025.01.09 01:12:34.551823 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14591 2025.01.09 01:12:34.552287 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14592 2025.01.09 01:12:34.552560 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14593 2025.01.09 01:12:34.552818 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.002106 sec., 54605.88793922128 rows/sec., 4.63 MiB/sec.
14594 2025.01.09 01:12:34.552890 [ 279 ] {9ea4a6fd-f39a-4afb-9657-9503c8093e77} <Debug> TCPHandler: Processed in 0.002495397 sec.
14595 2025.01.09 01:12:34.553036 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14596 2025.01.09 01:12:34.553183 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14597 2025.01.09 01:12:34.553242 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14598 2025.01.09 01:12:34.553889 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14599 2025.01.09 01:12:34.553931 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14600 2025.01.09 01:12:34.554304 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14601 2025.01.09 01:12:34.554549 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14602 2025.01.09 01:12:34.554780 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001631 sec., 20232.98589822195 rows/sec., 1.48 MiB/sec.
14603 2025.01.09 01:12:34.554836 [ 276 ] {b895a67e-e4dd-47f7-b1c8-62f167f34eb1} <Debug> TCPHandler: Processed in 0.001866562 sec.
14604 2025.01.09 01:12:34.555037 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14605 2025.01.09 01:12:34.555271 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14606 2025.01.09 01:12:34.555366 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14607 2025.01.09 01:12:34.556104 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14608 2025.01.09 01:12:34.556147 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14609 2025.01.09 01:12:34.556526 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14610 2025.01.09 01:12:34.556771 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14611 2025.01.09 01:12:34.557016 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001799 sec., 49471.92884936075 rows/sec., 3.86 MiB/sec.
14612 2025.01.09 01:12:34.557100 [ 279 ] {01910938-a091-4fa5-b625-7aab42df0265} <Debug> TCPHandler: Processed in 0.002170038 sec.
14613 2025.01.09 01:12:34.557261 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14614 2025.01.09 01:12:34.557611 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14615 2025.01.09 01:12:34.557769 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14616 2025.01.09 01:12:34.559058 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14617 2025.01.09 01:12:34.559099 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14618 2025.01.09 01:12:34.559497 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14619 2025.01.09 01:12:34.559755 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14620 2025.01.09 01:12:34.559968 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.002498 sec., 60448.35868694956 rows/sec., 4.19 MiB/sec.
14621 2025.01.09 01:12:34.560024 [ 276 ] {11b819e2-229c-407b-851b-857587777b75} <Debug> TCPHandler: Processed in 0.002833934 sec.
14622 2025.01.09 01:12:34.560219 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14623 2025.01.09 01:12:34.560444 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14624 2025.01.09 01:12:34.560583 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14625 2025.01.09 01:12:34.561771 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14626 2025.01.09 01:12:34.561813 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14627 2025.01.09 01:12:34.562492 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14628 2025.01.09 01:12:34.562758 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14629 2025.01.09 01:12:34.563031 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002643 sec., 11729.09572455543 rows/sec., 21.02 MiB/sec.
14630 2025.01.09 01:12:34.563138 [ 279 ] {5ad84719-7d81-453d-82db-3e3c2b451621} <Debug> TCPHandler: Processed in 0.003028839 sec.
14631 2025.01.09 01:12:34.563287 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14632 2025.01.09 01:12:34.563425 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14633 2025.01.09 01:12:34.563485 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14634 2025.01.09 01:12:34.563979 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14635 2025.01.09 01:12:34.564019 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14636 2025.01.09 01:12:34.564391 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14637 2025.01.09 01:12:34.564637 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14638 2025.01.09 01:12:34.564861 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001468 sec., 34059.9455040872 rows/sec., 2.34 MiB/sec.
14639 2025.01.09 01:12:34.564916 [ 276 ] {3f7808af-e7f4-4a96-b82b-a7a10b8fe570} <Debug> TCPHandler: Processed in 0.001696178 sec.
14640 2025.01.09 01:12:35.578281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574
14641 2025.01.09 01:12:35.579080 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14642 2025.01.09 01:12:35.579133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14643 2025.01.09 01:12:35.579684 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14644 2025.01.09 01:12:35.579964 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14645 2025.01.09 01:12:35.580208 [ 67 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14646 2025.01.09 01:12:35.580253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
14647 2025.01.09 01:12:35.580339 [ 67 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14648 2025.01.09 01:12:35.580386 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14649 2025.01.09 01:12:35.580573 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
14650 2025.01.09 01:12:35.580749 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14651 2025.01.09 01:12:35.580796 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part
14652 2025.01.09 01:12:35.580896 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
14653 2025.01.09 01:12:35.581011 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
14654 2025.01.09 01:12:35.581219 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
14655 2025.01.09 01:12:35.581325 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
14656 2025.01.09 01:12:35.581464 [ 187 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
14657 2025.01.09 01:12:35.584160 [ 197 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003675973 sec., 8861327.327485811 rows/sec., 126.76 MiB/sec.
14658 2025.01.09 01:12:35.584789 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14659 2025.01.09 01:12:35.585160 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14660 2025.01.09 01:12:35.585260 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_71_14} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14661 2025.01.09 01:12:35.585385 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
14662 2025.01.09 01:12:37.906359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536
14663 2025.01.09 01:12:37.928002 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14664 2025.01.09 01:12:37.928065 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14665 2025.01.09 01:12:37.935265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14666 2025.01.09 01:12:37.936035 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14667 2025.01.09 01:12:37.936496 [ 62 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14668 2025.01.09 01:12:37.936694 [ 62 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14669 2025.01.09 01:12:37.936788 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14670 2025.01.09 01:12:37.937051 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
14671 2025.01.09 01:12:37.944706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536
14672 2025.01.09 01:12:37.945985 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14673 2025.01.09 01:12:37.946879 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
14674 2025.01.09 01:12:37.951449 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
14675 2025.01.09 01:12:37.956230 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
14676 2025.01.09 01:12:37.961189 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
14677 2025.01.09 01:12:37.966650 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
14678 2025.01.09 01:12:37.972288 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part
14679 2025.01.09 01:12:38.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 280.79 MiB, peak 280.79 MiB, free memory in arenas 0.00 B, will set to 266.54 MiB (RSS), difference: -14.25 MiB
14680 2025.01.09 01:12:38.032589 [ 197 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.095676649 sec., 5602.202894877725 rows/sec., 28.97 MiB/sec.
14681 2025.01.09 01:12:38.036195 [ 197 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14682 2025.01.09 01:12:38.039211 [ 197 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14683 2025.01.09 01:12:38.039338 [ 197 ] {6d874974-7062-465a-b554-266ce1892843::all_1_71_14} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14684 2025.01.09 01:12:38.041975 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
14685 2025.01.09 01:12:39.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.13 MiB, peak 280.79 MiB, free memory in arenas 0.00 B, will set to 266.75 MiB (RSS), difference: 13.62 MiB
14686 2025.01.09 01:12:39.551254 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14687 2025.01.09 01:12:39.551465 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14688 2025.01.09 01:12:39.551548 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14689 2025.01.09 01:12:39.552326 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14690 2025.01.09 01:12:39.552371 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14691 2025.01.09 01:12:39.552825 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14692 2025.01.09 01:12:39.553098 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14693 2025.01.09 01:12:39.553308 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec.
14694 2025.01.09 01:12:39.553374 [ 276 ] {2075eff3-a69c-4567-bc7c-7d28c5c6fd4b} <Debug> TCPHandler: Processed in 0.002262691 sec.
14695 2025.01.09 01:12:39.553622 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14696 2025.01.09 01:12:39.553829 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14697 2025.01.09 01:12:39.553906 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14698 2025.01.09 01:12:39.554769 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14699 2025.01.09 01:12:39.554818 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14700 2025.01.09 01:12:39.555277 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14701 2025.01.09 01:12:39.555544 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14702 2025.01.09 01:12:39.555744 [ 66 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14703 2025.01.09 01:12:39.555815 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002035 sec., 105651.10565110565 rows/sec., 9.23 MiB/sec.
14704 2025.01.09 01:12:39.555823 [ 66 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14705 2025.01.09 01:12:39.555904 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14706 2025.01.09 01:12:39.555962 [ 279 ] {d2099bdb-6b03-4790-9d90-e525d5274793} <Debug> TCPHandler: Processed in 0.002486156 sec.
14707 2025.01.09 01:12:39.556257 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14708 2025.01.09 01:12:39.556291 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14709 2025.01.09 01:12:39.556708 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14710 2025.01.09 01:12:39.556922 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14711 2025.01.09 01:12:39.556932 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14712 2025.01.09 01:12:39.557060 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1426 rows starting from the beginning of the part
14713 2025.01.09 01:12:39.557739 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 52 rows starting from the beginning of the part
14714 2025.01.09 01:12:39.558494 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 114 rows starting from the beginning of the part
14715 2025.01.09 01:12:39.559266 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 215 rows starting from the beginning of the part
14716 2025.01.09 01:12:39.559805 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 115 rows starting from the beginning of the part
14717 2025.01.09 01:12:39.560327 [ 199 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 215 rows starting from the beginning of the part
14718 2025.01.09 01:12:39.561313 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14719 2025.01.09 01:12:39.561373 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14720 2025.01.09 01:12:39.562376 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
14721 2025.01.09 01:12:39.562858 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14722 2025.01.09 01:12:39.563078 [ 66 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
14723 2025.01.09 01:12:39.563130 [ 66 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14724 2025.01.09 01:12:39.563149 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.006641 sec., 2258.6959795211565 rows/sec., 159.26 KiB/sec.
14725 2025.01.09 01:12:39.563174 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14726 2025.01.09 01:12:39.563591 [ 276 ] {b03d1c96-ba6c-4213-8d42-e8276af03acc} <Debug> TCPHandler: Processed in 0.0075279 sec.
14727 2025.01.09 01:12:39.563779 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
14728 2025.01.09 01:12:39.563869 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14729 2025.01.09 01:12:39.564225 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.008181724 sec., 261191.8954978193 rows/sec., 23.05 MiB/sec.
14730 2025.01.09 01:12:39.564261 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14731 2025.01.09 01:12:39.564248 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14732 2025.01.09 01:12:39.564340 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 62 rows starting from the beginning of the part
14733 2025.01.09 01:12:39.564378 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14734 2025.01.09 01:12:39.564635 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 21 rows starting from the beginning of the part
14735 2025.01.09 01:12:39.564788 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14736 2025.01.09 01:12:39.565061 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part
14737 2025.01.09 01:12:39.565505 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 15 rows starting from the beginning of the part
14738 2025.01.09 01:12:39.565938 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 33 rows starting from the beginning of the part
14739 2025.01.09 01:12:39.566420 [ 189 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 15 rows starting from the beginning of the part
14740 2025.01.09 01:12:39.567282 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14741 2025.01.09 01:12:39.567744 [ 191 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_116_23} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14742 2025.01.09 01:12:39.568109 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
14743 2025.01.09 01:12:39.568306 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14744 2025.01.09 01:12:39.568357 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14745 2025.01.09 01:12:39.568904 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14746 2025.01.09 01:12:39.569066 [ 191 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005685378 sec., 31132.494620410467 rows/sec., 2.33 MiB/sec.
14747 2025.01.09 01:12:39.569289 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
14748 2025.01.09 01:12:39.569310 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14749 2025.01.09 01:12:39.569647 [ 66 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0
14750 2025.01.09 01:12:39.569727 [ 66 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14751 2025.01.09 01:12:39.569790 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14752 2025.01.09 01:12:39.569904 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005714 sec., 2450.1225061253062 rows/sec., 171.59 KiB/sec.
14753 2025.01.09 01:12:39.570132 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full
14754 2025.01.09 01:12:39.570178 [ 279 ] {ef3463bb-b672-4e65-aa88-9c21b6d1d57d} <Debug> TCPHandler: Processed in 0.006450946 sec.
14755 2025.01.09 01:12:39.570338 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14756 2025.01.09 01:12:39.570487 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14757 2025.01.09 01:12:39.570580 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14758 2025.01.09 01:12:39.570699 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 243 rows starting from the beginning of the part
14759 2025.01.09 01:12:39.570697 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_101_20} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
14760 2025.01.09 01:12:39.570786 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14761 2025.01.09 01:12:39.571036 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14762 2025.01.09 01:12:39.571185 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14763 2025.01.09 01:12:39.571355 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14764 2025.01.09 01:12:39.571628 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
14765 2025.01.09 01:12:39.571973 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part
14766 2025.01.09 01:12:39.572399 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
14767 2025.01.09 01:12:39.572756 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
14768 2025.01.09 01:12:39.574257 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14769 2025.01.09 01:12:39.574331 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14770 2025.01.09 01:12:39.575399 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14771 2025.01.09 01:12:39.575739 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005846472 sec., 92534.43786269736 rows/sec., 6.63 MiB/sec.
14772 2025.01.09 01:12:39.575910 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14773 2025.01.09 01:12:39.575979 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
14774 2025.01.09 01:12:39.576531 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005796 sec., 2242.9261559696342 rows/sec., 139.85 KiB/sec.
14775 2025.01.09 01:12:39.576739 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14776 2025.01.09 01:12:39.577013 [ 276 ] {1201fe30-ef6f-4f15-aef2-df161975bc88} <Debug> TCPHandler: Processed in 0.006712972 sec.
14777 2025.01.09 01:12:39.577045 [ 191 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_51_11} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11
14778 2025.01.09 01:12:39.577308 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14779 2025.01.09 01:12:39.577338 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
14780 2025.01.09 01:12:39.577557 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14781 2025.01.09 01:12:39.577621 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14782 2025.01.09 01:12:39.578361 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14783 2025.01.09 01:12:39.578401 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14784 2025.01.09 01:12:39.578798 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14785 2025.01.09 01:12:39.579056 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14786 2025.01.09 01:12:39.579238 [ 59 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14787 2025.01.09 01:12:39.579305 [ 59 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14788 2025.01.09 01:12:39.579311 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001773 sec., 215454.03271291594 rows/sec., 15.25 MiB/sec.
14789 2025.01.09 01:12:39.579341 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14790 2025.01.09 01:12:39.579469 [ 279 ] {a3c51eae-e4a6-49ed-842a-5abb17e66f3e} <Debug> TCPHandler: Processed in 0.002279381 sec.
14791 2025.01.09 01:12:39.579570 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14792 2025.01.09 01:12:39.579644 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14793 2025.01.09 01:12:39.579707 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14794 2025.01.09 01:12:39.579744 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 903 rows starting from the beginning of the part
14795 2025.01.09 01:12:39.579789 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14796 2025.01.09 01:12:39.579896 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part
14797 2025.01.09 01:12:39.579947 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14798 2025.01.09 01:12:39.580298 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 87 rows starting from the beginning of the part
14799 2025.01.09 01:12:39.580531 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 382 rows starting from the beginning of the part
14800 2025.01.09 01:12:39.580923 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 89 rows starting from the beginning of the part
14801 2025.01.09 01:12:39.581122 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 382 rows starting from the beginning of the part
14802 2025.01.09 01:12:39.581722 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14803 2025.01.09 01:12:39.581771 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14804 2025.01.09 01:12:39.582332 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14805 2025.01.09 01:12:39.582618 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14806 2025.01.09 01:12:39.583177 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003418 sec., 1755.4125219426564 rows/sec., 91.71 KiB/sec.
14807 2025.01.09 01:12:39.583329 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845657 sec., 493803.78957353707 rows/sec., 37.72 MiB/sec.
14808 2025.01.09 01:12:39.583526 [ 276 ] {27ca8e79-0768-4d1b-bf02-059a3c8b8a6d} <Debug> TCPHandler: Processed in 0.003952269 sec.
14809 2025.01.09 01:12:39.583826 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14810 2025.01.09 01:12:39.584018 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14811 2025.01.09 01:12:39.584248 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14812 2025.01.09 01:12:39.584362 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14813 2025.01.09 01:12:39.584540 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14814 2025.01.09 01:12:39.584836 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_116_23} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14815 2025.01.09 01:12:39.585020 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14816 2025.01.09 01:12:39.585360 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14817 2025.01.09 01:12:39.585405 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14818 2025.01.09 01:12:39.585822 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14819 2025.01.09 01:12:39.586091 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14820 2025.01.09 01:12:39.586273 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0
14821 2025.01.09 01:12:39.586334 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14822 2025.01.09 01:12:39.586348 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002162 sec., 104995.37465309899 rows/sec., 7.00 MiB/sec.
14823 2025.01.09 01:12:39.586372 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14824 2025.01.09 01:12:39.586506 [ 279 ] {97fbf8a4-5594-4a7d-8559-0029319b198c} <Debug> TCPHandler: Processed in 0.002816653 sec.
14825 2025.01.09 01:12:39.586647 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_109_22 to all_114_114_0 into Compact with storage Full
14826 2025.01.09 01:12:39.586691 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14827 2025.01.09 01:12:39.586810 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14828 2025.01.09 01:12:39.586834 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14829 2025.01.09 01:12:39.586851 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 33719 rows starting from the beginning of the part
14830 2025.01.09 01:12:39.586896 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14831 2025.01.09 01:12:39.587044 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 120 rows starting from the beginning of the part
14832 2025.01.09 01:12:39.587308 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 150 rows starting from the beginning of the part
14833 2025.01.09 01:12:39.587548 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 227 rows starting from the beginning of the part
14834 2025.01.09 01:12:39.587767 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 151 rows starting from the beginning of the part
14835 2025.01.09 01:12:39.588076 [ 186 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 227 rows starting from the beginning of the part
14836 2025.01.09 01:12:39.588754 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14837 2025.01.09 01:12:39.588799 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14838 2025.01.09 01:12:39.589315 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14839 2025.01.09 01:12:39.589604 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14840 2025.01.09 01:12:39.589821 [ 59 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0
14841 2025.01.09 01:12:39.589943 [ 59 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14842 2025.01.09 01:12:39.589991 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003172 sec., 315.2585119798235 rows/sec., 21.24 KiB/sec.
14843 2025.01.09 01:12:39.590000 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14844 2025.01.09 01:12:39.590340 [ 276 ] {cea60cdc-f01c-4b4f-81cf-81d3be57a56c} <Debug> TCPHandler: Processed in 0.003732194 sec.
14845 2025.01.09 01:12:39.590678 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14846 2025.01.09 01:12:39.590688 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full
14847 2025.01.09 01:12:39.591132 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14848 2025.01.09 01:12:39.591188 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14849 2025.01.09 01:12:39.591299 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 47 rows starting from the beginning of the part
14850 2025.01.09 01:12:39.591618 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14851 2025.01.09 01:12:39.591654 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
14852 2025.01.09 01:12:39.592105 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
14853 2025.01.09 01:12:39.592477 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
14854 2025.01.09 01:12:39.592854 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
14855 2025.01.09 01:12:39.593203 [ 188 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
14856 2025.01.09 01:12:39.598239 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.008017591 sec., 6485.738671378972 rows/sec., 436.05 KiB/sec.
14857 2025.01.09 01:12:39.598572 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
14858 2025.01.09 01:12:39.599233 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14859 2025.01.09 01:12:39.599313 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14860 2025.01.09 01:12:39.599380 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14861 2025.01.09 01:12:39.599639 [ 196 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_51_11} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11
14862 2025.01.09 01:12:39.599897 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
14863 2025.01.09 01:12:39.600728 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
14864 2025.01.09 01:12:39.601147 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14865 2025.01.09 01:12:39.601433 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
14866 2025.01.09 01:12:39.601563 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010583 sec., 755.9293206085231 rows/sec., 1.35 MiB/sec.
14867 2025.01.09 01:12:39.601573 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14868 2025.01.09 01:12:39.601730 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14869 2025.01.09 01:12:39.602527 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
14870 2025.01.09 01:12:39.602760 [ 279 ] {d60fe0d0-09ed-46e6-b060-c4c5efc0190f} <Debug> TCPHandler: Processed in 0.012298808 sec.
14871 2025.01.09 01:12:39.603495 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14872 2025.01.09 01:12:39.604679 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14873 2025.01.09 01:12:39.604767 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14874 2025.01.09 01:12:39.604986 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14875 2025.01.09 01:12:39.605039 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34594 rows, containing 5 columns (5 merged, 0 gathered) in 0.018511748 sec., 1868759.2333257776 rows/sec., 125.66 MiB/sec.
14876 2025.01.09 01:12:39.605030 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1851 rows starting from the beginning of the part
14877 2025.01.09 01:12:39.605468 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
14878 2025.01.09 01:12:39.606453 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part
14879 2025.01.09 01:12:39.606792 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14880 2025.01.09 01:12:39.607385 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23
14881 2025.01.09 01:12:39.607684 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part
14882 2025.01.09 01:12:39.607703 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
14883 2025.01.09 01:12:39.608206 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14884 2025.01.09 01:12:39.608398 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14885 2025.01.09 01:12:39.608451 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part
14886 2025.01.09 01:12:39.609136 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 31 rows starting from the beginning of the part
14887 2025.01.09 01:12:39.609823 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part
14888 2025.01.09 01:12:39.609926 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14889 2025.01.09 01:12:39.610786 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14890 2025.01.09 01:12:39.611317 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.006825 sec., 10549.450549450548 rows/sec., 689.10 KiB/sec.
14891 2025.01.09 01:12:39.611740 [ 276 ] {ccd45c2b-031f-41e3-97ed-adf16378e7d4} <Debug> TCPHandler: Processed in 0.008834299 sec.
14892 2025.01.09 01:12:39.621362 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1937 rows, containing 19 columns (19 merged, 0 gathered) in 0.01945924 sec., 99541.400383571 rows/sec., 178.37 MiB/sec.
14893 2025.01.09 01:12:39.623287 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
14894 2025.01.09 01:12:39.623729 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14895 2025.01.09 01:12:39.623812 [ 197 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
14896 2025.01.09 01:12:39.623968 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.34 MiB.
14897 2025.01.09 01:12:40.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.70 MiB, peak 284.99 MiB, free memory in arenas 0.00 B, will set to 270.44 MiB (RSS), difference: 2.74 MiB
14898 2025.01.09 01:12:42.865328 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
14899 2025.01.09 01:12:42.865424 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
14900 2025.01.09 01:12:43.080471 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062
14901 2025.01.09 01:12:43.081346 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14902 2025.01.09 01:12:43.081395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14903 2025.01.09 01:12:43.081969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14904 2025.01.09 01:12:43.082278 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14905 2025.01.09 01:12:43.082519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062
14906 2025.01.09 01:12:43.261756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2072
14907 2025.01.09 01:12:43.264987 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14908 2025.01.09 01:12:43.265039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14909 2025.01.09 01:12:43.266559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14910 2025.01.09 01:12:43.266897 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14911 2025.01.09 01:12:43.267975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2072
14912 2025.01.09 01:12:44.299510 [ 222 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14913 2025.01.09 01:12:44.299588 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14914 2025.01.09 01:12:44.302131 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14915 2025.01.09 01:12:44.548208 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14916 2025.01.09 01:12:44.548406 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14917 2025.01.09 01:12:44.548482 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14918 2025.01.09 01:12:44.549270 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14919 2025.01.09 01:12:44.549322 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14920 2025.01.09 01:12:44.549770 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14921 2025.01.09 01:12:44.550046 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14922 2025.01.09 01:12:44.550290 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.001937 sec., 58853.89778007228 rows/sec., 5.00 MiB/sec.
14923 2025.01.09 01:12:44.550357 [ 276 ] {e72f969e-f900-46d0-9080-ddf8ebaeef56} <Debug> TCPHandler: Processed in 0.002289832 sec.
14924 2025.01.09 01:12:44.550606 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14925 2025.01.09 01:12:44.550823 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14926 2025.01.09 01:12:44.550906 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14927 2025.01.09 01:12:44.551647 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14928 2025.01.09 01:12:44.551697 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14929 2025.01.09 01:12:44.552134 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
14930 2025.01.09 01:12:44.552392 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14931 2025.01.09 01:12:44.552629 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001868 sec., 16595.289079229122 rows/sec., 1.22 MiB/sec.
14932 2025.01.09 01:12:44.552686 [ 279 ] {d8b77257-3d7d-43eb-a325-9f18c1bad083} <Debug> TCPHandler: Processed in 0.002226371 sec.
14933 2025.01.09 01:12:44.552881 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14934 2025.01.09 01:12:44.553117 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14935 2025.01.09 01:12:44.553213 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14936 2025.01.09 01:12:44.554172 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14937 2025.01.09 01:12:44.554213 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14938 2025.01.09 01:12:44.554594 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14939 2025.01.09 01:12:44.554852 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14940 2025.01.09 01:12:44.555065 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002007 sec., 43348.28101644245 rows/sec., 3.38 MiB/sec.
14941 2025.01.09 01:12:44.555122 [ 276 ] {cd8d4c76-4866-43dc-a3b5-917d690e58ea} <Debug> TCPHandler: Processed in 0.002350884 sec.
14942 2025.01.09 01:12:44.555272 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14943 2025.01.09 01:12:44.555414 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14944 2025.01.09 01:12:44.555477 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14945 2025.01.09 01:12:44.556132 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14946 2025.01.09 01:12:44.556171 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14947 2025.01.09 01:12:44.556563 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14948 2025.01.09 01:12:44.556798 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14949 2025.01.09 01:12:44.557014 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001632 sec., 91911.76470588235 rows/sec., 6.37 MiB/sec.
14950 2025.01.09 01:12:44.557066 [ 279 ] {3002e290-dcb1-47f6-83b2-78bfb58d1701} <Debug> TCPHandler: Processed in 0.001858451 sec.
14951 2025.01.09 01:12:44.557264 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14952 2025.01.09 01:12:44.557602 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14953 2025.01.09 01:12:44.557881 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14954 2025.01.09 01:12:44.559166 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14955 2025.01.09 01:12:44.559208 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14956 2025.01.09 01:12:44.559893 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
14957 2025.01.09 01:12:44.560161 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14958 2025.01.09 01:12:44.560442 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002961 sec., 10469.436001350894 rows/sec., 18.76 MiB/sec.
14959 2025.01.09 01:12:44.560525 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14960 2025.01.09 01:12:44.560628 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14961 2025.01.09 01:12:44.560699 [ 276 ] {935d805d-bb1f-455c-8f33-9102a43fe701} <Debug> TCPHandler: Processed in 0.003528009 sec.
14962 2025.01.09 01:12:44.560946 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14963 2025.01.09 01:12:44.561128 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14964 2025.01.09 01:12:44.561222 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14965 2025.01.09 01:12:44.562074 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14966 2025.01.09 01:12:44.562112 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14967 2025.01.09 01:12:44.562852 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14968 2025.01.09 01:12:44.563227 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14969 2025.01.09 01:12:44.563524 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002449 sec., 20416.496529195592 rows/sec., 1.40 MiB/sec.
14970 2025.01.09 01:12:44.563643 [ 279 ] {1d73059b-da32-4b11-83b9-8e7a55e11940} <Debug> TCPHandler: Processed in 0.002827724 sec.
14971 2025.01.09 01:12:44.564364 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14972 2025.01.09 01:12:45.030877 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14973 2025.01.09 01:12:45.031079 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14974 2025.01.09 01:12:45.031166 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14975 2025.01.09 01:12:45.031982 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14976 2025.01.09 01:12:45.032037 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14977 2025.01.09 01:12:45.032537 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14978 2025.01.09 01:12:45.032822 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14979 2025.01.09 01:12:45.033085 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002062 sec., 6789.524733268671 rows/sec., 488.75 KiB/sec.
14980 2025.01.09 01:12:45.033161 [ 276 ] {af39c682-2fa7-4918-9077-6ea61bdc3bbc} <Debug> TCPHandler: Processed in 0.002438625 sec.
14981 2025.01.09 01:12:45.033436 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14982 2025.01.09 01:12:45.033634 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14983 2025.01.09 01:12:45.033709 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14984 2025.01.09 01:12:45.034463 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14985 2025.01.09 01:12:45.034516 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14986 2025.01.09 01:12:45.034942 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
14987 2025.01.09 01:12:45.035195 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14988 2025.01.09 01:12:45.035460 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001876 sec., 1066.0980810234541 rows/sec., 86.93 KiB/sec.
14989 2025.01.09 01:12:45.035558 [ 279 ] {ce84bc8f-9f19-49e3-9b49-77fb610a59ea} <Debug> TCPHandler: Processed in 0.002254151 sec.
14990 2025.01.09 01:12:45.035820 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14991 2025.01.09 01:12:45.035958 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14992 2025.01.09 01:12:45.036014 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14993 2025.01.09 01:12:45.037534 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14994 2025.01.09 01:12:45.037580 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
14995 2025.01.09 01:12:45.038223 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14996 2025.01.09 01:12:45.038523 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14997 2025.01.09 01:12:45.038805 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.00287 sec., 472473.86759581877 rows/sec., 39.43 MiB/sec.
14998 2025.01.09 01:12:45.038926 [ 276 ] {9b8e8365-def6-4558-bb77-82d56fcc947c} <Debug> TCPHandler: Processed in 0.003215033 sec.
14999 2025.01.09 01:12:45.039197 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15000 2025.01.09 01:12:45.039393 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15001 2025.01.09 01:12:45.039445 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15002 2025.01.09 01:12:45.040068 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15003 2025.01.09 01:12:45.040109 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15004 2025.01.09 01:12:45.040489 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15005 2025.01.09 01:12:45.040765 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15006 2025.01.09 01:12:45.041006 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001646 sec., 10328.068043742407 rows/sec., 727.38 KiB/sec.
15007 2025.01.09 01:12:45.041072 [ 279 ] {a72b7419-621a-4f84-8011-fa49548cea18} <Debug> TCPHandler: Processed in 0.001989034 sec.
15008 2025.01.09 01:12:45.041079 [ 218 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15009 2025.01.09 01:12:45.041124 [ 218 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15010 2025.01.09 01:12:45.041242 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15011 2025.01.09 01:12:45.041377 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15012 2025.01.09 01:12:45.041439 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15013 2025.01.09 01:12:45.042410 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15014 2025.01.09 01:12:45.042453 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15015 2025.01.09 01:12:45.043044 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15016 2025.01.09 01:12:45.043534 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15017 2025.01.09 01:12:45.043938 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002571 sec., 94126.7989109296 rows/sec., 6.38 MiB/sec.
15018 2025.01.09 01:12:45.044047 [ 218 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15019 2025.01.09 01:12:45.044152 [ 276 ] {4b9f94df-868b-47ad-bde6-a08634bd00f6} <Debug> TCPHandler: Processed in 0.002967827 sec.
15020 2025.01.09 01:12:45.044521 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15021 2025.01.09 01:12:45.044951 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15022 2025.01.09 01:12:45.045165 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15023 2025.01.09 01:12:45.046981 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15024 2025.01.09 01:12:45.047023 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15025 2025.01.09 01:12:45.047413 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15026 2025.01.09 01:12:45.047667 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15027 2025.01.09 01:12:45.047905 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003131 sec., 4152.02810603641 rows/sec., 258.88 KiB/sec.
15028 2025.01.09 01:12:45.048005 [ 279 ] {5f268b21-28c6-49f5-9ca9-2c01f74c2633} <Debug> TCPHandler: Processed in 0.003726744 sec.
15029 2025.01.09 01:12:45.048274 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15030 2025.01.09 01:12:45.048417 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15031 2025.01.09 01:12:45.048473 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15032 2025.01.09 01:12:45.049465 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15033 2025.01.09 01:12:45.049509 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15034 2025.01.09 01:12:45.049953 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15035 2025.01.09 01:12:45.050212 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15036 2025.01.09 01:12:45.050464 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002069 sec., 405993.2334461092 rows/sec., 29.33 MiB/sec.
15037 2025.01.09 01:12:45.050582 [ 225 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15038 2025.01.09 01:12:45.050586 [ 276 ] {d9e00684-888a-4b05-92c7-a9a13c138f40} <Debug> TCPHandler: Processed in 0.002456845 sec.
15039 2025.01.09 01:12:45.050629 [ 225 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15040 2025.01.09 01:12:45.050827 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15041 2025.01.09 01:12:45.050959 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15042 2025.01.09 01:12:45.051025 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15043 2025.01.09 01:12:45.051730 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15044 2025.01.09 01:12:45.051771 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15045 2025.01.09 01:12:45.052303 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15046 2025.01.09 01:12:45.052601 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15047 2025.01.09 01:12:45.052980 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00202 sec., 2970.29702970297 rows/sec., 155.19 KiB/sec.
15048 2025.01.09 01:12:45.053150 [ 279 ] {2e79dbdc-91d0-4898-ac37-404d33114793} <Debug> TCPHandler: Processed in 0.002400794 sec.
15049 2025.01.09 01:12:45.053615 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15050 2025.01.09 01:12:45.053745 [ 225 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15051 2025.01.09 01:12:45.053912 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15052 2025.01.09 01:12:45.054049 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15053 2025.01.09 01:12:45.055937 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15054 2025.01.09 01:12:45.055981 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15055 2025.01.09 01:12:45.056466 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15056 2025.01.09 01:12:45.056726 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15057 2025.01.09 01:12:45.056953 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.003175 sec., 300472.4409448819 rows/sec., 19.96 MiB/sec.
15058 2025.01.09 01:12:45.057020 [ 276 ] {b56c46ba-358a-40af-8743-0d42f873ef27} <Debug> TCPHandler: Processed in 0.003731724 sec.
15059 2025.01.09 01:12:45.057177 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15060 2025.01.09 01:12:45.057311 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15061 2025.01.09 01:12:45.057366 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15062 2025.01.09 01:12:45.057878 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15063 2025.01.09 01:12:45.057918 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15064 2025.01.09 01:12:45.058366 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15065 2025.01.09 01:12:45.058612 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15066 2025.01.09 01:12:45.058844 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 43.33 KiB/sec.
15067 2025.01.09 01:12:45.058927 [ 279 ] {742e4b06-7bd1-4e3d-93de-4c4173157eb4} <Debug> TCPHandler: Processed in 0.001809081 sec.
15068 2025.01.09 01:12:45.059207 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15069 2025.01.09 01:12:45.059341 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15070 2025.01.09 01:12:45.059427 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15071 2025.01.09 01:12:45.060877 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15072 2025.01.09 01:12:45.060921 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15073 2025.01.09 01:12:45.061574 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15074 2025.01.09 01:12:45.061861 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15075 2025.01.09 01:12:45.062116 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002801 sec., 2856.122813280971 rows/sec., 5.12 MiB/sec.
15076 2025.01.09 01:12:45.062230 [ 276 ] {5788d5a7-8a98-40a1-ade1-845f32b62223} <Debug> TCPHandler: Processed in 0.003196462 sec.
15077 2025.01.09 01:12:45.062400 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15078 2025.01.09 01:12:45.062523 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15079 2025.01.09 01:12:45.062574 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15080 2025.01.09 01:12:45.063078 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15081 2025.01.09 01:12:45.063116 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15082 2025.01.09 01:12:45.063488 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15083 2025.01.09 01:12:45.063717 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15084 2025.01.09 01:12:45.063907 [ 43 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
15085 2025.01.09 01:12:45.063932 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001433 sec., 22330.774598743894 rows/sec., 1.29 MiB/sec.
15086 2025.01.09 01:12:45.063990 [ 43 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15087 2025.01.09 01:12:45.064058 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15088 2025.01.09 01:12:45.064095 [ 279 ] {36b5266c-9674-4354-a606-c794edd2e025} <Debug> TCPHandler: Processed in 0.001746809 sec.
15089 2025.01.09 01:12:45.064362 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
15090 2025.01.09 01:12:45.064835 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15091 2025.01.09 01:12:45.064940 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5616 rows starting from the beginning of the part
15092 2025.01.09 01:12:45.065287 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 72 rows starting from the beginning of the part
15093 2025.01.09 01:12:45.065509 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 50 rows starting from the beginning of the part
15094 2025.01.09 01:12:45.065710 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 72 rows starting from the beginning of the part
15095 2025.01.09 01:12:45.065825 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 50 rows starting from the beginning of the part
15096 2025.01.09 01:12:45.066008 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 32 rows starting from the beginning of the part
15097 2025.01.09 01:12:45.068055 [ 190 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003880347 sec., 1518420.9041098643 rows/sec., 99.59 MiB/sec.
15098 2025.01.09 01:12:45.068435 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
15099 2025.01.09 01:12:45.068759 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15100 2025.01.09 01:12:45.068848 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_116_23} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
15101 2025.01.09 01:12:45.068936 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
15102 2025.01.09 01:12:45.444821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543
15103 2025.01.09 01:12:45.467375 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15104 2025.01.09 01:12:45.467439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15105 2025.01.09 01:12:45.474728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15106 2025.01.09 01:12:45.475530 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15107 2025.01.09 01:12:45.479599 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
15108 2025.01.09 01:12:46.000252 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.85 MiB, peak 284.99 MiB, free memory in arenas 0.00 B, will set to 270.46 MiB (RSS), difference: -1.39 MiB
15109 2025.01.09 01:12:49.545380 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15110 2025.01.09 01:12:49.545610 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15111 2025.01.09 01:12:49.545699 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15112 2025.01.09 01:12:49.546567 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15113 2025.01.09 01:12:49.546623 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15114 2025.01.09 01:12:49.547085 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15115 2025.01.09 01:12:49.547360 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15116 2025.01.09 01:12:49.547630 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002064 sec., 25193.798449612405 rows/sec., 1.92 MiB/sec.
15117 2025.01.09 01:12:49.547714 [ 276 ] {7290101b-c39f-47a0-a264-b619eeb21253} <Debug> TCPHandler: Processed in 0.002476076 sec.
15118 2025.01.09 01:12:49.548028 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15119 2025.01.09 01:12:49.548274 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15120 2025.01.09 01:12:49.548355 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15121 2025.01.09 01:12:49.549220 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15122 2025.01.09 01:12:49.549263 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15123 2025.01.09 01:12:49.549707 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15124 2025.01.09 01:12:49.549959 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15125 2025.01.09 01:12:49.550154 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.25 MiB/sec.
15126 2025.01.09 01:12:49.550221 [ 279 ] {3609fe61-735e-47b3-a01f-9ab89cca77c8} <Debug> TCPHandler: Processed in 0.002372683 sec.
15127 2025.01.09 01:12:49.550385 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15128 2025.01.09 01:12:49.550535 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15129 2025.01.09 01:12:49.550603 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15130 2025.01.09 01:12:49.551258 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15131 2025.01.09 01:12:49.551299 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15132 2025.01.09 01:12:49.551705 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15133 2025.01.09 01:12:49.551950 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15134 2025.01.09 01:12:49.552169 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001671 sec., 71813.2854578097 rows/sec., 4.98 MiB/sec.
15135 2025.01.09 01:12:49.552225 [ 276 ] {8ed50f2f-33e3-40df-87f0-5d9179d2cb7c} <Debug> TCPHandler: Processed in 0.001908803 sec.
15136 2025.01.09 01:12:49.552414 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15137 2025.01.09 01:12:49.552562 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15138 2025.01.09 01:12:49.552627 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15139 2025.01.09 01:12:49.553194 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15140 2025.01.09 01:12:49.553231 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15141 2025.01.09 01:12:49.553620 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15142 2025.01.09 01:12:49.553860 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15143 2025.01.09 01:12:49.554033 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001509 sec., 26507.620941020545 rows/sec., 1.82 MiB/sec.
15144 2025.01.09 01:12:49.554113 [ 279 ] {fa8583c9-ea74-46ac-849b-47193d4c43e6} <Debug> TCPHandler: Processed in 0.00176627 sec.
15145 2025.01.09 01:12:50.582678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489
15146 2025.01.09 01:12:50.583376 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15147 2025.01.09 01:12:50.583423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15148 2025.01.09 01:12:50.583956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15149 2025.01.09 01:12:50.584223 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15150 2025.01.09 01:12:50.584510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
15151 2025.01.09 01:12:52.979692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
15152 2025.01.09 01:12:53.002115 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15153 2025.01.09 01:12:53.002167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15154 2025.01.09 01:12:53.009476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15155 2025.01.09 01:12:53.010271 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15156 2025.01.09 01:12:53.013342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
15157 2025.01.09 01:12:53.268300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2116
15158 2025.01.09 01:12:53.272181 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15159 2025.01.09 01:12:53.272242 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15160 2025.01.09 01:12:53.273839 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15161 2025.01.09 01:12:53.274169 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15162 2025.01.09 01:12:53.276360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2116
15163 2025.01.09 01:12:54.548786 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15164 2025.01.09 01:12:54.549002 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15165 2025.01.09 01:12:54.549085 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15166 2025.01.09 01:12:54.549961 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15167 2025.01.09 01:12:54.550012 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15168 2025.01.09 01:12:54.550473 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15169 2025.01.09 01:12:54.550739 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15170 2025.01.09 01:12:54.551001 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002059 sec., 55366.68285575522 rows/sec., 4.70 MiB/sec.
15171 2025.01.09 01:12:54.551070 [ 276 ] {b878bf03-3a3a-4935-9985-43c06d981458} <Debug> TCPHandler: Processed in 0.002426305 sec.
15172 2025.01.09 01:12:54.551340 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15173 2025.01.09 01:12:54.551538 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15174 2025.01.09 01:12:54.551613 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15175 2025.01.09 01:12:54.552378 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15176 2025.01.09 01:12:54.552431 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15177 2025.01.09 01:12:54.552887 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15178 2025.01.09 01:12:54.553142 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15179 2025.01.09 01:12:54.553390 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001906 sec., 16264.428121720883 rows/sec., 1.19 MiB/sec.
15180 2025.01.09 01:12:54.553461 [ 279 ] {d0f48d0c-2a0d-4066-a846-fd3c7763b7ab} <Debug> TCPHandler: Processed in 0.002262811 sec.
15181 2025.01.09 01:12:54.553678 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15182 2025.01.09 01:12:54.553908 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15183 2025.01.09 01:12:54.554005 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15184 2025.01.09 01:12:54.554817 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15185 2025.01.09 01:12:54.554857 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15186 2025.01.09 01:12:54.555239 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15187 2025.01.09 01:12:54.555497 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15188 2025.01.09 01:12:54.555740 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001889 sec., 46056.11434621493 rows/sec., 3.60 MiB/sec.
15189 2025.01.09 01:12:54.555796 [ 276 ] {05176446-9e27-4bd7-9b6b-035809c14f45} <Debug> TCPHandler: Processed in 0.002230981 sec.
15190 2025.01.09 01:12:54.555954 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15191 2025.01.09 01:12:54.556102 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15192 2025.01.09 01:12:54.556170 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15193 2025.01.09 01:12:54.556779 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15194 2025.01.09 01:12:54.556819 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15195 2025.01.09 01:12:54.557237 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15196 2025.01.09 01:12:54.557495 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15197 2025.01.09 01:12:54.557735 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001667 sec., 89982.00359928014 rows/sec., 6.24 MiB/sec.
15198 2025.01.09 01:12:54.557791 [ 279 ] {3fca8973-50c4-4a44-ad2e-703f2ba1210a} <Debug> TCPHandler: Processed in 0.001907293 sec.
15199 2025.01.09 01:12:54.557990 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15200 2025.01.09 01:12:54.558214 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15201 2025.01.09 01:12:54.558371 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15202 2025.01.09 01:12:54.559603 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15203 2025.01.09 01:12:54.559646 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15204 2025.01.09 01:12:54.560322 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15205 2025.01.09 01:12:54.560585 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15206 2025.01.09 01:12:54.560852 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002694 sec., 11507.052709725314 rows/sec., 20.62 MiB/sec.
15207 2025.01.09 01:12:54.560964 [ 276 ] {06c7dfed-cb96-4935-98ed-822714115195} <Debug> TCPHandler: Processed in 0.003087859 sec.
15208 2025.01.09 01:12:54.561114 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15209 2025.01.09 01:12:54.561255 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15210 2025.01.09 01:12:54.561316 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15211 2025.01.09 01:12:54.561893 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15212 2025.01.09 01:12:54.561940 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15213 2025.01.09 01:12:54.562386 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15214 2025.01.09 01:12:54.562634 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15215 2025.01.09 01:12:54.562856 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001632 sec., 30637.254901960783 rows/sec., 2.10 MiB/sec.
15216 2025.01.09 01:12:54.562910 [ 279 ] {1aa6484b-550f-4635-b0e3-90b647f06514} <Debug> TCPHandler: Processed in 0.001865672 sec.
15217 2025.01.09 01:12:55.358102 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15218 2025.01.09 01:12:55.358159 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15219 2025.01.09 01:12:55.360594 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15220 2025.01.09 01:12:55.512039 [ 223 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15221 2025.01.09 01:12:55.512092 [ 223 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15222 2025.01.09 01:12:55.514109 [ 223 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15223 2025.01.09 01:12:57.865497 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
15224 2025.01.09 01:12:57.865600 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
15225 2025.01.09 01:12:58.084662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977
15226 2025.01.09 01:12:58.085460 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15227 2025.01.09 01:12:58.085513 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15228 2025.01.09 01:12:58.086203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15229 2025.01.09 01:12:58.086526 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15230 2025.01.09 01:12:58.086792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977
15231 2025.01.09 01:12:59.006097 [ 140 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
15232 2025.01.09 01:12:59.006160 [ 140 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15233 2025.01.09 01:12:59.006182 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15234 2025.01.09 01:12:59.006346 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
15235 2025.01.09 01:12:59.006794 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15236 2025.01.09 01:12:59.006867 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part
15237 2025.01.09 01:12:59.006954 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
15238 2025.01.09 01:12:59.007159 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
15239 2025.01.09 01:12:59.007300 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
15240 2025.01.09 01:12:59.007601 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
15241 2025.01.09 01:12:59.008690 [ 190 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002441285 sec., 125343.82507572856 rows/sec., 6.40 MiB/sec.
15242 2025.01.09 01:12:59.008868 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
15243 2025.01.09 01:12:59.009182 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15244 2025.01.09 01:12:59.009275 [ 200 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_51_11} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
15245 2025.01.09 01:12:59.009364 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15246 2025.01.09 01:12:59.550847 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15247 2025.01.09 01:12:59.551070 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15248 2025.01.09 01:12:59.551157 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15249 2025.01.09 01:12:59.552003 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15250 2025.01.09 01:12:59.552055 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15251 2025.01.09 01:12:59.552504 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15252 2025.01.09 01:12:59.552780 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15253 2025.01.09 01:12:59.553049 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002038 sec., 6869.479882237488 rows/sec., 494.51 KiB/sec.
15254 2025.01.09 01:12:59.553143 [ 276 ] {c07dc187-8cf7-4d70-88e2-97a512e7035e} <Debug> TCPHandler: Processed in 0.002435695 sec.
15255 2025.01.09 01:12:59.553488 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15256 2025.01.09 01:12:59.553706 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15257 2025.01.09 01:12:59.553788 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15258 2025.01.09 01:12:59.554709 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15259 2025.01.09 01:12:59.554761 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15260 2025.01.09 01:12:59.555214 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15261 2025.01.09 01:12:59.555471 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15262 2025.01.09 01:12:59.555681 [ 140 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15263 2025.01.09 01:12:59.555711 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002067 sec., 104015.48137397195 rows/sec., 9.09 MiB/sec.
15264 2025.01.09 01:12:59.555758 [ 140 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15265 2025.01.09 01:12:59.555826 [ 279 ] {3d4808b8-011b-49dd-b193-2e8a4811728f} <Debug> TCPHandler: Processed in 0.002528077 sec.
15266 2025.01.09 01:12:59.555830 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15267 2025.01.09 01:12:59.556078 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15268 2025.01.09 01:12:59.556138 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15269 2025.01.09 01:12:59.556443 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15270 2025.01.09 01:12:59.556626 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15271 2025.01.09 01:12:59.556771 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15272 2025.01.09 01:12:59.556992 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1426 rows starting from the beginning of the part
15273 2025.01.09 01:12:59.557612 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 114 rows starting from the beginning of the part
15274 2025.01.09 01:12:59.558261 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1356 rows starting from the beginning of the part
15275 2025.01.09 01:12:59.558875 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 52 rows starting from the beginning of the part
15276 2025.01.09 01:12:59.559352 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 114 rows starting from the beginning of the part
15277 2025.01.09 01:12:59.559864 [ 193 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 215 rows starting from the beginning of the part
15278 2025.01.09 01:12:59.560855 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15279 2025.01.09 01:12:59.560911 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15280 2025.01.09 01:12:59.561844 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15281 2025.01.09 01:12:59.562396 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15282 2025.01.09 01:12:59.562807 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.006501 sec., 2307.3373327180434 rows/sec., 162.69 KiB/sec.
15283 2025.01.09 01:12:59.562876 [ 276 ] {f91bc42d-d912-4a89-b9c7-6809e081977e} <Debug> TCPHandler: Processed in 0.006940207 sec.
15284 2025.01.09 01:12:59.563080 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15285 2025.01.09 01:12:59.563274 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.007298554 sec., 448993.0471159082 rows/sec., 39.36 MiB/sec.
15286 2025.01.09 01:12:59.563292 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15287 2025.01.09 01:12:59.563381 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15288 2025.01.09 01:12:59.563614 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15289 2025.01.09 01:12:59.564278 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15290 2025.01.09 01:12:59.564512 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_121_24} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15291 2025.01.09 01:12:59.564559 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15292 2025.01.09 01:12:59.564635 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15293 2025.01.09 01:12:59.564670 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
15294 2025.01.09 01:12:59.565042 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15295 2025.01.09 01:12:59.565278 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15296 2025.01.09 01:12:59.565527 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002281 sec., 6137.658921525646 rows/sec., 429.84 KiB/sec.
15297 2025.01.09 01:12:59.565639 [ 279 ] {3da7ef8a-5bf9-41f6-92a1-ab890ae57274} <Debug> TCPHandler: Processed in 0.00263894 sec.
15298 2025.01.09 01:12:59.565888 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15299 2025.01.09 01:12:59.566033 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15300 2025.01.09 01:12:59.566091 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15301 2025.01.09 01:12:59.566742 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15302 2025.01.09 01:12:59.566782 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15303 2025.01.09 01:12:59.567140 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15304 2025.01.09 01:12:59.567376 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15305 2025.01.09 01:12:59.567590 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec.
15306 2025.01.09 01:12:59.567642 [ 276 ] {02201744-94ff-4c2e-b2a7-799814982fc6} <Debug> TCPHandler: Processed in 0.001898002 sec.
15307 2025.01.09 01:12:59.567799 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15308 2025.01.09 01:12:59.567935 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15309 2025.01.09 01:12:59.567990 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15310 2025.01.09 01:12:59.568781 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15311 2025.01.09 01:12:59.568820 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15312 2025.01.09 01:12:59.569206 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15313 2025.01.09 01:12:59.569445 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15314 2025.01.09 01:12:59.569629 [ 151 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15315 2025.01.09 01:12:59.569681 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001773 sec., 215454.03271291594 rows/sec., 15.25 MiB/sec.
15316 2025.01.09 01:12:59.569725 [ 151 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15317 2025.01.09 01:12:59.569785 [ 279 ] {9283cb82-a75b-4a5c-884e-7ddd50239bde} <Debug> TCPHandler: Processed in 0.002048667 sec.
15318 2025.01.09 01:12:59.569790 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15319 2025.01.09 01:12:59.570029 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15320 2025.01.09 01:12:59.570045 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15321 2025.01.09 01:12:59.570314 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15322 2025.01.09 01:12:59.570513 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15323 2025.01.09 01:12:59.570711 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15324 2025.01.09 01:12:59.570917 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 903 rows starting from the beginning of the part
15325 2025.01.09 01:12:59.571551 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 87 rows starting from the beginning of the part
15326 2025.01.09 01:12:59.572099 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 840 rows starting from the beginning of the part
15327 2025.01.09 01:12:59.572674 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part
15328 2025.01.09 01:12:59.573239 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 87 rows starting from the beginning of the part
15329 2025.01.09 01:12:59.573885 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 382 rows starting from the beginning of the part
15330 2025.01.09 01:12:59.574583 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15331 2025.01.09 01:12:59.574652 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15332 2025.01.09 01:12:59.575497 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15333 2025.01.09 01:12:59.576046 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15334 2025.01.09 01:12:59.576573 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006393 sec., 938.5265133740028 rows/sec., 49.03 KiB/sec.
15335 2025.01.09 01:12:59.576674 [ 276 ] {a8625174-79ee-4233-b443-b5751d4a45fb} <Debug> TCPHandler: Processed in 0.006796723 sec.
15336 2025.01.09 01:12:59.576839 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15337 2025.01.09 01:12:59.577115 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15338 2025.01.09 01:12:59.577269 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15339 2025.01.09 01:12:59.577283 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.007359166 sec., 320009.0879863289 rows/sec., 24.50 MiB/sec.
15340 2025.01.09 01:12:59.577553 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15341 2025.01.09 01:12:59.578131 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15342 2025.01.09 01:12:59.578347 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_121_24} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15343 2025.01.09 01:12:59.578531 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
15344 2025.01.09 01:12:59.578562 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15345 2025.01.09 01:12:59.578616 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15346 2025.01.09 01:12:59.579020 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15347 2025.01.09 01:12:59.579257 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15348 2025.01.09 01:12:59.579433 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0
15349 2025.01.09 01:12:59.579498 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15350 2025.01.09 01:12:59.579505 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002507 sec., 90546.46988432389 rows/sec., 6.04 MiB/sec.
15351 2025.01.09 01:12:59.579543 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15352 2025.01.09 01:12:59.579692 [ 279 ] {e42c81db-b1f4-4cc3-8845-9f4b0edcdce1} <Debug> TCPHandler: Processed in 0.002931476 sec.
15353 2025.01.09 01:12:59.579900 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full
15354 2025.01.09 01:12:59.580289 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15355 2025.01.09 01:12:59.580455 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15356 2025.01.09 01:12:59.580570 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 34594 rows starting from the beginning of the part
15357 2025.01.09 01:12:59.580974 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 150 rows starting from the beginning of the part
15358 2025.01.09 01:12:59.581065 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15359 2025.01.09 01:12:59.581468 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 954 rows starting from the beginning of the part
15360 2025.01.09 01:12:59.582041 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 120 rows starting from the beginning of the part
15361 2025.01.09 01:12:59.581676 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15362 2025.01.09 01:12:59.582380 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 150 rows starting from the beginning of the part
15363 2025.01.09 01:12:59.582751 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 227 rows starting from the beginning of the part
15364 2025.01.09 01:12:59.584105 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15365 2025.01.09 01:12:59.584169 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15366 2025.01.09 01:12:59.584703 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15367 2025.01.09 01:12:59.585121 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15368 2025.01.09 01:12:59.585617 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00489 sec., 204.49897750511246 rows/sec., 13.78 KiB/sec.
15369 2025.01.09 01:12:59.585803 [ 276 ] {de7ab523-866e-441d-80d8-780f80b2c95c} <Debug> TCPHandler: Processed in 0.005957624 sec.
15370 2025.01.09 01:12:59.586094 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15371 2025.01.09 01:12:59.586351 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15372 2025.01.09 01:12:59.586531 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15373 2025.01.09 01:12:59.588053 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15374 2025.01.09 01:12:59.588094 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15375 2025.01.09 01:12:59.589016 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15376 2025.01.09 01:12:59.589531 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15377 2025.01.09 01:12:59.589926 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003644 sec., 2195.389681668496 rows/sec., 3.93 MiB/sec.
15378 2025.01.09 01:12:59.590098 [ 279 ] {f8323abf-41e9-4efc-85a5-7bbdb00aeb78} <Debug> TCPHandler: Processed in 0.004146313 sec.
15379 2025.01.09 01:12:59.590257 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15380 2025.01.09 01:12:59.590400 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15381 2025.01.09 01:12:59.590460 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15382 2025.01.09 01:12:59.591170 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15383 2025.01.09 01:12:59.591218 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15384 2025.01.09 01:12:59.591749 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15385 2025.01.09 01:12:59.592012 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15386 2025.01.09 01:12:59.592256 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001882 sec., 38257.173219978744 rows/sec., 2.44 MiB/sec.
15387 2025.01.09 01:12:59.592329 [ 276 ] {7ca98c83-a81e-4832-9425-d65241329fc4} <Debug> TCPHandler: Processed in 0.002136658 sec.
15388 2025.01.09 01:12:59.593588 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36195 rows, containing 5 columns (5 merged, 0 gathered) in 0.013907754 sec., 2602505.048622517 rows/sec., 175.00 MiB/sec.
15389 2025.01.09 01:12:59.593981 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
15390 2025.01.09 01:12:59.594339 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15391 2025.01.09 01:12:59.594435 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24
15392 2025.01.09 01:12:59.594533 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
15393 2025.01.09 01:13:00.513435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
15394 2025.01.09 01:13:00.536338 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15395 2025.01.09 01:13:00.536399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB.
15396 2025.01.09 01:13:00.543650 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15397 2025.01.09 01:13:00.544453 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15398 2025.01.09 01:13:00.547448 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
15399 2025.01.09 01:13:02.532358 [ 218 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15400 2025.01.09 01:13:02.532426 [ 218 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15401 2025.01.09 01:13:02.534781 [ 218 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15402 2025.01.09 01:13:03.276639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2150
15403 2025.01.09 01:13:03.279899 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15404 2025.01.09 01:13:03.279956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15405 2025.01.09 01:13:03.281546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15406 2025.01.09 01:13:03.281872 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15407 2025.01.09 01:13:03.282530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2150
15408 2025.01.09 01:13:04.548715 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15409 2025.01.09 01:13:04.548932 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15410 2025.01.09 01:13:04.549020 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15411 2025.01.09 01:13:04.549875 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15412 2025.01.09 01:13:04.549931 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15413 2025.01.09 01:13:04.550364 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
15414 2025.01.09 01:13:04.550635 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15415 2025.01.09 01:13:04.550942 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002068 sec., 2901.3539651837523 rows/sec., 236.59 KiB/sec.
15416 2025.01.09 01:13:04.551157 [ 276 ] {f2257194-15a1-43f2-be28-730c8f3ba17d} <Debug> TCPHandler: Processed in 0.002580048 sec.
15417 2025.01.09 01:13:04.551490 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15418 2025.01.09 01:13:04.551704 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15419 2025.01.09 01:13:04.551777 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15420 2025.01.09 01:13:04.552565 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15421 2025.01.09 01:13:04.552607 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15422 2025.01.09 01:13:04.553076 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15423 2025.01.09 01:13:04.553341 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15424 2025.01.09 01:13:04.553540 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.001897 sec., 61676.331049024775 rows/sec., 5.22 MiB/sec.
15425 2025.01.09 01:13:04.553607 [ 279 ] {49b4cc13-8e12-4e2c-aa04-1c7b7bc3008f} <Debug> TCPHandler: Processed in 0.002320432 sec.
15426 2025.01.09 01:13:04.553804 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15427 2025.01.09 01:13:04.554037 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15428 2025.01.09 01:13:04.554130 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15429 2025.01.09 01:13:04.555026 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15430 2025.01.09 01:13:04.555069 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15431 2025.01.09 01:13:04.555446 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15432 2025.01.09 01:13:04.555689 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15433 2025.01.09 01:13:04.555880 [ 56 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15434 2025.01.09 01:13:04.555901 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.00192 sec., 19270.833333333332 rows/sec., 1.40 MiB/sec.
15435 2025.01.09 01:13:04.555964 [ 56 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15436 2025.01.09 01:13:04.556033 [ 276 ] {e6e943a7-dcb2-49c6-9ccb-dd64b1cc55b9} <Debug> TCPHandler: Processed in 0.002335353 sec.
15437 2025.01.09 01:13:04.556039 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15438 2025.01.09 01:13:04.556298 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15439 2025.01.09 01:13:04.556371 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15440 2025.01.09 01:13:04.556620 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15441 2025.01.09 01:13:04.556824 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15442 2025.01.09 01:13:04.557046 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15443 2025.01.09 01:13:04.557390 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 62 rows starting from the beginning of the part
15444 2025.01.09 01:13:04.558118 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 31 rows starting from the beginning of the part
15445 2025.01.09 01:13:04.558480 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 17 rows starting from the beginning of the part
15446 2025.01.09 01:13:04.559135 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 31 rows starting from the beginning of the part
15447 2025.01.09 01:13:04.559509 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 15 rows starting from the beginning of the part
15448 2025.01.09 01:13:04.559765 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 37 rows starting from the beginning of the part
15449 2025.01.09 01:13:04.560792 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15450 2025.01.09 01:13:04.560876 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15451 2025.01.09 01:13:04.561945 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15452 2025.01.09 01:13:04.562533 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.006347573 sec., 30405.321845057948 rows/sec., 2.30 MiB/sec.
15453 2025.01.09 01:13:04.562555 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15454 2025.01.09 01:13:04.562730 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15455 2025.01.09 01:13:04.563047 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.006546 sec., 14207.149404216316 rows/sec., 1.11 MiB/sec.
15456 2025.01.09 01:13:04.563215 [ 279 ] {998aa7b1-17b0-4e23-a74e-a544c0346b58} <Debug> TCPHandler: Processed in 0.00708881 sec.
15457 2025.01.09 01:13:04.563412 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15458 2025.01.09 01:13:04.563415 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15459 2025.01.09 01:13:04.563650 [ 200 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_106_21} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15460 2025.01.09 01:13:04.563660 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15461 2025.01.09 01:13:04.563782 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15462 2025.01.09 01:13:04.563837 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15463 2025.01.09 01:13:04.564430 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15464 2025.01.09 01:13:04.564474 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15465 2025.01.09 01:13:04.564875 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15466 2025.01.09 01:13:04.565119 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15467 2025.01.09 01:13:04.565331 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001738 sec., 88032.22094361336 rows/sec., 6.10 MiB/sec.
15468 2025.01.09 01:13:04.565387 [ 276 ] {f5c6e899-315e-4006-a97b-da6757269f61} <Debug> TCPHandler: Processed in 0.002066587 sec.
15469 2025.01.09 01:13:04.565540 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15470 2025.01.09 01:13:04.565686 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15471 2025.01.09 01:13:04.565776 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15472 2025.01.09 01:13:04.567081 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15473 2025.01.09 01:13:04.567120 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15474 2025.01.09 01:13:04.567797 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15475 2025.01.09 01:13:04.568059 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15476 2025.01.09 01:13:04.568248 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15477 2025.01.09 01:13:04.568303 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15478 2025.01.09 01:13:04.568323 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002666 sec., 11627.906976744187 rows/sec., 20.84 MiB/sec.
15479 2025.01.09 01:13:04.568337 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15480 2025.01.09 01:13:04.568732 [ 279 ] {90098052-3337-4d66-9240-9246568657d7} <Debug> TCPHandler: Processed in 0.003256953 sec.
15481 2025.01.09 01:13:04.568741 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15482 2025.01.09 01:13:04.568985 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15483 2025.01.09 01:13:04.569306 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15484 2025.01.09 01:13:04.569402 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15485 2025.01.09 01:13:04.569425 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15486 2025.01.09 01:13:04.569651 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1937 rows starting from the beginning of the part
15487 2025.01.09 01:13:04.570522 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 31 rows starting from the beginning of the part
15488 2025.01.09 01:13:04.571397 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part
15489 2025.01.09 01:13:04.571683 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15490 2025.01.09 01:13:04.571810 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15491 2025.01.09 01:13:04.572222 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 31 rows starting from the beginning of the part
15492 2025.01.09 01:13:04.572826 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part
15493 2025.01.09 01:13:04.573463 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 31 rows starting from the beginning of the part
15494 2025.01.09 01:13:04.573485 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15495 2025.01.09 01:13:04.574333 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15496 2025.01.09 01:13:04.574930 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005737 sec., 8715.356458079135 rows/sec., 611.95 KiB/sec.
15497 2025.01.09 01:13:04.575094 [ 276 ] {3aade9e8-f1f5-444a-b5f0-b85baa08751b} <Debug> TCPHandler: Processed in 0.006213781 sec.
15498 2025.01.09 01:13:04.584713 [ 189 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2046 rows, containing 19 columns (19 merged, 0 gathered) in 0.016223846 sec., 126110.66451197823 rows/sec., 225.98 MiB/sec.
15499 2025.01.09 01:13:04.586333 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15500 2025.01.09 01:13:04.586794 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15501 2025.01.09 01:13:04.586883 [ 199 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15502 2025.01.09 01:13:04.587022 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.85 MiB.
15503 2025.01.09 01:13:05.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.06 MiB, peak 288.86 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: 2.73 MiB
15504 2025.01.09 01:13:05.201507 [ 224 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15505 2025.01.09 01:13:05.201548 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15506 2025.01.09 01:13:05.203435 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15507 2025.01.09 01:13:05.586960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404
15508 2025.01.09 01:13:05.587605 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15509 2025.01.09 01:13:05.587652 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15510 2025.01.09 01:13:05.588200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15511 2025.01.09 01:13:05.588457 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15512 2025.01.09 01:13:05.588703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
15513 2025.01.09 01:13:05.588780 [ 220 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15514 2025.01.09 01:13:05.588830 [ 220 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15515 2025.01.09 01:13:05.590941 [ 220 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15516 2025.01.09 01:13:06.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.81 MiB, peak 288.86 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: 3.99 MiB
15517 2025.01.09 01:13:08.047542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
15518 2025.01.09 01:13:08.068842 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15519 2025.01.09 01:13:08.068898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15520 2025.01.09 01:13:08.076359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15521 2025.01.09 01:13:08.077156 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15522 2025.01.09 01:13:08.080492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
15523 2025.01.09 01:13:09.212245 [ 219 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15524 2025.01.09 01:13:09.212303 [ 219 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15525 2025.01.09 01:13:09.214491 [ 219 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15526 2025.01.09 01:13:09.254123 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15527 2025.01.09 01:13:09.254175 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15528 2025.01.09 01:13:09.256170 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15529 2025.01.09 01:13:09.286243 [ 220 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15530 2025.01.09 01:13:09.286279 [ 220 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15531 2025.01.09 01:13:09.287979 [ 220 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15532 2025.01.09 01:13:09.516277 [ 224 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15533 2025.01.09 01:13:09.516317 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15534 2025.01.09 01:13:09.518425 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15535 2025.01.09 01:13:09.551518 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15536 2025.01.09 01:13:09.551842 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15537 2025.01.09 01:13:09.551983 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15538 2025.01.09 01:13:09.552773 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15539 2025.01.09 01:13:09.552831 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15540 2025.01.09 01:13:09.553275 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15541 2025.01.09 01:13:09.553520 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15542 2025.01.09 01:13:09.553716 [ 28 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15543 2025.01.09 01:13:09.553796 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002033 sec., 6886.374815543531 rows/sec., 495.73 KiB/sec.
15544 2025.01.09 01:13:09.553796 [ 28 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15545 2025.01.09 01:13:09.553894 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15546 2025.01.09 01:13:09.553929 [ 276 ] {7c99c2b7-794c-4142-922a-99fdda771f14} <Debug> TCPHandler: Processed in 0.002601869 sec.
15547 2025.01.09 01:13:09.554142 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15548 2025.01.09 01:13:09.554236 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15549 2025.01.09 01:13:09.554346 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15550 2025.01.09 01:13:09.554436 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part
15551 2025.01.09 01:13:09.554543 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15552 2025.01.09 01:13:09.554654 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
15553 2025.01.09 01:13:09.554783 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15554 2025.01.09 01:13:09.554877 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
15555 2025.01.09 01:13:09.555297 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
15556 2025.01.09 01:13:09.555679 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
15557 2025.01.09 01:13:09.557781 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15558 2025.01.09 01:13:09.557874 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15559 2025.01.09 01:13:09.558363 [ 187 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004345878 sec., 16107.216999648863 rows/sec., 1.19 MiB/sec.
15560 2025.01.09 01:13:09.558608 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15561 2025.01.09 01:13:09.558922 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15562 2025.01.09 01:13:09.559270 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15563 2025.01.09 01:13:09.559465 [ 199 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_53_13} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15564 2025.01.09 01:13:09.559474 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15565 2025.01.09 01:13:09.559629 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15566 2025.01.09 01:13:09.559802 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005376 sec., 39992.55952380953 rows/sec., 3.49 MiB/sec.
15567 2025.01.09 01:13:09.559864 [ 279 ] {02325cbe-4891-4d93-bb92-189dc6ff6f89} <Debug> TCPHandler: Processed in 0.005810331 sec.
15568 2025.01.09 01:13:09.560031 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15569 2025.01.09 01:13:09.560174 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15570 2025.01.09 01:13:09.560232 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15571 2025.01.09 01:13:09.560927 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15572 2025.01.09 01:13:09.560968 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15573 2025.01.09 01:13:09.561333 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
15574 2025.01.09 01:13:09.561568 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15575 2025.01.09 01:13:09.561768 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001626 sec., 9225.09225092251 rows/sec., 650.44 KiB/sec.
15576 2025.01.09 01:13:09.561821 [ 276 ] {1eed9361-9517-44ab-b6be-a16668d8c49f} <Debug> TCPHandler: Processed in 0.001856442 sec.
15577 2025.01.09 01:13:09.561960 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15578 2025.01.09 01:13:09.562080 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15579 2025.01.09 01:13:09.562130 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15580 2025.01.09 01:13:09.562697 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15581 2025.01.09 01:13:09.562737 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15582 2025.01.09 01:13:09.563106 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15583 2025.01.09 01:13:09.563346 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15584 2025.01.09 01:13:09.563523 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001468 sec., 9536.784741144415 rows/sec., 667.89 KiB/sec.
15585 2025.01.09 01:13:09.563573 [ 279 ] {49d989ef-c17f-46b7-953b-42750049f6a7} <Debug> TCPHandler: Processed in 0.001668907 sec.
15586 2025.01.09 01:13:09.563714 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15587 2025.01.09 01:13:09.563835 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15588 2025.01.09 01:13:09.563888 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15589 2025.01.09 01:13:09.564946 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15590 2025.01.09 01:13:09.564988 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15591 2025.01.09 01:13:09.565357 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15592 2025.01.09 01:13:09.565594 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15593 2025.01.09 01:13:09.565769 [ 29 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15594 2025.01.09 01:13:09.565833 [ 29 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15595 2025.01.09 01:13:09.565841 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00202 sec., 6435.6435643564355 rows/sec., 401.26 KiB/sec.
15596 2025.01.09 01:13:09.565871 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15597 2025.01.09 01:13:09.565957 [ 276 ] {800c11ef-dffa-455b-93f5-e06b658a30b9} <Debug> TCPHandler: Processed in 0.002296972 sec.
15598 2025.01.09 01:13:09.566193 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15599 2025.01.09 01:13:09.566194 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15600 2025.01.09 01:13:09.566426 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15601 2025.01.09 01:13:09.566570 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15602 2025.01.09 01:13:09.566573 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15603 2025.01.09 01:13:09.566736 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part
15604 2025.01.09 01:13:09.567128 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
15605 2025.01.09 01:13:09.567517 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part
15606 2025.01.09 01:13:09.567929 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part
15607 2025.01.09 01:13:09.568315 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part
15608 2025.01.09 01:13:09.569840 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15609 2025.01.09 01:13:09.569911 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15610 2025.01.09 01:13:09.570862 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004852 sec., 13396.537510305028 rows/sec., 887.60 KiB/sec.
15611 2025.01.09 01:13:09.570971 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15612 2025.01.09 01:13:09.571014 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15613 2025.01.09 01:13:09.571427 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15614 2025.01.09 01:13:09.571519 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15615 2025.01.09 01:13:09.571734 [ 187 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_53_13} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15616 2025.01.09 01:13:09.571834 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005474 sec., 69784.43551333577 rows/sec., 4.94 MiB/sec.
15617 2025.01.09 01:13:09.571875 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15618 2025.01.09 01:13:09.571980 [ 279 ] {5474eed3-9bbd-4d79-a6b2-b5a26349308d} <Debug> TCPHandler: Processed in 0.005921314 sec.
15619 2025.01.09 01:13:09.572141 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15620 2025.01.09 01:13:09.572280 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15621 2025.01.09 01:13:09.572339 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15622 2025.01.09 01:13:09.572906 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15623 2025.01.09 01:13:09.572944 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15624 2025.01.09 01:13:09.573322 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15625 2025.01.09 01:13:09.573561 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15626 2025.01.09 01:13:09.573798 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec.
15627 2025.01.09 01:13:09.573885 [ 276 ] {da006a49-2234-462a-a9a9-9b1285236300} <Debug> TCPHandler: Processed in 0.001807581 sec.
15628 2025.01.09 01:13:09.574114 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15629 2025.01.09 01:13:09.574312 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15630 2025.01.09 01:13:09.574375 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15631 2025.01.09 01:13:09.575055 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15632 2025.01.09 01:13:09.575093 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15633 2025.01.09 01:13:09.575497 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15634 2025.01.09 01:13:09.575750 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15635 2025.01.09 01:13:09.575928 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00165 sec., 137575.75757575757 rows/sec., 9.18 MiB/sec.
15636 2025.01.09 01:13:09.575979 [ 279 ] {77a3a0c7-5bc0-41fc-a9dd-a70c356817b7} <Debug> TCPHandler: Processed in 0.002008905 sec.
15637 2025.01.09 01:13:09.576143 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15638 2025.01.09 01:13:09.576260 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15639 2025.01.09 01:13:09.576312 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15640 2025.01.09 01:13:09.576767 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15641 2025.01.09 01:13:09.576805 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15642 2025.01.09 01:13:09.577165 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15643 2025.01.09 01:13:09.577402 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15644 2025.01.09 01:13:09.577636 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec.
15645 2025.01.09 01:13:09.577653 [ 224 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15646 2025.01.09 01:13:09.577719 [ 276 ] {63bf44d1-b3c4-460e-9ba5-48966c98a99d} <Debug> TCPHandler: Processed in 0.001627506 sec.
15647 2025.01.09 01:13:09.577721 [ 224 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15648 2025.01.09 01:13:09.577947 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15649 2025.01.09 01:13:09.578111 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15650 2025.01.09 01:13:09.578257 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15651 2025.01.09 01:13:09.581179 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15652 2025.01.09 01:13:09.581241 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15653 2025.01.09 01:13:09.581718 [ 224 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15654 2025.01.09 01:13:09.582938 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
15655 2025.01.09 01:13:09.583215 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15656 2025.01.09 01:13:09.583457 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005386 sec., 1485.3323431117713 rows/sec., 2.66 MiB/sec.
15657 2025.01.09 01:13:09.583570 [ 279 ] {3f5e8e15-4453-4242-9a6b-d887fe8bf70a} <Debug> TCPHandler: Processed in 0.00574904 sec.
15658 2025.01.09 01:13:09.583728 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15659 2025.01.09 01:13:09.583866 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15660 2025.01.09 01:13:09.583952 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15661 2025.01.09 01:13:09.584832 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15662 2025.01.09 01:13:09.584906 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15663 2025.01.09 01:13:09.585309 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15664 2025.01.09 01:13:09.585546 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15665 2025.01.09 01:13:09.585741 [ 155 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15666 2025.01.09 01:13:09.585788 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001943 sec., 37056.09881626351 rows/sec., 2.36 MiB/sec.
15667 2025.01.09 01:13:09.585816 [ 155 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15668 2025.01.09 01:13:09.585870 [ 276 ] {1424f3b9-0f84-4818-9c8a-9a343d81d917} <Debug> TCPHandler: Processed in 0.00220768 sec.
15669 2025.01.09 01:13:09.585891 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15670 2025.01.09 01:13:09.586081 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15671 2025.01.09 01:13:09.586327 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15672 2025.01.09 01:13:09.586421 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5892 rows starting from the beginning of the part
15673 2025.01.09 01:13:09.586766 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 40 rows starting from the beginning of the part
15674 2025.01.09 01:13:09.587098 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 50 rows starting from the beginning of the part
15675 2025.01.09 01:13:09.587465 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 72 rows starting from the beginning of the part
15676 2025.01.09 01:13:09.587797 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 50 rows starting from the beginning of the part
15677 2025.01.09 01:13:09.588130 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 72 rows starting from the beginning of the part
15678 2025.01.09 01:13:09.590231 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6176 rows, containing 4 columns (4 merged, 0 gathered) in 0.004236016 sec., 1457973.7187017237 rows/sec., 95.66 MiB/sec.
15679 2025.01.09 01:13:09.590714 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15680 2025.01.09 01:13:09.591067 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15681 2025.01.09 01:13:09.591151 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_121_24} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15682 2025.01.09 01:13:09.591249 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
15683 2025.01.09 01:13:10.146359 [ 225 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15684 2025.01.09 01:13:10.146414 [ 225 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15685 2025.01.09 01:13:10.148094 [ 225 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15686 2025.01.09 01:13:10.508209 [ 222 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15687 2025.01.09 01:13:10.508264 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15688 2025.01.09 01:13:10.510704 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15689 2025.01.09 01:13:10.583915 [ 221 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15690 2025.01.09 01:13:10.583981 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15691 2025.01.09 01:13:10.586099 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15692 2025.01.09 01:13:12.865866 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
15693 2025.01.09 01:13:12.865929 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
15694 2025.01.09 01:13:13.088860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892
15695 2025.01.09 01:13:13.089552 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15696 2025.01.09 01:13:13.089600 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15697 2025.01.09 01:13:13.090151 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15698 2025.01.09 01:13:13.090406 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15699 2025.01.09 01:13:13.090660 [ 91 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15700 2025.01.09 01:13:13.090666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892
15701 2025.01.09 01:13:13.090763 [ 91 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15702 2025.01.09 01:13:13.090798 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15703 2025.01.09 01:13:13.090979 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
15704 2025.01.09 01:13:13.091456 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15705 2025.01.09 01:13:13.091594 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
15706 2025.01.09 01:13:13.091742 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
15707 2025.01.09 01:13:13.091991 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
15708 2025.01.09 01:13:13.092450 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
15709 2025.01.09 01:13:13.092791 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
15710 2025.01.09 01:13:13.093257 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
15711 2025.01.09 01:13:13.097356 [ 197 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.006485926 sec., 5379648.179766466 rows/sec., 76.96 MiB/sec.
15712 2025.01.09 01:13:13.097714 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15713 2025.01.09 01:13:13.098101 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15714 2025.01.09 01:13:13.098202 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_76_15} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15715 2025.01.09 01:13:13.098337 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
15716 2025.01.09 01:13:13.282776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2186
15717 2025.01.09 01:13:13.285996 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15718 2025.01.09 01:13:13.286048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15719 2025.01.09 01:13:13.287613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15720 2025.01.09 01:13:13.287948 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15721 2025.01.09 01:13:13.288584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2186
15722 2025.01.09 01:13:14.548404 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15723 2025.01.09 01:13:14.548602 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15724 2025.01.09 01:13:14.548682 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15725 2025.01.09 01:13:14.549526 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15726 2025.01.09 01:13:14.549580 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15727 2025.01.09 01:13:14.550082 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15728 2025.01.09 01:13:14.550350 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15729 2025.01.09 01:13:14.550627 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002075 sec., 54939.75903614458 rows/sec., 4.67 MiB/sec.
15730 2025.01.09 01:13:14.550760 [ 276 ] {06e1bffd-753f-4a17-bb7f-ba5fc5b7a6fe} <Debug> TCPHandler: Processed in 0.002495006 sec.
15731 2025.01.09 01:13:14.551061 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15732 2025.01.09 01:13:14.551255 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15733 2025.01.09 01:13:14.551330 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15734 2025.01.09 01:13:14.552112 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15735 2025.01.09 01:13:14.552162 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15736 2025.01.09 01:13:14.552616 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
15737 2025.01.09 01:13:14.552884 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15738 2025.01.09 01:13:14.553124 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001924 sec., 16112.266112266112 rows/sec., 1.18 MiB/sec.
15739 2025.01.09 01:13:14.553195 [ 279 ] {aea29ade-8520-4a40-a314-01f5f1234399} <Debug> TCPHandler: Processed in 0.002314602 sec.
15740 2025.01.09 01:13:14.553349 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15741 2025.01.09 01:13:14.553481 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15742 2025.01.09 01:13:14.553534 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15743 2025.01.09 01:13:14.554166 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15744 2025.01.09 01:13:14.554211 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15745 2025.01.09 01:13:14.554618 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15746 2025.01.09 01:13:14.554864 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15747 2025.01.09 01:13:14.555097 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001645 sec., 52887.537993920974 rows/sec., 4.13 MiB/sec.
15748 2025.01.09 01:13:14.555163 [ 276 ] {9aaa5b96-c073-47b1-8a86-7ef97f408df0} <Debug> TCPHandler: Processed in 0.001875373 sec.
15749 2025.01.09 01:13:14.555314 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15750 2025.01.09 01:13:14.555439 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15751 2025.01.09 01:13:14.555496 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15752 2025.01.09 01:13:14.556081 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15753 2025.01.09 01:13:14.556121 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15754 2025.01.09 01:13:14.556531 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15755 2025.01.09 01:13:14.556772 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15756 2025.01.09 01:13:14.556990 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00158 sec., 94936.70886075949 rows/sec., 6.58 MiB/sec.
15757 2025.01.09 01:13:14.557048 [ 279 ] {96426ff2-8850-4058-9aa0-6997ac484102} <Debug> TCPHandler: Processed in 0.00179096 sec.
15758 2025.01.09 01:13:14.557183 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15759 2025.01.09 01:13:14.557309 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15760 2025.01.09 01:13:14.557399 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15761 2025.01.09 01:13:14.558713 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15762 2025.01.09 01:13:14.558759 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15763 2025.01.09 01:13:14.559463 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
15764 2025.01.09 01:13:14.559740 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15765 2025.01.09 01:13:14.560018 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002737 sec., 11326.2696382901 rows/sec., 20.30 MiB/sec.
15766 2025.01.09 01:13:14.560146 [ 276 ] {60d02740-92f6-4dbc-af77-176cf8495633} <Debug> TCPHandler: Processed in 0.003023838 sec.
15767 2025.01.09 01:13:14.560326 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15768 2025.01.09 01:13:14.560449 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15769 2025.01.09 01:13:14.560503 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15770 2025.01.09 01:13:14.561029 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15771 2025.01.09 01:13:14.561070 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15772 2025.01.09 01:13:14.561463 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15773 2025.01.09 01:13:14.561708 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15774 2025.01.09 01:13:14.561914 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001487 sec., 33624.74781439139 rows/sec., 2.31 MiB/sec.
15775 2025.01.09 01:13:14.561969 [ 279 ] {486b35b7-cd2e-4b24-81f7-7d5970517982} <Debug> TCPHandler: Processed in 0.001703378 sec.
15776 2025.01.09 01:13:15.008152 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15777 2025.01.09 01:13:15.008203 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15778 2025.01.09 01:13:15.010129 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15779 2025.01.09 01:13:15.021352 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15780 2025.01.09 01:13:15.021559 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15781 2025.01.09 01:13:15.021639 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15782 2025.01.09 01:13:15.022437 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15783 2025.01.09 01:13:15.022495 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15784 2025.01.09 01:13:15.022949 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15785 2025.01.09 01:13:15.023215 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15786 2025.01.09 01:13:15.023461 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 514.45 KiB/sec.
15787 2025.01.09 01:13:15.023531 [ 276 ] {476e1400-4c04-49f8-b836-4833dbdb546a} <Debug> TCPHandler: Processed in 0.002319452 sec.
15788 2025.01.09 01:13:15.023813 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15789 2025.01.09 01:13:15.024029 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15790 2025.01.09 01:13:15.024111 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15791 2025.01.09 01:13:15.024876 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15792 2025.01.09 01:13:15.024928 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15793 2025.01.09 01:13:15.025356 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
15794 2025.01.09 01:13:15.025610 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15795 2025.01.09 01:13:15.025893 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001905 sec., 3149.6062992125985 rows/sec., 256.83 KiB/sec.
15796 2025.01.09 01:13:15.026000 [ 279 ] {a1ef1dcc-1670-46a3-915c-e72f89ff6eeb} <Debug> TCPHandler: Processed in 0.002333362 sec.
15797 2025.01.09 01:13:15.026295 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15798 2025.01.09 01:13:15.026453 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15799 2025.01.09 01:13:15.026514 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15800 2025.01.09 01:13:15.027880 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15801 2025.01.09 01:13:15.027923 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15802 2025.01.09 01:13:15.028393 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15803 2025.01.09 01:13:15.028640 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15804 2025.01.09 01:13:15.028855 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002438 sec., 557013.94585726 rows/sec., 46.47 MiB/sec.
15805 2025.01.09 01:13:15.028915 [ 276 ] {c1780804-4789-4199-81e7-480d02e3fd19} <Debug> TCPHandler: Processed in 0.002781412 sec.
15806 2025.01.09 01:13:15.029078 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15807 2025.01.09 01:13:15.029223 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15808 2025.01.09 01:13:15.029315 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15809 2025.01.09 01:13:15.030022 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15810 2025.01.09 01:13:15.030067 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15811 2025.01.09 01:13:15.030436 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
15812 2025.01.09 01:13:15.030677 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15813 2025.01.09 01:13:15.030855 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001668 sec., 12589.928057553956 rows/sec., 885.23 KiB/sec.
15814 2025.01.09 01:13:15.030910 [ 279 ] {ee35505b-9376-4be0-94db-46aa98b840d4} <Debug> TCPHandler: Processed in 0.001907194 sec.
15815 2025.01.09 01:13:15.031050 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15816 2025.01.09 01:13:15.031222 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15817 2025.01.09 01:13:15.031281 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15818 2025.01.09 01:13:15.032085 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15819 2025.01.09 01:13:15.032128 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15820 2025.01.09 01:13:15.032506 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15821 2025.01.09 01:13:15.032762 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15822 2025.01.09 01:13:15.032986 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001798 sec., 134593.9933259177 rows/sec., 9.12 MiB/sec.
15823 2025.01.09 01:13:15.033040 [ 276 ] {96071344-cffc-448f-bdeb-311d0524de82} <Debug> TCPHandler: Processed in 0.002047906 sec.
15824 2025.01.09 01:13:15.033198 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15825 2025.01.09 01:13:15.033340 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15826 2025.01.09 01:13:15.033398 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15827 2025.01.09 01:13:15.034084 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15828 2025.01.09 01:13:15.034123 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15829 2025.01.09 01:13:15.034492 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15830 2025.01.09 01:13:15.034733 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15831 2025.01.09 01:13:15.034958 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec.
15832 2025.01.09 01:13:15.035021 [ 279 ] {2d5b0663-685f-4111-ac63-7c15d8a8fb14} <Debug> TCPHandler: Processed in 0.001884802 sec.
15833 2025.01.09 01:13:15.035229 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15834 2025.01.09 01:13:15.035378 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15835 2025.01.09 01:13:15.035434 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15836 2025.01.09 01:13:15.036419 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15837 2025.01.09 01:13:15.036460 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15838 2025.01.09 01:13:15.036867 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15839 2025.01.09 01:13:15.037118 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15840 2025.01.09 01:13:15.037363 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002015 sec., 418858.5607940447 rows/sec., 30.27 MiB/sec.
15841 2025.01.09 01:13:15.037459 [ 276 ] {3278c8e2-6e8c-4392-8587-bdea240d0764} <Debug> TCPHandler: Processed in 0.002335963 sec.
15842 2025.01.09 01:13:15.037658 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15843 2025.01.09 01:13:15.038000 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15844 2025.01.09 01:13:15.038120 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15845 2025.01.09 01:13:15.038598 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15846 2025.01.09 01:13:15.038636 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15847 2025.01.09 01:13:15.039001 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15848 2025.01.09 01:13:15.039249 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15849 2025.01.09 01:13:15.039461 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 198.03 KiB/sec.
15850 2025.01.09 01:13:15.039513 [ 279 ] {656e8523-5105-4cd7-b403-4030abcee993} <Debug> TCPHandler: Processed in 0.001968845 sec.
15851 2025.01.09 01:13:15.039659 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15852 2025.01.09 01:13:15.039805 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15853 2025.01.09 01:13:15.039869 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15854 2025.01.09 01:13:15.040659 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15855 2025.01.09 01:13:15.040697 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15856 2025.01.09 01:13:15.041148 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15857 2025.01.09 01:13:15.041395 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15858 2025.01.09 01:13:15.041578 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.001807 sec., 529053.6801328168 rows/sec., 35.14 MiB/sec.
15859 2025.01.09 01:13:15.041634 [ 276 ] {78e9c803-9f74-47c6-b4d7-e9b178952485} <Debug> TCPHandler: Processed in 0.002043706 sec.
15860 2025.01.09 01:13:15.041796 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15861 2025.01.09 01:13:15.041935 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15862 2025.01.09 01:13:15.041996 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15863 2025.01.09 01:13:15.042476 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15864 2025.01.09 01:13:15.042514 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15865 2025.01.09 01:13:15.042873 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15866 2025.01.09 01:13:15.043121 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15867 2025.01.09 01:13:15.043367 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec.
15868 2025.01.09 01:13:15.043426 [ 279 ] {65804f14-546d-46c1-aaa0-fa45daaa044c} <Debug> TCPHandler: Processed in 0.001702859 sec.
15869 2025.01.09 01:13:15.043633 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15870 2025.01.09 01:13:15.043785 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15871 2025.01.09 01:13:15.043875 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15872 2025.01.09 01:13:15.045061 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15873 2025.01.09 01:13:15.045101 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15874 2025.01.09 01:13:15.045752 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
15875 2025.01.09 01:13:15.046025 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15876 2025.01.09 01:13:15.046229 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002476 sec., 3231.0177705977385 rows/sec., 5.79 MiB/sec.
15877 2025.01.09 01:13:15.046323 [ 276 ] {4837f6b7-a77b-4203-81ac-e5bcb0072424} <Debug> TCPHandler: Processed in 0.002801733 sec.
15878 2025.01.09 01:13:15.046490 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15879 2025.01.09 01:13:15.046627 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15880 2025.01.09 01:13:15.046686 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15881 2025.01.09 01:13:15.047217 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15882 2025.01.09 01:13:15.047255 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15883 2025.01.09 01:13:15.047626 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15884 2025.01.09 01:13:15.047874 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15885 2025.01.09 01:13:15.048078 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001481 sec., 21607.02228224173 rows/sec., 1.25 MiB/sec.
15886 2025.01.09 01:13:15.048131 [ 279 ] {6b365df1-a0b6-49c3-847b-3c00ac0a4d62} <Debug> TCPHandler: Processed in 0.001707249 sec.
15887 2025.01.09 01:13:15.580587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
15888 2025.01.09 01:13:15.602263 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15889 2025.01.09 01:13:15.602319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15890 2025.01.09 01:13:15.609824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15891 2025.01.09 01:13:15.610630 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15892 2025.01.09 01:13:15.611040 [ 102 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15893 2025.01.09 01:13:15.611199 [ 102 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15894 2025.01.09 01:13:15.611275 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15895 2025.01.09 01:13:15.611679 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
15896 2025.01.09 01:13:15.631232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
15897 2025.01.09 01:13:15.632391 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15898 2025.01.09 01:13:15.634131 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part
15899 2025.01.09 01:13:15.639868 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part
15900 2025.01.09 01:13:15.645775 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
15901 2025.01.09 01:13:15.651549 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
15902 2025.01.09 01:13:15.657483 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
15903 2025.01.09 01:13:15.663158 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
15904 2025.01.09 01:13:15.726496 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.115088827 sec., 4978.763055774302 rows/sec., 25.74 MiB/sec.
15905 2025.01.09 01:13:15.729978 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15906 2025.01.09 01:13:15.733202 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15907 2025.01.09 01:13:15.733330 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_76_15} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15908 2025.01.09 01:13:15.736063 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
15909 2025.01.09 01:13:15.957842 [ 220 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15910 2025.01.09 01:13:15.957889 [ 220 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15911 2025.01.09 01:13:15.959940 [ 220 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15912 2025.01.09 01:13:16.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.73 MiB, peak 293.13 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: -1.93 MiB
15913 2025.01.09 01:13:16.038255 [ 222 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15914 2025.01.09 01:13:16.038304 [ 222 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15915 2025.01.09 01:13:16.040293 [ 222 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15916 2025.01.09 01:13:19.544605 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15917 2025.01.09 01:13:19.544826 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15918 2025.01.09 01:13:19.544904 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15919 2025.01.09 01:13:19.545707 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15920 2025.01.09 01:13:19.545760 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15921 2025.01.09 01:13:19.546213 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15922 2025.01.09 01:13:19.546466 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15923 2025.01.09 01:13:19.546683 [ 116 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15924 2025.01.09 01:13:19.546714 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001941 sec., 26790.31427099433 rows/sec., 2.05 MiB/sec.
15925 2025.01.09 01:13:19.546763 [ 116 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15926 2025.01.09 01:13:19.546838 [ 276 ] {471d87a7-523b-4e34-8e5a-e988f6c1e996} <Debug> TCPHandler: Processed in 0.002368733 sec.
15927 2025.01.09 01:13:19.546838 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
15928 2025.01.09 01:13:19.547107 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15929 2025.01.09 01:13:19.547143 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15930 2025.01.09 01:13:19.547558 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15931 2025.01.09 01:13:19.547709 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15932 2025.01.09 01:13:19.547741 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15933 2025.01.09 01:13:19.547915 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1426 rows starting from the beginning of the part
15934 2025.01.09 01:13:19.548511 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 117 rows starting from the beginning of the part
15935 2025.01.09 01:13:19.548912 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 215 rows starting from the beginning of the part
15936 2025.01.09 01:13:19.549509 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 114 rows starting from the beginning of the part
15937 2025.01.09 01:13:19.550032 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1358 rows starting from the beginning of the part
15938 2025.01.09 01:13:19.550505 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 52 rows starting from the beginning of the part
15939 2025.01.09 01:13:19.552302 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15940 2025.01.09 01:13:19.552376 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
15941 2025.01.09 01:13:19.553433 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15942 2025.01.09 01:13:19.553784 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15943 2025.01.09 01:13:19.554010 [ 116 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15944 2025.01.09 01:13:19.554125 [ 116 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15945 2025.01.09 01:13:19.554192 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
15946 2025.01.09 01:13:19.554675 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.007077 sec., 7912.95746785361 rows/sec., 632.00 KiB/sec.
15947 2025.01.09 01:13:19.554812 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3282 rows, containing 5 columns (5 merged, 0 gathered) in 0.007833017 sec., 418995.64369641995 rows/sec., 36.72 MiB/sec.
15948 2025.01.09 01:13:19.554847 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15949 2025.01.09 01:13:19.555379 [ 196 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15950 2025.01.09 01:13:19.555499 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15951 2025.01.09 01:13:19.555661 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 903 rows starting from the beginning of the part
15952 2025.01.09 01:13:19.556077 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 93 rows starting from the beginning of the part
15953 2025.01.09 01:13:19.556678 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 382 rows starting from the beginning of the part
15954 2025.01.09 01:13:19.556731 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15955 2025.01.09 01:13:19.557169 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 87 rows starting from the beginning of the part
15956 2025.01.09 01:13:19.557425 [ 195 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_126_25} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15957 2025.01.09 01:13:19.557712 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 844 rows starting from the beginning of the part
15958 2025.01.09 01:13:19.558122 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
15959 2025.01.09 01:13:19.558294 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part
15960 2025.01.09 01:13:19.558887 [ 279 ] {eb67a9a8-556d-41fa-bca4-ecbb55008ddd} <Debug> TCPHandler: Processed in 0.011900889 sec.
15961 2025.01.09 01:13:19.559156 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15962 2025.01.09 01:13:19.559389 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15963 2025.01.09 01:13:19.559526 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15964 2025.01.09 01:13:19.561431 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15965 2025.01.09 01:13:19.561489 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
15966 2025.01.09 01:13:19.562213 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2365 rows, containing 5 columns (5 merged, 0 gathered) in 0.007869588 sec., 300523.99185319484 rows/sec., 23.01 MiB/sec.
15967 2025.01.09 01:13:19.562305 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15968 2025.01.09 01:13:19.562481 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15969 2025.01.09 01:13:19.562793 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15970 2025.01.09 01:13:19.563003 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15971 2025.01.09 01:13:19.563059 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 5 parts from all_1_119_24 to all_123_123_0
15972 2025.01.09 01:13:19.563155 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15973 2025.01.09 01:13:19.563229 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
15974 2025.01.09 01:13:19.563376 [ 195 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_126_25} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15975 2025.01.09 01:13:19.563414 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.004081 sec., 29404.557706444495 rows/sec., 2.04 MiB/sec.
15976 2025.01.09 01:13:19.563602 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_119_24 to all_123_123_0 into Compact with storage Full
15977 2025.01.09 01:13:19.563646 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
15978 2025.01.09 01:13:19.563758 [ 276 ] {0775db64-4e00-4498-be3a-9bf6fa61d10e} <Debug> TCPHandler: Processed in 0.004716596 sec.
15979 2025.01.09 01:13:19.563947 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15980 2025.01.09 01:13:19.563996 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36195 rows starting from the beginning of the part
15981 2025.01.09 01:13:19.564008 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15982 2025.01.09 01:13:19.564202 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 153 rows starting from the beginning of the part
15983 2025.01.09 01:13:19.564626 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15984 2025.01.09 01:13:19.564625 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 227 rows starting from the beginning of the part
15985 2025.01.09 01:13:19.564842 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15986 2025.01.09 01:13:19.564940 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 150 rows starting from the beginning of the part
15987 2025.01.09 01:13:19.565322 [ 203 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 956 rows starting from the beginning of the part
15988 2025.01.09 01:13:19.566786 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15989 2025.01.09 01:13:19.566866 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
15990 2025.01.09 01:13:19.567384 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15991 2025.01.09 01:13:19.567869 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15992 2025.01.09 01:13:19.568477 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.004183 sec., 9562.514941429596 rows/sec., 671.43 KiB/sec.
15993 2025.01.09 01:13:19.568775 [ 279 ] {67fe09d9-1484-4f5f-80b8-fc3d84bfb9e2} <Debug> TCPHandler: Processed in 0.00489333 sec.
15994 2025.01.09 01:13:19.574201 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37681 rows, containing 5 columns (5 merged, 0 gathered) in 0.010846835 sec., 3473916.584883977 rows/sec., 233.57 MiB/sec.
15995 2025.01.09 01:13:19.574567 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary)
15996 2025.01.09 01:13:19.574867 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15997 2025.01.09 01:13:19.574944 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 5 parts: [all_1_119_24, all_123_123_0] -> all_1_123_25
15998 2025.01.09 01:13:19.575019 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
15999 2025.01.09 01:13:20.590884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319
16000 2025.01.09 01:13:20.591555 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16001 2025.01.09 01:13:20.591606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB.
16002 2025.01.09 01:13:20.592153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16003 2025.01.09 01:13:20.592435 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16004 2025.01.09 01:13:20.592673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
16005 2025.01.09 01:13:23.131358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
16006 2025.01.09 01:13:23.154906 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16007 2025.01.09 01:13:23.154974 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16008 2025.01.09 01:13:23.162870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16009 2025.01.09 01:13:23.163775 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16010 2025.01.09 01:13:23.168109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
16011 2025.01.09 01:13:23.288839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2230
16012 2025.01.09 01:13:23.292357 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16013 2025.01.09 01:13:23.292417 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16014 2025.01.09 01:13:23.294112 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16015 2025.01.09 01:13:23.294455 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16016 2025.01.09 01:13:23.294725 [ 146 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
16017 2025.01.09 01:13:23.294884 [ 146 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16018 2025.01.09 01:13:23.294969 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16019 2025.01.09 01:13:23.295473 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::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
16020 2025.01.09 01:13:23.296087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230
16021 2025.01.09 01:13:23.296603 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16022 2025.01.09 01:13:23.296811 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2036 rows starting from the beginning of the part
16023 2025.01.09 01:13:23.297525 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part
16024 2025.01.09 01:13:23.298185 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 44 rows starting from the beginning of the part
16025 2025.01.09 01:13:23.298854 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part
16026 2025.01.09 01:13:23.299553 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part
16027 2025.01.09 01:13:23.300183 [ 188 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part
16028 2025.01.09 01:13:23.310509 [ 199 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2230 rows, containing 72 columns (72 merged, 0 gathered) in 0.015330996 sec., 145456.95530805696 rows/sec., 108.97 MiB/sec.
16029 2025.01.09 01:13:23.312723 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
16030 2025.01.09 01:13:23.313628 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16031 2025.01.09 01:13:23.313729 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_56_11} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
16032 2025.01.09 01:13:23.314088 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB.
16033 2025.01.09 01:13:24.548384 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16034 2025.01.09 01:13:24.548598 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16035 2025.01.09 01:13:24.548684 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16036 2025.01.09 01:13:24.549634 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16037 2025.01.09 01:13:24.549691 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16038 2025.01.09 01:13:24.550149 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
16039 2025.01.09 01:13:24.550417 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16040 2025.01.09 01:13:24.550673 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002139 sec., 53295.93267882188 rows/sec., 4.53 MiB/sec.
16041 2025.01.09 01:13:24.550743 [ 276 ] {1551b7c9-eb93-47ef-8eab-35b11e90c642} <Debug> TCPHandler: Processed in 0.002496527 sec.
16042 2025.01.09 01:13:24.551006 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16043 2025.01.09 01:13:24.551195 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16044 2025.01.09 01:13:24.551267 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16045 2025.01.09 01:13:24.552021 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16046 2025.01.09 01:13:24.552065 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16047 2025.01.09 01:13:24.552507 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
16048 2025.01.09 01:13:24.552766 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16049 2025.01.09 01:13:24.552973 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001829 sec., 16949.15254237288 rows/sec., 1.24 MiB/sec.
16050 2025.01.09 01:13:24.553040 [ 279 ] {eb13e207-7c45-40b8-9ef9-c6cb9e42605d} <Debug> TCPHandler: Processed in 0.002165169 sec.
16051 2025.01.09 01:13:24.553219 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16052 2025.01.09 01:13:24.553375 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16053 2025.01.09 01:13:24.553438 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16054 2025.01.09 01:13:24.554140 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16055 2025.01.09 01:13:24.554183 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16056 2025.01.09 01:13:24.554589 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
16057 2025.01.09 01:13:24.554850 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16058 2025.01.09 01:13:24.555085 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001747 sec., 49799.656554092726 rows/sec., 3.89 MiB/sec.
16059 2025.01.09 01:13:24.555147 [ 276 ] {fc31c973-9178-43dc-9f69-e506b807f631} <Debug> TCPHandler: Processed in 0.002001335 sec.
16060 2025.01.09 01:13:24.555296 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16061 2025.01.09 01:13:24.555426 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16062 2025.01.09 01:13:24.555490 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16063 2025.01.09 01:13:24.556176 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16064 2025.01.09 01:13:24.556221 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16065 2025.01.09 01:13:24.556668 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16066 2025.01.09 01:13:24.556912 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16067 2025.01.09 01:13:24.557090 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001695 sec., 88495.57522123895 rows/sec., 6.14 MiB/sec.
16068 2025.01.09 01:13:24.557145 [ 279 ] {f94ae630-3453-4856-97f1-e45dd64120fd} <Debug> TCPHandler: Processed in 0.001908343 sec.
16069 2025.01.09 01:13:24.557302 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16070 2025.01.09 01:13:24.557427 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16071 2025.01.09 01:13:24.557521 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16072 2025.01.09 01:13:24.558892 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16073 2025.01.09 01:13:24.558933 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16074 2025.01.09 01:13:24.559635 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
16075 2025.01.09 01:13:24.559901 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16076 2025.01.09 01:13:24.560179 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002778 sec., 11159.107271418286 rows/sec., 20.00 MiB/sec.
16077 2025.01.09 01:13:24.560379 [ 276 ] {1f19e9d1-aa3b-4485-a8d4-d6a2d8834ca9} <Debug> TCPHandler: Processed in 0.003134221 sec.
16078 2025.01.09 01:13:24.560663 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16079 2025.01.09 01:13:24.560991 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16080 2025.01.09 01:13:24.561119 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16081 2025.01.09 01:13:24.561662 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16082 2025.01.09 01:13:24.561700 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16083 2025.01.09 01:13:24.562079 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16084 2025.01.09 01:13:24.562334 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16085 2025.01.09 01:13:24.562514 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001639 sec., 30506.406345332518 rows/sec., 2.09 MiB/sec.
16086 2025.01.09 01:13:24.562567 [ 279 ] {6f1c3311-bc71-42a7-a09a-336013011433} <Debug> TCPHandler: Processed in 0.002094638 sec.
16087 2025.01.09 01:13:26.527019 [ 143 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0
16088 2025.01.09 01:13:26.527085 [ 143 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16089 2025.01.09 01:13:26.527112 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16090 2025.01.09 01:13:26.527261 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full
16091 2025.01.09 01:13:26.527640 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16092 2025.01.09 01:13:26.527739 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 243 rows starting from the beginning of the part
16093 2025.01.09 01:13:26.527854 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 242 rows starting from the beginning of the part
16094 2025.01.09 01:13:26.528100 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
16095 2025.01.09 01:13:26.528354 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
16096 2025.01.09 01:13:26.528533 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 242 rows starting from the beginning of the part
16097 2025.01.09 01:13:26.529807 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002629999 sec., 287072.35249899334 rows/sec., 20.55 MiB/sec.
16098 2025.01.09 01:13:26.529958 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary)
16099 2025.01.09 01:13:26.530252 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16100 2025.01.09 01:13:26.530336 [ 199 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_55_12} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12
16101 2025.01.09 01:13:26.530421 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
16102 2025.01.09 01:13:27.555696 [ 141 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0
16103 2025.01.09 01:13:27.555827 [ 141 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16104 2025.01.09 01:13:27.555872 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16105 2025.01.09 01:13:27.556185 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full
16106 2025.01.09 01:13:27.556662 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16107 2025.01.09 01:13:27.556741 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 16 rows starting from the beginning of the part
16108 2025.01.09 01:13:27.556922 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part
16109 2025.01.09 01:13:27.557185 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part
16110 2025.01.09 01:13:27.557426 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
16111 2025.01.09 01:13:27.557659 [ 191 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
16112 2025.01.09 01:13:27.558796 [ 199 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002806384 sec., 11402.573560852685 rows/sec., 974.34 KiB/sec.
16113 2025.01.09 01:13:27.558986 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary)
16114 2025.01.09 01:13:27.559338 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16115 2025.01.09 01:13:27.559431 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_34_8} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8
16116 2025.01.09 01:13:27.559549 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16117 2025.01.09 01:13:27.865992 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache
16118 2025.01.09 01:13:27.866062 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache
16119 2025.01.09 01:13:27.928449 [ 141 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0
16120 2025.01.09 01:13:27.928517 [ 141 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16121 2025.01.09 01:13:27.928557 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16122 2025.01.09 01:13:27.928807 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full
16123 2025.01.09 01:13:27.929433 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16124 2025.01.09 01:13:27.929596 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 52 rows starting from the beginning of the part
16125 2025.01.09 01:13:27.929872 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
16126 2025.01.09 01:13:27.930158 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
16127 2025.01.09 01:13:27.930411 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
16128 2025.01.09 01:13:27.930630 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
16129 2025.01.09 01:13:27.931802 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.003138481 sec., 17843.026610643814 rows/sec., 1.17 MiB/sec.
16130 2025.01.09 01:13:27.932025 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary)
16131 2025.01.09 01:13:27.932406 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16132 2025.01.09 01:13:27.932517 [ 186 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_55_12} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12
16133 2025.01.09 01:13:27.932632 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
16134 2025.01.09 01:13:28.092820 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807
16135 2025.01.09 01:13:28.093469 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16136 2025.01.09 01:13:28.093511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16137 2025.01.09 01:13:28.094033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16138 2025.01.09 01:13:28.094283 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16139 2025.01.09 01:13:28.094483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807
16140 2025.01.09 01:13:29.142820 [ 220 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16141 2025.01.09 01:13:29.142875 [ 220 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16142 2025.01.09 01:13:29.144845 [ 220 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16143 2025.01.09 01:13:29.551643 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16144 2025.01.09 01:13:29.551874 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16145 2025.01.09 01:13:29.551961 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16146 2025.01.09 01:13:29.552869 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16147 2025.01.09 01:13:29.552927 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16148 2025.01.09 01:13:29.553385 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
16149 2025.01.09 01:13:29.553648 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16150 2025.01.09 01:13:29.553960 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00214 sec., 6542.056074766355 rows/sec., 470.94 KiB/sec.
16151 2025.01.09 01:13:29.554121 [ 276 ] {4e948cd3-19ab-419b-94f5-4810c80fe803} <Debug> TCPHandler: Processed in 0.002623799 sec.
16152 2025.01.09 01:13:29.554443 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16153 2025.01.09 01:13:29.554655 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16154 2025.01.09 01:13:29.554728 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16155 2025.01.09 01:13:29.555565 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16156 2025.01.09 01:13:29.555608 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16157 2025.01.09 01:13:29.556063 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
16158 2025.01.09 01:13:29.556353 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16159 2025.01.09 01:13:29.556552 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001959 sec., 109749.87238386933 rows/sec., 9.59 MiB/sec.
16160 2025.01.09 01:13:29.556615 [ 279 ] {947682f5-af6e-4bf7-a2f9-463e66f80d2a} <Debug> TCPHandler: Processed in 0.002340743 sec.
16161 2025.01.09 01:13:29.556780 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16162 2025.01.09 01:13:29.556916 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16163 2025.01.09 01:13:29.556971 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16164 2025.01.09 01:13:29.557582 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16165 2025.01.09 01:13:29.557625 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16166 2025.01.09 01:13:29.558013 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
16167 2025.01.09 01:13:29.558264 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16168 2025.01.09 01:13:29.558437 [ 137 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
16169 2025.01.09 01:13:29.558501 [ 137 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16170 2025.01.09 01:13:29.558513 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001617 sec., 9276.43784786642 rows/sec., 654.06 KiB/sec.
16171 2025.01.09 01:13:29.558536 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16172 2025.01.09 01:13:29.558701 [ 276 ] {1abc0188-6df2-49e9-94da-6d8d67c88d90} <Debug> TCPHandler: Processed in 0.001976065 sec.
16173 2025.01.09 01:13:29.558861 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
16174 2025.01.09 01:13:29.558956 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16175 2025.01.09 01:13:29.559078 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16176 2025.01.09 01:13:29.559157 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 62 rows starting from the beginning of the part
16177 2025.01.09 01:13:29.559220 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16178 2025.01.09 01:13:29.559431 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 15 rows starting from the beginning of the part
16179 2025.01.09 01:13:29.559443 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16180 2025.01.09 01:13:29.559875 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 31 rows starting from the beginning of the part
16181 2025.01.09 01:13:29.560262 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 21 rows starting from the beginning of the part
16182 2025.01.09 01:13:29.560621 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 31 rows starting from the beginning of the part
16183 2025.01.09 01:13:29.560947 [ 197 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 15 rows starting from the beginning of the part
16184 2025.01.09 01:13:29.562046 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16185 2025.01.09 01:13:29.562088 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16186 2025.01.09 01:13:29.562644 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16187 2025.01.09 01:13:29.562807 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004150693 sec., 42161.634213852965 rows/sec., 3.16 MiB/sec.
16188 2025.01.09 01:13:29.562983 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16189 2025.01.09 01:13:29.563022 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
16190 2025.01.09 01:13:29.563293 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004129 sec., 3390.6514894647617 rows/sec., 237.46 KiB/sec.
16191 2025.01.09 01:13:29.563486 [ 279 ] {aaab923e-a7ce-4ee1-9c34-b04ca6497573} <Debug> TCPHandler: Processed in 0.004640765 sec.
16192 2025.01.09 01:13:29.563839 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16193 2025.01.09 01:13:29.563909 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16194 2025.01.09 01:13:29.564163 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_111_22} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
16195 2025.01.09 01:13:29.564429 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
16196 2025.01.09 01:13:29.564464 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16197 2025.01.09 01:13:29.564530 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16198 2025.01.09 01:13:29.565146 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16199 2025.01.09 01:13:29.565187 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16200 2025.01.09 01:13:29.565554 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
16201 2025.01.09 01:13:29.565799 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16202 2025.01.09 01:13:29.566025 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001712 sec., 7593.457943925234 rows/sec., 473.45 KiB/sec.
16203 2025.01.09 01:13:29.566140 [ 276 ] {62313421-fc73-4c6a-9043-62c06973b3a2} <Debug> TCPHandler: Processed in 0.002532067 sec.
16204 2025.01.09 01:13:29.566349 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16205 2025.01.09 01:13:29.566500 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16206 2025.01.09 01:13:29.566559 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16207 2025.01.09 01:13:29.567290 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16208 2025.01.09 01:13:29.567328 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16209 2025.01.09 01:13:29.567727 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
16210 2025.01.09 01:13:29.567969 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16211 2025.01.09 01:13:29.568208 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001733 sec., 220427.00519330642 rows/sec., 15.60 MiB/sec.
16212 2025.01.09 01:13:29.568273 [ 279 ] {ae91ac52-0d87-44d9-8dcf-f0a1b4ec040e} <Debug> TCPHandler: Processed in 0.002024216 sec.
16213 2025.01.09 01:13:29.568291 [ 223 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16214 2025.01.09 01:13:29.568352 [ 223 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16215 2025.01.09 01:13:29.568443 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16216 2025.01.09 01:13:29.568585 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16217 2025.01.09 01:13:29.568639 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16218 2025.01.09 01:13:29.569792 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16219 2025.01.09 01:13:29.569869 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16220 2025.01.09 01:13:29.570539 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
16221 2025.01.09 01:13:29.571044 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16222 2025.01.09 01:13:29.571434 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002862 sec., 2096.4360587002097 rows/sec., 109.53 KiB/sec.
16223 2025.01.09 01:13:29.572072 [ 276 ] {f849e787-d39f-4f04-ab80-95e1871b9062} <Debug> TCPHandler: Processed in 0.003705213 sec.
16224 2025.01.09 01:13:29.572263 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16225 2025.01.09 01:13:29.572375 [ 223 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16226 2025.01.09 01:13:29.572460 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16227 2025.01.09 01:13:29.572618 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16228 2025.01.09 01:13:29.574037 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16229 2025.01.09 01:13:29.574077 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16230 2025.01.09 01:13:29.574496 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16231 2025.01.09 01:13:29.574743 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16232 2025.01.09 01:13:29.574972 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.00257 sec., 88326.84824902724 rows/sec., 5.89 MiB/sec.
16233 2025.01.09 01:13:29.575069 [ 279 ] {79777656-14f6-4548-8f6f-28885104afab} <Debug> TCPHandler: Processed in 0.002876015 sec.
16234 2025.01.09 01:13:29.575257 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16235 2025.01.09 01:13:29.575442 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16236 2025.01.09 01:13:29.575502 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16237 2025.01.09 01:13:29.575983 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16238 2025.01.09 01:13:29.576020 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16239 2025.01.09 01:13:29.576387 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16240 2025.01.09 01:13:29.576632 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16241 2025.01.09 01:13:29.576875 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec.
16242 2025.01.09 01:13:29.576944 [ 276 ] {04ca5d12-369b-4952-a965-587cc4bc70c0} <Debug> TCPHandler: Processed in 0.0017768 sec.
16243 2025.01.09 01:13:29.577155 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16244 2025.01.09 01:13:29.577296 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16245 2025.01.09 01:13:29.577384 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16246 2025.01.09 01:13:29.578501 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16247 2025.01.09 01:13:29.578539 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16248 2025.01.09 01:13:29.579157 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
16249 2025.01.09 01:13:29.579405 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16250 2025.01.09 01:13:29.579597 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
16251 2025.01.09 01:13:29.579671 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002397 sec., 3337.5052148518985 rows/sec., 5.98 MiB/sec.
16252 2025.01.09 01:13:29.579679 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16253 2025.01.09 01:13:29.579762 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16254 2025.01.09 01:13:29.580176 [ 279 ] {6d4545dd-6b90-4eb5-935b-527d255655d9} <Debug> TCPHandler: Processed in 0.00311862 sec.
16255 2025.01.09 01:13:29.580323 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
16256 2025.01.09 01:13:29.580542 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16257 2025.01.09 01:13:29.581029 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16258 2025.01.09 01:13:29.581221 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16259 2025.01.09 01:13:29.582534 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16260 2025.01.09 01:13:29.582952 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2046 rows starting from the beginning of the part
16261 2025.01.09 01:13:29.583564 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part
16262 2025.01.09 01:13:29.584272 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 31 rows starting from the beginning of the part
16263 2025.01.09 01:13:29.584393 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16264 2025.01.09 01:13:29.584523 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16265 2025.01.09 01:13:29.584855 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 8 rows starting from the beginning of the part
16266 2025.01.09 01:13:29.585391 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 31 rows starting from the beginning of the part
16267 2025.01.09 01:13:29.585997 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part
16268 2025.01.09 01:13:29.586703 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16269 2025.01.09 01:13:29.587236 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16270 2025.01.09 01:13:29.587498 [ 136 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
16271 2025.01.09 01:13:29.587602 [ 136 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16272 2025.01.09 01:13:29.587682 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16273 2025.01.09 01:13:29.587953 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.007045 sec., 10220.014194464158 rows/sec., 667.58 KiB/sec.
16274 2025.01.09 01:13:29.588297 [ 276 ] {86b8cdae-5fe5-464e-90cd-783123f528ab} <Debug> TCPHandler: Processed in 0.00799304 sec.
16275 2025.01.09 01:13:29.588297 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
16276 2025.01.09 01:13:29.588634 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16277 2025.01.09 01:13:29.588705 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6176 rows starting from the beginning of the part
16278 2025.01.09 01:13:29.588795 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 50 rows starting from the beginning of the part
16279 2025.01.09 01:13:29.589094 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part
16280 2025.01.09 01:13:29.589267 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 40 rows starting from the beginning of the part
16281 2025.01.09 01:13:29.589560 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 50 rows starting from the beginning of the part
16282 2025.01.09 01:13:29.589969 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 72 rows starting from the beginning of the part
16283 2025.01.09 01:13:29.593837 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6420 rows, containing 4 columns (4 merged, 0 gathered) in 0.005974584 sec., 1074551.8014308612 rows/sec., 70.51 MiB/sec.
16284 2025.01.09 01:13:29.594380 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
16285 2025.01.09 01:13:29.594992 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16286 2025.01.09 01:13:29.595084 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_126_25} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
16287 2025.01.09 01:13:29.595186 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
16288 2025.01.09 01:13:29.597773 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 19 columns (19 merged, 0 gathered) in 0.017819612 sec., 119643.45800570743 rows/sec., 214.40 MiB/sec.
16289 2025.01.09 01:13:29.600076 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
16290 2025.01.09 01:13:29.600519 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16291 2025.01.09 01:13:29.600605 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
16292 2025.01.09 01:13:29.600776 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.16 MiB.
16293 2025.01.09 01:13:30.668216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
16294 2025.01.09 01:13:30.692060 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16295 2025.01.09 01:13:30.692118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16296 2025.01.09 01:13:30.699568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16297 2025.01.09 01:13:30.700372 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16298 2025.01.09 01:13:30.703706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
16299 2025.01.09 01:13:33.296378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2264
16300 2025.01.09 01:13:33.299599 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16301 2025.01.09 01:13:33.299661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16302 2025.01.09 01:13:33.301177 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16303 2025.01.09 01:13:33.301498 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16304 2025.01.09 01:13:33.302206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2264
16305 2025.01.09 01:13:34.548524 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16306 2025.01.09 01:13:34.548806 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16307 2025.01.09 01:13:34.548904 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16308 2025.01.09 01:13:34.549640 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16309 2025.01.09 01:13:34.549689 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16310 2025.01.09 01:13:34.550117 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
16311 2025.01.09 01:13:34.550380 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16312 2025.01.09 01:13:34.550613 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001888 sec., 1059.322033898305 rows/sec., 86.38 KiB/sec.
16313 2025.01.09 01:13:34.550672 [ 276 ] {2da926b3-2002-43a0-bc95-ddd0896127f2} <Debug> TCPHandler: Processed in 0.002321973 sec.
16314 2025.01.09 01:13:34.550926 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16315 2025.01.09 01:13:34.551143 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16316 2025.01.09 01:13:34.551226 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16317 2025.01.09 01:13:34.552099 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16318 2025.01.09 01:13:34.552143 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16319 2025.01.09 01:13:34.552594 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
16320 2025.01.09 01:13:34.552852 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16321 2025.01.09 01:13:34.553054 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Debug> executeQuery: Read 115 rows, 9.99 KiB in 0.001973 sec., 58286.87278256463 rows/sec., 4.94 MiB/sec.
16322 2025.01.09 01:13:34.553123 [ 279 ] {f57e1eca-2636-4b3a-89a4-a8197774d352} <Debug> TCPHandler: Processed in 0.002339812 sec.
16323 2025.01.09 01:13:34.553278 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16324 2025.01.09 01:13:34.553431 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16325 2025.01.09 01:13:34.553491 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16326 2025.01.09 01:13:34.554167 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16327 2025.01.09 01:13:34.554210 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16328 2025.01.09 01:13:34.554604 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
16329 2025.01.09 01:13:34.554851 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16330 2025.01.09 01:13:34.555087 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001681 sec., 19631.171921475314 rows/sec., 1.44 MiB/sec.
16331 2025.01.09 01:13:34.555167 [ 276 ] {e19c8e19-593f-4abe-8cd0-359b71432fb9} <Debug> TCPHandler: Processed in 0.001957154 sec.
16332 2025.01.09 01:13:34.555212 [ 223 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16333 2025.01.09 01:13:34.555306 [ 223 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16334 2025.01.09 01:13:34.555344 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16335 2025.01.09 01:13:34.555620 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16336 2025.01.09 01:13:34.555712 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16337 2025.01.09 01:13:34.557074 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16338 2025.01.09 01:13:34.557137 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16339 2025.01.09 01:13:34.557840 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
16340 2025.01.09 01:13:34.558256 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16341 2025.01.09 01:13:34.558672 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.003187 sec., 27925.949168497016 rows/sec., 2.18 MiB/sec.
16342 2025.01.09 01:13:34.559021 [ 279 ] {67cdfb1f-4927-4884-a389-eb8d6275ba1a} <Debug> TCPHandler: Processed in 0.003755024 sec.
16343 2025.01.09 01:13:34.559387 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16344 2025.01.09 01:13:34.559910 [ 223 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16345 2025.01.09 01:13:34.559941 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16346 2025.01.09 01:13:34.560354 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16347 2025.01.09 01:13:34.561892 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16348 2025.01.09 01:13:34.561935 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16349 2025.01.09 01:13:34.562356 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
16350 2025.01.09 01:13:34.562621 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16351 2025.01.09 01:13:34.562844 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.003184 sec., 47424.62311557789 rows/sec., 3.29 MiB/sec.
16352 2025.01.09 01:13:34.562905 [ 276 ] {929ba066-215c-425e-a917-53bd7feea859} <Debug> TCPHandler: Processed in 0.003768915 sec.
16353 2025.01.09 01:13:34.563092 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16354 2025.01.09 01:13:34.563235 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16355 2025.01.09 01:13:34.563334 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16356 2025.01.09 01:13:34.564601 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16357 2025.01.09 01:13:34.564639 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16358 2025.01.09 01:13:34.565308 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
16359 2025.01.09 01:13:34.565568 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16360 2025.01.09 01:13:34.565802 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002601 sec., 11918.492887351018 rows/sec., 21.36 MiB/sec.
16361 2025.01.09 01:13:34.565923 [ 279 ] {36037418-84d3-4b02-bb14-a6c46862d934} <Debug> TCPHandler: Processed in 0.002897225 sec.
16362 2025.01.09 01:13:34.566135 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16363 2025.01.09 01:13:34.566360 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16364 2025.01.09 01:13:34.566456 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16365 2025.01.09 01:13:34.567140 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16366 2025.01.09 01:13:34.567180 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16367 2025.01.09 01:13:34.567566 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
16368 2025.01.09 01:13:34.567820 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16369 2025.01.09 01:13:34.568043 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001738 sec., 28768.699654775606 rows/sec., 1.97 MiB/sec.
16370 2025.01.09 01:13:34.568096 [ 276 ] {f4677066-ffe3-4ba1-9c6e-9c5bf0ebec45} <Debug> TCPHandler: Processed in 0.002071647 sec.
16371 2025.01.09 01:13:34.938969 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16372 2025.01.09 01:13:34.939031 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16373 2025.01.09 01:13:34.941535 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16374 2025.01.09 01:13:35.594681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234
16375 2025.01.09 01:13:35.595746 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16376 2025.01.09 01:13:35.595828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16377 2025.01.09 01:13:35.596570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16378 2025.01.09 01:13:35.596830 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16379 2025.01.09 01:13:35.597092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
16380 2025.01.09 01:13:38.203801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
16381 2025.01.09 01:13:38.227854 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16382 2025.01.09 01:13:38.227911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16383 2025.01.09 01:13:38.235407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16384 2025.01.09 01:13:38.236211 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16385 2025.01.09 01:13:38.240797 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
16386 2025.01.09 01:13:39.191710 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16387 2025.01.09 01:13:39.191795 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16388 2025.01.09 01:13:39.193897 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16389 2025.01.09 01:13:39.285534 [ 224 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16390 2025.01.09 01:13:39.285607 [ 224 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16391 2025.01.09 01:13:39.287736 [ 224 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16392 2025.01.09 01:13:39.551305 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16393 2025.01.09 01:13:39.551611 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16394 2025.01.09 01:13:39.551729 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16395 2025.01.09 01:13:39.552600 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16396 2025.01.09 01:13:39.552648 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16397 2025.01.09 01:13:39.553090 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16398 2025.01.09 01:13:39.553345 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16399 2025.01.09 01:13:39.553581 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec.
16400 2025.01.09 01:13:39.553639 [ 276 ] {37636733-3d24-47d8-902c-87fab2918a49} <Debug> TCPHandler: Processed in 0.002525727 sec.
16401 2025.01.09 01:13:39.553899 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16402 2025.01.09 01:13:39.554126 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16403 2025.01.09 01:13:39.554215 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16404 2025.01.09 01:13:39.555171 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16405 2025.01.09 01:13:39.555229 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16406 2025.01.09 01:13:39.555718 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16407 2025.01.09 01:13:39.555994 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16408 2025.01.09 01:13:39.556245 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002182 sec., 98533.45554537122 rows/sec., 8.61 MiB/sec.
16409 2025.01.09 01:13:39.556312 [ 279 ] {162e1bc1-7679-4870-9cb2-82367922f6f1} <Debug> TCPHandler: Processed in 0.002562558 sec.
16410 2025.01.09 01:13:39.556461 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16411 2025.01.09 01:13:39.556600 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16412 2025.01.09 01:13:39.556659 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16413 2025.01.09 01:13:39.557303 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16414 2025.01.09 01:13:39.557343 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16415 2025.01.09 01:13:39.557708 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
16416 2025.01.09 01:13:39.557979 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16417 2025.01.09 01:13:39.558192 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 652.05 KiB/sec.
16418 2025.01.09 01:13:39.558243 [ 276 ] {10d60c7d-df44-488e-9c54-c413df35da0b} <Debug> TCPHandler: Processed in 0.001848732 sec.
16419 2025.01.09 01:13:39.558389 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16420 2025.01.09 01:13:39.558539 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16421 2025.01.09 01:13:39.558602 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16422 2025.01.09 01:13:39.559256 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16423 2025.01.09 01:13:39.559297 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16424 2025.01.09 01:13:39.559710 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16425 2025.01.09 01:13:39.559956 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16426 2025.01.09 01:13:39.560202 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec.
16427 2025.01.09 01:13:39.560309 [ 279 ] {892149c2-8e5b-4582-a016-7a97c9aca975} <Debug> TCPHandler: Processed in 0.001988145 sec.
16428 2025.01.09 01:13:39.560509 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16429 2025.01.09 01:13:39.560794 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16430 2025.01.09 01:13:39.560855 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16431 2025.01.09 01:13:39.561486 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16432 2025.01.09 01:13:39.561525 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16433 2025.01.09 01:13:39.561886 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16434 2025.01.09 01:13:39.562121 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16435 2025.01.09 01:13:39.562292 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec.
16436 2025.01.09 01:13:39.562344 [ 276 ] {ff4bc92e-a87b-4df3-aae4-d1c6ba8bdf2f} <Debug> TCPHandler: Processed in 0.001955714 sec.
16437 2025.01.09 01:13:39.562489 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16438 2025.01.09 01:13:39.562613 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16439 2025.01.09 01:13:39.562664 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16440 2025.01.09 01:13:39.563393 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16441 2025.01.09 01:13:39.563435 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16442 2025.01.09 01:13:39.563844 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16443 2025.01.09 01:13:39.564094 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16444 2025.01.09 01:13:39.564316 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001731 sec., 220681.68688619297 rows/sec., 15.62 MiB/sec.
16445 2025.01.09 01:13:39.564372 [ 279 ] {ced10fe2-b511-4d6e-b556-29e30bab8757} <Debug> TCPHandler: Processed in 0.001940163 sec.
16446 2025.01.09 01:13:39.564524 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16447 2025.01.09 01:13:39.564666 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16448 2025.01.09 01:13:39.564724 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16449 2025.01.09 01:13:39.565251 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16450 2025.01.09 01:13:39.565288 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16451 2025.01.09 01:13:39.565646 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
16452 2025.01.09 01:13:39.565884 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16453 2025.01.09 01:13:39.566010 [ 118 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0
16454 2025.01.09 01:13:39.566058 [ 118 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16455 2025.01.09 01:13:39.566068 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec.
16456 2025.01.09 01:13:39.566089 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16457 2025.01.09 01:13:39.566135 [ 276 ] {8e6a58b5-6d08-4ebd-b300-1e23608c3c2a} <Debug> TCPHandler: Processed in 0.001679818 sec.
16458 2025.01.09 01:13:39.566396 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16459 2025.01.09 01:13:39.566394 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full
16460 2025.01.09 01:13:39.566722 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16461 2025.01.09 01:13:39.566854 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16462 2025.01.09 01:13:39.566888 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16463 2025.01.09 01:13:39.566985 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part
16464 2025.01.09 01:13:39.567337 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
16465 2025.01.09 01:13:39.567702 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
16466 2025.01.09 01:13:39.568058 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
16467 2025.01.09 01:13:39.568568 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
16468 2025.01.09 01:13:39.568768 [ 203 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
16469 2025.01.09 01:13:39.570132 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16470 2025.01.09 01:13:39.570201 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16471 2025.01.09 01:13:39.571323 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
16472 2025.01.09 01:13:39.571728 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.005510164 sec., 60978.2213378767 rows/sec., 3.11 MiB/sec.
16473 2025.01.09 01:13:39.571869 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16474 2025.01.09 01:13:39.571949 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary)
16475 2025.01.09 01:13:39.572145 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_123_25 to all_128_128_0
16476 2025.01.09 01:13:39.572233 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16477 2025.01.09 01:13:39.572301 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16478 2025.01.09 01:13:39.572411 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005779 sec., 39280.152275480184 rows/sec., 2.62 MiB/sec.
16479 2025.01.09 01:13:39.572725 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_123_25 to all_128_128_0 into Compact with storage Full
16480 2025.01.09 01:13:39.572775 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16481 2025.01.09 01:13:39.572737 [ 279 ] {d410305a-4a9f-47fd-95f3-3730ed1fced4} <Debug> TCPHandler: Processed in 0.006469356 sec.
16482 2025.01.09 01:13:39.573180 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16483 2025.01.09 01:13:39.573227 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_56_12} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12
16484 2025.01.09 01:13:39.573273 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16485 2025.01.09 01:13:39.573400 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 37681 rows starting from the beginning of the part
16486 2025.01.09 01:13:39.573511 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
16487 2025.01.09 01:13:39.573533 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16488 2025.01.09 01:13:39.573751 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 120 rows starting from the beginning of the part
16489 2025.01.09 01:13:39.573820 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16490 2025.01.09 01:13:39.574161 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 150 rows starting from the beginning of the part
16491 2025.01.09 01:13:39.574543 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 227 rows starting from the beginning of the part
16492 2025.01.09 01:13:39.574893 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 151 rows starting from the beginning of the part
16493 2025.01.09 01:13:39.575221 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 227 rows starting from the beginning of the part
16494 2025.01.09 01:13:39.576062 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16495 2025.01.09 01:13:39.576129 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16496 2025.01.09 01:13:39.576906 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16497 2025.01.09 01:13:39.577273 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16498 2025.01.09 01:13:39.577646 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004217 sec., 237.13540431586435 rows/sec., 15.98 KiB/sec.
16499 2025.01.09 01:13:39.577812 [ 276 ] {15a48c90-49f0-4b8d-9136-0da97d74398d} <Debug> TCPHandler: Processed in 0.004799978 sec.
16500 2025.01.09 01:13:39.578026 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16501 2025.01.09 01:13:39.578296 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16502 2025.01.09 01:13:39.578546 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16503 2025.01.09 01:13:39.580218 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16504 2025.01.09 01:13:39.580263 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16505 2025.01.09 01:13:39.581127 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
16506 2025.01.09 01:13:39.581464 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16507 2025.01.09 01:13:39.582068 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00386 sec., 2072.538860103627 rows/sec., 3.71 MiB/sec.
16508 2025.01.09 01:13:39.582733 [ 279 ] {fce1c096-7fd1-4225-a7e1-108b0f1a6b3a} <Debug> TCPHandler: Processed in 0.004822079 sec.
16509 2025.01.09 01:13:39.583118 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16510 2025.01.09 01:13:39.583469 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16511 2025.01.09 01:13:39.583553 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16512 2025.01.09 01:13:39.584180 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16513 2025.01.09 01:13:39.584223 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.43 GiB.
16514 2025.01.09 01:13:39.584792 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
16515 2025.01.09 01:13:39.585089 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16516 2025.01.09 01:13:39.585630 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002286 sec., 31496.062992125986 rows/sec., 2.01 MiB/sec.
16517 2025.01.09 01:13:39.585744 [ 276 ] {91a1b2b4-f61e-4c84-a1d9-263f8c417b83} <Debug> TCPHandler: Processed in 0.002884755 sec.
16518 2025.01.09 01:13:39.585751 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38556 rows, containing 5 columns (5 merged, 0 gathered) in 0.013340212 sec., 2890208.941207231 rows/sec., 194.37 MiB/sec.
16519 2025.01.09 01:13:39.586342 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Trace> MergedBlockOutputStream: filled checksums all_1_128_26 (state Temporary)
16520 2025.01.09 01:13:39.586641 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_128_26 to all_1_128_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16521 2025.01.09 01:13:39.586717 [ 198 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_123_25, all_128_128_0] -> all_1_128_26
16522 2025.01.09 01:13:39.586804 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
16523 2025.01.09 01:13:42.866137 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
16524 2025.01.09 01:13:42.866251 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
16525 2025.01.09 01:13:43.002943 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002457866 sec.
16526 2025.01.09 01:13:43.097253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722
16527 2025.01.09 01:13:43.098032 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16528 2025.01.09 01:13:43.098086 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16529 2025.01.09 01:13:43.098642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16530 2025.01.09 01:13:43.098887 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16531 2025.01.09 01:13:43.099146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722
16532 2025.01.09 01:13:43.099209 [ 222 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16533 2025.01.09 01:13:43.099263 [ 222 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16534 2025.01.09 01:13:43.101290 [ 222 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16535 2025.01.09 01:13:43.302513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2300
16536 2025.01.09 01:13:43.306135 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16537 2025.01.09 01:13:43.306206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16538 2025.01.09 01:13:43.307791 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16539 2025.01.09 01:13:43.308141 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16540 2025.01.09 01:13:43.309728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2300
16541 2025.01.09 01:13:43.349774 [ 224 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16542 2025.01.09 01:13:43.349831 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16543 2025.01.09 01:13:43.351725 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16544 2025.01.09 01:13:44.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.85 MiB, peak 293.13 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: 3.99 MiB
16545 2025.01.09 01:13:44.548126 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16546 2025.01.09 01:13:44.548326 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16547 2025.01.09 01:13:44.548404 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16548 2025.01.09 01:13:44.549211 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16549 2025.01.09 01:13:44.549266 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16550 2025.01.09 01:13:44.549726 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16551 2025.01.09 01:13:44.549987 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16552 2025.01.09 01:13:44.550206 [ 103 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16553 2025.01.09 01:13:44.550274 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002003 sec., 56914.62805791313 rows/sec., 4.83 MiB/sec.
16554 2025.01.09 01:13:44.550301 [ 103 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16555 2025.01.09 01:13:44.550370 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16556 2025.01.09 01:13:44.550426 [ 276 ] {0b7d06ab-a4dc-4f33-a8ff-20a8fa601f0f} <Debug> TCPHandler: Processed in 0.002440785 sec.
16557 2025.01.09 01:13:44.550634 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16558 2025.01.09 01:13:44.550716 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16559 2025.01.09 01:13:44.550808 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16560 2025.01.09 01:13:44.550862 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1426 rows starting from the beginning of the part
16561 2025.01.09 01:13:44.550962 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16562 2025.01.09 01:13:44.551013 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 114 rows starting from the beginning of the part
16563 2025.01.09 01:13:44.551162 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16564 2025.01.09 01:13:44.551398 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 215 rows starting from the beginning of the part
16565 2025.01.09 01:13:44.551781 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 115 rows starting from the beginning of the part
16566 2025.01.09 01:13:44.552057 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 215 rows starting from the beginning of the part
16567 2025.01.09 01:13:44.552462 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 114 rows starting from the beginning of the part
16568 2025.01.09 01:13:44.553646 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16569 2025.01.09 01:13:44.553698 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16570 2025.01.09 01:13:44.554347 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
16571 2025.01.09 01:13:44.554650 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16572 2025.01.09 01:13:44.554945 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2199 rows, containing 5 columns (5 merged, 0 gathered) in 0.004426639 sec., 496765.1529749772 rows/sec., 43.95 MiB/sec.
16573 2025.01.09 01:13:44.555057 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004187 sec., 7403.869118700741 rows/sec., 556.74 KiB/sec.
16574 2025.01.09 01:13:44.555146 [ 279 ] {68d818e1-c26f-43a0-af77-afe46a7bc5f8} <Debug> TCPHandler: Processed in 0.004597613 sec.
16575 2025.01.09 01:13:44.555272 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16576 2025.01.09 01:13:44.555354 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16577 2025.01.09 01:13:44.555587 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16578 2025.01.09 01:13:44.555685 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16579 2025.01.09 01:13:44.555794 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16580 2025.01.09 01:13:44.556017 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_131_26} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16581 2025.01.09 01:13:44.556258 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
16582 2025.01.09 01:13:44.556842 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16583 2025.01.09 01:13:44.556891 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16584 2025.01.09 01:13:44.557278 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16585 2025.01.09 01:13:44.557542 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16586 2025.01.09 01:13:44.557735 [ 103 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16587 2025.01.09 01:13:44.557791 [ 103 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16588 2025.01.09 01:13:44.557806 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002294 sec., 37925.02179598954 rows/sec., 2.96 MiB/sec.
16589 2025.01.09 01:13:44.557827 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16590 2025.01.09 01:13:44.557999 [ 276 ] {4824e93d-8d4b-4dc0-a0bb-7e543821ba2d} <Debug> TCPHandler: Processed in 0.002741482 sec.
16591 2025.01.09 01:13:44.558087 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16592 2025.01.09 01:13:44.558228 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16593 2025.01.09 01:13:44.558301 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16594 2025.01.09 01:13:44.558351 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 903 rows starting from the beginning of the part
16595 2025.01.09 01:13:44.558600 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16596 2025.01.09 01:13:44.558628 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 87 rows starting from the beginning of the part
16597 2025.01.09 01:13:44.558912 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 382 rows starting from the beginning of the part
16598 2025.01.09 01:13:44.558926 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16599 2025.01.09 01:13:44.559260 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 89 rows starting from the beginning of the part
16600 2025.01.09 01:13:44.559564 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 382 rows starting from the beginning of the part
16601 2025.01.09 01:13:44.559870 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 87 rows starting from the beginning of the part
16602 2025.01.09 01:13:44.561536 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16603 2025.01.09 01:13:44.561623 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16604 2025.01.09 01:13:44.562767 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
16605 2025.01.09 01:13:44.563300 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16606 2025.01.09 01:13:44.563433 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 5 columns (5 merged, 0 gathered) in 0.005483724 sec., 351950.60874690267 rows/sec., 26.91 MiB/sec.
16607 2025.01.09 01:13:44.563697 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005282 sec., 28398.33396440742 rows/sec., 1.97 MiB/sec.
16608 2025.01.09 01:13:44.563717 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16609 2025.01.09 01:13:44.563878 [ 279 ] {690c7d45-0c33-4252-a755-b3c902022fdc} <Debug> TCPHandler: Processed in 0.005736439 sec.
16610 2025.01.09 01:13:44.564092 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16611 2025.01.09 01:13:44.564240 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16612 2025.01.09 01:13:44.564293 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16613 2025.01.09 01:13:44.564391 [ 192 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_131_26} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16614 2025.01.09 01:13:44.564461 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16615 2025.01.09 01:13:44.564567 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
16616 2025.01.09 01:13:44.565863 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16617 2025.01.09 01:13:44.565911 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16618 2025.01.09 01:13:44.566631 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
16619 2025.01.09 01:13:44.566897 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16620 2025.01.09 01:13:44.567164 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002938 sec., 10551.39550714772 rows/sec., 18.91 MiB/sec.
16621 2025.01.09 01:13:44.567289 [ 276 ] {c14bde09-32b4-4a7a-872f-760983a5f01d} <Debug> TCPHandler: Processed in 0.003271104 sec.
16622 2025.01.09 01:13:44.567512 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16623 2025.01.09 01:13:44.567734 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16624 2025.01.09 01:13:44.567827 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16625 2025.01.09 01:13:44.568507 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16626 2025.01.09 01:13:44.568544 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16627 2025.01.09 01:13:44.568929 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
16628 2025.01.09 01:13:44.569166 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16629 2025.01.09 01:13:44.569396 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001719 sec., 29086.678301337986 rows/sec., 1.99 MiB/sec.
16630 2025.01.09 01:13:44.569448 [ 279 ] {c5c7fad1-5eb0-413c-9c04-6c7678aee3ff} <Debug> TCPHandler: Processed in 0.002045066 sec.
16631 2025.01.09 01:13:45.025002 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16632 2025.01.09 01:13:45.025224 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16633 2025.01.09 01:13:45.025308 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16634 2025.01.09 01:13:45.026093 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16635 2025.01.09 01:13:45.026150 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16636 2025.01.09 01:13:45.026602 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16637 2025.01.09 01:13:45.026862 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16638 2025.01.09 01:13:45.027080 [ 103 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16639 2025.01.09 01:13:45.027131 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001965 sec., 7124.681933842238 rows/sec., 512.88 KiB/sec.
16640 2025.01.09 01:13:45.027160 [ 103 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16641 2025.01.09 01:13:45.027224 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16642 2025.01.09 01:13:45.027278 [ 276 ] {248a1d45-c253-4ecb-b72d-5df362395201} <Debug> TCPHandler: Processed in 0.002428025 sec.
16643 2025.01.09 01:13:45.027460 [ 225 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16644 2025.01.09 01:13:45.027532 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
16645 2025.01.09 01:13:45.027535 [ 225 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16646 2025.01.09 01:13:45.027584 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16647 2025.01.09 01:13:45.027966 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16648 2025.01.09 01:13:45.027966 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16649 2025.01.09 01:13:45.028045 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part
16650 2025.01.09 01:13:45.028070 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16651 2025.01.09 01:13:45.028651 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
16652 2025.01.09 01:13:45.029381 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
16653 2025.01.09 01:13:45.030090 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
16654 2025.01.09 01:13:45.030423 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
16655 2025.01.09 01:13:45.032013 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16656 2025.01.09 01:13:45.032084 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16657 2025.01.09 01:13:45.033363 [ 225 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16658 2025.01.09 01:13:45.033590 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
16659 2025.01.09 01:13:45.034578 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16660 2025.01.09 01:13:45.035624 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.007773 sec., 257.3009134182426 rows/sec., 20.98 KiB/sec.
16661 2025.01.09 01:13:45.036063 [ 279 ] {fd7f077d-007d-4cd0-bb1d-e4c30e4fe309} <Debug> TCPHandler: Processed in 0.008637955 sec.
16662 2025.01.09 01:13:45.036063 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008730827 sec., 8017.568095210225 rows/sec., 608.48 KiB/sec.
16663 2025.01.09 01:13:45.036347 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16664 2025.01.09 01:13:45.036363 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16665 2025.01.09 01:13:45.036506 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16666 2025.01.09 01:13:45.036586 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16667 2025.01.09 01:13:45.036699 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16668 2025.01.09 01:13:45.036807 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_57_14} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16669 2025.01.09 01:13:45.036919 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
16670 2025.01.09 01:13:45.037920 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16671 2025.01.09 01:13:45.037961 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16672 2025.01.09 01:13:45.038417 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16673 2025.01.09 01:13:45.038662 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16674 2025.01.09 01:13:45.038878 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002417 sec., 561026.0653702938 rows/sec., 46.82 MiB/sec.
16675 2025.01.09 01:13:45.038935 [ 276 ] {e9bf845d-c6c4-45e9-92b7-4a4d6dcaae86} <Debug> TCPHandler: Processed in 0.002738462 sec.
16676 2025.01.09 01:13:45.039105 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16677 2025.01.09 01:13:45.039244 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16678 2025.01.09 01:13:45.039301 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16679 2025.01.09 01:13:45.039997 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16680 2025.01.09 01:13:45.040042 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16681 2025.01.09 01:13:45.040447 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
16682 2025.01.09 01:13:45.040695 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16683 2025.01.09 01:13:45.040902 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001682 sec., 10107.015457788348 rows/sec., 711.81 KiB/sec.
16684 2025.01.09 01:13:45.040996 [ 279 ] {31e0991f-8605-4841-8d66-798e24d64332} <Debug> TCPHandler: Processed in 0.001957804 sec.
16685 2025.01.09 01:13:45.041163 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16686 2025.01.09 01:13:45.041480 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16687 2025.01.09 01:13:45.041629 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16688 2025.01.09 01:13:45.042475 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16689 2025.01.09 01:13:45.042517 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16690 2025.01.09 01:13:45.042893 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16691 2025.01.09 01:13:45.043143 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16692 2025.01.09 01:13:45.043363 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002005 sec., 120698.25436408978 rows/sec., 8.18 MiB/sec.
16693 2025.01.09 01:13:45.043417 [ 276 ] {646579d0-75c7-449c-b543-af436752c87c} <Debug> TCPHandler: Processed in 0.002329383 sec.
16694 2025.01.09 01:13:45.043610 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16695 2025.01.09 01:13:45.043829 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16696 2025.01.09 01:13:45.043916 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16697 2025.01.09 01:13:45.044660 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16698 2025.01.09 01:13:45.044699 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16699 2025.01.09 01:13:45.045054 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16700 2025.01.09 01:13:45.045288 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16701 2025.01.09 01:13:45.045465 [ 100 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16702 2025.01.09 01:13:45.045532 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001755 sec., 7407.407407407407 rows/sec., 461.85 KiB/sec.
16703 2025.01.09 01:13:45.045556 [ 100 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16704 2025.01.09 01:13:45.045623 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16705 2025.01.09 01:13:45.045646 [ 279 ] {5c0ac97e-eb47-48c6-b02b-1627063ec401} <Debug> TCPHandler: Processed in 0.002137918 sec.
16706 2025.01.09 01:13:45.045878 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
16707 2025.01.09 01:13:45.045892 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16708 2025.01.09 01:13:45.046169 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16709 2025.01.09 01:13:45.046176 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16710 2025.01.09 01:13:45.046243 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part
16711 2025.01.09 01:13:45.046284 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16712 2025.01.09 01:13:45.046596 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
16713 2025.01.09 01:13:45.046936 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part
16714 2025.01.09 01:13:45.047355 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
16715 2025.01.09 01:13:45.047775 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part
16716 2025.01.09 01:13:45.049766 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16717 2025.01.09 01:13:45.049838 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16718 2025.01.09 01:13:45.050193 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004454911 sec., 14590.63940895789 rows/sec., 966.72 KiB/sec.
16719 2025.01.09 01:13:45.050394 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16720 2025.01.09 01:13:45.050773 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16721 2025.01.09 01:13:45.050971 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16722 2025.01.09 01:13:45.051137 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_57_14} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16723 2025.01.09 01:13:45.051311 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16724 2025.01.09 01:13:45.051346 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16725 2025.01.09 01:13:45.051638 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005559 sec., 151106.31408526713 rows/sec., 10.91 MiB/sec.
16726 2025.01.09 01:13:45.051735 [ 276 ] {1e5b3131-3a09-4a0e-a7fd-0684660d95e4} <Debug> TCPHandler: Processed in 0.005993795 sec.
16727 2025.01.09 01:13:45.052002 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16728 2025.01.09 01:13:45.052278 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16729 2025.01.09 01:13:45.052335 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16730 2025.01.09 01:13:45.052830 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16731 2025.01.09 01:13:45.052868 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16732 2025.01.09 01:13:45.053245 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16733 2025.01.09 01:13:45.053484 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16734 2025.01.09 01:13:45.053685 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec.
16735 2025.01.09 01:13:45.053734 [ 279 ] {ecb7f48d-63bb-4397-a02f-6b89af7f596f} <Debug> TCPHandler: Processed in 0.001908574 sec.
16736 2025.01.09 01:13:45.053889 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16737 2025.01.09 01:13:45.054036 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16738 2025.01.09 01:13:45.054102 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16739 2025.01.09 01:13:45.054891 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16740 2025.01.09 01:13:45.054930 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16741 2025.01.09 01:13:45.055398 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16742 2025.01.09 01:13:45.055642 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16743 2025.01.09 01:13:45.055857 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.001855 sec., 514285.71428571426 rows/sec., 34.16 MiB/sec.
16744 2025.01.09 01:13:45.055908 [ 276 ] {1fe13785-7e53-4fe5-91eb-aca9b14b7d75} <Debug> TCPHandler: Processed in 0.002086678 sec.
16745 2025.01.09 01:13:45.056103 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16746 2025.01.09 01:13:45.056299 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16747 2025.01.09 01:13:45.056358 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16748 2025.01.09 01:13:45.056911 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16749 2025.01.09 01:13:45.056957 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16750 2025.01.09 01:13:45.057363 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16751 2025.01.09 01:13:45.057601 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16752 2025.01.09 01:13:45.057833 [ 220 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16753 2025.01.09 01:13:45.057853 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001588 sec., 629.7229219143577 rows/sec., 42.43 KiB/sec.
16754 2025.01.09 01:13:45.057896 [ 220 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16755 2025.01.09 01:13:45.058010 [ 279 ] {da4858c1-2199-4288-a29c-db66070504e7} <Debug> TCPHandler: Processed in 0.002013015 sec.
16756 2025.01.09 01:13:45.058189 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16757 2025.01.09 01:13:45.058379 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16758 2025.01.09 01:13:45.058559 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16759 2025.01.09 01:13:45.061607 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16760 2025.01.09 01:13:45.061662 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16761 2025.01.09 01:13:45.062868 [ 220 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16762 2025.01.09 01:13:45.062919 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
16763 2025.01.09 01:13:45.063521 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16764 2025.01.09 01:13:45.063782 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00547 sec., 1462.5228519195612 rows/sec., 2.62 MiB/sec.
16765 2025.01.09 01:13:45.063884 [ 276 ] {17d34d45-2d88-4928-89c8-4cf94da87ce0} <Debug> TCPHandler: Processed in 0.005786591 sec.
16766 2025.01.09 01:13:45.064048 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16767 2025.01.09 01:13:45.064185 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16768 2025.01.09 01:13:45.064243 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16769 2025.01.09 01:13:45.064811 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16770 2025.01.09 01:13:45.064857 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16771 2025.01.09 01:13:45.065289 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16772 2025.01.09 01:13:45.065520 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16773 2025.01.09 01:13:45.065754 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001591 sec., 20113.13639220616 rows/sec., 1.16 MiB/sec.
16774 2025.01.09 01:13:45.065811 [ 279 ] {00ede3af-7e41-47db-9518-c4c4f614b644} <Debug> TCPHandler: Processed in 0.001828111 sec.
16775 2025.01.09 01:13:45.740899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
16776 2025.01.09 01:13:45.764153 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16777 2025.01.09 01:13:45.764213 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16778 2025.01.09 01:13:45.772212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16779 2025.01.09 01:13:45.772989 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16780 2025.01.09 01:13:45.776311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
16781 2025.01.09 01:13:45.966855 [ 222 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16782 2025.01.09 01:13:45.966917 [ 222 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16783 2025.01.09 01:13:45.968562 [ 222 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16784 2025.01.09 01:13:46.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.28 MiB, peak 293.13 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: -1.45 MiB
16785 2025.01.09 01:13:46.325702 [ 221 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16786 2025.01.09 01:13:46.325760 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16787 2025.01.09 01:13:46.327857 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
16788 2025.01.09 01:13:49.545551 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16789 2025.01.09 01:13:49.545790 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16790 2025.01.09 01:13:49.545877 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16791 2025.01.09 01:13:49.546723 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16792 2025.01.09 01:13:49.546780 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16793 2025.01.09 01:13:49.547232 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16794 2025.01.09 01:13:49.547494 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16795 2025.01.09 01:13:49.547745 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002018 sec., 25768.08721506442 rows/sec., 1.97 MiB/sec.
16796 2025.01.09 01:13:49.547815 [ 276 ] {ada70455-d148-4ce1-bb36-a99beec07fbf} <Debug> TCPHandler: Processed in 0.002410964 sec.
16797 2025.01.09 01:13:49.548130 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16798 2025.01.09 01:13:49.548442 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16799 2025.01.09 01:13:49.548515 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16800 2025.01.09 01:13:49.549286 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16801 2025.01.09 01:13:49.549337 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16802 2025.01.09 01:13:49.549781 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16803 2025.01.09 01:13:49.550031 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16804 2025.01.09 01:13:49.550268 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.28 MiB/sec.
16805 2025.01.09 01:13:49.550325 [ 279 ] {8d65ec9a-03ca-4c82-be80-2cac2b95f70f} <Debug> TCPHandler: Processed in 0.002396444 sec.
16806 2025.01.09 01:13:49.550470 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16807 2025.01.09 01:13:49.550620 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16808 2025.01.09 01:13:49.550686 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16809 2025.01.09 01:13:49.551379 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16810 2025.01.09 01:13:49.551428 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16811 2025.01.09 01:13:49.551848 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16812 2025.01.09 01:13:49.552094 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16813 2025.01.09 01:13:49.552320 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00174 sec., 68965.5172413793 rows/sec., 4.78 MiB/sec.
16814 2025.01.09 01:13:49.552380 [ 276 ] {e7c40624-525b-4841-a3cc-911500f6761f} <Debug> TCPHandler: Processed in 0.001980245 sec.
16815 2025.01.09 01:13:49.552543 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16816 2025.01.09 01:13:49.552660 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16817 2025.01.09 01:13:49.552714 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16818 2025.01.09 01:13:49.553201 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16819 2025.01.09 01:13:49.553239 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16820 2025.01.09 01:13:49.553624 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16821 2025.01.09 01:13:49.553878 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16822 2025.01.09 01:13:49.554047 [ 87 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16823 2025.01.09 01:13:49.554113 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001476 sec., 27100.271002710026 rows/sec., 1.86 MiB/sec.
16824 2025.01.09 01:13:49.554133 [ 87 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16825 2025.01.09 01:13:49.554198 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16826 2025.01.09 01:13:49.554236 [ 279 ] {bedc9119-4dbc-47b9-b17c-691471c853d9} <Debug> TCPHandler: Processed in 0.001741879 sec.
16827 2025.01.09 01:13:49.554405 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16828 2025.01.09 01:13:49.554548 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16829 2025.01.09 01:13:49.554588 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6420 rows starting from the beginning of the part
16830 2025.01.09 01:13:49.554673 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 50 rows starting from the beginning of the part
16831 2025.01.09 01:13:49.554919 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 72 rows starting from the beginning of the part
16832 2025.01.09 01:13:49.555085 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 50 rows starting from the beginning of the part
16833 2025.01.09 01:13:49.555277 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 32 rows starting from the beginning of the part
16834 2025.01.09 01:13:49.555389 [ 186 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 40 rows starting from the beginning of the part
16835 2025.01.09 01:13:49.557376 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6664 rows, containing 4 columns (4 merged, 0 gathered) in 0.003064459 sec., 2174608.9603417767 rows/sec., 142.71 MiB/sec.
16836 2025.01.09 01:13:49.557835 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16837 2025.01.09 01:13:49.558209 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16838 2025.01.09 01:13:49.558308 [ 200 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_131_26} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16839 2025.01.09 01:13:49.558419 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
16840 2025.01.09 01:13:50.090399 [ 219 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16841 2025.01.09 01:13:50.090457 [ 219 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16842 2025.01.09 01:13:50.092384 [ 219 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16843 2025.01.09 01:13:50.599320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149
16844 2025.01.09 01:13:50.599959 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16845 2025.01.09 01:13:50.600004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16846 2025.01.09 01:13:50.600537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16847 2025.01.09 01:13:50.600786 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16848 2025.01.09 01:13:50.600941 [ 85 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16849 2025.01.09 01:13:50.600962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
16850 2025.01.09 01:13:50.600987 [ 85 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16851 2025.01.09 01:13:50.601008 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16852 2025.01.09 01:13:50.601202 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
16853 2025.01.09 01:13:50.601572 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16854 2025.01.09 01:13:50.601622 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part
16855 2025.01.09 01:13:50.601703 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
16856 2025.01.09 01:13:50.601806 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
16857 2025.01.09 01:13:50.602065 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
16858 2025.01.09 01:13:50.602360 [ 222 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16859 2025.01.09 01:13:50.602371 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
16860 2025.01.09 01:13:50.602426 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16861 2025.01.09 01:13:50.602583 [ 186 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
16862 2025.01.09 01:13:50.605398 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16863 2025.01.09 01:13:50.606531 [ 194 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.005444123 sec., 6823688.590430451 rows/sec., 97.61 MiB/sec.
16864 2025.01.09 01:13:50.606937 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16865 2025.01.09 01:13:50.607301 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16866 2025.01.09 01:13:50.607395 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_81_16} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16867 2025.01.09 01:13:50.607528 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16868 2025.01.09 01:13:53.276406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
16869 2025.01.09 01:13:53.299856 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16870 2025.01.09 01:13:53.299912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16871 2025.01.09 01:13:53.307632 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16872 2025.01.09 01:13:53.308468 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16873 2025.01.09 01:13:53.308790 [ 76 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16874 2025.01.09 01:13:53.308865 [ 76 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16875 2025.01.09 01:13:53.308912 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16876 2025.01.09 01:13:53.309674 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
16877 2025.01.09 01:13:53.311361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2344
16878 2025.01.09 01:13:53.335889 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16879 2025.01.09 01:13:53.336024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16880 2025.01.09 01:13:53.336202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
16881 2025.01.09 01:13:53.345599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16882 2025.01.09 01:13:53.346770 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16883 2025.01.09 01:13:53.347319 [ 222 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16884 2025.01.09 01:13:53.347524 [ 222 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16885 2025.01.09 01:13:53.351108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2344
16886 2025.01.09 01:13:53.351341 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16887 2025.01.09 01:13:53.353368 [ 222 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
16888 2025.01.09 01:13:53.354649 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
16889 2025.01.09 01:13:53.361516 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
16890 2025.01.09 01:13:53.367650 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
16891 2025.01.09 01:13:53.373489 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
16892 2025.01.09 01:13:53.379663 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
16893 2025.01.09 01:13:53.385492 [ 194 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
16894 2025.01.09 01:13:53.450075 [ 199 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.141010131 sec., 4333.022001092957 rows/sec., 22.41 MiB/sec.
16895 2025.01.09 01:13:53.453960 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16896 2025.01.09 01:13:53.457570 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16897 2025.01.09 01:13:53.457711 [ 193 ] {6d874974-7062-465a-b554-266ce1892843::all_1_81_16} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16898 2025.01.09 01:13:53.460612 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
16899 2025.01.09 01:13:54.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.91 MiB, peak 293.13 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: -1.08 MiB
16900 2025.01.09 01:13:54.548329 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16901 2025.01.09 01:13:54.548549 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16902 2025.01.09 01:13:54.548630 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16903 2025.01.09 01:13:54.549462 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16904 2025.01.09 01:13:54.549508 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16905 2025.01.09 01:13:54.549969 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16906 2025.01.09 01:13:54.550244 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16907 2025.01.09 01:13:54.550514 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Debug> executeQuery: Read 114 rows, 9.91 KiB in 0.002027 sec., 56240.74987666502 rows/sec., 4.78 MiB/sec.
16908 2025.01.09 01:13:54.550584 [ 276 ] {7692dab5-598c-4584-896f-5b45836e78a7} <Debug> TCPHandler: Processed in 0.002399884 sec.
16909 2025.01.09 01:13:54.550829 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16910 2025.01.09 01:13:54.551030 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16911 2025.01.09 01:13:54.551106 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16912 2025.01.09 01:13:54.551919 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16913 2025.01.09 01:13:54.551970 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16914 2025.01.09 01:13:54.552426 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
16915 2025.01.09 01:13:54.552686 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16916 2025.01.09 01:13:54.552904 [ 79 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
16917 2025.01.09 01:13:54.552968 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001989 sec., 15585.721468074411 rows/sec., 1.14 MiB/sec.
16918 2025.01.09 01:13:54.553000 [ 79 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16919 2025.01.09 01:13:54.553073 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16920 2025.01.09 01:13:54.553113 [ 279 ] {90144366-6226-4f52-a601-610bdf8b61e1} <Debug> TCPHandler: Processed in 0.002413214 sec.
16921 2025.01.09 01:13:54.553337 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
16922 2025.01.09 01:13:54.553364 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16923 2025.01.09 01:13:54.553624 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16924 2025.01.09 01:13:54.553628 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16925 2025.01.09 01:13:54.553697 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 62 rows starting from the beginning of the part
16926 2025.01.09 01:13:54.553747 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16927 2025.01.09 01:13:54.554079 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 33 rows starting from the beginning of the part
16928 2025.01.09 01:13:54.554418 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 15 rows starting from the beginning of the part
16929 2025.01.09 01:13:54.554840 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 31 rows starting from the beginning of the part
16930 2025.01.09 01:13:54.555214 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 17 rows starting from the beginning of the part
16931 2025.01.09 01:13:54.555659 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 31 rows starting from the beginning of the part
16932 2025.01.09 01:13:54.556768 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16933 2025.01.09 01:13:54.556844 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16934 2025.01.09 01:13:54.557881 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16935 2025.01.09 01:13:54.558419 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16936 2025.01.09 01:13:54.558873 [ 198 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005692858 sec., 33199.493119273306 rows/sec., 2.51 MiB/sec.
16937 2025.01.09 01:13:54.558915 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00539 sec., 16141.00185528757 rows/sec., 1.26 MiB/sec.
16938 2025.01.09 01:13:54.559055 [ 276 ] {fc378355-29e6-402c-b690-c5fb0a56139b} <Debug> TCPHandler: Processed in 0.005820691 sec.
16939 2025.01.09 01:13:54.559157 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
16940 2025.01.09 01:13:54.559316 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16941 2025.01.09 01:13:54.559654 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16942 2025.01.09 01:13:54.559681 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16943 2025.01.09 01:13:54.559755 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16944 2025.01.09 01:13:54.559892 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_116_23} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
16945 2025.01.09 01:13:54.560110 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
16946 2025.01.09 01:13:54.560615 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16947 2025.01.09 01:13:54.560660 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16948 2025.01.09 01:13:54.561080 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16949 2025.01.09 01:13:54.561330 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16950 2025.01.09 01:13:54.561569 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002017 sec., 74367.87307882994 rows/sec., 5.16 MiB/sec.
16951 2025.01.09 01:13:54.561634 [ 279 ] {906206a8-4962-481e-b8fb-7c0950dc1101} <Debug> TCPHandler: Processed in 0.002452106 sec.
16952 2025.01.09 01:13:54.561924 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16953 2025.01.09 01:13:54.562196 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16954 2025.01.09 01:13:54.562341 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16955 2025.01.09 01:13:54.563670 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16956 2025.01.09 01:13:54.563710 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16957 2025.01.09 01:13:54.564408 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
16958 2025.01.09 01:13:54.564684 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16959 2025.01.09 01:13:54.564889 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
16960 2025.01.09 01:13:54.564949 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002811 sec., 11028.103877623622 rows/sec., 19.76 MiB/sec.
16961 2025.01.09 01:13:54.564966 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16962 2025.01.09 01:13:54.565041 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16963 2025.01.09 01:13:54.565398 [ 276 ] {f62d63aa-f732-4fe2-8b55-80f1b61c948d} <Debug> TCPHandler: Processed in 0.003652002 sec.
16964 2025.01.09 01:13:54.565467 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
16965 2025.01.09 01:13:54.565623 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16966 2025.01.09 01:13:54.565875 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16967 2025.01.09 01:13:54.565995 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16968 2025.01.09 01:13:54.566466 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16969 2025.01.09 01:13:54.566721 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2132 rows starting from the beginning of the part
16970 2025.01.09 01:13:54.567474 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 31 rows starting from the beginning of the part
16971 2025.01.09 01:13:54.568272 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 8 rows starting from the beginning of the part
16972 2025.01.09 01:13:54.568348 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16973 2025.01.09 01:13:54.568428 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16974 2025.01.09 01:13:54.568946 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 31 rows starting from the beginning of the part
16975 2025.01.09 01:13:54.569583 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 8 rows starting from the beginning of the part
16976 2025.01.09 01:13:54.570229 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 31 rows starting from the beginning of the part
16977 2025.01.09 01:13:54.570487 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16978 2025.01.09 01:13:54.571286 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16979 2025.01.09 01:13:54.571761 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005953 sec., 8399.126490844952 rows/sec., 589.74 KiB/sec.
16980 2025.01.09 01:13:54.571966 [ 279 ] {bfa73b7f-6d3b-49b4-94ba-633c78ad4d80} <Debug> TCPHandler: Processed in 0.006447555 sec.
16981 2025.01.09 01:13:54.579127 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2241 rows, containing 19 columns (19 merged, 0 gathered) in 0.013927894 sec., 160900.13321468415 rows/sec., 288.33 MiB/sec.
16982 2025.01.09 01:13:54.581340 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
16983 2025.01.09 01:13:54.581774 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16984 2025.01.09 01:13:54.581854 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
16985 2025.01.09 01:13:54.582021 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.41 MiB.
16986 2025.01.09 01:13:57.866319 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
16987 2025.01.09 01:13:57.866414 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
16988 2025.01.09 01:13:58.101144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637
16989 2025.01.09 01:13:58.102098 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16990 2025.01.09 01:13:58.102149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
16991 2025.01.09 01:13:58.102720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16992 2025.01.09 01:13:58.102993 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16993 2025.01.09 01:13:58.103260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637
16994 2025.01.09 01:13:59.134349 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16995 2025.01.09 01:13:59.134402 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16996 2025.01.09 01:13:59.137077 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16997 2025.01.09 01:13:59.242984 [ 224 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16998 2025.01.09 01:13:59.243022 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16999 2025.01.09 01:13:59.244926 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17000 2025.01.09 01:13:59.552450 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17001 2025.01.09 01:13:59.552666 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17002 2025.01.09 01:13:59.552748 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17003 2025.01.09 01:13:59.553538 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17004 2025.01.09 01:13:59.553583 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17005 2025.01.09 01:13:59.554030 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
17006 2025.01.09 01:13:59.554302 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17007 2025.01.09 01:13:59.554504 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec.
17008 2025.01.09 01:13:59.554569 [ 276 ] {c2f79b5d-fc70-44c5-a80f-7830d1236264} <Debug> TCPHandler: Processed in 0.002261 sec.
17009 2025.01.09 01:13:59.554845 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17010 2025.01.09 01:13:59.555068 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17011 2025.01.09 01:13:59.555154 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17012 2025.01.09 01:13:59.556117 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17013 2025.01.09 01:13:59.556170 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17014 2025.01.09 01:13:59.556662 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
17015 2025.01.09 01:13:59.556928 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17016 2025.01.09 01:13:59.557209 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002196 sec., 97905.28233151184 rows/sec., 8.56 MiB/sec.
17017 2025.01.09 01:13:59.557312 [ 279 ] {88a3bf73-4a96-4959-8bc2-d4d6e8cf6e39} <Debug> TCPHandler: Processed in 0.002608169 sec.
17018 2025.01.09 01:13:59.557528 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17019 2025.01.09 01:13:59.557853 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17020 2025.01.09 01:13:59.557951 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17021 2025.01.09 01:13:59.558547 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17022 2025.01.09 01:13:59.558587 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17023 2025.01.09 01:13:59.558959 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
17024 2025.01.09 01:13:59.559211 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17025 2025.01.09 01:13:59.559397 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001658 sec., 9047.044632086852 rows/sec., 637.89 KiB/sec.
17026 2025.01.09 01:13:59.559453 [ 276 ] {f74355ca-0bcf-4772-b1f7-fa8af8d1136c} <Debug> TCPHandler: Processed in 0.002029066 sec.
17027 2025.01.09 01:13:59.559617 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17028 2025.01.09 01:13:59.559773 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17029 2025.01.09 01:13:59.559834 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17030 2025.01.09 01:13:59.560453 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17031 2025.01.09 01:13:59.560494 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17032 2025.01.09 01:13:59.560876 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17033 2025.01.09 01:13:59.561139 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17034 2025.01.09 01:13:59.561394 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 595.31 KiB/sec.
17035 2025.01.09 01:13:59.561479 [ 279 ] {109504a6-0301-4a2d-a86e-6255ede217d4} <Debug> TCPHandler: Processed in 0.001933163 sec.
17036 2025.01.09 01:13:59.561737 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17037 2025.01.09 01:13:59.561887 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17038 2025.01.09 01:13:59.561944 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17039 2025.01.09 01:13:59.562530 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17040 2025.01.09 01:13:59.562569 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17041 2025.01.09 01:13:59.562932 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
17042 2025.01.09 01:13:59.563179 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17043 2025.01.09 01:13:59.563348 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec.
17044 2025.01.09 01:13:59.563397 [ 276 ] {dd26dd54-f15e-42ce-bfd1-5eeebb0461dc} <Debug> TCPHandler: Processed in 0.001839801 sec.
17045 2025.01.09 01:13:59.563527 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17046 2025.01.09 01:13:59.563640 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17047 2025.01.09 01:13:59.563687 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17048 2025.01.09 01:13:59.564630 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17049 2025.01.09 01:13:59.564679 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17050 2025.01.09 01:13:59.565098 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
17051 2025.01.09 01:13:59.565340 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17052 2025.01.09 01:13:59.565561 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001904 sec., 200630.25210084033 rows/sec., 14.20 MiB/sec.
17053 2025.01.09 01:13:59.565619 [ 279 ] {b76dc653-e632-48b2-afd0-2ec84f1f1b68} <Debug> TCPHandler: Processed in 0.002111958 sec.
17054 2025.01.09 01:13:59.565758 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17055 2025.01.09 01:13:59.565893 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17056 2025.01.09 01:13:59.565953 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17057 2025.01.09 01:13:59.566516 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17058 2025.01.09 01:13:59.566560 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17059 2025.01.09 01:13:59.566968 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
17060 2025.01.09 01:13:59.567214 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17061 2025.01.09 01:13:59.567390 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec.
17062 2025.01.09 01:13:59.567442 [ 276 ] {e3b12be1-1f61-4c15-90f4-2b1fa80b3f67} <Debug> TCPHandler: Processed in 0.001737929 sec.
17063 2025.01.09 01:13:59.567596 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17064 2025.01.09 01:13:59.567719 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17065 2025.01.09 01:13:59.567774 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17066 2025.01.09 01:13:59.568395 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17067 2025.01.09 01:13:59.568436 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17068 2025.01.09 01:13:59.568842 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
17069 2025.01.09 01:13:59.569105 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17070 2025.01.09 01:13:59.569283 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_128_26 to all_133_133_0
17071 2025.01.09 01:13:59.569306 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001614 sec., 140644.36183395292 rows/sec., 9.38 MiB/sec.
17072 2025.01.09 01:13:59.569357 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17073 2025.01.09 01:13:59.569428 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17074 2025.01.09 01:13:59.569432 [ 279 ] {be47a7b0-7d7e-41da-b51f-884e68425b8a} <Debug> TCPHandler: Processed in 0.001894073 sec.
17075 2025.01.09 01:13:59.569711 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17076 2025.01.09 01:13:59.569719 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17077 2025.01.09 01:13:59.569788 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17078 2025.01.09 01:13:59.569811 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_128_26 to all_133_133_0 into Compact with storage Full
17079 2025.01.09 01:13:59.569981 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17080 2025.01.09 01:13:59.570196 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17081 2025.01.09 01:13:59.570375 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17082 2025.01.09 01:13:59.570522 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_128_26, total 38556 rows starting from the beginning of the part
17083 2025.01.09 01:13:59.571001 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 150 rows starting from the beginning of the part
17084 2025.01.09 01:13:59.571674 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 954 rows starting from the beginning of the part
17085 2025.01.09 01:13:59.572119 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 120 rows starting from the beginning of the part
17086 2025.01.09 01:13:59.572797 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 150 rows starting from the beginning of the part
17087 2025.01.09 01:13:59.573451 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 227 rows starting from the beginning of the part
17088 2025.01.09 01:13:59.574035 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17089 2025.01.09 01:13:59.574149 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17090 2025.01.09 01:13:59.575384 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17091 2025.01.09 01:13:59.575976 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17092 2025.01.09 01:13:59.576499 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006619 sec., 151.08022359873092 rows/sec., 10.18 KiB/sec.
17093 2025.01.09 01:13:59.576574 [ 276 ] {f4acb08b-3836-4b90-a399-ff688faa79a6} <Debug> TCPHandler: Processed in 0.007045029 sec.
17094 2025.01.09 01:13:59.576744 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17095 2025.01.09 01:13:59.576835 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17096 2025.01.09 01:13:59.577286 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17097 2025.01.09 01:13:59.577730 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17098 2025.01.09 01:13:59.582359 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17099 2025.01.09 01:13:59.582403 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17100 2025.01.09 01:13:59.583431 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
17101 2025.01.09 01:13:59.583734 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17102 2025.01.09 01:13:59.584120 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006987 sec., 1144.9835408616 rows/sec., 2.05 MiB/sec.
17103 2025.01.09 01:13:59.584418 [ 279 ] {80bfd1cb-ab86-439d-80fa-e431551e5c19} <Debug> TCPHandler: Processed in 0.007741325 sec.
17104 2025.01.09 01:13:59.584616 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17105 2025.01.09 01:13:59.584771 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17106 2025.01.09 01:13:59.584831 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17107 2025.01.09 01:13:59.585475 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17108 2025.01.09 01:13:59.585514 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17109 2025.01.09 01:13:59.586096 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
17110 2025.01.09 01:13:59.586413 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17111 2025.01.09 01:13:59.586635 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001884 sec., 38216.56050955414 rows/sec., 2.44 MiB/sec.
17112 2025.01.09 01:13:59.586868 [ 276 ] {a8d0d2fa-fe2a-4a79-b169-06539c6e8ff2} <Debug> TCPHandler: Processed in 0.002340263 sec.
17113 2025.01.09 01:13:59.587172 [ 190 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40157 rows, containing 5 columns (5 merged, 0 gathered) in 0.017633638 sec., 2277295.24673241 rows/sec., 153.15 MiB/sec.
17114 2025.01.09 01:13:59.587666 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary)
17115 2025.01.09 01:13:59.588002 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17116 2025.01.09 01:13:59.588095 [ 192 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_128_26, all_133_133_0] -> all_1_133_27
17117 2025.01.09 01:13:59.588193 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
17118 2025.01.09 01:13:59.903871 [ 221 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17119 2025.01.09 01:13:59.903950 [ 221 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17120 2025.01.09 01:13:59.906161 [ 221 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17121 2025.01.09 01:14:00.836346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
17122 2025.01.09 01:14:00.861972 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17123 2025.01.09 01:14:00.862040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17124 2025.01.09 01:14:00.869941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
17125 2025.01.09 01:14:00.870827 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17126 2025.01.09 01:14:00.874941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
17127 2025.01.09 01:14:03.351408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2378
17128 2025.01.09 01:14:03.354650 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17129 2025.01.09 01:14:03.354711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17130 2025.01.09 01:14:03.356318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17131 2025.01.09 01:14:03.356648 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17132 2025.01.09 01:14:03.357344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2378
17133 2025.01.09 01:14:04.548484 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17134 2025.01.09 01:14:04.548679 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17135 2025.01.09 01:14:04.548755 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17136 2025.01.09 01:14:04.549518 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17137 2025.01.09 01:14:04.549570 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17138 2025.01.09 01:14:04.550011 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
17139 2025.01.09 01:14:04.550279 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17140 2025.01.09 01:14:04.550536 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001908 sec., 3144.6540880503144 rows/sec., 256.42 KiB/sec.
17141 2025.01.09 01:14:04.550669 [ 276 ] {796f2ef7-47af-4d8f-a003-1e5a79883085} <Debug> TCPHandler: Processed in 0.002317792 sec.
17142 2025.01.09 01:14:04.550912 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17143 2025.01.09 01:14:04.551112 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17144 2025.01.09 01:14:04.551189 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17145 2025.01.09 01:14:04.551998 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17146 2025.01.09 01:14:04.552044 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17147 2025.01.09 01:14:04.552508 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
17148 2025.01.09 01:14:04.552797 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17149 2025.01.09 01:14:04.552966 [ 53 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
17150 2025.01.09 01:14:04.553015 [ 53 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17151 2025.01.09 01:14:04.553015 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Debug> executeQuery: Read 117 rows, 10.13 KiB in 0.001956 sec., 59815.95092024541 rows/sec., 5.06 MiB/sec.
17152 2025.01.09 01:14:04.553051 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17153 2025.01.09 01:14:04.553122 [ 279 ] {e1d7a4fe-4369-4753-9411-1322a11e7e88} <Debug> TCPHandler: Processed in 0.002343563 sec.
17154 2025.01.09 01:14:04.553396 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
17155 2025.01.09 01:14:04.553446 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17156 2025.01.09 01:14:04.553847 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17157 2025.01.09 01:14:04.554041 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1426 rows starting from the beginning of the part
17158 2025.01.09 01:14:04.554079 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17159 2025.01.09 01:14:04.554584 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 1356 rows starting from the beginning of the part
17160 2025.01.09 01:14:04.555048 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17161 2025.01.09 01:14:04.555140 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 52 rows starting from the beginning of the part
17162 2025.01.09 01:14:04.555831 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 114 rows starting from the beginning of the part
17163 2025.01.09 01:14:04.556075 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 215 rows starting from the beginning of the part
17164 2025.01.09 01:14:04.556318 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 117 rows starting from the beginning of the part
17165 2025.01.09 01:14:04.558279 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17166 2025.01.09 01:14:04.558351 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17167 2025.01.09 01:14:04.559331 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
17168 2025.01.09 01:14:04.559658 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17169 2025.01.09 01:14:04.560302 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.006455 sec., 5731.990704879938 rows/sec., 426.03 KiB/sec.
17170 2025.01.09 01:14:04.560332 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.007191162 sec., 456115.4372547858 rows/sec., 39.98 MiB/sec.
17171 2025.01.09 01:14:04.560534 [ 276 ] {c87dd338-123d-4eda-b0d4-7767ba2bfca2} <Debug> TCPHandler: Processed in 0.007313614 sec.
17172 2025.01.09 01:14:04.560785 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
17173 2025.01.09 01:14:04.560832 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17174 2025.01.09 01:14:04.561104 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17175 2025.01.09 01:14:04.561192 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17176 2025.01.09 01:14:04.561291 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17177 2025.01.09 01:14:04.561493 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_136_27} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
17178 2025.01.09 01:14:04.561671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
17179 2025.01.09 01:14:04.562194 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17180 2025.01.09 01:14:04.562239 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17181 2025.01.09 01:14:04.562621 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
17182 2025.01.09 01:14:04.562877 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17183 2025.01.09 01:14:04.563074 [ 55 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
17184 2025.01.09 01:14:04.563090 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002073 sec., 44862.51808972503 rows/sec., 3.51 MiB/sec.
17185 2025.01.09 01:14:04.563168 [ 55 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17186 2025.01.09 01:14:04.563253 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17187 2025.01.09 01:14:04.563263 [ 279 ] {be0fc1d0-ab1d-4a29-8e5c-16ed01b9f149} <Debug> TCPHandler: Processed in 0.002609519 sec.
17188 2025.01.09 01:14:04.563570 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17189 2025.01.09 01:14:04.563576 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
17190 2025.01.09 01:14:04.563983 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17191 2025.01.09 01:14:04.564128 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17192 2025.01.09 01:14:04.564262 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 903 rows starting from the beginning of the part
17193 2025.01.09 01:14:04.564270 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17194 2025.01.09 01:14:04.564996 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 840 rows starting from the beginning of the part
17195 2025.01.09 01:14:04.565720 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part
17196 2025.01.09 01:14:04.566427 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 87 rows starting from the beginning of the part
17197 2025.01.09 01:14:04.566900 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 382 rows starting from the beginning of the part
17198 2025.01.09 01:14:04.567569 [ 191 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 93 rows starting from the beginning of the part
17199 2025.01.09 01:14:04.568405 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17200 2025.01.09 01:14:04.568488 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17201 2025.01.09 01:14:04.569533 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
17202 2025.01.09 01:14:04.570088 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17203 2025.01.09 01:14:04.570374 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.006579 sec., 23255.813953488374 rows/sec., 1.61 MiB/sec.
17204 2025.01.09 01:14:04.570459 [ 276 ] {265357c3-c6ef-4ef8-ac59-f6c1fd8710df} <Debug> TCPHandler: Processed in 0.007057649 sec.
17205 2025.01.09 01:14:04.570820 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17206 2025.01.09 01:14:04.570839 [ 190 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 5 columns (5 merged, 0 gathered) in 0.007498839 sec., 314848.7385847329 rows/sec., 24.11 MiB/sec.
17207 2025.01.09 01:14:04.571065 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17208 2025.01.09 01:14:04.571156 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
17209 2025.01.09 01:14:04.571207 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17210 2025.01.09 01:14:04.571981 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17211 2025.01.09 01:14:04.572253 [ 200 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_136_27} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
17212 2025.01.09 01:14:04.572492 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
17213 2025.01.09 01:14:04.573297 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17214 2025.01.09 01:14:04.573341 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17215 2025.01.09 01:14:04.574027 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
17216 2025.01.09 01:14:04.574282 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17217 2025.01.09 01:14:04.574515 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003506 sec., 8841.985168282943 rows/sec., 15.84 MiB/sec.
17218 2025.01.09 01:14:04.574610 [ 279 ] {d5800074-6760-48bf-91eb-498e7ae20b48} <Debug> TCPHandler: Processed in 0.004025281 sec.
17219 2025.01.09 01:14:04.574772 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17220 2025.01.09 01:14:04.574912 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17221 2025.01.09 01:14:04.574973 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17222 2025.01.09 01:14:04.575557 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17223 2025.01.09 01:14:04.575604 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17224 2025.01.09 01:14:04.576059 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
17225 2025.01.09 01:14:04.576305 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17226 2025.01.09 01:14:04.576526 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001647 sec., 30358.227079538556 rows/sec., 2.08 MiB/sec.
17227 2025.01.09 01:14:04.576580 [ 276 ] {2e09a653-2bb0-43db-b764-c402e29d07bd} <Debug> TCPHandler: Processed in 0.001877062 sec.
17228 2025.01.09 01:14:05.603422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064
17229 2025.01.09 01:14:05.604165 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17230 2025.01.09 01:14:05.604219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.42 GiB.
17231 2025.01.09 01:14:05.604787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
17232 2025.01.09 01:14:05.605060 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17233 2025.01.09 01:14:05.605326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064
17234 2025.01.09 01:14:08.375043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
17235 2025.01.09 01:14:08.399355 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17236 2025.01.09 01:14:08.399420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17237 2025.01.09 01:14:08.407094 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
17238 2025.01.09 01:14:08.407917 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17239 2025.01.09 01:14:08.411694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
17240 2025.01.09 01:14:09.551284 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17241 2025.01.09 01:14:09.551507 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17242 2025.01.09 01:14:09.551593 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17243 2025.01.09 01:14:09.552445 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17244 2025.01.09 01:14:09.552501 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17245 2025.01.09 01:14:09.552956 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17246 2025.01.09 01:14:09.553215 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17247 2025.01.09 01:14:09.553465 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec.
17248 2025.01.09 01:14:09.553537 [ 276 ] {677ba2a7-5a33-4ec9-b27b-fbf5701969ec} <Debug> TCPHandler: Processed in 0.002402864 sec.
17249 2025.01.09 01:14:09.553813 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17250 2025.01.09 01:14:09.554035 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17251 2025.01.09 01:14:09.554123 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17252 2025.01.09 01:14:09.555072 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17253 2025.01.09 01:14:09.555129 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17254 2025.01.09 01:14:09.555614 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
17255 2025.01.09 01:14:09.555877 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17256 2025.01.09 01:14:09.556146 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.00217 sec., 99078.34101382489 rows/sec., 8.66 MiB/sec.
17257 2025.01.09 01:14:09.556273 [ 279 ] {3610136d-c89f-4c3e-9440-d4cc19a2742d} <Debug> TCPHandler: Processed in 0.002604379 sec.
17258 2025.01.09 01:14:09.556500 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17259 2025.01.09 01:14:09.556801 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17260 2025.01.09 01:14:09.556876 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17261 2025.01.09 01:14:09.557483 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17262 2025.01.09 01:14:09.557526 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17263 2025.01.09 01:14:09.557909 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
17264 2025.01.09 01:14:09.558154 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17265 2025.01.09 01:14:09.558375 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001678 sec., 8939.213349225269 rows/sec., 630.28 KiB/sec.
17266 2025.01.09 01:14:09.558434 [ 276 ] {88e42ed4-799a-4ed8-80a2-17f734d8e216} <Debug> TCPHandler: Processed in 0.002062746 sec.
17267 2025.01.09 01:14:09.558604 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17268 2025.01.09 01:14:09.558756 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17269 2025.01.09 01:14:09.558822 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17270 2025.01.09 01:14:09.559496 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17271 2025.01.09 01:14:09.559539 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17272 2025.01.09 01:14:09.559931 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17273 2025.01.09 01:14:09.560179 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17274 2025.01.09 01:14:09.560362 [ 43 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0
17275 2025.01.09 01:14:09.560425 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec.
17276 2025.01.09 01:14:09.560443 [ 43 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17277 2025.01.09 01:14:09.560513 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17278 2025.01.09 01:14:09.560571 [ 279 ] {6a1001c7-6a52-4872-b50f-8508dba86849} <Debug> TCPHandler: Processed in 0.002035236 sec.
17279 2025.01.09 01:14:09.560852 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17280 2025.01.09 01:14:09.560876 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full
17281 2025.01.09 01:14:09.561172 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17282 2025.01.09 01:14:09.561205 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17283 2025.01.09 01:14:09.561247 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17284 2025.01.09 01:14:09.561251 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 243 rows starting from the beginning of the part
17285 2025.01.09 01:14:09.561439 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
17286 2025.01.09 01:14:09.561792 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
17287 2025.01.09 01:14:09.562053 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 242 rows starting from the beginning of the part
17288 2025.01.09 01:14:09.562369 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
17289 2025.01.09 01:14:09.562549 [ 190 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
17290 2025.01.09 01:14:09.563096 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17291 2025.01.09 01:14:09.563143 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17292 2025.01.09 01:14:09.563683 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17293 2025.01.09 01:14:09.564060 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17294 2025.01.09 01:14:09.564117 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.003492249 sec., 154914.4977921105 rows/sec., 11.10 MiB/sec.
17295 2025.01.09 01:14:09.564332 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
17296 2025.01.09 01:14:09.564359 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003283 sec., 3959.79287237283 rows/sec., 246.89 KiB/sec.
17297 2025.01.09 01:14:09.564433 [ 276 ] {4f578f06-10d3-4789-816d-5590cfcbd739} <Debug> TCPHandler: Processed in 0.003751085 sec.
17298 2025.01.09 01:14:09.564631 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17299 2025.01.09 01:14:09.564707 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17300 2025.01.09 01:14:09.564887 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_60_13} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13
17301 2025.01.09 01:14:09.564897 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17302 2025.01.09 01:14:09.565023 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
17303 2025.01.09 01:14:09.565027 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17304 2025.01.09 01:14:09.565839 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17305 2025.01.09 01:14:09.565882 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17306 2025.01.09 01:14:09.566275 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
17307 2025.01.09 01:14:09.566522 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17308 2025.01.09 01:14:09.566764 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001945 sec., 196401.02827763496 rows/sec., 13.90 MiB/sec.
17309 2025.01.09 01:14:09.566857 [ 279 ] {5271cd88-c7bd-43be-8245-d0f18285bc02} <Debug> TCPHandler: Processed in 0.002325252 sec.
17310 2025.01.09 01:14:09.567090 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17311 2025.01.09 01:14:09.567370 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17312 2025.01.09 01:14:09.567432 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17313 2025.01.09 01:14:09.568008 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17314 2025.01.09 01:14:09.568056 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17315 2025.01.09 01:14:09.568436 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
17316 2025.01.09 01:14:09.568688 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17317 2025.01.09 01:14:09.568897 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 195.68 KiB/sec.
17318 2025.01.09 01:14:09.568951 [ 276 ] {9a0ceefb-bfe1-4f32-8e3a-d6976ac3f704} <Debug> TCPHandler: Processed in 0.002007926 sec.
17319 2025.01.09 01:14:09.569100 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17320 2025.01.09 01:14:09.569232 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17321 2025.01.09 01:14:09.569298 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17322 2025.01.09 01:14:09.569983 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17323 2025.01.09 01:14:09.570032 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17324 2025.01.09 01:14:09.570465 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
17325 2025.01.09 01:14:09.570711 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17326 2025.01.09 01:14:09.570922 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001724 sec., 131670.53364269141 rows/sec., 8.78 MiB/sec.
17327 2025.01.09 01:14:09.570991 [ 279 ] {3071036f-dbd7-4c8e-8f1c-348032d07e0d} <Debug> TCPHandler: Processed in 0.001950564 sec.
17328 2025.01.09 01:14:09.571137 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17329 2025.01.09 01:14:09.571323 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17330 2025.01.09 01:14:09.571410 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17331 2025.01.09 01:14:09.572216 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17332 2025.01.09 01:14:09.572255 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17333 2025.01.09 01:14:09.572612 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17334 2025.01.09 01:14:09.572860 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17335 2025.01.09 01:14:09.573055 [ 44 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0
17336 2025.01.09 01:14:09.573083 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001807 sec., 553.4034311012729 rows/sec., 37.29 KiB/sec.
17337 2025.01.09 01:14:09.573139 [ 44 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17338 2025.01.09 01:14:09.573218 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17339 2025.01.09 01:14:09.573222 [ 276 ] {38ad7055-957c-4b1a-a491-61ff57bed04e} <Debug> TCPHandler: Processed in 0.002140318 sec.
17340 2025.01.09 01:14:09.573490 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17341 2025.01.09 01:14:09.573703 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full
17342 2025.01.09 01:14:09.573973 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17343 2025.01.09 01:14:09.574260 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17344 2025.01.09 01:14:09.574372 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 56 rows starting from the beginning of the part
17345 2025.01.09 01:14:09.574386 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17346 2025.01.09 01:14:09.574729 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
17347 2025.01.09 01:14:09.575077 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
17348 2025.01.09 01:14:09.575488 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
17349 2025.01.09 01:14:09.575947 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
17350 2025.01.09 01:14:09.576324 [ 193 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
17351 2025.01.09 01:14:09.578939 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.005608296 sec., 10876.744023496622 rows/sec., 731.51 KiB/sec.
17352 2025.01.09 01:14:09.579206 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17353 2025.01.09 01:14:09.579218 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
17354 2025.01.09 01:14:09.579268 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17355 2025.01.09 01:14:09.579879 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17356 2025.01.09 01:14:09.580046 [ 195 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_60_13} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13
17357 2025.01.09 01:14:09.580258 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17358 2025.01.09 01:14:09.580520 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
17359 2025.01.09 01:14:09.580809 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17360 2025.01.09 01:14:09.581042 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007226 sec., 1107.1132023249377 rows/sec., 1.98 MiB/sec.
17361 2025.01.09 01:14:09.581337 [ 279 ] {12c9d11c-2555-4e4b-8514-f2c0d3d1d2e1} <Debug> TCPHandler: Processed in 0.00798753 sec.
17362 2025.01.09 01:14:09.581621 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17363 2025.01.09 01:14:09.581923 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17364 2025.01.09 01:14:09.581995 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17365 2025.01.09 01:14:09.582502 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17366 2025.01.09 01:14:09.582542 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17367 2025.01.09 01:14:09.582927 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
17368 2025.01.09 01:14:09.583172 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17369 2025.01.09 01:14:09.583398 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001582 sec., 45512.01011378002 rows/sec., 2.90 MiB/sec.
17370 2025.01.09 01:14:09.583458 [ 276 ] {36ac8d39-808e-4084-9998-ea98398195aa} <Debug> TCPHandler: Processed in 0.002010385 sec.
17371 2025.01.09 01:14:10.196009 [ 222 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17372 2025.01.09 01:14:10.196066 [ 222 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17373 2025.01.09 01:14:10.198073 [ 222 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
17374 2025.01.09 01:14:12.866462 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
17375 2025.01.09 01:14:12.866517 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
17376 2025.01.09 01:14:13.105483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552
17377 2025.01.09 01:14:13.106259 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17378 2025.01.09 01:14:13.106319 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17379 2025.01.09 01:14:13.106871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17380 2025.01.09 01:14:13.107151 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17381 2025.01.09 01:14:13.107433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552
17382 2025.01.09 01:14:13.357655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2414
17383 2025.01.09 01:14:13.362541 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17384 2025.01.09 01:14:13.362629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17385 2025.01.09 01:14:13.364886 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17386 2025.01.09 01:14:13.365333 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17387 2025.01.09 01:14:13.365676 [ 38 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
17388 2025.01.09 01:14:13.365866 [ 38 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17389 2025.01.09 01:14:13.365973 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17390 2025.01.09 01:14:13.366467 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
17391 2025.01.09 01:14:13.366984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2414
17392 2025.01.09 01:14:13.367652 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17393 2025.01.09 01:14:13.367859 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2230 rows starting from the beginning of the part
17394 2025.01.09 01:14:13.368684 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part
17395 2025.01.09 01:14:13.369555 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 36 rows starting from the beginning of the part
17396 2025.01.09 01:14:13.370406 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 44 rows starting from the beginning of the part
17397 2025.01.09 01:14:13.371189 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part
17398 2025.01.09 01:14:13.372072 [ 203 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part
17399 2025.01.09 01:14:13.386039 [ 198 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 72 columns (72 merged, 0 gathered) in 0.019871598 sec., 121479.91319067545 rows/sec., 90.62 MiB/sec.
17400 2025.01.09 01:14:13.389337 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
17401 2025.01.09 01:14:13.390638 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17402 2025.01.09 01:14:13.390789 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_61_12} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
17403 2025.01.09 01:14:13.391361 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB.
17404 2025.01.09 01:14:14.548483 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17405 2025.01.09 01:14:14.548681 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17406 2025.01.09 01:14:14.548758 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17407 2025.01.09 01:14:14.549582 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17408 2025.01.09 01:14:14.549636 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17409 2025.01.09 01:14:14.550153 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
17410 2025.01.09 01:14:14.550434 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17411 2025.01.09 01:14:14.550674 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Debug> executeQuery: Read 120 rows, 10.49 KiB in 0.002047 sec., 58622.37420615534 rows/sec., 5.00 MiB/sec.
17412 2025.01.09 01:14:14.550784 [ 276 ] {039e0bb1-df79-48e9-a64f-0949fc6e447c} <Debug> TCPHandler: Processed in 0.002438366 sec.
17413 2025.01.09 01:14:14.550842 [ 221 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17414 2025.01.09 01:14:14.550916 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17415 2025.01.09 01:14:14.551085 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17416 2025.01.09 01:14:14.551289 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17417 2025.01.09 01:14:14.551373 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17418 2025.01.09 01:14:14.552378 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17419 2025.01.09 01:14:14.552424 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17420 2025.01.09 01:14:14.552934 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
17421 2025.01.09 01:14:14.553225 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17422 2025.01.09 01:14:14.553642 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002371 sec., 14339.940953184312 rows/sec., 1.05 MiB/sec.
17423 2025.01.09 01:14:14.553714 [ 279 ] {4c9f0485-09a8-4011-b319-1eb8fe0e1b82} <Debug> TCPHandler: Processed in 0.002769593 sec.
17424 2025.01.09 01:14:14.554069 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17425 2025.01.09 01:14:14.554363 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17426 2025.01.09 01:14:14.554722 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17427 2025.01.09 01:14:14.555074 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17428 2025.01.09 01:14:14.556886 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17429 2025.01.09 01:14:14.556929 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17430 2025.01.09 01:14:14.557320 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
17431 2025.01.09 01:14:14.557578 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17432 2025.01.09 01:14:14.557808 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Debug> executeQuery: Read 93 rows, 7.46 KiB in 0.003446 sec., 26987.811955890887 rows/sec., 2.12 MiB/sec.
17433 2025.01.09 01:14:14.557873 [ 276 ] {2268f5c0-e285-4a4c-aa96-a02475a1970d} <Debug> TCPHandler: Processed in 0.004058631 sec.
17434 2025.01.09 01:14:14.558030 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17435 2025.01.09 01:14:14.558185 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17436 2025.01.09 01:14:14.558250 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17437 2025.01.09 01:14:14.558865 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17438 2025.01.09 01:14:14.558907 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17439 2025.01.09 01:14:14.559325 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
17440 2025.01.09 01:14:14.559574 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17441 2025.01.09 01:14:14.559819 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001667 sec., 89982.00359928014 rows/sec., 6.24 MiB/sec.
17442 2025.01.09 01:14:14.559882 [ 279 ] {2db52b02-58df-4dda-b213-51aa360489fd} <Debug> TCPHandler: Processed in 0.001914963 sec.
17443 2025.01.09 01:14:14.560056 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17444 2025.01.09 01:14:14.560187 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17445 2025.01.09 01:14:14.560277 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17446 2025.01.09 01:14:14.561628 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17447 2025.01.09 01:14:14.561670 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17448 2025.01.09 01:14:14.562373 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
17449 2025.01.09 01:14:14.562696 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17450 2025.01.09 01:14:14.562987 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002823 sec., 12043.9249025859 rows/sec., 21.58 MiB/sec.
17451 2025.01.09 01:14:14.563259 [ 276 ] {59a7faa6-fa7c-4ba8-804e-cdde10468ff7} <Debug> TCPHandler: Processed in 0.003259704 sec.
17452 2025.01.09 01:14:14.563539 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17453 2025.01.09 01:14:14.563866 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
17454 2025.01.09 01:14:14.563952 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
17455 2025.01.09 01:14:14.564449 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17456 2025.01.09 01:14:14.564488 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17457 2025.01.09 01:14:14.564866 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
17458 2025.01.09 01:14:14.565106 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17459 2025.01.09 01:14:14.565391 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001615 sec., 1857.5851393188855 rows/sec., 148.75 KiB/sec.
17460 2025.01.09 01:14:14.565508 [ 279 ] {7e1aa0b3-ffe2-4a81-929e-e31a9fee62cf} <Debug> TCPHandler: Processed in 0.002121368 sec.
17461 2025.01.09 01:14:14.565676 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17462 2025.01.09 01:14:14.565817 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17463 2025.01.09 01:14:14.565874 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17464 2025.01.09 01:14:14.566381 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17465 2025.01.09 01:14:14.566420 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17466 2025.01.09 01:14:14.566810 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
17467 2025.01.09 01:14:14.567063 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17468 2025.01.09 01:14:14.567256 [ 31 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
17469 2025.01.09 01:14:14.567298 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001506 sec., 33200.531208499335 rows/sec., 2.28 MiB/sec.
17470 2025.01.09 01:14:14.567331 [ 31 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17471 2025.01.09 01:14:14.567403 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17472 2025.01.09 01:14:14.567426 [ 276 ] {8646482f-c50c-462e-9041-2a17b97130e5} <Debug> TCPHandler: Processed in 0.001825791 sec.
17473 2025.01.09 01:14:14.567595 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
17474 2025.01.09 01:14:14.567730 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17475 2025.01.09 01:14:14.567767 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6664 rows starting from the beginning of the part
17476 2025.01.09 01:14:14.567840 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 50 rows starting from the beginning of the part
17477 2025.01.09 01:14:14.568057 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 72 rows starting from the beginning of the part
17478 2025.01.09 01:14:14.568288 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 50 rows starting from the beginning of the part
17479 2025.01.09 01:14:14.568457 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 72 rows starting from the beginning of the part
17480 2025.01.09 01:14:14.568615 [ 199 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 50 rows starting from the beginning of the part
17481 2025.01.09 01:14:14.570786 [ 198 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6958 rows, containing 4 columns (4 merged, 0 gathered) in 0.003299955 sec., 2108513.6009430434 rows/sec., 138.42 MiB/sec.
17482 2025.01.09 01:14:14.571282 [ 187 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
17483 2025.01.09 01:14:14.571615 [ 187 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17484 2025.01.09 01:14:14.571699 [ 187 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_136_27} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
17485 2025.01.09 01:14:14.571782 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
17486 2025.01.09 01:14:15.023180 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17487 2025.01.09 01:14:15.023385 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17488 2025.01.09 01:14:15.023466 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17489 2025.01.09 01:14:15.024267 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17490 2025.01.09 01:14:15.024326 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17491 2025.01.09 01:14:15.024788 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17492 2025.01.09 01:14:15.025055 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17493 2025.01.09 01:14:15.025299 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec.
17494 2025.01.09 01:14:15.025373 [ 276 ] {e9595221-f93a-4076-97b5-970178bc355b} <Debug> TCPHandler: Processed in 0.002354433 sec.
17495 2025.01.09 01:14:15.025655 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17496 2025.01.09 01:14:15.025876 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17497 2025.01.09 01:14:15.025964 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17498 2025.01.09 01:14:15.026790 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17499 2025.01.09 01:14:15.026843 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17500 2025.01.09 01:14:15.027295 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
17501 2025.01.09 01:14:15.027547 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17502 2025.01.09 01:14:15.027762 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001949 sec., 3078.5017957927143 rows/sec., 251.03 KiB/sec.
17503 2025.01.09 01:14:15.027837 [ 279 ] {5f2605e0-8e03-4f41-b4e5-19594489317a} <Debug> TCPHandler: Processed in 0.002333023 sec.
17504 2025.01.09 01:14:15.028002 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17505 2025.01.09 01:14:15.028155 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17506 2025.01.09 01:14:15.028218 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17507 2025.01.09 01:14:15.029400 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17508 2025.01.09 01:14:15.029442 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17509 2025.01.09 01:14:15.029907 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17510 2025.01.09 01:14:15.030159 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17511 2025.01.09 01:14:15.030384 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002268 sec., 598765.4320987654 rows/sec., 49.96 MiB/sec.
17512 2025.01.09 01:14:15.030448 [ 276 ] {0301293c-641e-426d-a312-5df86fe11a89} <Debug> TCPHandler: Processed in 0.002516437 sec.
17513 2025.01.09 01:14:15.030625 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17514 2025.01.09 01:14:15.030775 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17515 2025.01.09 01:14:15.030839 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17516 2025.01.09 01:14:15.031545 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17517 2025.01.09 01:14:15.031585 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17518 2025.01.09 01:14:15.031963 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
17519 2025.01.09 01:14:15.032208 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17520 2025.01.09 01:14:15.032344 [ 37 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
17521 2025.01.09 01:14:15.032386 [ 37 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17522 2025.01.09 01:14:15.032393 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001653 sec., 12704.174228675136 rows/sec., 893.26 KiB/sec.
17523 2025.01.09 01:14:15.032408 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17524 2025.01.09 01:14:15.032501 [ 279 ] {b6b91cec-1432-4679-8260-ff5c43c9eb8e} <Debug> TCPHandler: Processed in 0.001944004 sec.
17525 2025.01.09 01:14:15.032723 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
17526 2025.01.09 01:14:15.032736 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17527 2025.01.09 01:14:15.033009 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17528 2025.01.09 01:14:15.033041 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17529 2025.01.09 01:14:15.033092 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17530 2025.01.09 01:14:15.033113 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 62 rows starting from the beginning of the part
17531 2025.01.09 01:14:15.033424 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 15 rows starting from the beginning of the part
17532 2025.01.09 01:14:15.033773 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 37 rows starting from the beginning of the part
17533 2025.01.09 01:14:15.034169 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 15 rows starting from the beginning of the part
17534 2025.01.09 01:14:15.034489 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 34 rows starting from the beginning of the part
17535 2025.01.09 01:14:15.034809 [ 199 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 21 rows starting from the beginning of the part
17536 2025.01.09 01:14:15.036146 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17537 2025.01.09 01:14:15.036224 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17538 2025.01.09 01:14:15.037214 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17539 2025.01.09 01:14:15.037761 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17540 2025.01.09 01:14:15.037767 [ 198 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005252909 sec., 35028.210083212936 rows/sec., 2.63 MiB/sec.
17541 2025.01.09 01:14:15.038065 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
17542 2025.01.09 01:14:15.038229 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005271 sec., 45911.5917283248 rows/sec., 3.11 MiB/sec.
17543 2025.01.09 01:14:15.038603 [ 276 ] {7a8e44f7-81b4-4141-8b6a-c23b6e8d6be5} <Debug> TCPHandler: Processed in 0.005987755 sec.
17544 2025.01.09 01:14:15.038892 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17545 2025.01.09 01:14:15.039104 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17546 2025.01.09 01:14:15.039363 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17547 2025.01.09 01:14:15.039425 [ 188 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_121_24} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
17548 2025.01.09 01:14:15.039463 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17549 2025.01.09 01:14:15.039643 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
17550 2025.01.09 01:14:15.040226 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17551 2025.01.09 01:14:15.040270 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17552 2025.01.09 01:14:15.040642 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17553 2025.01.09 01:14:15.040899 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17554 2025.01.09 01:14:15.041082 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001891 sec., 6874.669487043891 rows/sec., 428.63 KiB/sec.
17555 2025.01.09 01:14:15.041146 [ 279 ] {59a1e654-e801-4bce-95d5-69f41aba3c9f} <Debug> TCPHandler: Processed in 0.002428085 sec.
17556 2025.01.09 01:14:15.041299 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17557 2025.01.09 01:14:15.041425 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17558 2025.01.09 01:14:15.041483 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17559 2025.01.09 01:14:15.042499 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17560 2025.01.09 01:14:15.042539 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17561 2025.01.09 01:14:15.042939 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17562 2025.01.09 01:14:15.043173 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17563 2025.01.09 01:14:15.043383 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001991 sec., 423907.5841285786 rows/sec., 30.63 MiB/sec.
17564 2025.01.09 01:14:15.043444 [ 276 ] {22749ace-e42d-433f-98d8-f06380186ad6} <Debug> TCPHandler: Processed in 0.00220504 sec.
17565 2025.01.09 01:14:15.043454 [ 222 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17566 2025.01.09 01:14:15.043500 [ 222 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17567 2025.01.09 01:14:15.043625 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17568 2025.01.09 01:14:15.043795 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17569 2025.01.09 01:14:15.043894 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17570 2025.01.09 01:14:15.045163 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17571 2025.01.09 01:14:15.045203 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17572 2025.01.09 01:14:15.045845 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
17573 2025.01.09 01:14:15.046251 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17574 2025.01.09 01:14:15.046690 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002907 sec., 2063.983488132095 rows/sec., 107.84 KiB/sec.
17575 2025.01.09 01:14:15.047043 [ 279 ] {f9983f72-d52b-41d5-9fba-cf8afd1095e4} <Debug> TCPHandler: Processed in 0.00351344 sec.
17576 2025.01.09 01:14:15.047399 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17577 2025.01.09 01:14:15.047624 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17578 2025.01.09 01:14:15.047704 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17579 2025.01.09 01:14:15.047778 [ 222 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17580 2025.01.09 01:14:15.048828 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17581 2025.01.09 01:14:15.048868 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17582 2025.01.09 01:14:15.049314 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
17583 2025.01.09 01:14:15.049563 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17584 2025.01.09 01:14:15.049791 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.002205 sec., 433560.09070294787 rows/sec., 28.80 MiB/sec.
17585 2025.01.09 01:14:15.049858 [ 276 ] {f315c725-1ad8-467c-bf87-961d71aa9a48} <Debug> TCPHandler: Processed in 0.002656779 sec.
17586 2025.01.09 01:14:15.050032 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17587 2025.01.09 01:14:15.050175 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17588 2025.01.09 01:14:15.050239 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17589 2025.01.09 01:14:15.050741 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17590 2025.01.09 01:14:15.050778 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17591 2025.01.09 01:14:15.051152 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17592 2025.01.09 01:14:15.051391 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17593 2025.01.09 01:14:15.051576 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec.
17594 2025.01.09 01:14:15.051629 [ 279 ] {6e4ce93d-1433-4977-a503-c0d7f8ecc4b8} <Debug> TCPHandler: Processed in 0.001668037 sec.
17595 2025.01.09 01:14:15.051782 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17596 2025.01.09 01:14:15.051924 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17597 2025.01.09 01:14:15.052020 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17598 2025.01.09 01:14:15.053223 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17599 2025.01.09 01:14:15.053263 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17600 2025.01.09 01:14:15.053886 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
17601 2025.01.09 01:14:15.054141 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17602 2025.01.09 01:14:15.054333 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
17603 2025.01.09 01:14:15.054416 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17604 2025.01.09 01:14:15.054426 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002522 sec., 3172.0856463124505 rows/sec., 5.68 MiB/sec.
17605 2025.01.09 01:14:15.054465 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17606 2025.01.09 01:14:15.054926 [ 276 ] {daf5fa6b-07dc-4443-b7b8-83fa89c7cc98} <Debug> TCPHandler: Processed in 0.003207822 sec.
17607 2025.01.09 01:14:15.054958 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
17608 2025.01.09 01:14:15.055214 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17609 2025.01.09 01:14:15.055545 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17610 2025.01.09 01:14:15.055579 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17611 2025.01.09 01:14:15.055663 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17612 2025.01.09 01:14:15.055786 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2241 rows starting from the beginning of the part
17613 2025.01.09 01:14:15.056751 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 8 rows starting from the beginning of the part
17614 2025.01.09 01:14:15.057535 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 31 rows starting from the beginning of the part
17615 2025.01.09 01:14:15.057853 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17616 2025.01.09 01:14:15.058152 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17617 2025.01.09 01:14:15.058160 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 8 rows starting from the beginning of the part
17618 2025.01.09 01:14:15.058876 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 34 rows starting from the beginning of the part
17619 2025.01.09 01:14:15.059518 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 8 rows starting from the beginning of the part
17620 2025.01.09 01:14:15.059773 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
17621 2025.01.09 01:14:15.060500 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17622 2025.01.09 01:14:15.060922 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.005454 sec., 5867.253392005868 rows/sec., 347.37 KiB/sec.
17623 2025.01.09 01:14:15.061119 [ 279 ] {573d9d76-1279-433e-93b8-0327a7ac2c51} <Debug> TCPHandler: Processed in 0.006070126 sec.
17624 2025.01.09 01:14:15.068357 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 19 columns (19 merged, 0 gathered) in 0.013694459 sec., 170141.80698923557 rows/sec., 304.89 MiB/sec.
17625 2025.01.09 01:14:15.070176 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
17626 2025.01.09 01:14:15.070582 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17627 2025.01.09 01:14:15.070664 [ 188 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
17628 2025.01.09 01:14:15.070786 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.45 MiB.
17629 2025.01.09 01:14:15.679079 [ 224 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17630 2025.01.09 01:14:15.679132 [ 224 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17631 2025.01.09 01:14:15.681057 [ 224 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
17632 2025.01.09 01:14:15.911789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634
17633 2025.01.09 01:14:15.936165 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17634 2025.01.09 01:14:15.936232 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17635 2025.01.09 01:14:15.943908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17636 2025.01.09 01:14:15.944849 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17637 2025.01.09 01:14:15.949231 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634
17638 2025.01.09 01:14:16.000222 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.28 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: -1.45 MiB
17639 2025.01.09 01:14:19.549595 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17640 2025.01.09 01:14:19.549845 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17641 2025.01.09 01:14:19.549938 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17642 2025.01.09 01:14:19.551003 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17643 2025.01.09 01:14:19.551066 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17644 2025.01.09 01:14:19.551704 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17645 2025.01.09 01:14:19.552065 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17646 2025.01.09 01:14:19.552320 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00254 sec., 20472.440944881888 rows/sec., 1.56 MiB/sec.
17647 2025.01.09 01:14:19.552403 [ 276 ] {16275a72-19e5-4e12-9a10-a50244b81a06} <Debug> TCPHandler: Processed in 0.003006767 sec.
17648 2025.01.09 01:14:19.552708 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17649 2025.01.09 01:14:19.552947 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17650 2025.01.09 01:14:19.553043 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17651 2025.01.09 01:14:19.554151 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17652 2025.01.09 01:14:19.554210 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17653 2025.01.09 01:14:19.554768 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17654 2025.01.09 01:14:19.555098 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17655 2025.01.09 01:14:19.555386 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002516 sec., 22257.551669316374 rows/sec., 1.74 MiB/sec.
17656 2025.01.09 01:14:19.555458 [ 279 ] {da126c42-4340-43de-ad09-4db3c0236a6e} <Debug> TCPHandler: Processed in 0.002931376 sec.
17657 2025.01.09 01:14:19.555707 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17658 2025.01.09 01:14:19.555861 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17659 2025.01.09 01:14:19.555936 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17660 2025.01.09 01:14:19.556690 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17661 2025.01.09 01:14:19.556739 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17662 2025.01.09 01:14:19.557268 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
17663 2025.01.09 01:14:19.557594 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17664 2025.01.09 01:14:19.557844 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00202 sec., 59405.9405940594 rows/sec., 4.12 MiB/sec.
17665 2025.01.09 01:14:19.557890 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 5 parts from all_1_133_27 to all_137_137_0
17666 2025.01.09 01:14:19.557942 [ 276 ] {20f642eb-e616-4acc-9814-b8019e64ac33} <Debug> TCPHandler: Processed in 0.002335382 sec.
17667 2025.01.09 01:14:19.558008 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17668 2025.01.09 01:14:19.558077 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17669 2025.01.09 01:14:19.558308 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17670 2025.01.09 01:14:19.558325 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17671 2025.01.09 01:14:19.558386 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17672 2025.01.09 01:14:19.558402 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_133_27 to all_137_137_0 into Compact with storage Full
17673 2025.01.09 01:14:19.558740 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17674 2025.01.09 01:14:19.558868 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17675 2025.01.09 01:14:19.558965 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40157 rows starting from the beginning of the part
17676 2025.01.09 01:14:19.558997 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17677 2025.01.09 01:14:19.559413 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 153 rows starting from the beginning of the part
17678 2025.01.09 01:14:19.560031 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 227 rows starting from the beginning of the part
17679 2025.01.09 01:14:19.560698 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 150 rows starting from the beginning of the part
17680 2025.01.09 01:14:19.561686 [ 200 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 956 rows starting from the beginning of the part
17681 2025.01.09 01:14:19.562954 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17682 2025.01.09 01:14:19.563000 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17683 2025.01.09 01:14:19.563874 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
17684 2025.01.09 01:14:19.565099 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17685 2025.01.09 01:14:19.565712 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.007153 sec., 5592.059275828324 rows/sec., 392.65 KiB/sec.
17686 2025.01.09 01:14:19.566127 [ 279 ] {17e4e4a7-338e-4fc8-bafb-a1dba7dccc51} <Debug> TCPHandler: Processed in 0.007826527 sec.
17687 2025.01.09 01:14:19.567651 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17688 2025.01.09 01:14:19.575738 [ 197 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41643 rows, containing 5 columns (5 merged, 0 gathered) in 0.017510675 sec., 2378149.3289093655 rows/sec., 159.92 MiB/sec.
17689 2025.01.09 01:14:19.576122 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Trace> MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary)
17690 2025.01.09 01:14:19.576522 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17691 2025.01.09 01:14:19.576620 [ 188 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 5 parts: [all_1_133_27, all_137_137_0] -> all_1_137_28
17692 2025.01.09 01:14:19.576729 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
17693 2025.01.09 01:14:20.506016 [ 223 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17694 2025.01.09 01:14:20.506069 [ 223 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17695 2025.01.09 01:14:20.508229 [ 223 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17696 2025.01.09 01:14:20.607605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979
17697 2025.01.09 01:14:20.608234 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17698 2025.01.09 01:14:20.608270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17699 2025.01.09 01:14:20.608799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17700 2025.01.09 01:14:20.609055 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17701 2025.01.09 01:14:20.609239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979
17702 2025.01.09 01:14:20.609284 [ 225 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17703 2025.01.09 01:14:20.609324 [ 225 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17704 2025.01.09 01:14:20.611502 [ 225 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17705 2025.01.09 01:14:22.141903 [ 224 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17706 2025.01.09 01:14:22.141954 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17707 2025.01.09 01:14:22.144353 [ 224 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17708 2025.01.09 01:14:23.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.83 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: 4.00 MiB
17709 2025.01.09 01:14:23.367304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2460
17710 2025.01.09 01:14:23.370776 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17711 2025.01.09 01:14:23.370820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17712 2025.01.09 01:14:23.372353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17713 2025.01.09 01:14:23.372668 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17714 2025.01.09 01:14:23.373142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2460
17715 2025.01.09 01:14:23.449331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641
17716 2025.01.09 01:14:23.473876 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17717 2025.01.09 01:14:23.473935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17718 2025.01.09 01:14:23.481611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17719 2025.01.09 01:14:23.482430 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17720 2025.01.09 01:14:23.485776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
17721 2025.01.09 01:14:24.160269 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17722 2025.01.09 01:14:24.160323 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17723 2025.01.09 01:14:24.162189 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17724 2025.01.09 01:14:24.549078 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17725 2025.01.09 01:14:24.549297 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17726 2025.01.09 01:14:24.549380 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17727 2025.01.09 01:14:24.550260 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17728 2025.01.09 01:14:24.550310 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17729 2025.01.09 01:14:24.550768 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
17730 2025.01.09 01:14:24.551037 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17731 2025.01.09 01:14:24.551271 [ 140 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
17732 2025.01.09 01:14:24.551300 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Debug> executeQuery: Read 136 rows, 11.99 KiB in 0.002064 sec., 65891.47286821705 rows/sec., 5.67 MiB/sec.
17733 2025.01.09 01:14:24.551360 [ 140 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17734 2025.01.09 01:14:24.551441 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17735 2025.01.09 01:14:24.551449 [ 276 ] {5e3e731a-5aba-4f29-a938-a0776d1032e6} <Debug> TCPHandler: Processed in 0.002517257 sec.
17736 2025.01.09 01:14:24.551715 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
17737 2025.01.09 01:14:24.551772 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17738 2025.01.09 01:14:24.551922 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17739 2025.01.09 01:14:24.551961 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17740 2025.01.09 01:14:24.551966 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1426 rows starting from the beginning of the part
17741 2025.01.09 01:14:24.552045 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17742 2025.01.09 01:14:24.552180 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 215 rows starting from the beginning of the part
17743 2025.01.09 01:14:24.552575 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 120 rows starting from the beginning of the part
17744 2025.01.09 01:14:24.552955 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 1358 rows starting from the beginning of the part
17745 2025.01.09 01:14:24.553336 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 52 rows starting from the beginning of the part
17746 2025.01.09 01:14:24.553718 [ 189 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 136 rows starting from the beginning of the part
17747 2025.01.09 01:14:24.554893 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17748 2025.01.09 01:14:24.554941 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17749 2025.01.09 01:14:24.555543 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
17750 2025.01.09 01:14:24.555847 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17751 2025.01.09 01:14:24.556127 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Debug> executeQuery: Read 42 rows, 3.16 KiB in 0.004225 sec., 9940.828402366866 rows/sec., 747.50 KiB/sec.
17752 2025.01.09 01:14:24.556185 [ 218 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17753 2025.01.09 01:14:24.556294 [ 218 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17754 2025.01.09 01:14:24.556339 [ 279 ] {1cfd7a6e-a599-4a3f-a76a-82fa41c17663} <Debug> TCPHandler: Processed in 0.004752927 sec.
17755 2025.01.09 01:14:24.556647 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17756 2025.01.09 01:14:24.556992 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005394622 sec., 613017.9278548154 rows/sec., 53.77 MiB/sec.
17757 2025.01.09 01:14:24.557024 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17758 2025.01.09 01:14:24.557112 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17759 2025.01.09 01:14:24.557337 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
17760 2025.01.09 01:14:24.558367 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17761 2025.01.09 01:14:24.558690 [ 197 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_141_28} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
17762 2025.01.09 01:14:24.558881 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
17763 2025.01.09 01:14:24.559172 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17764 2025.01.09 01:14:24.559221 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17765 2025.01.09 01:14:24.559706 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
17766 2025.01.09 01:14:24.560005 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17767 2025.01.09 01:14:24.560248 [ 140 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
17768 2025.01.09 01:14:24.560265 [ 218 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17769 2025.01.09 01:14:24.560335 [ 140 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17770 2025.01.09 01:14:24.560355 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.003386 sec., 31600.708800945067 rows/sec., 2.47 MiB/sec.
17771 2025.01.09 01:14:24.560439 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17772 2025.01.09 01:14:24.560776 [ 276 ] {84a3da99-4c7b-4ebc-8f22-d05370d892dd} <Debug> TCPHandler: Processed in 0.004300308 sec.
17773 2025.01.09 01:14:24.560872 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
17774 2025.01.09 01:14:24.561013 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17775 2025.01.09 01:14:24.561338 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17776 2025.01.09 01:14:24.561493 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 903 rows starting from the beginning of the part
17777 2025.01.09 01:14:24.561553 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17778 2025.01.09 01:14:24.561961 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17779 2025.01.09 01:14:24.562024 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 382 rows starting from the beginning of the part
17780 2025.01.09 01:14:24.562703 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 93 rows starting from the beginning of the part
17781 2025.01.09 01:14:24.563413 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 844 rows starting from the beginning of the part
17782 2025.01.09 01:14:24.563866 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 56 rows starting from the beginning of the part
17783 2025.01.09 01:14:24.564044 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 107 rows starting from the beginning of the part
17784 2025.01.09 01:14:24.565143 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17785 2025.01.09 01:14:24.565205 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17786 2025.01.09 01:14:24.566282 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17787 2025.01.09 01:14:24.566768 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17788 2025.01.09 01:14:24.567168 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005794 sec., 25888.850535036247 rows/sec., 1.79 MiB/sec.
17789 2025.01.09 01:14:24.567437 [ 279 ] {334c7bf7-639b-4700-850f-11e5c93c8ffe} <Debug> TCPHandler: Processed in 0.006553378 sec.
17790 2025.01.09 01:14:24.567464 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2385 rows, containing 5 columns (5 merged, 0 gathered) in 0.006757572 sec., 352937.41598313715 rows/sec., 27.05 MiB/sec.
17791 2025.01.09 01:14:24.567615 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17792 2025.01.09 01:14:24.567658 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
17793 2025.01.09 01:14:24.567773 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17794 2025.01.09 01:14:24.567898 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17795 2025.01.09 01:14:24.568014 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17796 2025.01.09 01:14:24.568145 [ 194 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_141_28} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
17797 2025.01.09 01:14:24.568246 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
17798 2025.01.09 01:14:24.569326 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17799 2025.01.09 01:14:24.569366 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17800 2025.01.09 01:14:24.570048 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
17801 2025.01.09 01:14:24.570314 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17802 2025.01.09 01:14:24.570558 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002824 sec., 14872.521246458922 rows/sec., 26.65 MiB/sec.
17803 2025.01.09 01:14:24.570663 [ 276 ] {9974c1e7-5965-4a11-81a6-769b12d6d6f1} <Debug> TCPHandler: Processed in 0.003116341 sec.
17804 2025.01.09 01:14:24.570822 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17805 2025.01.09 01:14:24.570965 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
17806 2025.01.09 01:14:24.571026 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
17807 2025.01.09 01:14:24.571598 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17808 2025.01.09 01:14:24.571645 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17809 2025.01.09 01:14:24.572047 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
17810 2025.01.09 01:14:24.572292 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17811 2025.01.09 01:14:24.572555 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001617 sec., 7421.150278293136 rows/sec., 524.22 KiB/sec.
17812 2025.01.09 01:14:24.572743 [ 279 ] {1dc557f0-5196-4ca8-b48f-6a454ba32761} <Debug> TCPHandler: Processed in 0.001987985 sec.
17813 2025.01.09 01:14:24.572899 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17814 2025.01.09 01:14:24.573067 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17815 2025.01.09 01:14:24.573127 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17816 2025.01.09 01:14:24.573696 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17817 2025.01.09 01:14:24.573742 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17818 2025.01.09 01:14:24.574126 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17819 2025.01.09 01:14:24.574369 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17820 2025.01.09 01:14:24.574598 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00156 sec., 32051.28205128205 rows/sec., 2.20 MiB/sec.
17821 2025.01.09 01:14:24.574674 [ 276 ] {1591aebd-019a-4700-909c-3ac8cdf6b7dd} <Debug> TCPHandler: Processed in 0.001838321 sec.
17822 2025.01.09 01:14:27.252953 [ 93 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0
17823 2025.01.09 01:14:27.253053 [ 93 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17824 2025.01.09 01:14:27.253082 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17825 2025.01.09 01:14:27.253271 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full
17826 2025.01.09 01:14:27.253626 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17827 2025.01.09 01:14:27.253669 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 16 rows starting from the beginning of the part
17828 2025.01.09 01:14:27.253765 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part
17829 2025.01.09 01:14:27.254017 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
17830 2025.01.09 01:14:27.254286 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
17831 2025.01.09 01:14:27.254477 [ 197 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
17832 2025.01.09 01:14:27.255698 [ 195 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002546208 sec., 12567.70852970378 rows/sec., 1.05 MiB/sec.
17833 2025.01.09 01:14:27.255883 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary)
17834 2025.01.09 01:14:27.256239 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17835 2025.01.09 01:14:27.256334 [ 193 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_38_9} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9
17836 2025.01.09 01:14:27.256425 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17837 2025.01.09 01:14:27.866563 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
17838 2025.01.09 01:14:27.866614 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
17839 2025.01.09 01:14:28.109397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467
17840 2025.01.09 01:14:28.110096 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17841 2025.01.09 01:14:28.110153 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17842 2025.01.09 01:14:28.110759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17843 2025.01.09 01:14:28.111060 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17844 2025.01.09 01:14:28.111344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467
17845 2025.01.09 01:14:28.111354 [ 56 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17846 2025.01.09 01:14:28.111429 [ 56 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17847 2025.01.09 01:14:28.111454 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17848 2025.01.09 01:14:28.111688 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
17849 2025.01.09 01:14:28.112120 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17850 2025.01.09 01:14:28.112199 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part
17851 2025.01.09 01:14:28.112287 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part
17852 2025.01.09 01:14:28.112513 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part
17853 2025.01.09 01:14:28.112803 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part
17854 2025.01.09 01:14:28.112965 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part
17855 2025.01.09 01:14:28.113079 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part
17856 2025.01.09 01:14:28.116646 [ 196 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.005102316 sec., 7735114.798848209 rows/sec., 110.65 MiB/sec.
17857 2025.01.09 01:14:28.117120 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17858 2025.01.09 01:14:28.117505 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17859 2025.01.09 01:14:28.117605 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_86_17} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17860 2025.01.09 01:14:28.117735 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17861 2025.01.09 01:14:28.791278 [ 35 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0
17862 2025.01.09 01:14:28.791360 [ 35 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17863 2025.01.09 01:14:28.791383 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17864 2025.01.09 01:14:28.791555 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full
17865 2025.01.09 01:14:28.791971 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17866 2025.01.09 01:14:28.792076 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part
17867 2025.01.09 01:14:28.792278 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part
17868 2025.01.09 01:14:28.792463 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part
17869 2025.01.09 01:14:28.792613 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part
17870 2025.01.09 01:14:28.792798 [ 187 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part
17871 2025.01.09 01:14:28.794003 [ 198 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002548527 sec., 141258.06789569033 rows/sec., 7.21 MiB/sec.
17872 2025.01.09 01:14:28.794201 [ 199 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
17873 2025.01.09 01:14:28.794573 [ 199 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17874 2025.01.09 01:14:28.794671 [ 199 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_60_13} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13
17875 2025.01.09 01:14:28.794765 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
17876 2025.01.09 01:14:29.250505 [ 225 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17877 2025.01.09 01:14:29.250568 [ 225 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17878 2025.01.09 01:14:29.252290 [ 225 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17879 2025.01.09 01:14:29.552054 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17880 2025.01.09 01:14:29.552278 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17881 2025.01.09 01:14:29.552362 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17882 2025.01.09 01:14:29.553207 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17883 2025.01.09 01:14:29.553258 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17884 2025.01.09 01:14:29.553719 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17885 2025.01.09 01:14:29.553977 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17886 2025.01.09 01:14:29.554193 [ 68 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17887 2025.01.09 01:14:29.554256 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002034 sec., 6882.9891838741405 rows/sec., 495.48 KiB/sec.
17888 2025.01.09 01:14:29.554284 [ 68 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17889 2025.01.09 01:14:29.554364 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17890 2025.01.09 01:14:29.554394 [ 276 ] {a38d39f6-4c75-48d2-b356-9c6ebfb4694e} <Debug> TCPHandler: Processed in 0.002488026 sec.
17891 2025.01.09 01:14:29.554626 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
17892 2025.01.09 01:14:29.554710 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17893 2025.01.09 01:14:29.554813 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17894 2025.01.09 01:14:29.554895 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part
17895 2025.01.09 01:14:29.555005 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17896 2025.01.09 01:14:29.555113 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
17897 2025.01.09 01:14:29.555209 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17898 2025.01.09 01:14:29.555413 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
17899 2025.01.09 01:14:29.555753 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
17900 2025.01.09 01:14:29.556085 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part
17901 2025.01.09 01:14:29.558250 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17902 2025.01.09 01:14:29.558358 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17903 2025.01.09 01:14:29.558763 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004294526 sec., 16299.81981713465 rows/sec., 1.21 MiB/sec.
17904 2025.01.09 01:14:29.559064 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17905 2025.01.09 01:14:29.559341 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
17906 2025.01.09 01:14:29.559854 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17907 2025.01.09 01:14:29.559951 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17908 2025.01.09 01:14:29.560167 [ 198 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_61_15} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17909 2025.01.09 01:14:29.560306 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005391 sec., 39881.283620849565 rows/sec., 3.49 MiB/sec.
17910 2025.01.09 01:14:29.560334 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17911 2025.01.09 01:14:29.560456 [ 279 ] {d9053603-a300-43d8-8440-bfcf26f2b110} <Debug> TCPHandler: Processed in 0.005938734 sec.
17912 2025.01.09 01:14:29.560641 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17913 2025.01.09 01:14:29.560789 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17914 2025.01.09 01:14:29.560851 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17915 2025.01.09 01:14:29.561464 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17916 2025.01.09 01:14:29.561504 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17917 2025.01.09 01:14:29.561869 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
17918 2025.01.09 01:14:29.562108 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17919 2025.01.09 01:14:29.562323 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001572 sec., 9541.984732824427 rows/sec., 672.78 KiB/sec.
17920 2025.01.09 01:14:29.562376 [ 276 ] {8bc043fd-d6b5-41fb-9f1d-d483348f705f} <Debug> TCPHandler: Processed in 0.001805361 sec.
17921 2025.01.09 01:14:29.562553 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17922 2025.01.09 01:14:29.562703 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17923 2025.01.09 01:14:29.562764 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17924 2025.01.09 01:14:29.563388 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17925 2025.01.09 01:14:29.563428 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17926 2025.01.09 01:14:29.563798 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17927 2025.01.09 01:14:29.564030 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17928 2025.01.09 01:14:29.564234 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec.
17929 2025.01.09 01:14:29.564287 [ 279 ] {e2e5c01f-cb13-4716-af24-f33031a39dc3} <Debug> TCPHandler: Processed in 0.00180724 sec.
17930 2025.01.09 01:14:29.564439 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17931 2025.01.09 01:14:29.564579 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17932 2025.01.09 01:14:29.564636 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17933 2025.01.09 01:14:29.565263 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17934 2025.01.09 01:14:29.565303 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17935 2025.01.09 01:14:29.565664 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17936 2025.01.09 01:14:29.565900 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17937 2025.01.09 01:14:29.566066 [ 68 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17938 2025.01.09 01:14:29.566133 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec.
17939 2025.01.09 01:14:29.566138 [ 68 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17940 2025.01.09 01:14:29.566222 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17941 2025.01.09 01:14:29.566262 [ 276 ] {ef1fc352-01e3-4961-9bbe-a9e0b41e552e} <Debug> TCPHandler: Processed in 0.001882943 sec.
17942 2025.01.09 01:14:29.566460 [ 222 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17943 2025.01.09 01:14:29.566540 [ 222 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17944 2025.01.09 01:14:29.566561 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17945 2025.01.09 01:14:29.566587 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
17946 2025.01.09 01:14:29.567033 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17947 2025.01.09 01:14:29.567043 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17948 2025.01.09 01:14:29.567132 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17949 2025.01.09 01:14:29.567134 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part
17950 2025.01.09 01:14:29.567567 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part
17951 2025.01.09 01:14:29.567978 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part
17952 2025.01.09 01:14:29.568359 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part
17953 2025.01.09 01:14:29.568786 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part
17954 2025.01.09 01:14:29.571684 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17955 2025.01.09 01:14:29.571785 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17956 2025.01.09 01:14:29.573105 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006755963 sec., 9621.130251897472 rows/sec., 637.46 KiB/sec.
17957 2025.01.09 01:14:29.573429 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17958 2025.01.09 01:14:29.573502 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
17959 2025.01.09 01:14:29.573816 [ 222 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
17960 2025.01.09 01:14:29.574288 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17961 2025.01.09 01:14:29.574547 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17962 2025.01.09 01:14:29.574615 [ 191 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_61_15} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17963 2025.01.09 01:14:29.574884 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17964 2025.01.09 01:14:29.575282 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.008444 sec., 45239.22311700616 rows/sec., 3.20 MiB/sec.
17965 2025.01.09 01:14:29.575360 [ 279 ] {3320ea02-30bb-44cb-a892-ae97865d5b07} <Debug> TCPHandler: Processed in 0.008987223 sec.
17966 2025.01.09 01:14:29.575523 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17967 2025.01.09 01:14:29.575663 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17968 2025.01.09 01:14:29.575721 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17969 2025.01.09 01:14:29.576236 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17970 2025.01.09 01:14:29.576274 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17971 2025.01.09 01:14:29.576642 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17972 2025.01.09 01:14:29.576932 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17973 2025.01.09 01:14:29.577219 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec.
17974 2025.01.09 01:14:29.577269 [ 276 ] {c521d05a-fd62-400e-ad29-442e8250a803} <Debug> TCPHandler: Processed in 0.001812791 sec.
17975 2025.01.09 01:14:29.577416 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17976 2025.01.09 01:14:29.577556 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17977 2025.01.09 01:14:29.577619 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17978 2025.01.09 01:14:29.578243 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17979 2025.01.09 01:14:29.578282 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17980 2025.01.09 01:14:29.578687 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17981 2025.01.09 01:14:29.578926 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17982 2025.01.09 01:14:29.579147 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001612 sec., 140818.85856079406 rows/sec., 9.39 MiB/sec.
17983 2025.01.09 01:14:29.579255 [ 279 ] {d7cf91a5-1f67-453a-9c9d-2c6741713769} <Debug> TCPHandler: Processed in 0.001901683 sec.
17984 2025.01.09 01:14:29.579478 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17985 2025.01.09 01:14:29.579820 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17986 2025.01.09 01:14:29.579943 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17987 2025.01.09 01:14:29.580412 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17988 2025.01.09 01:14:29.580450 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17989 2025.01.09 01:14:29.580809 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17990 2025.01.09 01:14:29.581052 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17991 2025.01.09 01:14:29.581250 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
17992 2025.01.09 01:14:29.581303 [ 276 ] {abbce623-1dc6-432d-8e60-6b72acb0b73b} <Debug> TCPHandler: Processed in 0.001947064 sec.
17993 2025.01.09 01:14:29.581449 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17994 2025.01.09 01:14:29.581586 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17995 2025.01.09 01:14:29.581684 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17996 2025.01.09 01:14:29.582847 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17997 2025.01.09 01:14:29.582886 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
17998 2025.01.09 01:14:29.583519 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
17999 2025.01.09 01:14:29.583794 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18000 2025.01.09 01:14:29.584046 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00249 sec., 3212.85140562249 rows/sec., 5.76 MiB/sec.
18001 2025.01.09 01:14:29.584160 [ 279 ] {1983bf05-e046-4f0e-a0a3-e24dbebfd52b} <Debug> TCPHandler: Processed in 0.002775253 sec.
18002 2025.01.09 01:14:29.584319 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18003 2025.01.09 01:14:29.584443 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18004 2025.01.09 01:14:29.584496 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18005 2025.01.09 01:14:29.585008 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18006 2025.01.09 01:14:29.585049 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
18007 2025.01.09 01:14:29.585458 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
18008 2025.01.09 01:14:29.585709 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18009 2025.01.09 01:14:29.585913 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001489 sec., 48354.600402955 rows/sec., 3.08 MiB/sec.
18010 2025.01.09 01:14:29.585984 [ 276 ] {3a0ef92e-ed27-4086-8fd2-3ae16d71c55e} <Debug> TCPHandler: Processed in 0.001714268 sec.
18011 2025.01.09 01:14:30.985870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
18012 2025.01.09 01:14:31.011494 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18013 2025.01.09 01:14:31.011556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
18014 2025.01.09 01:14:31.019676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
18015 2025.01.09 01:14:31.020618 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18016 2025.01.09 01:14:31.020941 [ 24 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
18017 2025.01.09 01:14:31.021003 [ 24 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18018 2025.01.09 01:14:31.021041 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.41 GiB.
18019 2025.01.09 01:14:31.021259 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
18020 2025.01.09 01:14:31.031406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
18021 2025.01.09 01:14:31.032338 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18022 2025.01.09 01:14:31.033334 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part
18023 2025.01.09 01:14:31.038343 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part
18024 2025.01.09 01:14:31.043669 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
18025 2025.01.09 01:14:31.049263 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part
18026 2025.01.09 01:14:31.055129 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part
18027 2025.01.09 01:14:31.061136 [ 188 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part
18028 2025.01.09 01:14:31.128174 [ 200 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.107047455 sec., 6062.731710903356 rows/sec., 31.35 MiB/sec.
18029 2025.01.09 01:14:31.131840 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
18030 2025.01.09 01:14:31.135161 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18031 2025.01.09 01:14:31.135303 [ 186 ] {6d874974-7062-465a-b554-266ce1892843::all_1_86_17} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
18032 2025.01.09 01:14:31.137969 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
18033 2025.01.09 01:14:32.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.89 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 273.83 MiB (RSS), difference: -1.06 MiB
18034 2025.01.09 01:14:33.373544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2496
18035 2025.01.09 01:14:33.377003 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18036 2025.01.09 01:14:33.377058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18037 2025.01.09 01:14:33.378581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18038 2025.01.09 01:14:33.378895 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18039 2025.01.09 01:14:33.379585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2496
18040 2025.01.09 01:14:34.117593 [ 218 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18041 2025.01.09 01:14:34.117646 [ 218 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18042 2025.01.09 01:14:34.119740 [ 218 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18043 2025.01.09 01:14:34.549720 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18044 2025.01.09 01:14:34.549943 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18045 2025.01.09 01:14:34.550030 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18046 2025.01.09 01:14:34.550818 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18047 2025.01.09 01:14:34.550870 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18048 2025.01.09 01:14:34.551313 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
18049 2025.01.09 01:14:34.551581 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18050 2025.01.09 01:14:34.551848 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001968 sec., 1016.2601626016259 rows/sec., 82.87 KiB/sec.
18051 2025.01.09 01:14:34.551920 [ 276 ] {852038b6-0c03-4cb3-8334-c2f31363c697} <Debug> TCPHandler: Processed in 0.002346752 sec.
18052 2025.01.09 01:14:34.552218 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18053 2025.01.09 01:14:34.552409 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18054 2025.01.09 01:14:34.552482 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18055 2025.01.09 01:14:34.553334 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18056 2025.01.09 01:14:34.553378 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18057 2025.01.09 01:14:34.553833 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
18058 2025.01.09 01:14:34.554093 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18059 2025.01.09 01:14:34.554300 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Debug> executeQuery: Read 141 rows, 12.45 KiB in 0.001944 sec., 72530.86419753087 rows/sec., 6.25 MiB/sec.
18060 2025.01.09 01:14:34.554338 [ 221 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18061 2025.01.09 01:14:34.554384 [ 279 ] {b6dc8fe9-479c-4ac0-bc4c-89738f5fcf3d} <Debug> TCPHandler: Processed in 0.002324412 sec.
18062 2025.01.09 01:14:34.554383 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18063 2025.01.09 01:14:34.554543 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18064 2025.01.09 01:14:34.554719 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18065 2025.01.09 01:14:34.554832 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18066 2025.01.09 01:14:34.556088 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18067 2025.01.09 01:14:34.556148 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18068 2025.01.09 01:14:34.556889 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
18069 2025.01.09 01:14:34.557283 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18070 2025.01.09 01:14:34.557619 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Debug> executeQuery: Read 46 rows, 3.45 KiB in 0.002961 sec., 15535.292131036811 rows/sec., 1.14 MiB/sec.
18071 2025.01.09 01:14:34.557738 [ 276 ] {07a0a026-f2d9-4258-a898-52150a7db19a} <Debug> TCPHandler: Processed in 0.003275494 sec.
18072 2025.01.09 01:14:34.557902 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18073 2025.01.09 01:14:34.557925 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18074 2025.01.09 01:14:34.558117 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18075 2025.01.09 01:14:34.558196 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18076 2025.01.09 01:14:34.559080 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18077 2025.01.09 01:14:34.559117 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18078 2025.01.09 01:14:34.559486 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
18079 2025.01.09 01:14:34.559724 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18080 2025.01.09 01:14:34.559897 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001816 sec., 56167.40088105727 rows/sec., 4.39 MiB/sec.
18081 2025.01.09 01:14:34.559949 [ 279 ] {954ab856-4f73-4e25-bce4-289ca641b8a7} <Debug> TCPHandler: Processed in 0.002113157 sec.
18082 2025.01.09 01:14:34.560089 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18083 2025.01.09 01:14:34.560230 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18084 2025.01.09 01:14:34.560295 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18085 2025.01.09 01:14:34.560986 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18086 2025.01.09 01:14:34.561036 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18087 2025.01.09 01:14:34.561457 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
18088 2025.01.09 01:14:34.561717 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18089 2025.01.09 01:14:34.561935 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001741 sec., 86731.76335439403 rows/sec., 6.01 MiB/sec.
18090 2025.01.09 01:14:34.561999 [ 276 ] {9ebedcd4-a3cd-4e8d-94eb-6f531fab5c65} <Debug> TCPHandler: Processed in 0.001970395 sec.
18091 2025.01.09 01:14:34.562152 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18092 2025.01.09 01:14:34.562302 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18093 2025.01.09 01:14:34.562398 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18094 2025.01.09 01:14:34.563736 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18095 2025.01.09 01:14:34.563775 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18096 2025.01.09 01:14:34.564492 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
18097 2025.01.09 01:14:34.564765 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18098 2025.01.09 01:14:34.564986 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002713 sec., 16218.208625138222 rows/sec., 29.06 MiB/sec.
18099 2025.01.09 01:14:34.565181 [ 279 ] {cbabb86e-b6d5-475c-a376-367721076931} <Debug> TCPHandler: Processed in 0.00309022 sec.
18100 2025.01.09 01:14:34.565493 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18101 2025.01.09 01:14:34.565822 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18102 2025.01.09 01:14:34.565933 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18103 2025.01.09 01:14:34.566479 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18104 2025.01.09 01:14:34.566520 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18105 2025.01.09 01:14:34.566910 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
18106 2025.01.09 01:14:34.567152 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18107 2025.01.09 01:14:34.567325 [ 61 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
18108 2025.01.09 01:14:34.567386 [ 61 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18109 2025.01.09 01:14:34.567398 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001691 sec., 29568.30277942046 rows/sec., 2.03 MiB/sec.
18110 2025.01.09 01:14:34.567426 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18111 2025.01.09 01:14:34.567534 [ 276 ] {f009d022-d53c-4890-924c-b0f0ba1fdf01} <Debug> TCPHandler: Processed in 0.002237031 sec.
18112 2025.01.09 01:14:34.567787 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
18113 2025.01.09 01:14:34.568058 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18114 2025.01.09 01:14:34.568118 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 6958 rows starting from the beginning of the part
18115 2025.01.09 01:14:34.568230 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 32 rows starting from the beginning of the part
18116 2025.01.09 01:14:34.568358 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 40 rows starting from the beginning of the part
18117 2025.01.09 01:14:34.568731 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 50 rows starting from the beginning of the part
18118 2025.01.09 01:14:34.568883 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 72 rows starting from the beginning of the part
18119 2025.01.09 01:14:34.569085 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 50 rows starting from the beginning of the part
18120 2025.01.09 01:14:34.571428 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7202 rows, containing 4 columns (4 merged, 0 gathered) in 0.003871987 sec., 1860026.9060820711 rows/sec., 122.12 MiB/sec.
18121 2025.01.09 01:14:34.571934 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
18122 2025.01.09 01:14:34.572240 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18123 2025.01.09 01:14:34.572313 [ 193 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_141_28} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
18124 2025.01.09 01:14:34.572388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
18125 2025.01.09 01:14:35.611509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894
18126 2025.01.09 01:14:35.612265 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18127 2025.01.09 01:14:35.612318 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18128 2025.01.09 01:14:35.612888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
18129 2025.01.09 01:14:35.613155 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18130 2025.01.09 01:14:35.613419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894
18131 2025.01.09 01:14:38.531504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
18132 2025.01.09 01:14:38.555021 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18133 2025.01.09 01:14:38.555077 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18134 2025.01.09 01:14:38.562622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
18135 2025.01.09 01:14:38.563447 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18136 2025.01.09 01:14:38.567704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
18137 2025.01.09 01:14:39.407178 [ 221 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18138 2025.01.09 01:14:39.407234 [ 221 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18139 2025.01.09 01:14:39.409154 [ 221 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18140 2025.01.09 01:14:39.552038 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18141 2025.01.09 01:14:39.552263 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18142 2025.01.09 01:14:39.552347 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18143 2025.01.09 01:14:39.553135 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18144 2025.01.09 01:14:39.553193 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18145 2025.01.09 01:14:39.553644 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
18146 2025.01.09 01:14:39.553907 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18147 2025.01.09 01:14:39.554140 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
18148 2025.01.09 01:14:39.554279 [ 276 ] {40dbe4aa-481e-48ba-9616-d98fbe2409dc} <Debug> TCPHandler: Processed in 0.002386654 sec.
18149 2025.01.09 01:14:39.554567 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18150 2025.01.09 01:14:39.554779 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18151 2025.01.09 01:14:39.554861 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18152 2025.01.09 01:14:39.555787 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18153 2025.01.09 01:14:39.555835 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18154 2025.01.09 01:14:39.556294 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
18155 2025.01.09 01:14:39.556558 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18156 2025.01.09 01:14:39.556799 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002079 sec., 103415.10341510341 rows/sec., 9.04 MiB/sec.
18157 2025.01.09 01:14:39.556863 [ 279 ] {12ebc97b-5e61-44a3-bf1d-23fa4ff230fc} <Debug> TCPHandler: Processed in 0.002446115 sec.
18158 2025.01.09 01:14:39.557029 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18159 2025.01.09 01:14:39.557181 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18160 2025.01.09 01:14:39.557249 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18161 2025.01.09 01:14:39.557871 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18162 2025.01.09 01:14:39.557914 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18163 2025.01.09 01:14:39.558288 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
18164 2025.01.09 01:14:39.558559 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18165 2025.01.09 01:14:39.558815 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001667 sec., 8998.200359928014 rows/sec., 634.44 KiB/sec.
18166 2025.01.09 01:14:39.558918 [ 276 ] {4631e2ca-c1f9-4c4b-b7d2-0c7d91731e23} <Debug> TCPHandler: Processed in 0.001956915 sec.
18167 2025.01.09 01:14:39.559141 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18168 2025.01.09 01:14:39.559374 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18169 2025.01.09 01:14:39.559438 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18170 2025.01.09 01:14:39.560136 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18171 2025.01.09 01:14:39.560184 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18172 2025.01.09 01:14:39.560582 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18173 2025.01.09 01:14:39.560831 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18174 2025.01.09 01:14:39.561086 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001749 sec., 8004.574042309891 rows/sec., 560.59 KiB/sec.
18175 2025.01.09 01:14:39.561094 [ 220 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18176 2025.01.09 01:14:39.561180 [ 279 ] {d35c292d-0a42-4595-a725-3036dc5654f1} <Debug> TCPHandler: Processed in 0.002161859 sec.
18177 2025.01.09 01:14:39.561180 [ 220 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18178 2025.01.09 01:14:39.561363 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18179 2025.01.09 01:14:39.561536 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18180 2025.01.09 01:14:39.561599 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18181 2025.01.09 01:14:39.563110 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18182 2025.01.09 01:14:39.563173 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18183 2025.01.09 01:14:39.563959 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
18184 2025.01.09 01:14:39.564311 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18185 2025.01.09 01:14:39.564785 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003253 sec., 3996.3110974485094 rows/sec., 249.17 KiB/sec.
18186 2025.01.09 01:14:39.564894 [ 276 ] {fe479978-9a39-4b0b-a1bc-b8a06c8a8038} <Debug> TCPHandler: Processed in 0.003606791 sec.
18187 2025.01.09 01:14:39.565099 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18188 2025.01.09 01:14:39.565183 [ 220 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18189 2025.01.09 01:14:39.565391 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18190 2025.01.09 01:14:39.565489 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18191 2025.01.09 01:14:39.566778 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18192 2025.01.09 01:14:39.566817 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18193 2025.01.09 01:14:39.567232 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
18194 2025.01.09 01:14:39.567472 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18195 2025.01.09 01:14:39.567645 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002364 sec., 161590.52453468696 rows/sec., 11.43 MiB/sec.
18196 2025.01.09 01:14:39.567700 [ 279 ] {5ad490f5-04f1-4ba2-9b12-a8b960c16c72} <Debug> TCPHandler: Processed in 0.002688021 sec.
18197 2025.01.09 01:14:39.567856 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18198 2025.01.09 01:14:39.568002 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18199 2025.01.09 01:14:39.568066 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18200 2025.01.09 01:14:39.568597 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18201 2025.01.09 01:14:39.568637 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18202 2025.01.09 01:14:39.569009 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
18203 2025.01.09 01:14:39.569242 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18204 2025.01.09 01:14:39.569468 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec.
18205 2025.01.09 01:14:39.569524 [ 276 ] {652d5082-35ab-4a8a-8dfe-6569ea74786c} <Debug> TCPHandler: Processed in 0.001737669 sec.
18206 2025.01.09 01:14:39.569681 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18207 2025.01.09 01:14:39.569821 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18208 2025.01.09 01:14:39.569884 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18209 2025.01.09 01:14:39.570519 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18210 2025.01.09 01:14:39.570555 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18211 2025.01.09 01:14:39.570966 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
18212 2025.01.09 01:14:39.571206 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18213 2025.01.09 01:14:39.571390 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_137_28 to all_142_142_0
18214 2025.01.09 01:14:39.571444 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18215 2025.01.09 01:14:39.571455 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001662 sec., 136582.43080625753 rows/sec., 9.11 MiB/sec.
18216 2025.01.09 01:14:39.571474 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18217 2025.01.09 01:14:39.571571 [ 279 ] {27b21821-21b0-4938-bd46-dda10b897629} <Debug> TCPHandler: Processed in 0.001954984 sec.
18218 2025.01.09 01:14:39.571628 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_137_28 to all_142_142_0 into Compact with storage Full
18219 2025.01.09 01:14:39.571786 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18220 2025.01.09 01:14:39.571799 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18221 2025.01.09 01:14:39.571862 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_137_28, total 41643 rows starting from the beginning of the part
18222 2025.01.09 01:14:39.572087 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 120 rows starting from the beginning of the part
18223 2025.01.09 01:14:39.572149 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18224 2025.01.09 01:14:39.572453 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 150 rows starting from the beginning of the part
18225 2025.01.09 01:14:39.572502 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18226 2025.01.09 01:14:39.572860 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 227 rows starting from the beginning of the part
18227 2025.01.09 01:14:39.573194 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 151 rows starting from the beginning of the part
18228 2025.01.09 01:14:39.573528 [ 193 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 227 rows starting from the beginning of the part
18229 2025.01.09 01:14:39.574834 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18230 2025.01.09 01:14:39.574877 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18231 2025.01.09 01:14:39.575378 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18232 2025.01.09 01:14:39.575772 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18233 2025.01.09 01:14:39.576310 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004345 sec., 230.14959723820485 rows/sec., 15.51 KiB/sec.
18234 2025.01.09 01:14:39.576488 [ 276 ] {96a9161c-a5f7-4394-9d48-09e6bb8b65bf} <Debug> TCPHandler: Processed in 0.004797928 sec.
18235 2025.01.09 01:14:39.576684 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18236 2025.01.09 01:14:39.576833 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18237 2025.01.09 01:14:39.576930 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18238 2025.01.09 01:14:39.578348 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18239 2025.01.09 01:14:39.578389 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18240 2025.01.09 01:14:39.579112 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
18241 2025.01.09 01:14:39.579430 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18242 2025.01.09 01:14:39.579708 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002903 sec., 2755.7698932139165 rows/sec., 4.94 MiB/sec.
18243 2025.01.09 01:14:39.580125 [ 279 ] {f78d60c9-5464-4571-a881-cc59f98d3713} <Debug> TCPHandler: Processed in 0.00352 sec.
18244 2025.01.09 01:14:39.580478 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18245 2025.01.09 01:14:39.580955 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18246 2025.01.09 01:14:39.581271 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18247 2025.01.09 01:14:39.581854 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18248 2025.01.09 01:14:39.581893 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18249 2025.01.09 01:14:39.582544 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
18250 2025.01.09 01:14:39.582857 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18251 2025.01.09 01:14:39.583110 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002277 sec., 31620.553359683796 rows/sec., 2.02 MiB/sec.
18252 2025.01.09 01:14:39.583200 [ 276 ] {a453b0c2-c889-43cb-8bbb-5eb55a7a44d6} <Debug> TCPHandler: Processed in 0.002944636 sec.
18253 2025.01.09 01:14:39.583833 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42518 rows, containing 5 columns (5 merged, 0 gathered) in 0.012278797 sec., 3462717.072364663 rows/sec., 232.90 MiB/sec.
18254 2025.01.09 01:14:39.584459 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Trace> MergedBlockOutputStream: filled checksums all_1_142_29 (state Temporary)
18255 2025.01.09 01:14:39.584824 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_142_29 to all_1_142_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18256 2025.01.09 01:14:39.584920 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_142_29} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_137_28, all_142_142_0] -> all_1_142_29
18257 2025.01.09 01:14:39.585034 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
18258 2025.01.09 01:14:42.866658 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
18259 2025.01.09 01:14:42.866709 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
18260 2025.01.09 01:14:43.113591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382
18261 2025.01.09 01:14:43.114637 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18262 2025.01.09 01:14:43.114678 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18263 2025.01.09 01:14:43.115215 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
18264 2025.01.09 01:14:43.115489 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18265 2025.01.09 01:14:43.115744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382
18266 2025.01.09 01:14:43.379839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2532
18267 2025.01.09 01:14:43.383223 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18268 2025.01.09 01:14:43.383285 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18269 2025.01.09 01:14:43.384825 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18270 2025.01.09 01:14:43.385137 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18271 2025.01.09 01:14:43.385531 [ 222 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18272 2025.01.09 01:14:43.385670 [ 222 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18273 2025.01.09 01:14:43.386452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2532
18274 2025.01.09 01:14:43.388329 [ 222 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
18275 2025.01.09 01:14:44.549911 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18276 2025.01.09 01:14:44.550124 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18277 2025.01.09 01:14:44.550203 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18278 2025.01.09 01:14:44.551069 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18279 2025.01.09 01:14:44.551115 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18280 2025.01.09 01:14:44.551559 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
18281 2025.01.09 01:14:44.551819 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18282 2025.01.09 01:14:44.552050 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Debug> executeQuery: Read 148 rows, 13.12 KiB in 0.001986 sec., 74521.65156092649 rows/sec., 6.45 MiB/sec.
18283 2025.01.09 01:14:44.552107 [ 276 ] {a9d91f4f-3a01-4dc9-90c4-a44d07eacc9e} <Debug> TCPHandler: Processed in 0.002334332 sec.
18284 2025.01.09 01:14:44.552372 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18285 2025.01.09 01:14:44.552584 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18286 2025.01.09 01:14:44.552667 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18287 2025.01.09 01:14:44.553541 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18288 2025.01.09 01:14:44.553585 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18289 2025.01.09 01:14:44.554032 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
18290 2025.01.09 01:14:44.554301 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18291 2025.01.09 01:14:44.554447 [ 149 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
18292 2025.01.09 01:14:44.554490 [ 149 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18293 2025.01.09 01:14:44.554503 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.001979 sec., 24254.674077817082 rows/sec., 1.78 MiB/sec.
18294 2025.01.09 01:14:44.554516 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18295 2025.01.09 01:14:44.554635 [ 279 ] {6b9397ea-893f-46a8-a402-efd6ac58bdd6} <Debug> TCPHandler: Processed in 0.002401984 sec.
18296 2025.01.09 01:14:44.554838 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
18297 2025.01.09 01:14:44.554932 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18298 2025.01.09 01:14:44.555064 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18299 2025.01.09 01:14:44.555167 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 65 rows starting from the beginning of the part
18300 2025.01.09 01:14:44.555277 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18301 2025.01.09 01:14:44.555426 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 42 rows starting from the beginning of the part
18302 2025.01.09 01:14:44.555518 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18303 2025.01.09 01:14:44.555752 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 15 rows starting from the beginning of the part
18304 2025.01.09 01:14:44.556170 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 46 rows starting from the beginning of the part
18305 2025.01.09 01:14:44.556469 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 15 rows starting from the beginning of the part
18306 2025.01.09 01:14:44.556855 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 48 rows starting from the beginning of the part
18307 2025.01.09 01:14:44.558683 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18308 2025.01.09 01:14:44.558756 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18309 2025.01.09 01:14:44.559871 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
18310 2025.01.09 01:14:44.559962 [ 203 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 5 columns (5 merged, 0 gathered) in 0.005318371 sec., 43434.35236090149 rows/sec., 3.30 MiB/sec.
18311 2025.01.09 01:14:44.560155 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
18312 2025.01.09 01:14:44.560216 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18313 2025.01.09 01:14:44.560532 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Debug> executeQuery: Read 113 rows, 9.04 KiB in 0.00537 sec., 21042.830540037245 rows/sec., 1.64 MiB/sec.
18314 2025.01.09 01:14:44.560624 [ 276 ] {11b74aa9-2ad7-44f2-b1ef-28cf6d290b0d} <Debug> TCPHandler: Processed in 0.005867632 sec.
18315 2025.01.09 01:14:44.560643 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18316 2025.01.09 01:14:44.560767 [ 194 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_126_25} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
18317 2025.01.09 01:14:44.560803 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18318 2025.01.09 01:14:44.560905 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
18319 2025.01.09 01:14:44.561007 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18320 2025.01.09 01:14:44.561070 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18321 2025.01.09 01:14:44.561668 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18322 2025.01.09 01:14:44.561709 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18323 2025.01.09 01:14:44.562118 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
18324 2025.01.09 01:14:44.562363 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18325 2025.01.09 01:14:44.562584 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001601 sec., 93691.44284821986 rows/sec., 6.50 MiB/sec.
18326 2025.01.09 01:14:44.562674 [ 279 ] {5961bbc8-76f7-4284-a248-72875cf0e1dd} <Debug> TCPHandler: Processed in 0.001958385 sec.
18327 2025.01.09 01:14:44.562674 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18328 2025.01.09 01:14:44.562753 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18329 2025.01.09 01:14:44.562829 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18330 2025.01.09 01:14:44.563007 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18331 2025.01.09 01:14:44.563091 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18332 2025.01.09 01:14:44.565942 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18333 2025.01.09 01:14:44.566003 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18334 2025.01.09 01:14:44.567493 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
18335 2025.01.09 01:14:44.567592 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18336 2025.01.09 01:14:44.567995 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18337 2025.01.09 01:14:44.568284 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
18338 2025.01.09 01:14:44.568396 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18339 2025.01.09 01:14:44.568492 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18340 2025.01.09 01:14:44.568790 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.005777 sec., 8308.810801454041 rows/sec., 14.89 MiB/sec.
18341 2025.01.09 01:14:44.569085 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
18342 2025.01.09 01:14:44.569920 [ 276 ] {ba6e5e49-602e-486f-9f04-184d5545fd96} <Debug> TCPHandler: Processed in 0.007156171 sec.
18343 2025.01.09 01:14:44.570421 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18344 2025.01.09 01:14:44.570745 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
18345 2025.01.09 01:14:44.570773 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18346 2025.01.09 01:14:44.570856 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
18347 2025.01.09 01:14:44.570938 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2330 rows starting from the beginning of the part
18348 2025.01.09 01:14:44.571858 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 42 rows starting from the beginning of the part
18349 2025.01.09 01:14:44.572536 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 8 rows starting from the beginning of the part
18350 2025.01.09 01:14:44.573318 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 44 rows starting from the beginning of the part
18351 2025.01.09 01:14:44.573388 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18352 2025.01.09 01:14:44.573470 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18353 2025.01.09 01:14:44.573990 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 8 rows starting from the beginning of the part
18354 2025.01.09 01:14:44.574704 [ 190 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 48 rows starting from the beginning of the part
18355 2025.01.09 01:14:44.575190 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
18356 2025.01.09 01:14:44.575893 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18357 2025.01.09 01:14:44.576399 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005719 sec., 1573.7016961007168 rows/sec., 111.16 KiB/sec.
18358 2025.01.09 01:14:44.576731 [ 279 ] {0915f49f-9787-4d25-aeea-43a63bbec6b4} <Debug> TCPHandler: Processed in 0.00664293 sec.
18359 2025.01.09 01:14:44.576943 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18360 2025.01.09 01:14:44.577105 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18361 2025.01.09 01:14:44.577175 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18362 2025.01.09 01:14:44.577711 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18363 2025.01.09 01:14:44.577749 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18364 2025.01.09 01:14:44.578127 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
18365 2025.01.09 01:14:44.578370 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18366 2025.01.09 01:14:44.578700 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001634 sec., 30599.755201958385 rows/sec., 2.10 MiB/sec.
18367 2025.01.09 01:14:44.578765 [ 225 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18368 2025.01.09 01:14:44.578862 [ 225 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18369 2025.01.09 01:14:44.578917 [ 276 ] {f17ae00f-6e72-4e3c-96e5-b2fde7931515} <Debug> TCPHandler: Processed in 0.002085757 sec.
18370 2025.01.09 01:14:44.582616 [ 225 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18371 2025.01.09 01:14:44.585238 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2480 rows, containing 19 columns (19 merged, 0 gathered) in 0.016580074 sec., 149577.13698985902 rows/sec., 268.04 MiB/sec.
18372 2025.01.09 01:14:44.587625 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
18373 2025.01.09 01:14:44.588097 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18374 2025.01.09 01:14:44.588188 [ 196 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
18375 2025.01.09 01:14:44.588363 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB.
18376 2025.01.09 01:14:45.025994 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18377 2025.01.09 01:14:45.026274 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18378 2025.01.09 01:14:45.026384 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18379 2025.01.09 01:14:45.027203 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18380 2025.01.09 01:14:45.027252 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18381 2025.01.09 01:14:45.027692 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18382 2025.01.09 01:14:45.027947 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18383 2025.01.09 01:14:45.028175 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec.
18384 2025.01.09 01:14:45.028242 [ 276 ] {6cdfd188-ad63-46d8-9403-8c51f5cceece} <Debug> TCPHandler: Processed in 0.002421525 sec.
18385 2025.01.09 01:14:45.028469 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18386 2025.01.09 01:14:45.028647 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18387 2025.01.09 01:14:45.028714 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18388 2025.01.09 01:14:45.029441 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18389 2025.01.09 01:14:45.029490 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18390 2025.01.09 01:14:45.029907 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
18391 2025.01.09 01:14:45.030154 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18392 2025.01.09 01:14:45.030414 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001808 sec., 1106.1946902654868 rows/sec., 90.20 KiB/sec.
18393 2025.01.09 01:14:45.030569 [ 279 ] {662c9af0-3116-4881-a505-58c1b0724404} <Debug> TCPHandler: Processed in 0.0022167 sec.
18394 2025.01.09 01:14:45.030836 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18395 2025.01.09 01:14:45.030986 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18396 2025.01.09 01:14:45.031048 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18397 2025.01.09 01:14:45.032396 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18398 2025.01.09 01:14:45.032438 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18399 2025.01.09 01:14:45.032923 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
18400 2025.01.09 01:14:45.033173 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18401 2025.01.09 01:14:45.033370 [ 116 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
18402 2025.01.09 01:14:45.033410 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.00246 sec., 551219.512195122 rows/sec., 46.00 MiB/sec.
18403 2025.01.09 01:14:45.033463 [ 116 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18404 2025.01.09 01:14:45.033542 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18405 2025.01.09 01:14:45.033549 [ 276 ] {399163c1-7c41-46b7-af15-2f6bbb48e66a} <Debug> TCPHandler: Processed in 0.002860445 sec.
18406 2025.01.09 01:14:45.033785 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
18407 2025.01.09 01:14:45.033814 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18408 2025.01.09 01:14:45.034109 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18409 2025.01.09 01:14:45.034190 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18410 2025.01.09 01:14:45.034207 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1448 rows starting from the beginning of the part
18411 2025.01.09 01:14:45.034356 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18412 2025.01.09 01:14:45.034582 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 215 rows starting from the beginning of the part
18413 2025.01.09 01:14:45.034890 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 141 rows starting from the beginning of the part
18414 2025.01.09 01:14:45.035255 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 215 rows starting from the beginning of the part
18415 2025.01.09 01:14:45.035577 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 148 rows starting from the beginning of the part
18416 2025.01.09 01:14:45.035927 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1356 rows starting from the beginning of the part
18417 2025.01.09 01:14:45.037630 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18418 2025.01.09 01:14:45.037683 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18419 2025.01.09 01:14:45.038756 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
18420 2025.01.09 01:14:45.039171 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18421 2025.01.09 01:14:45.039449 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.005368 sec., 3166.9150521609536 rows/sec., 223.04 KiB/sec.
18422 2025.01.09 01:14:45.039513 [ 279 ] {53d7dfa6-37b9-4903-91da-b6ddb32169cd} <Debug> TCPHandler: Processed in 0.005840702 sec.
18423 2025.01.09 01:14:45.039714 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18424 2025.01.09 01:14:45.039980 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3523 rows, containing 5 columns (5 merged, 0 gathered) in 0.006310862 sec., 558243.8658934389 rows/sec., 49.22 MiB/sec.
18425 2025.01.09 01:14:45.040007 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18426 2025.01.09 01:14:45.040086 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18427 2025.01.09 01:14:45.040291 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
18428 2025.01.09 01:14:45.040909 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18429 2025.01.09 01:14:45.041126 [ 187 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_146_29} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
18430 2025.01.09 01:14:45.041298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
18431 2025.01.09 01:14:45.041480 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18432 2025.01.09 01:14:45.041526 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18433 2025.01.09 01:14:45.041931 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18434 2025.01.09 01:14:45.042176 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18435 2025.01.09 01:14:45.042398 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002457 sec., 98494.09849409849 rows/sec., 6.67 MiB/sec.
18436 2025.01.09 01:14:45.042456 [ 276 ] {26b62183-1882-4b82-8dbd-7d29527615b9} <Debug> TCPHandler: Processed in 0.002862265 sec.
18437 2025.01.09 01:14:45.042674 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18438 2025.01.09 01:14:45.042894 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18439 2025.01.09 01:14:45.042984 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18440 2025.01.09 01:14:45.043834 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18441 2025.01.09 01:14:45.043873 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18442 2025.01.09 01:14:45.044235 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18443 2025.01.09 01:14:45.044475 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18444 2025.01.09 01:14:45.044719 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001874 sec., 6937.033084311633 rows/sec., 432.52 KiB/sec.
18445 2025.01.09 01:14:45.044790 [ 279 ] {5b9600e0-40e2-4add-b86f-3bb63207795a} <Debug> TCPHandler: Processed in 0.00222589 sec.
18446 2025.01.09 01:14:45.045002 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18447 2025.01.09 01:14:45.045149 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18448 2025.01.09 01:14:45.045206 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18449 2025.01.09 01:14:45.046165 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18450 2025.01.09 01:14:45.046204 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18451 2025.01.09 01:14:45.046617 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
18452 2025.01.09 01:14:45.046858 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18453 2025.01.09 01:14:45.047053 [ 116 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
18454 2025.01.09 01:14:45.047114 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001994 sec., 421263.7913741223 rows/sec., 30.43 MiB/sec.
18455 2025.01.09 01:14:45.047131 [ 116 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18456 2025.01.09 01:14:45.047206 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18457 2025.01.09 01:14:45.047252 [ 276 ] {cb925ee0-29bc-4250-bbf9-8b2aaca1a9e5} <Debug> TCPHandler: Processed in 0.002360784 sec.
18458 2025.01.09 01:14:45.047491 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
18459 2025.01.09 01:14:45.047564 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18460 2025.01.09 01:14:45.047735 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18461 2025.01.09 01:14:45.047813 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18462 2025.01.09 01:14:45.047836 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 917 rows starting from the beginning of the part
18463 2025.01.09 01:14:45.047930 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18464 2025.01.09 01:14:45.048335 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 382 rows starting from the beginning of the part
18465 2025.01.09 01:14:45.048674 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 102 rows starting from the beginning of the part
18466 2025.01.09 01:14:45.049119 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 382 rows starting from the beginning of the part
18467 2025.01.09 01:14:45.049314 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 113 rows starting from the beginning of the part
18468 2025.01.09 01:14:45.049662 [ 199 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 840 rows starting from the beginning of the part
18469 2025.01.09 01:14:45.050575 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18470 2025.01.09 01:14:45.050647 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18471 2025.01.09 01:14:45.051660 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
18472 2025.01.09 01:14:45.052197 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18473 2025.01.09 01:14:45.052564 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004811 sec., 1247.1419663271668 rows/sec., 65.16 KiB/sec.
18474 2025.01.09 01:14:45.052623 [ 279 ] {c0a8c0ab-eba7-4241-ad30-c3d09a34c8ee} <Debug> TCPHandler: Processed in 0.005262649 sec.
18475 2025.01.09 01:14:45.052865 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18476 2025.01.09 01:14:45.053053 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005736849 sec., 476916.85801735416 rows/sec., 36.38 MiB/sec.
18477 2025.01.09 01:14:45.053091 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18478 2025.01.09 01:14:45.053156 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18479 2025.01.09 01:14:45.053249 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
18480 2025.01.09 01:14:45.053665 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18481 2025.01.09 01:14:45.053757 [ 198 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_146_29} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
18482 2025.01.09 01:14:45.053896 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
18483 2025.01.09 01:14:45.054184 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18484 2025.01.09 01:14:45.054324 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18485 2025.01.09 01:14:45.054796 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
18486 2025.01.09 01:14:45.055040 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18487 2025.01.09 01:14:45.055216 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.002168 sec., 440036.9003690037 rows/sec., 29.23 MiB/sec.
18488 2025.01.09 01:14:45.055275 [ 276 ] {9d66d9c3-191b-4cd5-9842-a036595043c9} <Debug> TCPHandler: Processed in 0.002559988 sec.
18489 2025.01.09 01:14:45.055474 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18490 2025.01.09 01:14:45.055629 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18491 2025.01.09 01:14:45.055680 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18492 2025.01.09 01:14:45.056249 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18493 2025.01.09 01:14:45.056289 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18494 2025.01.09 01:14:45.056651 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18495 2025.01.09 01:14:45.056908 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18496 2025.01.09 01:14:45.057117 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec.
18497 2025.01.09 01:14:45.057168 [ 279 ] {ea473e6a-6f64-40ca-91dd-65ccd06e2868} <Debug> TCPHandler: Processed in 0.001805551 sec.
18498 2025.01.09 01:14:45.057308 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18499 2025.01.09 01:14:45.057429 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18500 2025.01.09 01:14:45.057513 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18501 2025.01.09 01:14:45.058656 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18502 2025.01.09 01:14:45.058694 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18503 2025.01.09 01:14:45.059354 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
18504 2025.01.09 01:14:45.059640 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18505 2025.01.09 01:14:45.059843 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00244 sec., 3278.688524590164 rows/sec., 5.88 MiB/sec.
18506 2025.01.09 01:14:45.059950 [ 276 ] {1530a732-fdec-4377-afcc-8e8d029d42a8} <Debug> TCPHandler: Processed in 0.002709301 sec.
18507 2025.01.09 01:14:45.060093 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18508 2025.01.09 01:14:45.060210 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18509 2025.01.09 01:14:45.060260 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18510 2025.01.09 01:14:45.060758 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18511 2025.01.09 01:14:45.060797 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18512 2025.01.09 01:14:45.061160 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
18513 2025.01.09 01:14:45.061390 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18514 2025.01.09 01:14:45.061593 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001407 sec., 22743.425728500355 rows/sec., 1.31 MiB/sec.
18515 2025.01.09 01:14:45.061642 [ 279 ] {95e1128a-803c-4642-ae90-b2cea7862d23} <Debug> TCPHandler: Processed in 0.001602157 sec.
18516 2025.01.09 01:14:45.344554 [ 224 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18517 2025.01.09 01:14:45.344592 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18518 2025.01.09 01:14:45.347105 [ 224 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18519 2025.01.09 01:14:46.067839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
18520 2025.01.09 01:14:46.092749 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18521 2025.01.09 01:14:46.092799 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18522 2025.01.09 01:14:46.100948 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
18523 2025.01.09 01:14:46.101814 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18524 2025.01.09 01:14:46.105336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
18525 2025.01.09 01:14:46.173074 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18526 2025.01.09 01:14:46.173157 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18527 2025.01.09 01:14:46.175456 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18528 2025.01.09 01:14:49.545337 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18529 2025.01.09 01:14:49.545566 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18530 2025.01.09 01:14:49.545649 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18531 2025.01.09 01:14:49.546452 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18532 2025.01.09 01:14:49.546496 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18533 2025.01.09 01:14:49.546942 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
18534 2025.01.09 01:14:49.547199 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18535 2025.01.09 01:14:49.547404 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.0019 sec., 27368.42105263158 rows/sec., 2.09 MiB/sec.
18536 2025.01.09 01:14:49.547469 [ 276 ] {cdf09703-0002-4633-9bcb-131f9a550a1d} <Debug> TCPHandler: Processed in 0.002273151 sec.
18537 2025.01.09 01:14:49.547744 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18538 2025.01.09 01:14:49.547943 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18539 2025.01.09 01:14:49.548017 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18540 2025.01.09 01:14:49.548823 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18541 2025.01.09 01:14:49.548876 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18542 2025.01.09 01:14:49.549328 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
18543 2025.01.09 01:14:49.549586 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18544 2025.01.09 01:14:49.549818 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.26 MiB/sec.
18545 2025.01.09 01:14:49.549884 [ 279 ] {570304f0-e2d3-48ac-8c04-a1174195239e} <Debug> TCPHandler: Processed in 0.002282001 sec.
18546 2025.01.09 01:14:49.550035 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18547 2025.01.09 01:14:49.550163 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18548 2025.01.09 01:14:49.550221 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18549 2025.01.09 01:14:49.550812 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18550 2025.01.09 01:14:49.550850 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18551 2025.01.09 01:14:49.551260 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
18552 2025.01.09 01:14:49.551505 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18553 2025.01.09 01:14:49.551691 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.00156 sec., 76923.07692307692 rows/sec., 5.33 MiB/sec.
18554 2025.01.09 01:14:49.551745 [ 276 ] {1300e272-907d-49e2-a583-d86e78009433} <Debug> TCPHandler: Processed in 0.001770531 sec.
18555 2025.01.09 01:14:49.551913 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18556 2025.01.09 01:14:49.552063 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18557 2025.01.09 01:14:49.552129 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18558 2025.01.09 01:14:49.552723 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18559 2025.01.09 01:14:49.552765 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18560 2025.01.09 01:14:49.553163 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
18561 2025.01.09 01:14:49.553418 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18562 2025.01.09 01:14:49.553633 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001609 sec., 24860.161591050342 rows/sec., 1.70 MiB/sec.
18563 2025.01.09 01:14:49.553686 [ 279 ] {534c700c-5d37-4f3b-9e28-d61cc756d843} <Debug> TCPHandler: Processed in 0.001843851 sec.
18564 2025.01.09 01:14:50.615899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809
18565 2025.01.09 01:14:50.616523 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18566 2025.01.09 01:14:50.616566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18567 2025.01.09 01:14:50.617116 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18568 2025.01.09 01:14:50.617382 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18569 2025.01.09 01:14:50.617596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809
18570 2025.01.09 01:14:53.386754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2578
18571 2025.01.09 01:14:53.390778 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18572 2025.01.09 01:14:53.390820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18573 2025.01.09 01:14:53.392361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18574 2025.01.09 01:14:53.392698 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18575 2025.01.09 01:14:53.394369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2578
18576 2025.01.09 01:14:53.605433 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
18577 2025.01.09 01:14:53.630559 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18578 2025.01.09 01:14:53.630621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18579 2025.01.09 01:14:53.638439 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18580 2025.01.09 01:14:53.639308 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18581 2025.01.09 01:14:53.644029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
18582 2025.01.09 01:14:54.549283 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18583 2025.01.09 01:14:54.549500 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18584 2025.01.09 01:14:54.549583 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18585 2025.01.09 01:14:54.550489 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18586 2025.01.09 01:14:54.550539 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18587 2025.01.09 01:14:54.551003 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18588 2025.01.09 01:14:54.551274 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18589 2025.01.09 01:14:54.551531 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Debug> executeQuery: Read 148 rows, 13.12 KiB in 0.00209 sec., 70813.3971291866 rows/sec., 6.13 MiB/sec.
18590 2025.01.09 01:14:54.551602 [ 222 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18591 2025.01.09 01:14:54.551610 [ 276 ] {e29318da-f7ab-4da6-9270-7b4fc553ce19} <Debug> TCPHandler: Processed in 0.002469176 sec.
18592 2025.01.09 01:14:54.551642 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18593 2025.01.09 01:14:54.551881 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18594 2025.01.09 01:14:54.552165 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18595 2025.01.09 01:14:54.552322 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18596 2025.01.09 01:14:54.553851 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18597 2025.01.09 01:14:54.553914 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18598 2025.01.09 01:14:54.554701 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
18599 2025.01.09 01:14:54.555067 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18600 2025.01.09 01:14:54.555136 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18601 2025.01.09 01:14:54.555554 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.003458 sec., 13880.855986119144 rows/sec., 1.02 MiB/sec.
18602 2025.01.09 01:14:54.555790 [ 279 ] {f90fe431-3081-4278-ba4f-c12d6f8099b6} <Debug> TCPHandler: Processed in 0.004055781 sec.
18603 2025.01.09 01:14:54.555990 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18604 2025.01.09 01:14:54.556155 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18605 2025.01.09 01:14:54.556211 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18606 2025.01.09 01:14:54.556824 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18607 2025.01.09 01:14:54.556865 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18608 2025.01.09 01:14:54.557246 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18609 2025.01.09 01:14:54.557489 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18610 2025.01.09 01:14:54.557707 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001608 sec., 64676.616915422885 rows/sec., 5.05 MiB/sec.
18611 2025.01.09 01:14:54.557762 [ 276 ] {254f0d8c-dfe0-4a50-bed1-6d83549eb57d} <Debug> TCPHandler: Processed in 0.001875962 sec.
18612 2025.01.09 01:14:54.557905 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18613 2025.01.09 01:14:54.558053 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18614 2025.01.09 01:14:54.558120 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18615 2025.01.09 01:14:54.558776 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18616 2025.01.09 01:14:54.558817 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18617 2025.01.09 01:14:54.559203 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
18618 2025.01.09 01:14:54.559511 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18619 2025.01.09 01:14:54.559705 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001682 sec., 89179.548156956 rows/sec., 6.18 MiB/sec.
18620 2025.01.09 01:14:54.559794 [ 279 ] {8ed8f452-5c5b-4559-b150-ff212f0d566a} <Debug> TCPHandler: Processed in 0.001941924 sec.
18621 2025.01.09 01:14:54.559989 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18622 2025.01.09 01:14:54.560146 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18623 2025.01.09 01:14:54.560233 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18624 2025.01.09 01:14:54.561553 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18625 2025.01.09 01:14:54.561594 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18626 2025.01.09 01:14:54.562335 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
18627 2025.01.09 01:14:54.562609 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18628 2025.01.09 01:14:54.562882 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.002769 sec., 17334.77789815818 rows/sec., 31.06 MiB/sec.
18629 2025.01.09 01:14:54.563006 [ 276 ] {d5f4ef4e-8aaa-4ecb-9013-f510c985f82e} <Debug> TCPHandler: Processed in 0.00310071 sec.
18630 2025.01.09 01:14:54.563167 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18631 2025.01.09 01:14:54.563289 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18632 2025.01.09 01:14:54.563340 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18633 2025.01.09 01:14:54.563828 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18634 2025.01.09 01:14:54.563864 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18635 2025.01.09 01:14:54.564239 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
18636 2025.01.09 01:14:54.564484 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18637 2025.01.09 01:14:54.564616 [ 137 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
18638 2025.01.09 01:14:54.564658 [ 137 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18639 2025.01.09 01:14:54.564662 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001399 sec., 35739.814152966406 rows/sec., 2.45 MiB/sec.
18640 2025.01.09 01:14:54.564682 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18641 2025.01.09 01:14:54.564763 [ 279 ] {c126f751-9b26-4600-a60a-9f41cd77852e} <Debug> TCPHandler: Processed in 0.001655388 sec.
18642 2025.01.09 01:14:54.565034 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
18643 2025.01.09 01:14:54.565551 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18644 2025.01.09 01:14:54.565667 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7202 rows starting from the beginning of the part
18645 2025.01.09 01:14:54.565960 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 72 rows starting from the beginning of the part
18646 2025.01.09 01:14:54.566065 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 50 rows starting from the beginning of the part
18647 2025.01.09 01:14:54.566295 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 32 rows starting from the beginning of the part
18648 2025.01.09 01:14:54.566415 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 40 rows starting from the beginning of the part
18649 2025.01.09 01:14:54.566626 [ 191 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 50 rows starting from the beginning of the part
18650 2025.01.09 01:14:54.569132 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7446 rows, containing 4 columns (4 merged, 0 gathered) in 0.004334158 sec., 1717980.747356234 rows/sec., 112.80 MiB/sec.
18651 2025.01.09 01:14:54.569677 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
18652 2025.01.09 01:14:54.570040 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18653 2025.01.09 01:14:54.570133 [ 192 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_146_29} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
18654 2025.01.09 01:14:54.570236 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
18655 2025.01.09 01:14:55.439288 [ 220 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18656 2025.01.09 01:14:55.439349 [ 220 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18657 2025.01.09 01:14:55.441881 [ 220 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18658 2025.01.09 01:14:56.248516 [ 135 ] {} <Debug> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
18659 2025.01.09 01:14:56.248612 [ 135 ] {} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18660 2025.01.09 01:14:56.248654 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18661 2025.01.09 01:14:56.248852 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::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
18662 2025.01.09 01:14:56.249096 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18663 2025.01.09 01:14:56.249159 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part
18664 2025.01.09 01:14:56.249277 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
18665 2025.01.09 01:14:56.249638 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::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
18666 2025.01.09 01:14:56.249816 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
18667 2025.01.09 01:14:56.250126 [ 200 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part
18668 2025.01.09 01:14:56.252003 [ 188 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.003254604 sec., 15670.109174572392 rows/sec., 1.11 MiB/sec.
18669 2025.01.09 01:14:56.252211 [ 186 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
18670 2025.01.09 01:14:56.252592 [ 186 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18671 2025.01.09 01:14:56.252686 [ 186 ] {4e0baa5c-8555-4056-a445-c1d8b17407ba::all_1_5_1} <Trace> oximeter.measurements_i64 (4e0baa5c-8555-4056-a445-c1d8b17407ba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
18672 2025.01.09 01:14:56.252791 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18673 2025.01.09 01:14:56.470613 [ 134 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 5 parts from all_1_60_13 to all_64_64_0
18674 2025.01.09 01:14:56.470690 [ 134 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18675 2025.01.09 01:14:56.470732 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18676 2025.01.09 01:14:56.471025 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_13 to all_64_64_0 into Compact with storage Full
18677 2025.01.09 01:14:56.471621 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18678 2025.01.09 01:14:56.471724 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 243 rows starting from the beginning of the part
18679 2025.01.09 01:14:56.471869 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 242 rows starting from the beginning of the part
18680 2025.01.09 01:14:56.472085 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
18681 2025.01.09 01:14:56.472213 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part
18682 2025.01.09 01:14:56.472423 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 242 rows starting from the beginning of the part
18683 2025.01.09 01:14:56.473567 [ 186 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002735312 sec., 276019.7008604503 rows/sec., 19.76 MiB/sec.
18684 2025.01.09 01:14:56.473714 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary)
18685 2025.01.09 01:14:56.473988 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18686 2025.01.09 01:14:56.474069 [ 200 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_64_14} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 5 parts: [all_1_60_13, all_64_64_0] -> all_1_64_14
18687 2025.01.09 01:14:56.474147 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
18688 2025.01.09 01:14:56.927178 [ 134 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 5 parts from all_1_60_13 to all_64_64_0
18689 2025.01.09 01:14:56.927286 [ 134 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18690 2025.01.09 01:14:56.927329 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18691 2025.01.09 01:14:56.927643 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_13 to all_64_64_0 into Compact with storage Full
18692 2025.01.09 01:14:56.928161 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18693 2025.01.09 01:14:56.928245 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 61 rows starting from the beginning of the part
18694 2025.01.09 01:14:56.928386 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part
18695 2025.01.09 01:14:56.928507 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part
18696 2025.01.09 01:14:56.928668 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part
18697 2025.01.09 01:14:56.929014 [ 197 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part
18698 2025.01.09 01:14:56.930331 [ 200 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.002871345 sec., 22637.47477227571 rows/sec., 1.49 MiB/sec.
18699 2025.01.09 01:14:56.930546 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary)
18700 2025.01.09 01:14:56.930913 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18701 2025.01.09 01:14:56.931007 [ 189 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_64_14} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 5 parts: [all_1_60_13, all_64_64_0] -> all_1_64_14
18702 2025.01.09 01:14:56.931091 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
18703 2025.01.09 01:14:57.188680 [ 223 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18704 2025.01.09 01:14:57.188764 [ 223 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18705 2025.01.09 01:14:57.190504 [ 223 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
18706 2025.01.09 01:14:57.830945 [ 225 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18707 2025.01.09 01:14:57.831023 [ 225 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18708 2025.01.09 01:14:57.833473 [ 225 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18709 2025.01.09 01:14:57.866942 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
18710 2025.01.09 01:14:57.866981 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
18711 2025.01.09 01:14:58.117740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297
18712 2025.01.09 01:14:58.118411 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18713 2025.01.09 01:14:58.118451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18714 2025.01.09 01:14:58.118966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18715 2025.01.09 01:14:58.119213 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18716 2025.01.09 01:14:58.119458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297
18717 2025.01.09 01:14:59.150421 [ 220 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18718 2025.01.09 01:14:59.150488 [ 220 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18719 2025.01.09 01:14:59.152370 [ 220 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18720 2025.01.09 01:14:59.551677 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18721 2025.01.09 01:14:59.551900 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18722 2025.01.09 01:14:59.551986 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18723 2025.01.09 01:14:59.552810 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18724 2025.01.09 01:14:59.552856 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18725 2025.01.09 01:14:59.553321 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18726 2025.01.09 01:14:59.553580 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18727 2025.01.09 01:14:59.553822 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec.
18728 2025.01.09 01:14:59.553889 [ 276 ] {7e3c9cd7-def5-45e9-b7ee-53ddadaf578f} <Debug> TCPHandler: Processed in 0.002358614 sec.
18729 2025.01.09 01:14:59.554156 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18730 2025.01.09 01:14:59.554363 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18731 2025.01.09 01:14:59.554444 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18732 2025.01.09 01:14:59.555371 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18733 2025.01.09 01:14:59.555412 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18734 2025.01.09 01:14:59.555860 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
18735 2025.01.09 01:14:59.556119 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18736 2025.01.09 01:14:59.556312 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002008 sec., 107071.71314741037 rows/sec., 9.36 MiB/sec.
18737 2025.01.09 01:14:59.556376 [ 279 ] {26a65adf-d9a9-481f-861c-c6f71bda1c15} <Debug> TCPHandler: Processed in 0.002365464 sec.
18738 2025.01.09 01:14:59.556550 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18739 2025.01.09 01:14:59.556700 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18740 2025.01.09 01:14:59.556761 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18741 2025.01.09 01:14:59.557405 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18742 2025.01.09 01:14:59.557446 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18743 2025.01.09 01:14:59.557823 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
18744 2025.01.09 01:14:59.558065 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18745 2025.01.09 01:14:59.558283 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001621 sec., 9253.547193090684 rows/sec., 652.45 KiB/sec.
18746 2025.01.09 01:14:59.558337 [ 276 ] {f985ea5a-abe5-4cab-9c3f-33add5592a8a} <Debug> TCPHandler: Processed in 0.001861062 sec.
18747 2025.01.09 01:14:59.558499 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18748 2025.01.09 01:14:59.558646 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18749 2025.01.09 01:14:59.558706 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18750 2025.01.09 01:14:59.559361 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18751 2025.01.09 01:14:59.559399 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18752 2025.01.09 01:14:59.559772 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18753 2025.01.09 01:14:59.560018 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18754 2025.01.09 01:14:59.560196 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
18755 2025.01.09 01:14:59.560251 [ 279 ] {db8003d7-bfc2-42e8-86ab-5f3a76334f2a} <Debug> TCPHandler: Processed in 0.001822551 sec.
18756 2025.01.09 01:14:59.560404 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18757 2025.01.09 01:14:59.560526 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18758 2025.01.09 01:14:59.560575 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18759 2025.01.09 01:14:59.561182 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18760 2025.01.09 01:14:59.561223 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18761 2025.01.09 01:14:59.561596 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18762 2025.01.09 01:14:59.561837 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18763 2025.01.09 01:14:59.562058 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec.
18764 2025.01.09 01:14:59.562115 [ 276 ] {03b19c6a-0407-43c5-812b-3f0302140ec2} <Debug> TCPHandler: Processed in 0.0017671 sec.
18765 2025.01.09 01:14:59.562256 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18766 2025.01.09 01:14:59.562376 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18767 2025.01.09 01:14:59.562427 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18768 2025.01.09 01:14:59.563161 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18769 2025.01.09 01:14:59.563197 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18770 2025.01.09 01:14:59.563579 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
18771 2025.01.09 01:14:59.563812 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18772 2025.01.09 01:14:59.564016 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001659 sec., 230259.19228450872 rows/sec., 16.29 MiB/sec.
18773 2025.01.09 01:14:59.564129 [ 279 ] {a6dd594e-f954-4dd9-85cf-c7e8c9014eeb} <Debug> TCPHandler: Processed in 0.001926663 sec.
18774 2025.01.09 01:14:59.564305 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18775 2025.01.09 01:14:59.564468 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18776 2025.01.09 01:14:59.564526 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18777 2025.01.09 01:14:59.565088 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18778 2025.01.09 01:14:59.565126 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18779 2025.01.09 01:14:59.565490 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
18780 2025.01.09 01:14:59.565738 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18781 2025.01.09 01:14:59.566007 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec.
18782 2025.01.09 01:14:59.566124 [ 276 ] {a55cf26e-98a0-4caa-803c-1c92178be8b0} <Debug> TCPHandler: Processed in 0.001903323 sec.
18783 2025.01.09 01:14:59.566369 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18784 2025.01.09 01:14:59.566539 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18785 2025.01.09 01:14:59.566603 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18786 2025.01.09 01:14:59.567257 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18787 2025.01.09 01:14:59.567295 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18788 2025.01.09 01:14:59.567708 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
18789 2025.01.09 01:14:59.567941 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18790 2025.01.09 01:14:59.568141 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_142_29 to all_147_147_0
18791 2025.01.09 01:14:59.568156 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001642 sec., 138246.0414129111 rows/sec., 9.22 MiB/sec.
18792 2025.01.09 01:14:59.568220 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18793 2025.01.09 01:14:59.568294 [ 279 ] {95e3bf02-4cae-4e39-918b-3347809ac6f5} <Debug> TCPHandler: Processed in 0.002075636 sec.
18794 2025.01.09 01:14:59.568295 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18795 2025.01.09 01:14:59.568528 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18796 2025.01.09 01:14:59.568864 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_142_29 to all_147_147_0 into Compact with storage Full
18797 2025.01.09 01:14:59.568951 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18798 2025.01.09 01:14:59.569286 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18799 2025.01.09 01:14:59.569528 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18800 2025.01.09 01:14:59.569675 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_142_29, total 42518 rows starting from the beginning of the part
18801 2025.01.09 01:14:59.570155 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 150 rows starting from the beginning of the part
18802 2025.01.09 01:14:59.570535 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 954 rows starting from the beginning of the part
18803 2025.01.09 01:14:59.570899 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 120 rows starting from the beginning of the part
18804 2025.01.09 01:14:59.571258 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 150 rows starting from the beginning of the part
18805 2025.01.09 01:14:59.571649 [ 195 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 227 rows starting from the beginning of the part
18806 2025.01.09 01:14:59.573275 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18807 2025.01.09 01:14:59.573334 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18808 2025.01.09 01:14:59.573862 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18809 2025.01.09 01:14:59.574250 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18810 2025.01.09 01:14:59.574762 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005985 sec., 167.0843776106934 rows/sec., 11.26 KiB/sec.
18811 2025.01.09 01:14:59.574959 [ 276 ] {ecb81b19-4f97-4536-a4ef-285d3de69792} <Debug> TCPHandler: Processed in 0.006553778 sec.
18812 2025.01.09 01:14:59.575178 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18813 2025.01.09 01:14:59.575385 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18814 2025.01.09 01:14:59.575498 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18815 2025.01.09 01:14:59.577170 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18816 2025.01.09 01:14:59.577210 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18817 2025.01.09 01:14:59.577997 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
18818 2025.01.09 01:14:59.578387 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18819 2025.01.09 01:14:59.578767 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003428 sec., 2333.7222870478413 rows/sec., 4.18 MiB/sec.
18820 2025.01.09 01:14:59.579319 [ 279 ] {4759755f-cc46-4f86-ad0f-374bd7c7b3ed} <Debug> TCPHandler: Processed in 0.004262756 sec.
18821 2025.01.09 01:14:59.579603 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18822 2025.01.09 01:14:59.580067 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18823 2025.01.09 01:14:59.580149 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18824 2025.01.09 01:14:59.580894 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18825 2025.01.09 01:14:59.580945 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18826 2025.01.09 01:14:59.581372 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
18827 2025.01.09 01:14:59.581677 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18828 2025.01.09 01:14:59.582061 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002151 sec., 33472.80334728033 rows/sec., 2.14 MiB/sec.
18829 2025.01.09 01:14:59.582128 [ 276 ] {e0d6e0e6-4c1a-4a75-b869-515308822d20} <Debug> TCPHandler: Processed in 0.002704781 sec.
18830 2025.01.09 01:14:59.583642 [ 189 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44119 rows, containing 5 columns (5 merged, 0 gathered) in 0.015176832 sec., 2906996.6643895116 rows/sec., 195.52 MiB/sec.
18831 2025.01.09 01:14:59.584033 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary)
18832 2025.01.09 01:14:59.584353 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18833 2025.01.09 01:14:59.584439 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_142_29, all_147_147_0] -> all_1_147_30
18834 2025.01.09 01:14:59.584540 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
18835 2025.01.09 01:15:00.000227 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.62 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 273.84 MiB (RSS), difference: 3.22 MiB
18836 2025.01.09 01:15:01.144129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
18837 2025.01.09 01:15:01.167498 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18838 2025.01.09 01:15:01.167558 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18839 2025.01.09 01:15:01.175629 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18840 2025.01.09 01:15:01.176507 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18841 2025.01.09 01:15:01.180409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
18842 2025.01.09 01:15:03.394657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2612
18843 2025.01.09 01:15:03.397884 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18844 2025.01.09 01:15:03.397939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18845 2025.01.09 01:15:03.399466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18846 2025.01.09 01:15:03.399779 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18847 2025.01.09 01:15:03.400094 [ 117 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
18848 2025.01.09 01:15:03.400277 [ 117 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18849 2025.01.09 01:15:03.400378 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18850 2025.01.09 01:15:03.400902 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
18851 2025.01.09 01:15:03.402111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2612
18852 2025.01.09 01:15:03.402787 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18853 2025.01.09 01:15:03.402978 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2414 rows starting from the beginning of the part
18854 2025.01.09 01:15:03.403742 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part
18855 2025.01.09 01:15:03.404295 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part
18856 2025.01.09 01:15:03.404826 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part
18857 2025.01.09 01:15:03.405346 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 46 rows starting from the beginning of the part
18858 2025.01.09 01:15:03.405810 [ 196 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part
18859 2025.01.09 01:15:03.416172 [ 189 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2612 rows, containing 72 columns (72 merged, 0 gathered) in 0.015627413 sec., 167142.1878976386 rows/sec., 124.19 MiB/sec.
18860 2025.01.09 01:15:03.418882 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
18861 2025.01.09 01:15:03.419679 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18862 2025.01.09 01:15:03.419764 [ 187 ] {4d7c3fbf-e4ae-4f64-a178-194db9b11bb5::all_1_66_13} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
18863 2025.01.09 01:15:03.420111 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB.
18864 2025.01.09 01:15:04.495755 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18865 2025.01.09 01:15:04.495816 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18866 2025.01.09 01:15:04.497814 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18867 2025.01.09 01:15:04.549950 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18868 2025.01.09 01:15:04.550142 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18869 2025.01.09 01:15:04.550223 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18870 2025.01.09 01:15:04.550982 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18871 2025.01.09 01:15:04.551023 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18872 2025.01.09 01:15:04.551456 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
18873 2025.01.09 01:15:04.551724 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18874 2025.01.09 01:15:04.551959 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001863 sec., 3220.6119162640903 rows/sec., 262.62 KiB/sec.
18875 2025.01.09 01:15:04.552065 [ 276 ] {bc5bb802-879f-4b0a-b63d-3e5387cd86d7} <Debug> TCPHandler: Processed in 0.002251791 sec.
18876 2025.01.09 01:15:04.552377 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18877 2025.01.09 01:15:04.552564 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18878 2025.01.09 01:15:04.552638 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18879 2025.01.09 01:15:04.553504 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18880 2025.01.09 01:15:04.553551 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18881 2025.01.09 01:15:04.554002 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
18882 2025.01.09 01:15:04.554261 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18883 2025.01.09 01:15:04.554500 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Debug> executeQuery: Read 151 rows, 13.33 KiB in 0.001989 sec., 75917.54650578181 rows/sec., 6.55 MiB/sec.
18884 2025.01.09 01:15:04.554567 [ 279 ] {7f559cbc-b8be-41b2-85be-72ac0f2b05c8} <Debug> TCPHandler: Processed in 0.002381153 sec.
18885 2025.01.09 01:15:04.554734 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18886 2025.01.09 01:15:04.554883 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18887 2025.01.09 01:15:04.554946 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18888 2025.01.09 01:15:04.555625 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18889 2025.01.09 01:15:04.555664 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18890 2025.01.09 01:15:04.556039 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
18891 2025.01.09 01:15:04.556279 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18892 2025.01.09 01:15:04.556469 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Debug> executeQuery: Read 54 rows, 4.03 KiB in 0.001624 sec., 33251.231527093594 rows/sec., 2.42 MiB/sec.
18893 2025.01.09 01:15:04.556526 [ 276 ] {1e63f61d-0a53-493b-9a98-f7b9f29c9d13} <Debug> TCPHandler: Processed in 0.001861013 sec.
18894 2025.01.09 01:15:04.556677 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18895 2025.01.09 01:15:04.556823 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18896 2025.01.09 01:15:04.556886 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18897 2025.01.09 01:15:04.557579 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18898 2025.01.09 01:15:04.557621 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18899 2025.01.09 01:15:04.558005 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
18900 2025.01.09 01:15:04.558299 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18901 2025.01.09 01:15:04.558833 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.002025 sec., 54320.98765432099 rows/sec., 4.25 MiB/sec.
18902 2025.01.09 01:15:04.558974 [ 279 ] {684cbeb0-a561-4093-bcbd-49c8bbb731be} <Debug> TCPHandler: Processed in 0.002363574 sec.
18903 2025.01.09 01:15:04.559127 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18904 2025.01.09 01:15:04.559271 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18905 2025.01.09 01:15:04.559335 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18906 2025.01.09 01:15:04.559997 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18907 2025.01.09 01:15:04.560050 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18908 2025.01.09 01:15:04.560481 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18909 2025.01.09 01:15:04.560723 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18910 2025.01.09 01:15:04.560932 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Debug> executeQuery: Read 153 rows, 10.86 KiB in 0.001694 sec., 90318.77213695395 rows/sec., 6.26 MiB/sec.
18911 2025.01.09 01:15:04.560986 [ 276 ] {65c69561-3fd1-45b1-bea7-dfea30476f7c} <Debug> TCPHandler: Processed in 0.001929103 sec.
18912 2025.01.09 01:15:04.561123 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18913 2025.01.09 01:15:04.561239 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18914 2025.01.09 01:15:04.561332 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18915 2025.01.09 01:15:04.562688 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18916 2025.01.09 01:15:04.562728 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18917 2025.01.09 01:15:04.563433 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
18918 2025.01.09 01:15:04.563691 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18919 2025.01.09 01:15:04.563945 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.002731 sec., 17575.97949469059 rows/sec., 31.50 MiB/sec.
18920 2025.01.09 01:15:04.564066 [ 279 ] {6af3e4ef-f2c7-4926-ac9f-44f84af32a3b} <Debug> TCPHandler: Processed in 0.002996988 sec.
18921 2025.01.09 01:15:04.564211 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18922 2025.01.09 01:15:04.564401 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18923 2025.01.09 01:15:04.564499 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18924 2025.01.09 01:15:04.565368 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18925 2025.01.09 01:15:04.565407 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18926 2025.01.09 01:15:04.565786 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18927 2025.01.09 01:15:04.566034 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18928 2025.01.09 01:15:04.566241 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001895 sec., 26385.224274406333 rows/sec., 1.81 MiB/sec.
18929 2025.01.09 01:15:04.566295 [ 276 ] {c3c8a757-755a-4d3c-946c-7cda29ddfd29} <Debug> TCPHandler: Processed in 0.002152309 sec.
18930 2025.01.09 01:15:05.568381 [ 224 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18931 2025.01.09 01:15:05.568435 [ 224 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18932 2025.01.09 01:15:05.570578 [ 224 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
18933 2025.01.09 01:15:05.619667 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724
18934 2025.01.09 01:15:05.620576 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18935 2025.01.09 01:15:05.620623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18936 2025.01.09 01:15:05.621145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18937 2025.01.09 01:15:05.621444 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18938 2025.01.09 01:15:05.621698 [ 111 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18939 2025.01.09 01:15:05.621743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724
18940 2025.01.09 01:15:05.621815 [ 111 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18941 2025.01.09 01:15:05.621863 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.40 GiB.
18942 2025.01.09 01:15:05.622056 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
18943 2025.01.09 01:15:05.622275 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18944 2025.01.09 01:15:05.622344 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part
18945 2025.01.09 01:15:05.622440 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part
18946 2025.01.09 01:15:05.622661 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part
18947 2025.01.09 01:15:05.622773 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part
18948 2025.01.09 01:15:05.622908 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part
18949 2025.01.09 01:15:05.623001 [ 203 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part
18950 2025.01.09 01:15:05.626182 [ 198 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004221555 sec., 9883561.862868067 rows/sec., 141.39 MiB/sec.
18951 2025.01.09 01:15:05.626418 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18952 2025.01.09 01:15:05.626717 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18953 2025.01.09 01:15:05.626799 [ 199 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_91_18} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18954 2025.01.09 01:15:05.626894 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
18955 2025.01.09 01:15:08.680511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
18956 2025.01.09 01:15:08.704275 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18957 2025.01.09 01:15:08.704338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
18958 2025.01.09 01:15:08.712147 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18959 2025.01.09 01:15:08.712985 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18960 2025.01.09 01:15:08.713314 [ 100 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18961 2025.01.09 01:15:08.713382 [ 100 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18962 2025.01.09 01:15:08.713424 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
18963 2025.01.09 01:15:08.713782 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
18964 2025.01.09 01:15:08.729515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
18965 2025.01.09 01:15:08.730873 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18966 2025.01.09 01:15:08.732516 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part
18967 2025.01.09 01:15:08.738383 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part
18968 2025.01.09 01:15:08.744260 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part
18969 2025.01.09 01:15:08.750138 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part
18970 2025.01.09 01:15:08.756195 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part
18971 2025.01.09 01:15:08.761902 [ 203 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part
18972 2025.01.09 01:15:08.827225 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.113679464 sec., 6034.511211277351 rows/sec., 31.20 MiB/sec.
18973 2025.01.09 01:15:08.831097 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18974 2025.01.09 01:15:08.834308 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18975 2025.01.09 01:15:08.834435 [ 198 ] {6d874974-7062-465a-b554-266ce1892843::all_1_91_18} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18976 2025.01.09 01:15:08.837502 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
18977 2025.01.09 01:15:09.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.92 MiB, peak 293.18 MiB, free memory in arenas 0.00 B, will set to 273.84 MiB (RSS), difference: -1.09 MiB
18978 2025.01.09 01:15:09.373404 [ 223 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
18979 2025.01.09 01:15:09.373456 [ 223 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
18980 2025.01.09 01:15:09.375304 [ 223 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
18981 2025.01.09 01:15:09.552155 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18982 2025.01.09 01:15:09.552366 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18983 2025.01.09 01:15:09.552450 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18984 2025.01.09 01:15:09.553252 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18985 2025.01.09 01:15:09.553300 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
18986 2025.01.09 01:15:09.553747 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18987 2025.01.09 01:15:09.554002 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18988 2025.01.09 01:15:09.554217 [ 96 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
18989 2025.01.09 01:15:09.554259 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec.
18990 2025.01.09 01:15:09.554308 [ 96 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18991 2025.01.09 01:15:09.554386 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
18992 2025.01.09 01:15:09.554402 [ 276 ] {3c43affd-3d60-4d65-bed1-e4512c1e79ef} <Debug> TCPHandler: Processed in 0.002385434 sec.
18993 2025.01.09 01:15:09.554573 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full
18994 2025.01.09 01:15:09.554703 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18995 2025.01.09 01:15:09.554732 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18996 2025.01.09 01:15:09.554793 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part
18997 2025.01.09 01:15:09.555017 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
18998 2025.01.09 01:15:09.555038 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18999 2025.01.09 01:15:09.555253 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19000 2025.01.09 01:15:09.555437 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part
19001 2025.01.09 01:15:09.555994 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part
19002 2025.01.09 01:15:09.556259 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part
19003 2025.01.09 01:15:09.558406 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19004 2025.01.09 01:15:09.558499 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19005 2025.01.09 01:15:09.558855 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004360909 sec., 16051.699313147788 rows/sec., 1.19 MiB/sec.
19006 2025.01.09 01:15:09.559102 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
19007 2025.01.09 01:15:09.559443 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
19008 2025.01.09 01:15:09.559747 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19009 2025.01.09 01:15:09.559935 [ 192 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_65_16} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
19010 2025.01.09 01:15:09.559972 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19011 2025.01.09 01:15:09.560114 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19012 2025.01.09 01:15:09.560264 [ 96 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
19013 2025.01.09 01:15:09.560306 [ 96 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19014 2025.01.09 01:15:09.560339 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.005442 sec., 39507.533994854835 rows/sec., 3.45 MiB/sec.
19015 2025.01.09 01:15:09.560340 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19016 2025.01.09 01:15:09.560582 [ 279 ] {b5730c52-4b39-4afc-b63f-0631e1275555} <Debug> TCPHandler: Processed in 0.006035047 sec.
19017 2025.01.09 01:15:09.560662 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
19018 2025.01.09 01:15:09.560892 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19019 2025.01.09 01:15:09.561167 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19020 2025.01.09 01:15:09.561335 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19021 2025.01.09 01:15:09.561340 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1460 rows starting from the beginning of the part
19022 2025.01.09 01:15:09.561520 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19023 2025.01.09 01:15:09.561810 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 52 rows starting from the beginning of the part
19024 2025.01.09 01:15:09.562428 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 148 rows starting from the beginning of the part
19025 2025.01.09 01:15:09.563029 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 215 rows starting from the beginning of the part
19026 2025.01.09 01:15:09.563578 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 151 rows starting from the beginning of the part
19027 2025.01.09 01:15:09.564112 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 215 rows starting from the beginning of the part
19028 2025.01.09 01:15:09.565991 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19029 2025.01.09 01:15:09.566072 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19030 2025.01.09 01:15:09.567131 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
19031 2025.01.09 01:15:09.567516 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19032 2025.01.09 01:15:09.567789 [ 99 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
19033 2025.01.09 01:15:09.567925 [ 99 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19034 2025.01.09 01:15:09.568009 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19035 2025.01.09 01:15:09.568216 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.006939 sec., 2161.6947686986596 rows/sec., 152.42 KiB/sec.
19036 2025.01.09 01:15:09.568357 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2241 rows, containing 5 columns (5 merged, 0 gathered) in 0.007873138 sec., 284638.7298177677 rows/sec., 25.21 MiB/sec.
19037 2025.01.09 01:15:09.568528 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
19038 2025.01.09 01:15:09.568536 [ 276 ] {930f6ac8-874b-4167-9638-63f717edd406} <Debug> TCPHandler: Processed in 0.007815656 sec.
19039 2025.01.09 01:15:09.568717 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
19040 2025.01.09 01:15:09.568904 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19041 2025.01.09 01:15:09.568930 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19042 2025.01.09 01:15:09.568988 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 79 rows starting from the beginning of the part
19043 2025.01.09 01:15:09.569391 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 17 rows starting from the beginning of the part
19044 2025.01.09 01:15:09.569588 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19045 2025.01.09 01:15:09.569750 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19046 2025.01.09 01:15:09.569795 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part
19047 2025.01.09 01:15:09.569853 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19048 2025.01.09 01:15:09.570189 [ 188 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_151_30} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
19049 2025.01.09 01:15:09.570241 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 15 rows starting from the beginning of the part
19050 2025.01.09 01:15:09.570608 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
19051 2025.01.09 01:15:09.570872 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 54 rows starting from the beginning of the part
19052 2025.01.09 01:15:09.571199 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 15 rows starting from the beginning of the part
19053 2025.01.09 01:15:09.573779 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19054 2025.01.09 01:15:09.573925 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19055 2025.01.09 01:15:09.575949 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
19056 2025.01.09 01:15:09.575994 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.007794086 sec., 29252.948966690896 rows/sec., 2.21 MiB/sec.
19057 2025.01.09 01:15:09.576314 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
19058 2025.01.09 01:15:09.576635 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19059 2025.01.09 01:15:09.576823 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19060 2025.01.09 01:15:09.577140 [ 192 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_131_26} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
19061 2025.01.09 01:15:09.577160 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007993 sec., 1751.53259101714 rows/sec., 122.67 KiB/sec.
19062 2025.01.09 01:15:09.577426 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
19063 2025.01.09 01:15:09.577547 [ 279 ] {b6bce469-aa9a-4da4-a79c-76b62fb3f5ca} <Debug> TCPHandler: Processed in 0.00886787 sec.
19064 2025.01.09 01:15:09.577811 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19065 2025.01.09 01:15:09.577957 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19066 2025.01.09 01:15:09.578018 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19067 2025.01.09 01:15:09.578694 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19068 2025.01.09 01:15:09.578735 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19069 2025.01.09 01:15:09.579104 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
19070 2025.01.09 01:15:09.579349 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19071 2025.01.09 01:15:09.579524 [ 99 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
19072 2025.01.09 01:15:09.579593 [ 99 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19073 2025.01.09 01:15:09.579614 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001682 sec., 7728.894173602855 rows/sec., 481.89 KiB/sec.
19074 2025.01.09 01:15:09.579634 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19075 2025.01.09 01:15:09.579777 [ 276 ] {4a46d856-16b7-4170-9ffb-5b34f23b281d} <Debug> TCPHandler: Processed in 0.002107798 sec.
19076 2025.01.09 01:15:09.579843 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full
19077 2025.01.09 01:15:09.579980 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19078 2025.01.09 01:15:09.580008 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19079 2025.01.09 01:15:09.580066 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part
19080 2025.01.09 01:15:09.580372 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part
19081 2025.01.09 01:15:09.580378 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19082 2025.01.09 01:15:09.580543 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19083 2025.01.09 01:15:09.580606 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part
19084 2025.01.09 01:15:09.581000 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part
19085 2025.01.09 01:15:09.581263 [ 186 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part
19086 2025.01.09 01:15:09.583390 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19087 2025.01.09 01:15:09.583489 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19088 2025.01.09 01:15:09.583871 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004098303 sec., 15860.223121618874 rows/sec., 1.03 MiB/sec.
19089 2025.01.09 01:15:09.584078 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
19090 2025.01.09 01:15:09.584394 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
19091 2025.01.09 01:15:09.584608 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19092 2025.01.09 01:15:09.584765 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_65_16} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
19093 2025.01.09 01:15:09.584815 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19094 2025.01.09 01:15:09.584943 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19095 2025.01.09 01:15:09.585124 [ 99 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
19096 2025.01.09 01:15:09.585189 [ 99 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19097 2025.01.09 01:15:09.585199 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005038 sec., 75823.7395791981 rows/sec., 5.37 MiB/sec.
19098 2025.01.09 01:15:09.585231 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19099 2025.01.09 01:15:09.585369 [ 279 ] {7d5e4bf5-7ab5-4731-8191-85f131cfd6b7} <Debug> TCPHandler: Processed in 0.005488994 sec.
19100 2025.01.09 01:15:09.585439 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
19101 2025.01.09 01:15:09.585564 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19102 2025.01.09 01:15:09.585595 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 923 rows starting from the beginning of the part
19103 2025.01.09 01:15:09.585649 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19104 2025.01.09 01:15:09.585756 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part
19105 2025.01.09 01:15:09.586129 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 104 rows starting from the beginning of the part
19106 2025.01.09 01:15:09.586351 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19107 2025.01.09 01:15:09.586558 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 382 rows starting from the beginning of the part
19108 2025.01.09 01:15:09.586688 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19109 2025.01.09 01:15:09.586888 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 110 rows starting from the beginning of the part
19110 2025.01.09 01:15:09.587195 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 382 rows starting from the beginning of the part
19111 2025.01.09 01:15:09.588676 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19112 2025.01.09 01:15:09.588752 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19113 2025.01.09 01:15:09.589760 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
19114 2025.01.09 01:15:09.590167 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19115 2025.01.09 01:15:09.590472 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005093455 sec., 384218.5706951372 rows/sec., 29.41 MiB/sec.
19116 2025.01.09 01:15:09.590554 [ 99 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0
19117 2025.01.09 01:15:09.590632 [ 99 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19118 2025.01.09 01:15:09.590690 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19119 2025.01.09 01:15:09.590771 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004585 sec., 1308.6150490730645 rows/sec., 68.37 KiB/sec.
19120 2025.01.09 01:15:09.590845 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
19121 2025.01.09 01:15:09.591119 [ 276 ] {4d0e975c-17f8-4411-a1ee-3a164aa19f28} <Debug> TCPHandler: Processed in 0.005613976 sec.
19122 2025.01.09 01:15:09.591222 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full
19123 2025.01.09 01:15:09.591372 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19124 2025.01.09 01:15:09.591620 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19125 2025.01.09 01:15:09.591765 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part
19126 2025.01.09 01:15:09.591757 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19127 2025.01.09 01:15:09.591777 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19128 2025.01.09 01:15:09.592053 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19129 2025.01.09 01:15:09.592127 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part
19130 2025.01.09 01:15:09.592225 [ 197 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_151_30} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
19131 2025.01.09 01:15:09.592545 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
19132 2025.01.09 01:15:09.592848 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part
19133 2025.01.09 01:15:09.593204 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part
19134 2025.01.09 01:15:09.593478 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part
19135 2025.01.09 01:15:09.593655 [ 186 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part
19136 2025.01.09 01:15:09.594791 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19137 2025.01.09 01:15:09.594880 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19138 2025.01.09 01:15:09.595980 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
19139 2025.01.09 01:15:09.596391 [ 193 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005571855 sec., 69994.64271773046 rows/sec., 3.57 MiB/sec.
19140 2025.01.09 01:15:09.596477 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19141 2025.01.09 01:15:09.596600 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary)
19142 2025.01.09 01:15:09.597002 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.005335 sec., 42549.20337394564 rows/sec., 2.84 MiB/sec.
19143 2025.01.09 01:15:09.597179 [ 279 ] {ea62e853-c037-49e3-b27d-b1a9b71839fb} <Debug> TCPHandler: Processed in 0.005932294 sec.
19144 2025.01.09 01:15:09.597455 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19145 2025.01.09 01:15:09.597672 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19146 2025.01.09 01:15:09.597850 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19147 2025.01.09 01:15:09.598052 [ 194 ] {43f93d3c-ee06-40c5-85b4-967ac9f5a9f7::all_1_65_14} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14
19148 2025.01.09 01:15:09.598058 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19149 2025.01.09 01:15:09.598362 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
19150 2025.01.09 01:15:09.599623 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19151 2025.01.09 01:15:09.599663 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19152 2025.01.09 01:15:09.600028 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
19153 2025.01.09 01:15:09.600265 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19154 2025.01.09 01:15:09.600539 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002806 sec., 356.3791874554526 rows/sec., 24.01 KiB/sec.
19155 2025.01.09 01:15:09.600655 [ 276 ] {09f00441-c92e-4a9c-a3d4-cd823e1ea654} <Debug> TCPHandler: Processed in 0.003374286 sec.
19156 2025.01.09 01:15:09.600889 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19157 2025.01.09 01:15:09.601039 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19158 2025.01.09 01:15:09.601121 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19159 2025.01.09 01:15:09.602265 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19160 2025.01.09 01:15:09.602332 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19161 2025.01.09 01:15:09.602978 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
19162 2025.01.09 01:15:09.603240 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19163 2025.01.09 01:15:09.603445 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
19164 2025.01.09 01:15:09.603514 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002491 sec., 3211.561621838619 rows/sec., 5.75 MiB/sec.
19165 2025.01.09 01:15:09.603518 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19166 2025.01.09 01:15:09.603605 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19167 2025.01.09 01:15:09.604000 [ 279 ] {3a4fe287-246a-4525-a355-4f77eb999efb} <Debug> TCPHandler: Processed in 0.003234563 sec.
19168 2025.01.09 01:15:09.604506 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
19169 2025.01.09 01:15:09.604626 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19170 2025.01.09 01:15:09.605267 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19171 2025.01.09 01:15:09.605645 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19172 2025.01.09 01:15:09.606125 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19173 2025.01.09 01:15:09.606391 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2480 rows starting from the beginning of the part
19174 2025.01.09 01:15:09.607061 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 8 rows starting from the beginning of the part
19175 2025.01.09 01:15:09.607900 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part
19176 2025.01.09 01:15:09.607915 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19177 2025.01.09 01:15:09.607990 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19178 2025.01.09 01:15:09.608508 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 8 rows starting from the beginning of the part
19179 2025.01.09 01:15:09.609119 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 48 rows starting from the beginning of the part
19180 2025.01.09 01:15:09.609811 [ 187 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 8 rows starting from the beginning of the part
19181 2025.01.09 01:15:09.609982 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
19182 2025.01.09 01:15:09.610839 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19183 2025.01.09 01:15:09.611299 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.006316 sec., 11399.620012666244 rows/sec., 744.64 KiB/sec.
19184 2025.01.09 01:15:09.611455 [ 276 ] {77afc0cc-c68a-4b7d-8676-97badd73c191} <Debug> TCPHandler: Processed in 0.007067239 sec.
19185 2025.01.09 01:15:09.620416 [ 194 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2600 rows, containing 19 columns (19 merged, 0 gathered) in 0.016616495 sec., 156471.0247257319 rows/sec., 280.39 MiB/sec.
19186 2025.01.09 01:15:09.623121 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
19187 2025.01.09 01:15:09.623565 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19188 2025.01.09 01:15:09.623645 [ 193 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
19189 2025.01.09 01:15:09.623820 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.81 MiB.
19190 2025.01.09 01:15:09.949677 [ 219 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
19191 2025.01.09 01:15:09.949761 [ 219 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
19192 2025.01.09 01:15:09.951786 [ 219 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
19193 2025.01.09 01:15:10.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.89 MiB, peak 293.67 MiB, free memory in arenas 0.00 B, will set to 273.89 MiB (RSS), difference: -1.00 MiB
19194 2025.01.09 01:15:12.867033 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache
19195 2025.01.09 01:15:12.867112 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache
19196 2025.01.09 01:15:13.121949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42212
19197 2025.01.09 01:15:13.122906 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19198 2025.01.09 01:15:13.122951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19199 2025.01.09 01:15:13.123488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
19200 2025.01.09 01:15:13.123740 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19201 2025.01.09 01:15:13.123951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42212
19202 2025.01.09 01:15:13.402460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2648
19203 2025.01.09 01:15:13.405960 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19204 2025.01.09 01:15:13.406005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19205 2025.01.09 01:15:13.407508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19206 2025.01.09 01:15:13.407813 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19207 2025.01.09 01:15:13.408423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2648
19208 2025.01.09 01:15:14.219969 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19209 2025.01.09 01:15:14.220027 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19210 2025.01.09 01:15:14.222115 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19211 2025.01.09 01:15:14.550034 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19212 2025.01.09 01:15:14.550255 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19213 2025.01.09 01:15:14.550339 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19214 2025.01.09 01:15:14.551257 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19215 2025.01.09 01:15:14.551309 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19216 2025.01.09 01:15:14.551773 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
19217 2025.01.09 01:15:14.552034 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19218 2025.01.09 01:15:14.552309 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Debug> executeQuery: Read 148 rows, 13.12 KiB in 0.002118 sec., 69877.24268177526 rows/sec., 6.05 MiB/sec.
19219 2025.01.09 01:15:14.552377 [ 276 ] {f5ad65ee-eed8-4e55-8a5d-811ed4420909} <Debug> TCPHandler: Processed in 0.002488726 sec.
19220 2025.01.09 01:15:14.552634 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19221 2025.01.09 01:15:14.552828 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19222 2025.01.09 01:15:14.552907 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19223 2025.01.09 01:15:14.553738 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19224 2025.01.09 01:15:14.553783 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19225 2025.01.09 01:15:14.554209 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
19226 2025.01.09 01:15:14.554462 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19227 2025.01.09 01:15:14.554733 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.001953 sec., 24577.572964669736 rows/sec., 1.80 MiB/sec.
19228 2025.01.09 01:15:14.554818 [ 223 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19229 2025.01.09 01:15:14.554847 [ 279 ] {c2d30b0e-748c-442c-ac4a-b34c90f496ce} <Debug> TCPHandler: Processed in 0.002348373 sec.
19230 2025.01.09 01:15:14.554922 [ 223 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19231 2025.01.09 01:15:14.555111 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19232 2025.01.09 01:15:14.555339 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19233 2025.01.09 01:15:14.555405 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19234 2025.01.09 01:15:14.557086 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19235 2025.01.09 01:15:14.557136 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19236 2025.01.09 01:15:14.557878 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
19237 2025.01.09 01:15:14.558263 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19238 2025.01.09 01:15:14.558733 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003404 sec., 30552.29142185664 rows/sec., 2.39 MiB/sec.
19239 2025.01.09 01:15:14.558802 [ 276 ] {ae9aa70d-dbc8-4e26-8ad6-2d5dffe98dcb} <Debug> TCPHandler: Processed in 0.003795226 sec.
19240 2025.01.09 01:15:14.558979 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19241 2025.01.09 01:15:14.559105 [ 223 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19242 2025.01.09 01:15:14.559170 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19243 2025.01.09 01:15:14.559364 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19244 2025.01.09 01:15:14.560822 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19245 2025.01.09 01:15:14.560864 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19246 2025.01.09 01:15:14.561265 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
19247 2025.01.09 01:15:14.561531 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19248 2025.01.09 01:15:14.561768 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00265 sec., 56603.77358490566 rows/sec., 3.92 MiB/sec.
19249 2025.01.09 01:15:14.561853 [ 279 ] {707a9be9-c032-4ca6-b3ad-c167286ace9d} <Debug> TCPHandler: Processed in 0.002957496 sec.
19250 2025.01.09 01:15:14.562073 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19251 2025.01.09 01:15:14.562353 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19252 2025.01.09 01:15:14.562451 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19253 2025.01.09 01:15:14.563799 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19254 2025.01.09 01:15:14.563839 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19255 2025.01.09 01:15:14.564561 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
19256 2025.01.09 01:15:14.564828 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19257 2025.01.09 01:15:14.565032 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.00275 sec., 17454.545454545456 rows/sec., 31.28 MiB/sec.
19258 2025.01.09 01:15:14.565144 [ 276 ] {b6b6a136-67ea-4a3b-adb9-dc6a5540b4d5} <Debug> TCPHandler: Processed in 0.003191742 sec.
19259 2025.01.09 01:15:14.565295 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19260 2025.01.09 01:15:14.565441 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19261 2025.01.09 01:15:14.565505 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19262 2025.01.09 01:15:14.566029 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19263 2025.01.09 01:15:14.566069 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19264 2025.01.09 01:15:14.566445 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
19265 2025.01.09 01:15:14.566683 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19266 2025.01.09 01:15:14.566901 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.0015 sec., 33333.333333333336 rows/sec., 2.29 MiB/sec.
19267 2025.01.09 01:15:14.566953 [ 279 ] {6426014b-f7fc-4f67-bc60-e75a0f23126f} <Debug> TCPHandler: Processed in 0.001724428 sec.
19268 2025.01.09 01:15:15.022445 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19269 2025.01.09 01:15:15.022638 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19270 2025.01.09 01:15:15.022714 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19271 2025.01.09 01:15:15.023435 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19272 2025.01.09 01:15:15.023481 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19273 2025.01.09 01:15:15.023904 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
19274 2025.01.09 01:15:15.024159 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19275 2025.01.09 01:15:15.024363 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001775 sec., 7887.3239436619715 rows/sec., 567.78 KiB/sec.
19276 2025.01.09 01:15:15.024428 [ 276 ] {dbc60e22-da44-4675-a0d3-bc510764a5b9} <Debug> TCPHandler: Processed in 0.002101127 sec.
19277 2025.01.09 01:15:15.024623 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19278 2025.01.09 01:15:15.024785 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
19279 2025.01.09 01:15:15.024852 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19280 2025.01.09 01:15:15.025592 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19281 2025.01.09 01:15:15.025642 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19282 2025.01.09 01:15:15.026025 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
19283 2025.01.09 01:15:15.026265 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19284 2025.01.09 01:15:15.026495 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001748 sec., 3432.4942791762014 rows/sec., 279.90 KiB/sec.
19285 2025.01.09 01:15:15.026553 [ 279 ] {aad457fa-2728-4326-9233-c87cb33854e4} <Debug> TCPHandler: Processed in 0.002019936 sec.
19286 2025.01.09 01:15:15.026721 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19287 2025.01.09 01:15:15.026949 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19288 2025.01.09 01:15:15.027042 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19289 2025.01.09 01:15:15.028640 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19290 2025.01.09 01:15:15.028679 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19291 2025.01.09 01:15:15.029138 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
19292 2025.01.09 01:15:15.029418 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19293 2025.01.09 01:15:15.029608 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Debug> executeQuery: Read 1358 rows, 116.02 KiB in 0.002717 sec., 499815.9735001841 rows/sec., 41.70 MiB/sec.
19294 2025.01.09 01:15:15.029669 [ 276 ] {49997869-3c7c-4eb1-acc2-86a5a6b92f1f} <Debug> TCPHandler: Processed in 0.003030658 sec.
19295 2025.01.09 01:15:15.029813 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19296 2025.01.09 01:15:15.029933 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19297 2025.01.09 01:15:15.029984 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19298 2025.01.09 01:15:15.030604 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19299 2025.01.09 01:15:15.030646 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19300 2025.01.09 01:15:15.031005 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
19301 2025.01.09 01:15:15.031269 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19302 2025.01.09 01:15:15.031481 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Debug> executeQuery: Read 21 rows, 1.48 KiB in 0.001567 sec., 13401.403956604978 rows/sec., 942.29 KiB/sec.
19303 2025.01.09 01:15:15.031543 [ 279 ] {f0ef18ca-7a73-4c2a-b104-863fe7bc160c} <Debug> TCPHandler: Processed in 0.001786471 sec.
19304 2025.01.09 01:15:15.031732 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19305 2025.01.09 01:15:15.031938 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19306 2025.01.09 01:15:15.032024 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19307 2025.01.09 01:15:15.032950 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19308 2025.01.09 01:15:15.032988 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19309 2025.01.09 01:15:15.033368 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19310 2025.01.09 01:15:15.033608 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19311 2025.01.09 01:15:15.033789 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001903 sec., 127167.63005780347 rows/sec., 8.62 MiB/sec.
19312 2025.01.09 01:15:15.033841 [ 276 ] {f8ec1848-2a12-448a-92f2-4faea79fc36c} <Debug> TCPHandler: Processed in 0.002193579 sec.
19313 2025.01.09 01:15:15.034011 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19314 2025.01.09 01:15:15.034150 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19315 2025.01.09 01:15:15.034210 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19316 2025.01.09 01:15:15.034880 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19317 2025.01.09 01:15:15.034922 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19318 2025.01.09 01:15:15.035285 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
19319 2025.01.09 01:15:15.035528 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19320 2025.01.09 01:15:15.035745 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec.
19321 2025.01.09 01:15:15.035809 [ 279 ] {c178d79c-2f01-47a3-888a-9262613e9caa} <Debug> TCPHandler: Processed in 0.001866742 sec.
19322 2025.01.09 01:15:15.035956 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19323 2025.01.09 01:15:15.036095 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19324 2025.01.09 01:15:15.036153 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19325 2025.01.09 01:15:15.037111 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19326 2025.01.09 01:15:15.037148 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19327 2025.01.09 01:15:15.037557 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
19328 2025.01.09 01:15:15.037794 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19329 2025.01.09 01:15:15.037993 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001922 sec., 439125.9105098855 rows/sec., 31.73 MiB/sec.
19330 2025.01.09 01:15:15.038055 [ 276 ] {e73b97b4-c934-448e-805c-b203165bc66a} <Debug> TCPHandler: Processed in 0.002163289 sec.
19331 2025.01.09 01:15:15.038089 [ 220 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19332 2025.01.09 01:15:15.038154 [ 220 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19333 2025.01.09 01:15:15.038244 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19334 2025.01.09 01:15:15.038392 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19335 2025.01.09 01:15:15.038455 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19336 2025.01.09 01:15:15.039420 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19337 2025.01.09 01:15:15.039485 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19338 2025.01.09 01:15:15.040109 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
19339 2025.01.09 01:15:15.040481 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19340 2025.01.09 01:15:15.040821 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002449 sec., 2449.979583503471 rows/sec., 128.00 KiB/sec.
19341 2025.01.09 01:15:15.040987 [ 279 ] {ec1f5565-1df9-46da-abed-77265b48a993} <Debug> TCPHandler: Processed in 0.002844034 sec.
19342 2025.01.09 01:15:15.041208 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19343 2025.01.09 01:15:15.041341 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19344 2025.01.09 01:15:15.041429 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19345 2025.01.09 01:15:15.042460 [ 220 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19346 2025.01.09 01:15:15.043023 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19347 2025.01.09 01:15:15.043116 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19348 2025.01.09 01:15:15.043852 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
19349 2025.01.09 01:15:15.044123 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19350 2025.01.09 01:15:15.044347 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Debug> executeQuery: Read 956 rows, 65.03 KiB in 0.003044 sec., 314060.4467805519 rows/sec., 20.86 MiB/sec.
19351 2025.01.09 01:15:15.044409 [ 276 ] {a3010070-8405-4392-9025-457335e263bc} <Debug> TCPHandler: Processed in 0.003330175 sec.
19352 2025.01.09 01:15:15.044556 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19353 2025.01.09 01:15:15.044695 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19354 2025.01.09 01:15:15.044751 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19355 2025.01.09 01:15:15.045231 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19356 2025.01.09 01:15:15.045267 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19357 2025.01.09 01:15:15.045631 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19358 2025.01.09 01:15:15.045887 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19359 2025.01.09 01:15:15.046064 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec.
19360 2025.01.09 01:15:15.046117 [ 279 ] {99187a01-9c55-4909-8138-791fe47e51a9} <Debug> TCPHandler: Processed in 0.001630327 sec.
19361 2025.01.09 01:15:15.046274 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19362 2025.01.09 01:15:15.046396 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19363 2025.01.09 01:15:15.046479 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19364 2025.01.09 01:15:15.047598 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19365 2025.01.09 01:15:15.047639 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19366 2025.01.09 01:15:15.048305 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
19367 2025.01.09 01:15:15.048575 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19368 2025.01.09 01:15:15.048839 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002468 sec., 3241.4910858995136 rows/sec., 5.81 MiB/sec.
19369 2025.01.09 01:15:15.048943 [ 276 ] {419d3b66-515f-4505-b7b2-77227ef8717d} <Debug> TCPHandler: Processed in 0.002728651 sec.
19370 2025.01.09 01:15:15.049098 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19371 2025.01.09 01:15:15.049245 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19372 2025.01.09 01:15:15.049305 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19373 2025.01.09 01:15:15.049851 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19374 2025.01.09 01:15:15.049889 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19375 2025.01.09 01:15:15.050280 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
19376 2025.01.09 01:15:15.050519 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19377 2025.01.09 01:15:15.050656 [ 85 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
19378 2025.01.09 01:15:15.050707 [ 85 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19379 2025.01.09 01:15:15.050706 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001493 sec., 21433.35565974548 rows/sec., 1.24 MiB/sec.
19380 2025.01.09 01:15:15.050736 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19381 2025.01.09 01:15:15.050785 [ 279 ] {6ca82135-9c57-44aa-bbaf-f4a57780f89c} <Debug> TCPHandler: Processed in 0.00175451 sec.
19382 2025.01.09 01:15:15.050971 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
19383 2025.01.09 01:15:15.051124 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19384 2025.01.09 01:15:15.051168 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7446 rows starting from the beginning of the part
19385 2025.01.09 01:15:15.051255 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 72 rows starting from the beginning of the part
19386 2025.01.09 01:15:15.051428 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 50 rows starting from the beginning of the part
19387 2025.01.09 01:15:15.051771 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 72 rows starting from the beginning of the part
19388 2025.01.09 01:15:15.051992 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 50 rows starting from the beginning of the part
19389 2025.01.09 01:15:15.052115 [ 196 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 32 rows starting from the beginning of the part
19390 2025.01.09 01:15:15.054471 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7722 rows, containing 4 columns (4 merged, 0 gathered) in 0.003640352 sec., 2121223.442128673 rows/sec., 139.21 MiB/sec.
19391 2025.01.09 01:15:15.054983 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
19392 2025.01.09 01:15:15.055285 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19393 2025.01.09 01:15:15.055363 [ 189 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_151_30} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
19394 2025.01.09 01:15:15.055454 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
19395 2025.01.09 01:15:15.518077 [ 222 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19396 2025.01.09 01:15:15.518146 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19397 2025.01.09 01:15:15.520306 [ 222 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19398 2025.01.09 01:15:16.229656 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
19399 2025.01.09 01:15:16.256746 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19400 2025.01.09 01:15:16.256812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19401 2025.01.09 01:15:16.264469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
19402 2025.01.09 01:15:16.265311 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19403 2025.01.09 01:15:16.268635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694
19404 2025.01.09 01:15:19.546899 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19405 2025.01.09 01:15:19.547230 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19406 2025.01.09 01:15:19.547354 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19407 2025.01.09 01:15:19.548382 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19408 2025.01.09 01:15:19.548436 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19409 2025.01.09 01:15:19.548891 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
19410 2025.01.09 01:15:19.549151 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19411 2025.01.09 01:15:19.549399 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002258 sec., 23029.229406554474 rows/sec., 1.76 MiB/sec.
19412 2025.01.09 01:15:19.549468 [ 276 ] {b45e64db-0a19-48d2-8adc-a0918f6fa7df} <Debug> TCPHandler: Processed in 0.002737141 sec.
19413 2025.01.09 01:15:19.549743 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19414 2025.01.09 01:15:19.549961 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19415 2025.01.09 01:15:19.550045 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19416 2025.01.09 01:15:19.550927 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19417 2025.01.09 01:15:19.550975 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19418 2025.01.09 01:15:19.551433 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
19419 2025.01.09 01:15:19.551701 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19420 2025.01.09 01:15:19.551956 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.12 MiB/sec.
19421 2025.01.09 01:15:19.552024 [ 279 ] {182f7b00-90d2-4622-847a-bfbb8cc69917} <Debug> TCPHandler: Processed in 0.002423655 sec.
19422 2025.01.09 01:15:19.552248 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19423 2025.01.09 01:15:19.552490 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19424 2025.01.09 01:15:19.552595 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19425 2025.01.09 01:15:19.553299 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19426 2025.01.09 01:15:19.553342 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19427 2025.01.09 01:15:19.553751 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
19428 2025.01.09 01:15:19.554005 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19429 2025.01.09 01:15:19.554221 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 5 parts from all_1_147_30 to all_151_151_0
19430 2025.01.09 01:15:19.554289 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001861 sec., 64481.46157979581 rows/sec., 4.47 MiB/sec.
19431 2025.01.09 01:15:19.554407 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19432 2025.01.09 01:15:19.554434 [ 276 ] {3d418580-21ae-4973-9ee1-26262a9b3d70} <Debug> TCPHandler: Processed in 0.002297582 sec.
19433 2025.01.09 01:15:19.554506 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19434 2025.01.09 01:15:19.554675 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19435 2025.01.09 01:15:19.554838 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_147_30 to all_151_151_0 into Compact with storage Full
19436 2025.01.09 01:15:19.554934 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19437 2025.01.09 01:15:19.555077 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19438 2025.01.09 01:15:19.555237 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19439 2025.01.09 01:15:19.555344 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44119 rows starting from the beginning of the part
19440 2025.01.09 01:15:19.555818 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 153 rows starting from the beginning of the part
19441 2025.01.09 01:15:19.556214 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 227 rows starting from the beginning of the part
19442 2025.01.09 01:15:19.556461 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 150 rows starting from the beginning of the part
19443 2025.01.09 01:15:19.556748 [ 199 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 956 rows starting from the beginning of the part
19444 2025.01.09 01:15:19.557595 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19445 2025.01.09 01:15:19.557663 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19446 2025.01.09 01:15:19.558409 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
19447 2025.01.09 01:15:19.558739 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19448 2025.01.09 01:15:19.559133 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.004244 sec., 9425.070688030159 rows/sec., 661.78 KiB/sec.
19449 2025.01.09 01:15:19.559338 [ 279 ] {c8c605ae-6dd1-45c6-bb6f-92a830bc51d6} <Debug> TCPHandler: Processed in 0.004785618 sec.
19450 2025.01.09 01:15:19.566263 [ 194 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45605 rows, containing 5 columns (5 merged, 0 gathered) in 0.011600151 sec., 3931414.3410719396 rows/sec., 264.39 MiB/sec.
19451 2025.01.09 01:15:19.566693 [ 191 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Trace> MergedBlockOutputStream: filled checksums all_1_151_31 (state Temporary)
19452 2025.01.09 01:15:19.567039 [ 191 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_151_31 to all_1_151_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19453 2025.01.09 01:15:19.567120 [ 191 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_151_31} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 5 parts: [all_1_147_30, all_151_151_0] -> all_1_151_31
19454 2025.01.09 01:15:19.567205 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
19455 2025.01.09 01:15:20.624161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42639
19456 2025.01.09 01:15:20.625136 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19457 2025.01.09 01:15:20.625178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19458 2025.01.09 01:15:20.625711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
19459 2025.01.09 01:15:20.625963 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19460 2025.01.09 01:15:20.626210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639
19461 2025.01.09 01:15:23.408732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2692
19462 2025.01.09 01:15:23.412226 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19463 2025.01.09 01:15:23.412287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19464 2025.01.09 01:15:23.413833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19465 2025.01.09 01:15:23.414152 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19466 2025.01.09 01:15:23.414825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2692
19467 2025.01.09 01:15:23.768739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701
19468 2025.01.09 01:15:23.793726 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19469 2025.01.09 01:15:23.793777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19470 2025.01.09 01:15:23.801354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
19471 2025.01.09 01:15:23.802149 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19472 2025.01.09 01:15:23.805207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701
19473 2025.01.09 01:15:24.550528 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19474 2025.01.09 01:15:24.550838 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19475 2025.01.09 01:15:24.550955 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19476 2025.01.09 01:15:24.551858 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19477 2025.01.09 01:15:24.551901 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19478 2025.01.09 01:15:24.552336 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
19479 2025.01.09 01:15:24.552658 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19480 2025.01.09 01:15:24.552911 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Debug> executeQuery: Read 148 rows, 13.12 KiB in 0.002161 sec., 68486.81166126793 rows/sec., 5.93 MiB/sec.
19481 2025.01.09 01:15:24.552978 [ 276 ] {96c6ca41-e467-4597-a834-995719e09369} <Debug> TCPHandler: Processed in 0.002639269 sec.
19482 2025.01.09 01:15:24.553309 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19483 2025.01.09 01:15:24.553620 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19484 2025.01.09 01:15:24.553743 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19485 2025.01.09 01:15:24.554660 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19486 2025.01.09 01:15:24.554710 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19487 2025.01.09 01:15:24.555170 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
19488 2025.01.09 01:15:24.555424 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19489 2025.01.09 01:15:24.555711 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.002172 sec., 22099.447513812156 rows/sec., 1.62 MiB/sec.
19490 2025.01.09 01:15:24.555834 [ 279 ] {69d5055d-17ae-48db-8519-65c87f52df2a} <Debug> TCPHandler: Processed in 0.002717331 sec.
19491 2025.01.09 01:15:24.556020 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19492 2025.01.09 01:15:24.556185 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19493 2025.01.09 01:15:24.556237 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19494 2025.01.09 01:15:24.556873 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19495 2025.01.09 01:15:24.556914 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19496 2025.01.09 01:15:24.557292 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
19497 2025.01.09 01:15:24.557536 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19498 2025.01.09 01:15:24.557784 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001624 sec., 64039.40886699507 rows/sec., 5.00 MiB/sec.
19499 2025.01.09 01:15:24.557848 [ 276 ] {ea7458a0-e4a4-4d49-baa8-b08cb7d012d4} <Debug> TCPHandler: Processed in 0.001919843 sec.
19500 2025.01.09 01:15:24.558018 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19501 2025.01.09 01:15:24.558206 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19502 2025.01.09 01:15:24.558296 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19503 2025.01.09 01:15:24.558948 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19504 2025.01.09 01:15:24.558990 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19505 2025.01.09 01:15:24.559421 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
19506 2025.01.09 01:15:24.559671 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19507 2025.01.09 01:15:24.559909 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001752 sec., 85616.43835616438 rows/sec., 5.94 MiB/sec.
19508 2025.01.09 01:15:24.559972 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19509 2025.01.09 01:15:24.560001 [ 279 ] {ad71eb6b-1285-4a99-b498-33cdf8690d3e} <Debug> TCPHandler: Processed in 0.002051857 sec.
19510 2025.01.09 01:15:24.560025 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19511 2025.01.09 01:15:24.560192 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19512 2025.01.09 01:15:24.560316 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19513 2025.01.09 01:15:24.560405 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19514 2025.01.09 01:15:24.562280 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19515 2025.01.09 01:15:24.562320 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19516 2025.01.09 01:15:24.563024 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19517 2025.01.09 01:15:24.563287 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
19518 2025.01.09 01:15:24.563706 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19519 2025.01.09 01:15:24.563965 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.003675 sec., 13061.224489795919 rows/sec., 23.41 MiB/sec.
19520 2025.01.09 01:15:24.564082 [ 276 ] {a1979ba0-cba7-4d3f-97c5-e0f97f2f6aca} <Debug> TCPHandler: Processed in 0.0039766 sec.
19521 2025.01.09 01:15:24.564248 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19522 2025.01.09 01:15:24.564392 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19523 2025.01.09 01:15:24.564454 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19524 2025.01.09 01:15:24.565043 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19525 2025.01.09 01:15:24.565083 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19526 2025.01.09 01:15:24.565470 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
19527 2025.01.09 01:15:24.565717 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19528 2025.01.09 01:15:24.565936 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001578 sec., 31685.678073510775 rows/sec., 2.17 MiB/sec.
19529 2025.01.09 01:15:24.565997 [ 279 ] {5a4e974f-d461-4608-9b6c-6512a50a4100} <Debug> TCPHandler: Processed in 0.001818061 sec.
19530 2025.01.09 01:15:24.565998 [ 225 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19531 2025.01.09 01:15:24.566040 [ 225 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19532 2025.01.09 01:15:24.568091 [ 225 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19533 2025.01.09 01:15:24.851614 [ 221 ] {} <Trace> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
19534 2025.01.09 01:15:24.851675 [ 221 ] {} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
19535 2025.01.09 01:15:24.855596 [ 221 ] {} <Debug> oximeter.timeseries_schema (cda0f00d-aff2-4ce8-9865-5215be658cf1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
19536 2025.01.09 01:15:26.479341 [ 66 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0
19537 2025.01.09 01:15:26.479407 [ 66 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19538 2025.01.09 01:15:26.479433 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19539 2025.01.09 01:15:26.479582 [ 224 ] {} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19540 2025.01.09 01:15:26.479621 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full
19541 2025.01.09 01:15:26.479654 [ 224 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19542 2025.01.09 01:15:26.479907 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19543 2025.01.09 01:15:26.479988 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 16 rows starting from the beginning of the part
19544 2025.01.09 01:15:26.480096 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part
19545 2025.01.09 01:15:26.480536 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part
19546 2025.01.09 01:15:26.480982 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
19547 2025.01.09 01:15:26.481189 [ 190 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
19548 2025.01.09 01:15:26.483480 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.00397858 sec., 8043.070643294845 rows/sec., 687.27 KiB/sec.
19549 2025.01.09 01:15:26.483605 [ 224 ] {} <Debug> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19550 2025.01.09 01:15:26.483714 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary)
19551 2025.01.09 01:15:26.484282 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19552 2025.01.09 01:15:26.484368 [ 194 ] {fdc14a22-2722-4aa9-a85b-7e1e7ca79644::all_1_42_10} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10
19553 2025.01.09 01:15:26.484450 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19554 2025.01.09 01:15:26.641013 [ 225 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19555 2025.01.09 01:15:26.641072 [ 225 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19556 2025.01.09 01:15:26.643126 [ 225 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19557 2025.01.09 01:15:27.867176 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
19558 2025.01.09 01:15:27.867233 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
19559 2025.01.09 01:15:28.126358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43127
19560 2025.01.09 01:15:28.127025 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19561 2025.01.09 01:15:28.127062 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19562 2025.01.09 01:15:28.127595 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
19563 2025.01.09 01:15:28.127864 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19564 2025.01.09 01:15:28.128039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43127
19565 2025.01.09 01:15:29.033403 [ 221 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19566 2025.01.09 01:15:29.033497 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19567 2025.01.09 01:15:29.035296 [ 221 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0]
19568 2025.01.09 01:15:29.552497 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19569 2025.01.09 01:15:29.552707 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19570 2025.01.09 01:15:29.552784 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19571 2025.01.09 01:15:29.553587 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19572 2025.01.09 01:15:29.553643 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19573 2025.01.09 01:15:29.554097 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19574 2025.01.09 01:15:29.554358 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19575 2025.01.09 01:15:29.554613 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec.
19576 2025.01.09 01:15:29.554684 [ 276 ] {1e08d8f8-e10c-410b-96b0-3333a230b948} <Debug> TCPHandler: Processed in 0.002327033 sec.
19577 2025.01.09 01:15:29.555011 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19578 2025.01.09 01:15:29.555297 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19579 2025.01.09 01:15:29.555372 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19580 2025.01.09 01:15:29.556250 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19581 2025.01.09 01:15:29.556298 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19582 2025.01.09 01:15:29.556756 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
19583 2025.01.09 01:15:29.557019 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19584 2025.01.09 01:15:29.557225 [ 46 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
19585 2025.01.09 01:15:29.557249 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.00203 sec., 105911.33004926107 rows/sec., 9.26 MiB/sec.
19586 2025.01.09 01:15:29.557302 [ 46 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19587 2025.01.09 01:15:29.557378 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19588 2025.01.09 01:15:29.557402 [ 279 ] {ae75c5fe-5ab6-417b-9b47-13f54529847f} <Debug> TCPHandler: Processed in 0.002574078 sec.
19589 2025.01.09 01:15:29.557659 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19590 2025.01.09 01:15:29.557658 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
19591 2025.01.09 01:15:29.557893 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19592 2025.01.09 01:15:29.557977 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19593 2025.01.09 01:15:29.558003 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19594 2025.01.09 01:15:29.558074 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1460 rows starting from the beginning of the part
19595 2025.01.09 01:15:29.558364 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 148 rows starting from the beginning of the part
19596 2025.01.09 01:15:29.558754 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 1358 rows starting from the beginning of the part
19597 2025.01.09 01:15:29.559077 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 52 rows starting from the beginning of the part
19598 2025.01.09 01:15:29.559444 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 148 rows starting from the beginning of the part
19599 2025.01.09 01:15:29.559806 [ 200 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 215 rows starting from the beginning of the part
19600 2025.01.09 01:15:29.561335 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19601 2025.01.09 01:15:29.561409 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19602 2025.01.09 01:15:29.562424 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
19603 2025.01.09 01:15:29.562873 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19604 2025.01.09 01:15:29.563111 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005312 sec., 2823.7951807228915 rows/sec., 199.10 KiB/sec.
19605 2025.01.09 01:15:29.563179 [ 276 ] {e852c160-fa70-42ad-9dad-f5e5a993f9f4} <Debug> TCPHandler: Processed in 0.005666728 sec.
19606 2025.01.09 01:15:29.563511 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19607 2025.01.09 01:15:29.563531 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3381 rows, containing 5 columns (5 merged, 0 gathered) in 0.006036496 sec., 560093.140126325 rows/sec., 49.23 MiB/sec.
19608 2025.01.09 01:15:29.563793 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19609 2025.01.09 01:15:29.563859 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
19610 2025.01.09 01:15:29.563965 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19611 2025.01.09 01:15:29.564493 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19612 2025.01.09 01:15:29.564754 [ 190 ] {01f198f8-fc7b-49ca-a41f-88fab24ea3cd::all_1_156_31} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
19613 2025.01.09 01:15:29.564914 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
19614 2025.01.09 01:15:29.565193 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19615 2025.01.09 01:15:29.565239 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19616 2025.01.09 01:15:29.565607 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19617 2025.01.09 01:15:29.565864 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19618 2025.01.09 01:15:29.566086 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002378 sec., 5887.300252312868 rows/sec., 412.31 KiB/sec.
19619 2025.01.09 01:15:29.566144 [ 279 ] {3171e533-5e2d-42c0-9f91-3d531e4d108d} <Debug> TCPHandler: Processed in 0.002799293 sec.
19620 2025.01.09 01:15:29.566311 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19621 2025.01.09 01:15:29.566455 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19622 2025.01.09 01:15:29.566516 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19623 2025.01.09 01:15:29.567214 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19624 2025.01.09 01:15:29.567259 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19625 2025.01.09 01:15:29.567621 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19626 2025.01.09 01:15:29.567861 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19627 2025.01.09 01:15:29.568042 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec.
19628 2025.01.09 01:15:29.568098 [ 276 ] {c5138a22-183e-422c-af4d-adce7b8b68ef} <Debug> TCPHandler: Processed in 0.001856091 sec.
19629 2025.01.09 01:15:29.568225 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19630 2025.01.09 01:15:29.568369 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19631 2025.01.09 01:15:29.568429 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19632 2025.01.09 01:15:29.569277 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19633 2025.01.09 01:15:29.569318 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19634 2025.01.09 01:15:29.569712 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
19635 2025.01.09 01:15:29.569950 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19636 2025.01.09 01:15:29.570115 [ 46 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
19637 2025.01.09 01:15:29.570166 [ 46 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19638 2025.01.09 01:15:29.570184 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001837 sec., 207947.7408818726 rows/sec., 14.71 MiB/sec.
19639 2025.01.09 01:15:29.570202 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19640 2025.01.09 01:15:29.570356 [ 279 ] {a53a8602-5e0b-4bb3-b308-8920eeed5cb5} <Debug> TCPHandler: Processed in 0.002182889 sec.
19641 2025.01.09 01:15:29.570664 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19642 2025.01.09 01:15:29.570820 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
19643 2025.01.09 01:15:29.571185 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19644 2025.01.09 01:15:29.571442 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19645 2025.01.09 01:15:29.571438 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19646 2025.01.09 01:15:29.571573 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 923 rows starting from the beginning of the part
19647 2025.01.09 01:15:29.572083 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 104 rows starting from the beginning of the part
19648 2025.01.09 01:15:29.572787 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 844 rows starting from the beginning of the part
19649 2025.01.09 01:15:29.573527 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 56 rows starting from the beginning of the part
19650 2025.01.09 01:15:29.574063 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 104 rows starting from the beginning of the part
19651 2025.01.09 01:15:29.574246 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 382 rows starting from the beginning of the part
19652 2025.01.09 01:15:29.575441 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19653 2025.01.09 01:15:29.575510 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19654 2025.01.09 01:15:29.576589 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
19655 2025.01.09 01:15:29.577074 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19656 2025.01.09 01:15:29.577466 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006498 sec., 923.3610341643582 rows/sec., 48.24 KiB/sec.
19657 2025.01.09 01:15:29.577864 [ 276 ] {aa2d3eff-bbdc-4403-a50f-c2c9524462ee} <Debug> TCPHandler: Processed in 0.007384457 sec.
19658 2025.01.09 01:15:29.578275 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19659 2025.01.09 01:15:29.578450 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.008064812 sec., 299201.0229128714 rows/sec., 22.94 MiB/sec.
19660 2025.01.09 01:15:29.578705 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19661 2025.01.09 01:15:29.578783 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
19662 2025.01.09 01:15:29.578808 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19663 2025.01.09 01:15:29.579446 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19664 2025.01.09 01:15:29.579602 [ 188 ] {f2f6a1ed-31d0-4ede-9669-12e355a32410::all_1_156_31} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
19665 2025.01.09 01:15:29.579769 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
19666 2025.01.09 01:15:29.579974 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19667 2025.01.09 01:15:29.580018 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19668 2025.01.09 01:15:29.580418 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
19669 2025.01.09 01:15:29.580657 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19670 2025.01.09 01:15:29.580872 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002283 sec., 99430.5738063951 rows/sec., 6.63 MiB/sec.
19671 2025.01.09 01:15:29.580930 [ 279 ] {047df801-e810-4893-9faa-8f4920a06b55} <Debug> TCPHandler: Processed in 0.002925206 sec.
19672 2025.01.09 01:15:29.581082 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19673 2025.01.09 01:15:29.581221 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19674 2025.01.09 01:15:29.581284 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19675 2025.01.09 01:15:29.581845 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19676 2025.01.09 01:15:29.581892 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19677 2025.01.09 01:15:29.582303 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19678 2025.01.09 01:15:29.582554 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19679 2025.01.09 01:15:29.582768 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec.
19680 2025.01.09 01:15:29.582818 [ 276 ] {80511d72-c05b-4b13-9a92-66f443508a53} <Debug> TCPHandler: Processed in 0.00180311 sec.
19681 2025.01.09 01:15:29.582947 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19682 2025.01.09 01:15:29.583065 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19683 2025.01.09 01:15:29.583147 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19684 2025.01.09 01:15:29.584265 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19685 2025.01.09 01:15:29.584305 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19686 2025.01.09 01:15:29.584948 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
19687 2025.01.09 01:15:29.585226 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19688 2025.01.09 01:15:29.585475 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002434 sec., 3286.770747740345 rows/sec., 5.89 MiB/sec.
19689 2025.01.09 01:15:29.585605 [ 279 ] {1d4fd42f-bc5f-4a9d-af3f-c1eaa13b30d6} <Debug> TCPHandler: Processed in 0.002712032 sec.
19690 2025.01.09 01:15:29.585758 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19691 2025.01.09 01:15:29.585878 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19692 2025.01.09 01:15:29.585931 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19693 2025.01.09 01:15:29.586434 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19694 2025.01.09 01:15:29.586474 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19695 2025.01.09 01:15:29.586866 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
19696 2025.01.09 01:15:29.587114 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19697 2025.01.09 01:15:29.587326 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001472 sec., 48913.04347826087 rows/sec., 3.12 MiB/sec.
19698 2025.01.09 01:15:29.587383 [ 276 ] {ebf780f0-dc64-4569-80b9-65c90c89970d} <Debug> TCPHandler: Processed in 0.001681557 sec.
19699 2025.01.09 01:15:31.305324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709
19700 2025.01.09 01:15:31.333225 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19701 2025.01.09 01:15:31.333295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19702 2025.01.09 01:15:31.341476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
19703 2025.01.09 01:15:31.342387 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19704 2025.01.09 01:15:31.347502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709
19705 2025.01.09 01:15:33.078059 [ 220 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19706 2025.01.09 01:15:33.078118 [ 220 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19707 2025.01.09 01:15:33.080151 [ 220 ] {} <Debug> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
19708 2025.01.09 01:15:33.415099 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2726
19709 2025.01.09 01:15:33.418317 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19710 2025.01.09 01:15:33.418369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19711 2025.01.09 01:15:33.420148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19712 2025.01.09 01:15:33.420712 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19713 2025.01.09 01:15:33.421356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2726
19714 2025.01.09 01:15:34.549520 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19715 2025.01.09 01:15:34.549829 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
19716 2025.01.09 01:15:34.549949 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19717 2025.01.09 01:15:34.550926 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19718 2025.01.09 01:15:34.550976 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19719 2025.01.09 01:15:34.551579 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
19720 2025.01.09 01:15:34.552218 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19721 2025.01.09 01:15:34.552459 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002715 sec., 736.6482504604052 rows/sec., 60.07 KiB/sec.
19722 2025.01.09 01:15:34.552527 [ 276 ] {3c439e1c-7878-475b-822b-01791ce7406b} <Debug> TCPHandler: Processed in 0.003180172 sec.
19723 2025.01.09 01:15:34.552794 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19724 2025.01.09 01:15:34.553011 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19725 2025.01.09 01:15:34.553095 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19726 2025.01.09 01:15:34.553988 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19727 2025.01.09 01:15:34.554038 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19728 2025.01.09 01:15:34.554662 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
19729 2025.01.09 01:15:34.555277 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19730 2025.01.09 01:15:34.555521 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Debug> executeQuery: Read 149 rows, 13.19 KiB in 0.002568 sec., 58021.80685358256 rows/sec., 5.02 MiB/sec.
19731 2025.01.09 01:15:34.555608 [ 279 ] {c1ac3e4e-ae24-4cdc-9fe6-b5346099a5c5} <Debug> TCPHandler: Processed in 0.002956836 sec.
19732 2025.01.09 01:15:34.555836 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19733 2025.01.09 01:15:34.556104 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19734 2025.01.09 01:15:34.556167 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19735 2025.01.09 01:15:34.556837 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19736 2025.01.09 01:15:34.556879 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19737 2025.01.09 01:15:34.557399 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
19738 2025.01.09 01:15:34.557916 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19739 2025.01.09 01:15:34.558101 [ 36 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
19740 2025.01.09 01:15:34.558169 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Debug> executeQuery: Read 50 rows, 3.75 KiB in 0.002129 sec., 23485.204321277597 rows/sec., 1.72 MiB/sec.
19741 2025.01.09 01:15:34.558196 [ 36 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19742 2025.01.09 01:15:34.558275 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19743 2025.01.09 01:15:34.558288 [ 276 ] {dbeaa6a5-ed4b-4158-a435-cbb40ad51e5b} <Debug> TCPHandler: Processed in 0.002572679 sec.
19744 2025.01.09 01:15:34.558501 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19745 2025.01.09 01:15:34.558512 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
19746 2025.01.09 01:15:34.558676 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19747 2025.01.09 01:15:34.558682 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19748 2025.01.09 01:15:34.558716 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 79 rows starting from the beginning of the part
19749 2025.01.09 01:15:34.558760 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19750 2025.01.09 01:15:34.558883 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 48 rows starting from the beginning of the part
19751 2025.01.09 01:15:34.559349 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 21 rows starting from the beginning of the part
19752 2025.01.09 01:15:34.559681 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part
19753 2025.01.09 01:15:34.560154 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 15 rows starting from the beginning of the part
19754 2025.01.09 01:15:34.560650 [ 193 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 50 rows starting from the beginning of the part
19755 2025.01.09 01:15:34.561728 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19756 2025.01.09 01:15:34.561778 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19757 2025.01.09 01:15:34.562535 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.004136143 sec., 63102.26701542959 rows/sec., 4.79 MiB/sec.
19758 2025.01.09 01:15:34.562540 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
19759 2025.01.09 01:15:34.562827 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
19760 2025.01.09 01:15:34.563239 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19761 2025.01.09 01:15:34.563630 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.004989 sec., 21246.742834235316 rows/sec., 1.66 MiB/sec.
19762 2025.01.09 01:15:34.563693 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19763 2025.01.09 01:15:34.563872 [ 279 ] {a86a9a9f-1922-427d-9e1d-3102ccd209c7} <Debug> TCPHandler: Processed in 0.005464114 sec.
19764 2025.01.09 01:15:34.564041 [ 186 ] {d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48::all_1_136_27} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
19765 2025.01.09 01:15:34.564173 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19766 2025.01.09 01:15:34.564272 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
19767 2025.01.09 01:15:34.564428 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19768 2025.01.09 01:15:34.564519 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19769 2025.01.09 01:15:34.565125 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19770 2025.01.09 01:15:34.565164 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19771 2025.01.09 01:15:34.565711 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
19772 2025.01.09 01:15:34.566237 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19773 2025.01.09 01:15:34.566466 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.002101 sec., 71870.53783912423 rows/sec., 4.98 MiB/sec.
19774 2025.01.09 01:15:34.566523 [ 276 ] {a578c689-3082-419f-aaeb-fda9f640da0c} <Debug> TCPHandler: Processed in 0.002517377 sec.
19775 2025.01.09 01:15:34.566690 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19776 2025.01.09 01:15:34.566832 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19777 2025.01.09 01:15:34.566929 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19778 2025.01.09 01:15:34.568185 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19779 2025.01.09 01:15:34.568227 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19780 2025.01.09 01:15:34.569076 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
19781 2025.01.09 01:15:34.569634 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19782 2025.01.09 01:15:34.569825 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
19783 2025.01.09 01:15:34.569889 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19784 2025.01.09 01:15:34.569919 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19785 2025.01.09 01:15:34.569933 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.003128 sec., 15345.268542199488 rows/sec., 27.50 MiB/sec.
19786 2025.01.09 01:15:34.570228 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
19787 2025.01.09 01:15:34.570332 [ 279 ] {b0b26a95-35b2-45dd-bc28-2d6ed9fe59ed} <Debug> TCPHandler: Processed in 0.003708963 sec.
19788 2025.01.09 01:15:34.570526 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19789 2025.01.09 01:15:34.570696 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19790 2025.01.09 01:15:34.570697 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19791 2025.01.09 01:15:34.570782 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19792 2025.01.09 01:15:34.570790 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2600 rows starting from the beginning of the part
19793 2025.01.09 01:15:34.571311 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 48 rows starting from the beginning of the part
19794 2025.01.09 01:15:34.571714 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 8 rows starting from the beginning of the part
19795 2025.01.09 01:15:34.571955 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19796 2025.01.09 01:15:34.572021 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19797 2025.01.09 01:15:34.572120 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part
19798 2025.01.09 01:15:34.572486 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 8 rows starting from the beginning of the part
19799 2025.01.09 01:15:34.572810 [ 198 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 48 rows starting from the beginning of the part
19800 2025.01.09 01:15:34.572825 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
19801 2025.01.09 01:15:34.573435 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19802 2025.01.09 01:15:34.573785 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003129 sec., 15979.546180888463 rows/sec., 1.10 MiB/sec.
19803 2025.01.09 01:15:34.573885 [ 276 ] {fdbd5d2f-5977-41cd-8cd6-20339cb72983} <Debug> TCPHandler: Processed in 0.003448228 sec.
19804 2025.01.09 01:15:34.583206 [ 192 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 19 columns (19 merged, 0 gathered) in 0.013200598 sec., 209081.4370682298 rows/sec., 374.66 MiB/sec.
19805 2025.01.09 01:15:34.585967 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
19806 2025.01.09 01:15:34.586712 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19807 2025.01.09 01:15:34.586811 [ 203 ] {c48a1058-fa62-4e03-b8f6-ecc5e030d913::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
19808 2025.01.09 01:15:34.587012 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.09 MiB.
19809 2025.01.09 01:15:35.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.46 MiB, peak 293.67 MiB, free memory in arenas 0.00 B, will set to 276.74 MiB (RSS), difference: 2.28 MiB
19810 2025.01.09 01:15:35.628228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43554
19811 2025.01.09 01:15:35.628988 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19812 2025.01.09 01:15:35.629026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.39 GiB.
19813 2025.01.09 01:15:35.629544 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19814 2025.01.09 01:15:35.629792 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19815 2025.01.09 01:15:35.629972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554
19816 2025.01.09 01:15:35.630087 [ 219 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19817 2025.01.09 01:15:35.630164 [ 219 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19818 2025.01.09 01:15:35.632253 [ 219 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19819 2025.01.09 01:15:37.351672 [ 223 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19820 2025.01.09 01:15:37.351764 [ 223 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19821 2025.01.09 01:15:37.353932 [ 223 ] {} <Debug> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19822 2025.01.09 01:15:38.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.74 MiB, peak 293.67 MiB, free memory in arenas 0.00 B, will set to 276.74 MiB (RSS), difference: 4.00 MiB
19823 2025.01.09 01:15:38.847622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716
19824 2025.01.09 01:15:38.873894 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19825 2025.01.09 01:15:38.873955 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19826 2025.01.09 01:15:38.882151 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19827 2025.01.09 01:15:38.883011 [ 243 ] {} <Trace> system.metric_log (6d874974-7062-465a-b554-266ce1892843): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19828 2025.01.09 01:15:38.886722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716
19829 2025.01.09 01:15:39.268088 [ 222 ] {} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
19830 2025.01.09 01:15:39.268142 [ 222 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
19831 2025.01.09 01:15:39.270120 [ 222 ] {} <Debug> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
19832 2025.01.09 01:15:39.552773 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19833 2025.01.09 01:15:39.553066 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19834 2025.01.09 01:15:39.553182 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19835 2025.01.09 01:15:39.554149 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19836 2025.01.09 01:15:39.554196 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19837 2025.01.09 01:15:39.554741 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19838 2025.01.09 01:15:39.555208 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19839 2025.01.09 01:15:39.555454 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002476 sec., 5654.281098546042 rows/sec., 407.03 KiB/sec.
19840 2025.01.09 01:15:39.555519 [ 276 ] {5ea2fc66-eca6-4dd1-97f0-36c53508f0f8} <Debug> TCPHandler: Processed in 0.002937097 sec.
19841 2025.01.09 01:15:39.555846 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19842 2025.01.09 01:15:39.556150 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19843 2025.01.09 01:15:39.556266 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19844 2025.01.09 01:15:39.557279 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19845 2025.01.09 01:15:39.557324 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19846 2025.01.09 01:15:39.557898 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
19847 2025.01.09 01:15:39.558468 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19848 2025.01.09 01:15:39.558710 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.002645 sec., 81285.44423440452 rows/sec., 7.10 MiB/sec.
19849 2025.01.09 01:15:39.558776 [ 221 ] {} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19850 2025.01.09 01:15:39.558788 [ 279 ] {faa2ff44-1670-420e-a6c7-8ec674f43810} <Debug> TCPHandler: Processed in 0.00312875 sec.
19851 2025.01.09 01:15:39.558814 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19852 2025.01.09 01:15:39.559021 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19853 2025.01.09 01:15:39.559372 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19854 2025.01.09 01:15:39.559498 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19855 2025.01.09 01:15:39.561017 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19856 2025.01.09 01:15:39.561061 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19857 2025.01.09 01:15:39.561931 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
19858 2025.01.09 01:15:39.562401 [ 221 ] {} <Debug> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19859 2025.01.09 01:15:39.562696 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19860 2025.01.09 01:15:39.563233 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003969 sec., 3779.2894935752074 rows/sec., 266.47 KiB/sec.
19861 2025.01.09 01:15:39.563447 [ 276 ] {f197fbcf-fe3c-4513-a713-037ecb1d8a61} <Debug> TCPHandler: Processed in 0.004547712 sec.
19862 2025.01.09 01:15:39.563652 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19863 2025.01.09 01:15:39.563803 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19864 2025.01.09 01:15:39.563864 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19865 2025.01.09 01:15:39.564523 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19866 2025.01.09 01:15:39.564571 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19867 2025.01.09 01:15:39.565076 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19868 2025.01.09 01:15:39.565533 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19869 2025.01.09 01:15:39.565684 [ 33 ] {} <Debug> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0
19870 2025.01.09 01:15:39.565723 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001952 sec., 7172.131147540984 rows/sec., 502.29 KiB/sec.
19871 2025.01.09 01:15:39.565729 [ 33 ] {} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19872 2025.01.09 01:15:39.565778 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19873 2025.01.09 01:15:39.565797 [ 279 ] {e5c5f89a-b1b1-451d-940b-1c597ef6f076} <Debug> TCPHandler: Processed in 0.00224127 sec.
19874 2025.01.09 01:15:39.566034 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full
19875 2025.01.09 01:15:39.566085 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19876 2025.01.09 01:15:39.566241 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19877 2025.01.09 01:15:39.566344 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 243 rows starting from the beginning of the part
19878 2025.01.09 01:15:39.566470 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19879 2025.01.09 01:15:39.566572 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part
19880 2025.01.09 01:15:39.566691 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19881 2025.01.09 01:15:39.567043 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part
19882 2025.01.09 01:15:39.567415 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 242 rows starting from the beginning of the part
19883 2025.01.09 01:15:39.567742 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part
19884 2025.01.09 01:15:39.568192 [ 187 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part
19885 2025.01.09 01:15:39.569670 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19886 2025.01.09 01:15:39.569741 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19887 2025.01.09 01:15:39.570833 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19888 2025.01.09 01:15:39.571186 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00529572 sec., 102157.96907691493 rows/sec., 7.32 MiB/sec.
19889 2025.01.09 01:15:39.571473 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19890 2025.01.09 01:15:39.571491 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary)
19891 2025.01.09 01:15:39.571905 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005565 sec., 2336.028751123091 rows/sec., 145.65 KiB/sec.
19892 2025.01.09 01:15:39.572022 [ 276 ] {f9db5c90-99d0-4e4e-920b-2ee0433513aa} <Debug> TCPHandler: Processed in 0.006124748 sec.
19893 2025.01.09 01:15:39.572484 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19894 2025.01.09 01:15:39.572606 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19895 2025.01.09 01:15:39.572759 [ 203 ] {bb0fe5da-467d-4480-9340-392f049f6819::all_1_69_15} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15
19896 2025.01.09 01:15:39.572788 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19897 2025.01.09 01:15:39.572892 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19898 2025.01.09 01:15:39.572904 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
19899 2025.01.09 01:15:39.573685 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19900 2025.01.09 01:15:39.573729 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19901 2025.01.09 01:15:39.574222 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
19902 2025.01.09 01:15:39.574661 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19903 2025.01.09 01:15:39.574843 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002111 sec., 180956.89246802463 rows/sec., 12.80 MiB/sec.
19904 2025.01.09 01:15:39.574887 [ 225 ] {} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19905 2025.01.09 01:15:39.574910 [ 279 ] {1f0292d8-c801-4b7d-ba27-ae24b255ddaa} <Debug> TCPHandler: Processed in 0.002757122 sec.
19906 2025.01.09 01:15:39.574929 [ 225 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19907 2025.01.09 01:15:39.575114 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19908 2025.01.09 01:15:39.575256 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19909 2025.01.09 01:15:39.575333 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19910 2025.01.09 01:15:39.576522 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19911 2025.01.09 01:15:39.576592 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19912 2025.01.09 01:15:39.577341 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19913 2025.01.09 01:15:39.577875 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19914 2025.01.09 01:15:39.578311 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003057 sec., 1962.7085377821395 rows/sec., 102.54 KiB/sec.
19915 2025.01.09 01:15:39.578375 [ 276 ] {ae1c6471-58ec-4923-ba5f-93c55123b9d0} <Debug> TCPHandler: Processed in 0.003377466 sec.
19916 2025.01.09 01:15:39.578519 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19917 2025.01.09 01:15:39.578681 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19918 2025.01.09 01:15:39.578764 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19919 2025.01.09 01:15:39.579126 [ 225 ] {} <Debug> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
19920 2025.01.09 01:15:39.579845 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19921 2025.01.09 01:15:39.579890 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19922 2025.01.09 01:15:39.580426 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
19923 2025.01.09 01:15:39.580860 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19924 2025.01.09 01:15:39.580993 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Selected 6 parts from all_1_151_31 to all_156_156_0
19925 2025.01.09 01:15:39.581031 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19926 2025.01.09 01:15:39.581041 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002401 sec., 94543.94002498958 rows/sec., 6.31 MiB/sec.
19927 2025.01.09 01:15:39.581057 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19928 2025.01.09 01:15:39.581142 [ 279 ] {7469be22-5fbe-40ca-88de-715865c4dbfc} <Debug> TCPHandler: Processed in 0.002680001 sec.
19929 2025.01.09 01:15:39.581374 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_31 to all_156_156_0 into Compact with storage Full
19930 2025.01.09 01:15:39.581450 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19931 2025.01.09 01:15:39.581599 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19932 2025.01.09 01:15:39.581713 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_151_31, total 45605 rows starting from the beginning of the part
19933 2025.01.09 01:15:39.581744 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19934 2025.01.09 01:15:39.581913 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19935 2025.01.09 01:15:39.582014 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 120 rows starting from the beginning of the part
19936 2025.01.09 01:15:39.582493 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 150 rows starting from the beginning of the part
19937 2025.01.09 01:15:39.582898 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 227 rows starting from the beginning of the part
19938 2025.01.09 01:15:39.583258 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 151 rows starting from the beginning of the part
19939 2025.01.09 01:15:39.583537 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 227 rows starting from the beginning of the part
19940 2025.01.09 01:15:39.584325 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19941 2025.01.09 01:15:39.584380 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19942 2025.01.09 01:15:39.585232 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19943 2025.01.09 01:15:39.585904 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19944 2025.01.09 01:15:39.586365 [ 33 ] {} <Debug> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0
19945 2025.01.09 01:15:39.586519 [ 33 ] {} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19946 2025.01.09 01:15:39.586573 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004867 sec., 205.4653790836244 rows/sec., 13.84 KiB/sec.
19947 2025.01.09 01:15:39.586660 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19948 2025.01.09 01:15:39.587044 [ 276 ] {9394da06-ffb4-491e-bc8c-06365cf90808} <Debug> TCPHandler: Processed in 0.00578446 sec.
19949 2025.01.09 01:15:39.587168 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full
19950 2025.01.09 01:15:39.587529 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19951 2025.01.09 01:15:39.587624 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19952 2025.01.09 01:15:39.587702 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 65 rows starting from the beginning of the part
19953 2025.01.09 01:15:39.587825 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19954 2025.01.09 01:15:39.588004 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part
19955 2025.01.09 01:15:39.588413 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part
19956 2025.01.09 01:15:39.588492 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19957 2025.01.09 01:15:39.588726 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part
19958 2025.01.09 01:15:39.589090 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part
19959 2025.01.09 01:15:39.589626 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part
19960 2025.01.09 01:15:39.594789 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.00797154 sec., 8781.239258662694 rows/sec., 590.72 KiB/sec.
19961 2025.01.09 01:15:39.595182 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary)
19962 2025.01.09 01:15:39.595846 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19963 2025.01.09 01:15:39.595931 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19964 2025.01.09 01:15:39.596357 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19965 2025.01.09 01:15:39.596612 [ 203 ] {347b672a-0958-4f72-b11b-89bd915983ac::all_1_69_15} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15
19966 2025.01.09 01:15:39.596866 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
19967 2025.01.09 01:15:39.597461 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46480 rows, containing 5 columns (5 merged, 0 gathered) in 0.016296498 sec., 2852146.5163865266 rows/sec., 191.85 MiB/sec.
19968 2025.01.09 01:15:39.597790 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
19969 2025.01.09 01:15:39.598124 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Trace> MergedBlockOutputStream: filled checksums all_1_156_32 (state Temporary)
19970 2025.01.09 01:15:39.598406 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19971 2025.01.09 01:15:39.598769 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19972 2025.01.09 01:15:39.598813 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.011053 sec., 723.7853976296028 rows/sec., 1.30 MiB/sec.
19973 2025.01.09 01:15:39.598823 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19974 2025.01.09 01:15:39.599011 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_merge_all_1_156_32 to all_1_156_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19975 2025.01.09 01:15:39.599413 [ 196 ] {d8878eee-881d-4291-a665-c4d461598449::all_1_156_32} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449) (MergerMutator): Merged 6 parts: [all_1_151_31, all_156_156_0] -> all_1_156_32
19976 2025.01.09 01:15:39.599520 [ 279 ] {8cf6cb70-a329-441c-a9dd-b681fa0fcd00} <Debug> TCPHandler: Processed in 0.012287407 sec.
19977 2025.01.09 01:15:39.599614 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB.
19978 2025.01.09 01:15:39.599830 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19979 2025.01.09 01:15:39.600074 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19980 2025.01.09 01:15:39.600228 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19981 2025.01.09 01:15:39.601087 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19982 2025.01.09 01:15:39.601134 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19983 2025.01.09 01:15:39.601887 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
19984 2025.01.09 01:15:39.602579 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19985 2025.01.09 01:15:39.602868 [ 33 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
19986 2025.01.09 01:15:39.602944 [ 33 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19987 2025.01.09 01:15:39.602987 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00298 sec., 24161.073825503354 rows/sec., 1.54 MiB/sec.
19988 2025.01.09 01:15:39.603011 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
19989 2025.01.09 01:15:39.603393 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
19990 2025.01.09 01:15:39.603502 [ 276 ] {6c7a55b5-c083-4df0-ab74-829f1f0cd626} <Debug> TCPHandler: Processed in 0.003840287 sec.
19991 2025.01.09 01:15:39.603527 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
19992 2025.01.09 01:15:39.604163 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19993 2025.01.09 01:15:39.604306 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 7722 rows starting from the beginning of the part
19994 2025.01.09 01:15:39.604728 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 40 rows starting from the beginning of the part
19995 2025.01.09 01:15:39.605744 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 50 rows starting from the beginning of the part
19996 2025.01.09 01:15:39.606230 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 72 rows starting from the beginning of the part
19997 2025.01.09 01:15:39.606744 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 50 rows starting from the beginning of the part
19998 2025.01.09 01:15:39.607412 [ 203 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 72 rows starting from the beginning of the part
19999 2025.01.09 01:15:39.610954 [ 194 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8006 rows, containing 4 columns (4 merged, 0 gathered) in 0.007800596 sec., 1026331.8341316484 rows/sec., 67.37 MiB/sec.
20000 2025.01.09 01:15:39.611679 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
20001 2025.01.09 01:15:39.612341 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20002 2025.01.09 01:15:39.612430 [ 197 ] {591fdba3-a08f-466e-aa48-edd8e46db388::all_1_156_31} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
20003 2025.01.09 01:15:39.612525 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
20004 2025.01.09 01:15:40.506128 [ 219 ] {} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20005 2025.01.09 01:15:40.506179 [ 219 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20006 2025.01.09 01:15:40.508035 [ 219 ] {} <Debug> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20007 2025.01.09 01:15:42.867468 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
20008 2025.01.09 01:15:42.867522 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
20009 2025.01.09 01:15:43.007134 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00666338 sec.
20010 2025.01.09 01:15:43.130159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44042
20011 2025.01.09 01:15:43.131267 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20012 2025.01.09 01:15:43.131306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20013 2025.01.09 01:15:43.131987 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
20014 2025.01.09 01:15:43.132498 [ 244 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20015 2025.01.09 01:15:43.132714 [ 119 ] {} <Debug> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
20016 2025.01.09 01:15:43.132744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44042
20017 2025.01.09 01:15:43.132807 [ 119 ] {} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20018 2025.01.09 01:15:43.132839 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20019 2025.01.09 01:15:43.133044 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
20020 2025.01.09 01:15:43.133442 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20021 2025.01.09 01:15:43.133584 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part
20022 2025.01.09 01:15:43.133971 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part
20023 2025.01.09 01:15:43.134371 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part
20024 2025.01.09 01:15:43.134625 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part
20025 2025.01.09 01:15:43.134721 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part
20026 2025.01.09 01:15:43.134813 [ 191 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part
20027 2025.01.09 01:15:43.138319 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44042 rows, containing 4 columns (4 merged, 0 gathered) in 0.005400542 sec., 8155107.394776301 rows/sec., 116.66 MiB/sec.
20028 2025.01.09 01:15:43.139006 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
20029 2025.01.09 01:15:43.139616 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20030 2025.01.09 01:15:43.139709 [ 190 ] {80eb5e59-81fd-4177-a5da-4c5426f28235::all_1_96_19} <Trace> system.asynchronous_metric_log (80eb5e59-81fd-4177-a5da-4c5426f28235) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
20031 2025.01.09 01:15:43.139841 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
20032 2025.01.09 01:15:43.421595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2762
20033 2025.01.09 01:15:43.425192 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20034 2025.01.09 01:15:43.425235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20035 2025.01.09 01:15:43.426904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
20036 2025.01.09 01:15:43.427460 [ 242 ] {} <Trace> system.query_log (4d7c3fbf-e4ae-4f64-a178-194db9b11bb5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20037 2025.01.09 01:15:43.428044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2762
20038 2025.01.09 01:15:44.550479 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20039 2025.01.09 01:15:44.550695 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20040 2025.01.09 01:15:44.550777 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20041 2025.01.09 01:15:44.551602 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20042 2025.01.09 01:15:44.551645 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20043 2025.01.09 01:15:44.552231 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
20044 2025.01.09 01:15:44.552783 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20045 2025.01.09 01:15:44.552994 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Debug> executeQuery: Read 148 rows, 13.12 KiB in 0.002361 sec., 62685.302837780604 rows/sec., 5.42 MiB/sec.
20046 2025.01.09 01:15:44.553064 [ 276 ] {a71927bd-be18-4feb-b4d5-b5a412d1d8b7} <Debug> TCPHandler: Processed in 0.002727002 sec.
20047 2025.01.09 01:15:44.553403 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20048 2025.01.09 01:15:44.553715 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20049 2025.01.09 01:15:44.553837 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20050 2025.01.09 01:15:44.554644 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20051 2025.01.09 01:15:44.554697 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20052 2025.01.09 01:15:44.555262 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
20053 2025.01.09 01:15:44.555864 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20054 2025.01.09 01:15:44.556488 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.002834 sec., 16937.191249117855 rows/sec., 1.24 MiB/sec.
20055 2025.01.09 01:15:44.556739 [ 279 ] {768dbaff-9fbb-4585-8024-91bdc3731c33} <Debug> TCPHandler: Processed in 0.003526429 sec.
20056 2025.01.09 01:15:44.556924 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20057 2025.01.09 01:15:44.557052 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20058 2025.01.09 01:15:44.557105 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20059 2025.01.09 01:15:44.557756 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20060 2025.01.09 01:15:44.557797 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20061 2025.01.09 01:15:44.558287 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
20062 2025.01.09 01:15:44.558729 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20063 2025.01.09 01:15:44.558911 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00189 sec., 55026.45502645503 rows/sec., 4.30 MiB/sec.
20064 2025.01.09 01:15:44.558967 [ 276 ] {0ac1b247-3b24-418c-9563-bc9081cc6125} <Debug> TCPHandler: Processed in 0.002104218 sec.
20065 2025.01.09 01:15:44.559113 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20066 2025.01.09 01:15:44.559242 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20067 2025.01.09 01:15:44.559300 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20068 2025.01.09 01:15:44.559881 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20069 2025.01.09 01:15:44.559922 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20070 2025.01.09 01:15:44.560517 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
20071 2025.01.09 01:15:44.561052 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20072 2025.01.09 01:15:44.561236 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002024 sec., 74110.67193675888 rows/sec., 5.14 MiB/sec.
20073 2025.01.09 01:15:44.561296 [ 279 ] {e7f76602-06b1-4be3-9909-a7ec7d7f5a6f} <Debug> TCPHandler: Processed in 0.00224116 sec.
20074 2025.01.09 01:15:44.561453 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20075 2025.01.09 01:15:44.561606 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20076 2025.01.09 01:15:44.561706 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20077 2025.01.09 01:15:44.562969 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20078 2025.01.09 01:15:44.563010 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20079 2025.01.09 01:15:44.563870 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
20080 2025.01.09 01:15:44.564318 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20081 2025.01.09 01:15:44.564611 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.003043 sec., 15773.907328294446 rows/sec., 28.27 MiB/sec.
20082 2025.01.09 01:15:44.564873 [ 276 ] {f6cc87a0-759b-4dcf-abeb-226f3c6f4064} <Debug> TCPHandler: Processed in 0.003485439 sec.
20083 2025.01.09 01:15:44.565158 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20084 2025.01.09 01:15:44.565507 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20085 2025.01.09 01:15:44.565643 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20086 2025.01.09 01:15:44.566160 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20087 2025.01.09 01:15:44.566200 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20088 2025.01.09 01:15:44.566735 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
20089 2025.01.09 01:15:44.567252 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20090 2025.01.09 01:15:44.567451 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00206 sec., 24271.844660194172 rows/sec., 1.66 MiB/sec.
20091 2025.01.09 01:15:44.567544 [ 279 ] {123ed4e5-4c62-4976-b1eb-b1178ed93d1c} <Debug> TCPHandler: Processed in 0.002557358 sec.
20092 2025.01.09 01:15:45.023424 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20093 2025.01.09 01:15:45.023590 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
20094 2025.01.09 01:15:45.023657 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
20095 2025.01.09 01:15:45.024333 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20096 2025.01.09 01:15:45.024376 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20097 2025.01.09 01:15:45.024915 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
20098 2025.01.09 01:15:45.025366 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20099 2025.01.09 01:15:45.025565 [ 105 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
20100 2025.01.09 01:15:45.025625 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00207 sec., 6763.28502415459 rows/sec., 486.87 KiB/sec.
20101 2025.01.09 01:15:45.025644 [ 105 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20102 2025.01.09 01:15:45.025723 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20103 2025.01.09 01:15:45.025762 [ 276 ] {db3905c0-0033-43ee-a18f-a88f666ff209} <Debug> TCPHandler: Processed in 0.002419344 sec.
20104 2025.01.09 01:15:45.025942 [ 222 ] {} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20105 2025.01.09 01:15:45.026018 [ 222 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20106 2025.01.09 01:15:45.026066 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20107 2025.01.09 01:15:45.026113 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full
20108 2025.01.09 01:15:45.026424 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
20109 2025.01.09 01:15:45.026610 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20110 2025.01.09 01:15:45.026621 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20111 2025.01.09 01:15:45.026685 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part
20112 2025.01.09 01:15:45.027137 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part
20113 2025.01.09 01:15:45.027528 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part
20114 2025.01.09 01:15:45.027924 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part
20115 2025.01.09 01:15:45.028306 [ 188 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part
20116 2025.01.09 01:15:45.030971 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20117 2025.01.09 01:15:45.031081 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20118 2025.01.09 01:15:45.032424 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006549957 sec., 10687.093060305586 rows/sec., 811.07 KiB/sec.
20119 2025.01.09 01:15:45.032841 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
20120 2025.01.09 01:15:45.032856 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
20121 2025.01.09 01:15:45.033164 [ 222 ] {} <Debug> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20122 2025.01.09 01:15:45.033807 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20123 2025.01.09 01:15:45.033822 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Trace> oximeter.fields_ipaddr (fdc14a22-2722-4aa9-a85b-7e1e7ca79644): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20124 2025.01.09 01:15:45.033953 [ 190 ] {33fb3c55-2dca-4795-9bee-a1fc8f25bf29::all_1_69_17} <Trace> oximeter.fields_i16 (33fb3c55-2dca-4795-9bee-a1fc8f25bf29) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
20125 2025.01.09 01:15:45.034204 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
20126 2025.01.09 01:15:45.034344 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00808 sec., 247.5247524752475 rows/sec., 20.18 KiB/sec.
20127 2025.01.09 01:15:45.034446 [ 279 ] {129ebf34-1eb9-4bcc-bacc-3d3a724c4e04} <Debug> TCPHandler: Processed in 0.008569933 sec.
20128 2025.01.09 01:15:45.034607 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20129 2025.01.09 01:15:45.034733 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20130 2025.01.09 01:15:45.034784 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20131 2025.01.09 01:15:45.036374 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20132 2025.01.09 01:15:45.036416 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20133 2025.01.09 01:15:45.036977 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
20134 2025.01.09 01:15:45.037438 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Trace> oximeter.fields_string (01f198f8-fc7b-49ca-a41f-88fab24ea3cd): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20135 2025.01.09 01:15:45.037673 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Debug> executeQuery: Read 1356 rows, 115.88 KiB in 0.002966 sec., 457181.38907619694 rows/sec., 38.15 MiB/sec.
20136 2025.01.09 01:15:45.037735 [ 276 ] {ba48d107-5ab1-4016-be7e-f23b143ddbe9} <Debug> TCPHandler: Processed in 0.003187482 sec.
20137 2025.01.09 01:15:45.037914 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20138 2025.01.09 01:15:45.038042 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20139 2025.01.09 01:15:45.038096 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20140 2025.01.09 01:15:45.038733 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20141 2025.01.09 01:15:45.038774 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20142 2025.01.09 01:15:45.039327 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
20143 2025.01.09 01:15:45.039844 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Trace> oximeter.fields_u16 (d93ccc3b-0fa8-41ac-a52e-4b008dc3ed48): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20144 2025.01.09 01:15:45.040036 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.002017 sec., 8428.35894893406 rows/sec., 593.59 KiB/sec.
20145 2025.01.09 01:15:45.040151 [ 279 ] {4fb87a5c-8145-4aea-973c-84d5f4a02af5} <Debug> TCPHandler: Processed in 0.002296672 sec.
20146 2025.01.09 01:15:45.040339 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20147 2025.01.09 01:15:45.040485 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20148 2025.01.09 01:15:45.040535 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20149 2025.01.09 01:15:45.041204 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20150 2025.01.09 01:15:45.041244 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20151 2025.01.09 01:15:45.041765 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
20152 2025.01.09 01:15:45.042205 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Trace> oximeter.fields_u32 (bb0fe5da-467d-4480-9340-392f049f6819): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20153 2025.01.09 01:15:45.042423 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00197 sec., 122842.63959390864 rows/sec., 8.32 MiB/sec.
20154 2025.01.09 01:15:45.042477 [ 276 ] {dd0200d6-5d57-4a19-8b8d-5d83144a5aaf} <Debug> TCPHandler: Processed in 0.002221471 sec.
20155 2025.01.09 01:15:45.042636 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20156 2025.01.09 01:15:45.042758 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
20157 2025.01.09 01:15:45.042810 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20158 2025.01.09 01:15:45.043401 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20159 2025.01.09 01:15:45.043440 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20160 2025.01.09 01:15:45.043936 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
20161 2025.01.09 01:15:45.044446 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20162 2025.01.09 01:15:45.044572 [ 105 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
20163 2025.01.09 01:15:45.044615 [ 105 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20164 2025.01.09 01:15:45.044636 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001903 sec., 6831.318970047294 rows/sec., 425.93 KiB/sec.
20165 2025.01.09 01:15:45.044639 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20166 2025.01.09 01:15:45.044758 [ 279 ] {8b731bca-67f5-4e42-9060-7f38c67983ae} <Debug> TCPHandler: Processed in 0.002176299 sec.
20167 2025.01.09 01:15:45.044851 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full
20168 2025.01.09 01:15:45.044960 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20169 2025.01.09 01:15:45.045045 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20170 2025.01.09 01:15:45.045134 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part
20171 2025.01.09 01:15:45.045206 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20172 2025.01.09 01:15:45.045310 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part
20173 2025.01.09 01:15:45.045392 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20174 2025.01.09 01:15:45.045821 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part
20175 2025.01.09 01:15:45.046223 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part
20176 2025.01.09 01:15:45.046533 [ 200 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part
20177 2025.01.09 01:15:45.048870 [ 193 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004131333 sec., 15733.420665920661 rows/sec., 1.02 MiB/sec.
20178 2025.01.09 01:15:45.049029 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20179 2025.01.09 01:15:45.049077 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20180 2025.01.09 01:15:45.049159 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
20181 2025.01.09 01:15:45.049688 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
20182 2025.01.09 01:15:45.049769 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20183 2025.01.09 01:15:45.049865 [ 198 ] {062564e8-523b-4784-b730-f74e1d6dd35f::all_1_69_17} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
20184 2025.01.09 01:15:45.049970 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
20185 2025.01.09 01:15:45.050291 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Trace> oximeter.fields_uuid (f2f6a1ed-31d0-4ede-9669-12e355a32410): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20186 2025.01.09 01:15:45.050530 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005393 sec., 155757.46337845354 rows/sec., 11.25 MiB/sec.
20187 2025.01.09 01:15:45.050599 [ 276 ] {db91bf2b-2542-4239-911c-341e3c0b82ec} <Debug> TCPHandler: Processed in 0.005726399 sec.
20188 2025.01.09 01:15:45.050781 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20189 2025.01.09 01:15:45.050907 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
20190 2025.01.09 01:15:45.050960 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20191 2025.01.09 01:15:45.051460 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20192 2025.01.09 01:15:45.051501 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20193 2025.01.09 01:15:45.052006 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
20194 2025.01.09 01:15:45.052476 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Trace> oximeter.measurements_bool (43f93d3c-ee06-40c5-85b4-967ac9f5a9f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20195 2025.01.09 01:15:45.052673 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001788 sec., 3355.7046979865772 rows/sec., 175.32 KiB/sec.
20196 2025.01.09 01:15:45.052759 [ 279 ] {7f02c8f0-91d9-44ae-84de-f005ee78940d} <Debug> TCPHandler: Processed in 0.002036286 sec.
20197 2025.01.09 01:15:45.052962 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20198 2025.01.09 01:15:45.053104 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20199 2025.01.09 01:15:45.053167 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20200 2025.01.09 01:15:45.054121 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20201 2025.01.09 01:15:45.054162 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20202 2025.01.09 01:15:45.054774 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
20203 2025.01.09 01:15:45.055219 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20204 2025.01.09 01:15:45.055408 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Debug> executeQuery: Read 954 rows, 64.89 KiB in 0.002334 sec., 408740.3598971722 rows/sec., 27.15 MiB/sec.
20205 2025.01.09 01:15:45.055476 [ 276 ] {1206f5ef-b608-4cd0-9c1f-f9f2f385c38b} <Debug> TCPHandler: Processed in 0.002614809 sec.
20206 2025.01.09 01:15:45.055476 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
20207 2025.01.09 01:15:45.055529 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
20208 2025.01.09 01:15:45.055684 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20209 2025.01.09 01:15:45.055844 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20210 2025.01.09 01:15:45.055925 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20211 2025.01.09 01:15:45.057198 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20212 2025.01.09 01:15:45.057257 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20213 2025.01.09 01:15:45.058104 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
20214 2025.01.09 01:15:45.058809 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Trace> oximeter.measurements_f64 (347b672a-0958-4f72-b11b-89bd915983ac): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20215 2025.01.09 01:15:45.059158 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003338 sec., 299.58058717795086 rows/sec., 20.19 KiB/sec.
20216 2025.01.09 01:15:45.059175 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (d8878eee-881d-4291-a665-c4d461598449): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
20217 2025.01.09 01:15:45.059412 [ 279 ] {8c33dd22-3153-4260-86c3-a766fac7c4cc} <Debug> TCPHandler: Processed in 0.003843737 sec.
20218 2025.01.09 01:15:45.059630 [ 276 ] {} <Trace> TCP-Session: ad56ef65-0ef3-4c9a-84d4-3353f3719982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20219 2025.01.09 01:15:45.059772 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20220 2025.01.09 01:15:45.059941 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20221 2025.01.09 01:15:45.061439 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20222 2025.01.09 01:15:45.061477 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20223 2025.01.09 01:15:45.062222 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
20224 2025.01.09 01:15:45.062671 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Trace> oximeter.measurements_histogramu64 (c48a1058-fa62-4e03-b8f6-ecc5e030d913): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20225 2025.01.09 01:15:45.062875 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003146 sec., 2542.911633820725 rows/sec., 4.56 MiB/sec.
20226 2025.01.09 01:15:45.062974 [ 276 ] {3da5a325-790c-40de-b649-c0e4afc71b64} <Debug> TCPHandler: Processed in 0.003434888 sec.
20227 2025.01.09 01:15:45.063125 [ 279 ] {} <Trace> TCP-Session: 4d8609e4-9ed7-4d41-9593-a77d75517ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20228 2025.01.09 01:15:45.063245 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58811) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20229 2025.01.09 01:15:45.063297 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20230 2025.01.09 01:15:45.063796 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20231 2025.01.09 01:15:45.063836 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.38 GiB.
20232 2025.01.09 01:15:45.064318 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
20233 2025.01.09 01:15:45.064858 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20234 2025.01.09 01:15:45.065112 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001891 sec., 16922.263352723425 rows/sec., 1001.87 KiB/sec.
20235 2025.01.09 01:15:45.065175 [ 279 ] {fdbee665-43da-440a-b1b8-b911c6d86074} <Debug> TCPHandler: Processed in 0.002106598 sec.
20236 2025.01.09 01:15:46.100873 [ 220 ] {} <Trace> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20237 2025.01.09 01:15:46.100948 [ 220 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20238 2025.01.09 01:15:46.102895 [ 220 ] {} <Debug> oximeter.fields_u8 (062564e8-523b-4784-b730-f74e1d6dd35f): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
20239 2025.01.09 01:15:46.193245 [ 221 ] {} <Trace> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
20240 2025.01.09 01:15:46.193294 [ 221 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
20241 2025.01.09 01:15:46.195349 [ 221 ] {} <Debug> oximeter.measurements_u64 (591fdba3-a08f-466e-aa48-edd8e46db388): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]