Max level shown:
1 [ Jan 22 09:21:52 Enabled. ]
2 [ Jan 22 09:21:52 Rereading configuration. ]
3 [ Jan 22 09:21:54 Rereading configuration. ]
4 [ Jan 22 09:22:05 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 22 09:22:05 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.22 09:22:06.653313 [ 1 ] {} <Information> Application: Will watch for the process with pid 23275
29 2025.01.22 09:22:06.653747 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.22 09:22:06.897456 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23275
31 2025.01.22 09:22:06.898174 [ 1 ] {} <Information> Application: starting up
32 2025.01.22 09:22:06.898884 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.22 09:22:06.984281 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.22 09:22:07.014027 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.22 09:22:07.014082 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.22 09:22:07.014098 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.22 09:22:07.014171 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.22 09:22:07.014593 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.22 09:22:07.016186 [ 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.22 09:22:07.016903 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.22 09:22:07.017718 [ 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.22 09:22:07.017739 [ 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.22 09:22:07.017754 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.22 09:22:07.017926 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.22 09:22:07.018897 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.22 09:22:07.024422 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.22 09:22:07.025154 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.22 09:22:07.026348 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.22 09:22:07.026413 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.22 09:22:07.027927 [ 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.22 09:22:07.028394 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.22 09:22:07.032604 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.22 09:22:07.032887 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.22 09:22:07.034406 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.22 09:22:07.034822 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.22 09:22:07.035194 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.22 09:22:07.035569 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.22 09:22:07.036871 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.22 09:22:07.036897 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.22 09:22:07.036981 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.22 09:22:07.037152 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.22 09:22:07.058115 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.22 09:22:07.058145 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168402 sec
68 2025.01.22 09:22:07.058194 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.22 09:22:07.058211 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.22 09:22:07.059388 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.22 09:22:07.060419 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.22 09:22:07.073855 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.22 09:22:07.073901 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.22 09:22:07.073922 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.22 09:22:07.073935 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.22 09:22:07.073967 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.22 09:22:07.073986 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.22 09:22:07.076537 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.22 09:22:07.076582 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.22 09:22:07.076604 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.22 09:22:07.076786 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.22 09:22:07.076806 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.22 09:22:07.076841 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.22 09:22:07.076860 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.22 09:22:07.076874 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.22 09:22:07.076903 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.22 09:22:07.076921 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.22 09:22:07.103613 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.22 09:22:07.105460 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.22 09:22:07.105496 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.533e-05 sec
91 2025.01.22 09:22:07.105510 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.22 09:22:07.105521 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.22 09:22:07.105544 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.22 09:22:07.105744 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.22 09:22:07.105788 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.22 09:22:07.105801 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.22 09:22:07.105812 [ 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.22 09:22:07.105825 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.22 09:22:07.126105 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.22 09:22:07.126302 [ 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.22 09:22:07.127135 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3321e-05 sec.
102 2025.01.22 09:22:07.127985 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.22 09:22:07.128075 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.22 09:22:07.128092 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.22 09:22:07.491317 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52410
106 2025.01.22 09:22:07.491644 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.22 09:22:07.491698 [ 3 ] {} <Debug> TCP-Session: a4a5e65f-a16d-448e-9a53-c3f5ed2a3489 Authenticating user 'default' from [fd00:1122:3344:101::b]:52410
108 2025.01.22 09:22:07.491731 [ 3 ] {} <Debug> TCP-Session: a4a5e65f-a16d-448e-9a53-c3f5ed2a3489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.22 09:22:07.491752 [ 3 ] {} <Debug> TCP-Session: a4a5e65f-a16d-448e-9a53-c3f5ed2a3489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.22 09:22:07.491840 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.22 09:22:07.491867 [ 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.22 09:22:07.491891 [ 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.22 09:22:07.492850 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62888
114 2025.01.22 09:22:07.492983 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.22 09:22:07.493015 [ 4 ] {} <Debug> TCP-Session: a7683a4e-cc92-4314-aebf-a3dfc9094a1a Authenticating user 'default' from [fd00:1122:3344:101::b]:62888
116 2025.01.22 09:22:07.493040 [ 4 ] {} <Debug> TCP-Session: a7683a4e-cc92-4314-aebf-a3dfc9094a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.22 09:22:07.493069 [ 4 ] {} <Debug> TCP-Session: a7683a4e-cc92-4314-aebf-a3dfc9094a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.22 09:22:07.493608 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45371
119 2025.01.22 09:22:07.493612 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54034
120 2025.01.22 09:22:07.493708 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60195
121 2025.01.22 09:22:07.493750 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2025.01.22 09:22:07.493895 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.01.22 09:22:07.493899 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56289
124 2025.01.22 09:22:07.493905 [ 5 ] {} <Debug> TCP-Session: 5148d51a-49c1-41d7-96a3-b63798da4385 Authenticating user 'default' from [fd00:1122:3344:101::b]:45371
125 2025.01.22 09:22:07.494070 [ 253 ] {} <Debug> TCP-Session: 1c7a2be4-17e7-4f45-ab34-f2a49858590d Authenticating user 'default' from [fd00:1122:3344:101::b]:54034
126 2025.01.22 09:22:07.494070 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48873
127 2025.01.22 09:22:07.494255 [ 253 ] {} <Debug> TCP-Session: 1c7a2be4-17e7-4f45-ab34-f2a49858590d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.01.22 09:22:07.494253 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2025.01.22 09:22:07.494096 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.01.22 09:22:07.494354 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39942
131 2025.01.22 09:22:07.494390 [ 255 ] {} <Debug> TCP-Session: b88ac486-c465-48e4-b762-3e25f34f2172 Authenticating user 'default' from [fd00:1122:3344:101::b]:56289
132 2025.01.22 09:22:07.494487 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.01.22 09:22:07.494493 [ 255 ] {} <Debug> TCP-Session: b88ac486-c465-48e4-b762-3e25f34f2172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.01.22 09:22:07.494148 [ 5 ] {} <Debug> TCP-Session: 5148d51a-49c1-41d7-96a3-b63798da4385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.01.22 09:22:07.494634 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.01.22 09:22:07.494654 [ 255 ] {} <Debug> TCP-Session: b88ac486-c465-48e4-b762-3e25f34f2172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.01.22 09:22:07.494692 [ 256 ] {} <Debug> TCP-Session: 7c3578fe-0c55-49af-8b2f-6ddbed959529 Authenticating user 'default' from [fd00:1122:3344:101::b]:48873
138 2025.01.22 09:22:07.494752 [ 257 ] {} <Debug> TCP-Session: 9765590d-d726-4026-a228-3e62f251e8ac Authenticating user 'default' from [fd00:1122:3344:101::b]:39942
139 2025.01.22 09:22:07.494708 [ 5 ] {} <Debug> TCP-Session: 5148d51a-49c1-41d7-96a3-b63798da4385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.01.22 09:22:07.494782 [ 253 ] {} <Debug> TCP-Session: 1c7a2be4-17e7-4f45-ab34-f2a49858590d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.01.22 09:22:07.494808 [ 256 ] {} <Debug> TCP-Session: 7c3578fe-0c55-49af-8b2f-6ddbed959529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.22 09:22:07.494838 [ 257 ] {} <Debug> TCP-Session: 9765590d-d726-4026-a228-3e62f251e8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.01.22 09:22:07.494489 [ 254 ] {} <Debug> TCP-Session: 7434bd61-096e-45a9-a035-8a9f9194f23f Authenticating user 'default' from [fd00:1122:3344:101::b]:60195
144 2025.01.22 09:22:07.494900 [ 256 ] {} <Debug> TCP-Session: 7c3578fe-0c55-49af-8b2f-6ddbed959529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.22 09:22:07.494927 [ 257 ] {} <Debug> TCP-Session: 9765590d-d726-4026-a228-3e62f251e8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.22 09:22:07.495014 [ 254 ] {} <Debug> TCP-Session: 7434bd61-096e-45a9-a035-8a9f9194f23f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.22 09:22:07.495090 [ 254 ] {} <Debug> TCP-Session: 7434bd61-096e-45a9-a035-8a9f9194f23f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.22 09:22:07.646585 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40862
149 2025.01.22 09:22:07.646875 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.22 09:22:07.646946 [ 258 ] {} <Debug> TCP-Session: eb911b7f-4dd4-42d7-978d-19a619cdd55e Authenticating user 'default' from [fd00:1122:3344:101::a]:40862
151 2025.01.22 09:22:07.646971 [ 258 ] {} <Debug> TCP-Session: eb911b7f-4dd4-42d7-978d-19a619cdd55e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.01.22 09:22:07.646985 [ 258 ] {} <Debug> TCP-Session: eb911b7f-4dd4-42d7-978d-19a619cdd55e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.22 09:22:07.647054 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.01.22 09:22:07.647079 [ 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.22 09:22:07.647103 [ 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.22 09:22:07.648116 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64454
157 2025.01.22 09:22:07.648200 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57927
158 2025.01.22 09:22:07.648390 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.01.22 09:22:07.648330 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54982
160 2025.01.22 09:22:07.648475 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.01.22 09:22:07.648505 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57660
162 2025.01.22 09:22:07.648470 [ 259 ] {} <Debug> TCP-Session: 55742b91-c534-4394-a9be-34fe3f818bb8 Authenticating user 'default' from [fd00:1122:3344:101::a]:64454
163 2025.01.22 09:22:07.648660 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46878
164 2025.01.22 09:22:07.648678 [ 259 ] {} <Debug> TCP-Session: 55742b91-c534-4394-a9be-34fe3f818bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
165 2025.01.22 09:22:07.648700 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
166 2025.01.22 09:22:07.648747 [ 260 ] {} <Debug> TCP-Session: 06f3c63d-cd0d-42d8-b088-b276c0a45179 Authenticating user 'default' from [fd00:1122:3344:101::a]:57927
167 2025.01.22 09:22:07.648842 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59788
168 2025.01.22 09:22:07.648906 [ 260 ] {} <Debug> TCP-Session: 06f3c63d-cd0d-42d8-b088-b276c0a45179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2025.01.22 09:22:07.648927 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.01.22 09:22:07.648940 [ 261 ] {} <Debug> TCP-Session: b8c7bbe5-82f8-4da5-901e-9b73082e2b94 Authenticating user 'default' from [fd00:1122:3344:101::a]:54982
171 2025.01.22 09:22:07.649182 [ 259 ] {} <Debug> TCP-Session: 55742b91-c534-4394-a9be-34fe3f818bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.22 09:22:07.649206 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.01.22 09:22:07.649222 [ 260 ] {} <Debug> TCP-Session: 06f3c63d-cd0d-42d8-b088-b276c0a45179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2025.01.22 09:22:07.649246 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2025.01.22 09:22:07.649283 [ 261 ] {} <Debug> TCP-Session: b8c7bbe5-82f8-4da5-901e-9b73082e2b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
176 2025.01.22 09:22:07.648965 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36212
177 2025.01.22 09:22:07.649462 [ 262 ] {} <Debug> TCP-Session: 9482b5ef-53d4-4db8-bb37-2c591b9f93dd Authenticating user 'default' from [fd00:1122:3344:101::a]:57660
178 2025.01.22 09:22:07.649507 [ 264 ] {} <Debug> TCP-Session: 39a18001-2603-40ed-8bc2-0fc9c08c4dae Authenticating user 'default' from [fd00:1122:3344:101::a]:59788
179 2025.01.22 09:22:07.649622 [ 261 ] {} <Debug> TCP-Session: b8c7bbe5-82f8-4da5-901e-9b73082e2b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2025.01.22 09:22:07.649661 [ 263 ] {} <Debug> TCP-Session: c098fa08-68d3-4ea0-99f4-da02368f15e3 Authenticating user 'default' from [fd00:1122:3344:101::a]:46878
181 2025.01.22 09:22:07.649681 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2025.01.22 09:22:07.649773 [ 264 ] {} <Debug> TCP-Session: 39a18001-2603-40ed-8bc2-0fc9c08c4dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.01.22 09:22:07.649833 [ 265 ] {} <Debug> TCP-Session: 337fcba6-f8fc-4487-8eb2-0f2bb38a215e Authenticating user 'default' from [fd00:1122:3344:101::a]:36212
184 2025.01.22 09:22:07.649853 [ 264 ] {} <Debug> TCP-Session: 39a18001-2603-40ed-8bc2-0fc9c08c4dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.22 09:22:07.649858 [ 263 ] {} <Debug> TCP-Session: c098fa08-68d3-4ea0-99f4-da02368f15e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.01.22 09:22:07.649888 [ 265 ] {} <Debug> TCP-Session: 337fcba6-f8fc-4487-8eb2-0f2bb38a215e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2025.01.22 09:22:07.649923 [ 263 ] {} <Debug> TCP-Session: c098fa08-68d3-4ea0-99f4-da02368f15e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.01.22 09:22:07.649939 [ 265 ] {} <Debug> TCP-Session: 337fcba6-f8fc-4487-8eb2-0f2bb38a215e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2025.01.22 09:22:07.649943 [ 262 ] {} <Debug> TCP-Session: 9482b5ef-53d4-4db8-bb37-2c591b9f93dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.22 09:22:07.650065 [ 262 ] {} <Debug> TCP-Session: 9482b5ef-53d4-4db8-bb37-2c591b9f93dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.22 09:22:08.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.22 MiB, peak 117.22 MiB, free memory in arenas 0.00 B, will set to 119.92 MiB (RSS), difference: 2.70 MiB
192 2025.01.22 09:22:08.315385 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48789
193 2025.01.22 09:22:08.315578 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.01.22 09:22:08.315627 [ 266 ] {} <Debug> TCP-Session: aaa2c1b8-936a-4495-90ff-ff57b998e8fb Authenticating user 'default' from [fd00:1122:3344:101::e]:48789
195 2025.01.22 09:22:08.315654 [ 266 ] {} <Debug> TCP-Session: aaa2c1b8-936a-4495-90ff-ff57b998e8fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.22 09:22:08.315671 [ 266 ] {} <Debug> TCP-Session: aaa2c1b8-936a-4495-90ff-ff57b998e8fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.01.22 09:22:08.315750 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.01.22 09:22:08.315781 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.01.22 09:22:08.315813 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.01.22 09:22:08.319600 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40311
201 2025.01.22 09:22:08.319610 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61861
202 2025.01.22 09:22:08.319810 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62899
203 2025.01.22 09:22:08.319866 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54295
204 2025.01.22 09:22:08.319890 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
205 2025.01.22 09:22:08.319902 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
206 2025.01.22 09:22:08.320082 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
207 2025.01.22 09:22:08.320081 [ 267 ] {} <Debug> TCP-Session: 9f95d90a-596a-4e6c-a195-c6e9a79f3e21 Authenticating user 'default' from [fd00:1122:3344:101::e]:61861
208 2025.01.22 09:22:08.320191 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58084
209 2025.01.22 09:22:08.320193 [ 268 ] {} <Debug> TCP-Session: e841a820-8fb5-407f-ab93-41d45bf68506 Authenticating user 'default' from [fd00:1122:3344:101::e]:40311
210 2025.01.22 09:22:08.320201 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.01.22 09:22:08.320219 [ 270 ] {} <Debug> TCP-Session: 422c8467-2180-42d1-8fff-6c760b657471 Authenticating user 'default' from [fd00:1122:3344:101::e]:62899
212 2025.01.22 09:22:08.320230 [ 267 ] {} <Debug> TCP-Session: 9f95d90a-596a-4e6c-a195-c6e9a79f3e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
213 2025.01.22 09:22:08.320423 [ 268 ] {} <Debug> TCP-Session: e841a820-8fb5-407f-ab93-41d45bf68506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2025.01.22 09:22:08.320448 [ 270 ] {} <Debug> TCP-Session: 422c8467-2180-42d1-8fff-6c760b657471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.01.22 09:22:08.320461 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
216 2025.01.22 09:22:08.320514 [ 269 ] {} <Debug> TCP-Session: 32f70933-7c0f-4b89-9be8-13dc4880a342 Authenticating user 'default' from [fd00:1122:3344:101::e]:54295
217 2025.01.22 09:22:08.320509 [ 268 ] {} <Debug> TCP-Session: e841a820-8fb5-407f-ab93-41d45bf68506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
218 2025.01.22 09:22:08.320552 [ 270 ] {} <Debug> TCP-Session: 422c8467-2180-42d1-8fff-6c760b657471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
219 2025.01.22 09:22:08.320527 [ 267 ] {} <Debug> TCP-Session: 9f95d90a-596a-4e6c-a195-c6e9a79f3e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
220 2025.01.22 09:22:08.320581 [ 271 ] {} <Debug> TCP-Session: c560529c-e298-4f85-8094-8c59610bc26b Authenticating user 'default' from [fd00:1122:3344:101::e]:58084
221 2025.01.22 09:22:08.320616 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40627
222 2025.01.22 09:22:08.320683 [ 269 ] {} <Debug> TCP-Session: 32f70933-7c0f-4b89-9be8-13dc4880a342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2025.01.22 09:22:08.320728 [ 271 ] {} <Debug> TCP-Session: c560529c-e298-4f85-8094-8c59610bc26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
224 2025.01.22 09:22:08.320778 [ 269 ] {} <Debug> TCP-Session: 32f70933-7c0f-4b89-9be8-13dc4880a342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2025.01.22 09:22:08.320809 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33467
226 2025.01.22 09:22:08.320828 [ 271 ] {} <Debug> TCP-Session: c560529c-e298-4f85-8094-8c59610bc26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2025.01.22 09:22:08.321039 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
228 2025.01.22 09:22:08.321225 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
229 2025.01.22 09:22:08.321233 [ 272 ] {} <Debug> TCP-Session: 2eab2a25-c059-4437-b92e-aea878e08bb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40627
230 2025.01.22 09:22:08.321310 [ 273 ] {} <Debug> TCP-Session: 0c2b5877-f8b4-4615-b65b-6d2f48247243 Authenticating user 'default' from [fd00:1122:3344:101::e]:33467
231 2025.01.22 09:22:08.321320 [ 272 ] {} <Debug> TCP-Session: 2eab2a25-c059-4437-b92e-aea878e08bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.22 09:22:08.321369 [ 273 ] {} <Debug> TCP-Session: 0c2b5877-f8b4-4615-b65b-6d2f48247243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.01.22 09:22:08.321377 [ 272 ] {} <Debug> TCP-Session: 2eab2a25-c059-4437-b92e-aea878e08bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.22 09:22:08.321401 [ 273 ] {} <Debug> TCP-Session: 0c2b5877-f8b4-4615-b65b-6d2f48247243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.01.22 09:22:08.365865 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61837
236 2025.01.22 09:22:08.366021 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.01.22 09:22:08.366071 [ 274 ] {} <Debug> TCP-Session: b96e3d60-b391-48a3-951c-91e9c1b0bf79 Authenticating user 'default' from [fd00:1122:3344:101::c]:61837
238 2025.01.22 09:22:08.366091 [ 274 ] {} <Debug> TCP-Session: b96e3d60-b391-48a3-951c-91e9c1b0bf79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.22 09:22:08.366108 [ 274 ] {} <Debug> TCP-Session: b96e3d60-b391-48a3-951c-91e9c1b0bf79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.01.22 09:22:08.366180 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.01.22 09:22:08.366211 [ 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.22 09:22:08.366240 [ 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.22 09:22:08.367192 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57371
244 2025.01.22 09:22:08.367274 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56045
245 2025.01.22 09:22:08.367410 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54747
246 2025.01.22 09:22:08.367420 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2025.01.22 09:22:08.367571 [ 275 ] {} <Debug> TCP-Session: dbe53c26-fcf6-4167-ac20-23241dc4ac3d Authenticating user 'default' from [fd00:1122:3344:101::c]:57371
248 2025.01.22 09:22:08.367583 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
249 2025.01.22 09:22:08.367612 [ 275 ] {} <Debug> TCP-Session: dbe53c26-fcf6-4167-ac20-23241dc4ac3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
250 2025.01.22 09:22:08.367574 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48854
251 2025.01.22 09:22:08.367638 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55907
252 2025.01.22 09:22:08.367756 [ 276 ] {} <Debug> TCP-Session: bd0838f8-6bf9-4807-990e-58d80e06b0b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:56045
253 2025.01.22 09:22:08.367808 [ 275 ] {} <Debug> TCP-Session: dbe53c26-fcf6-4167-ac20-23241dc4ac3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
254 2025.01.22 09:22:08.367969 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2025.01.22 09:22:08.368023 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54854
256 2025.01.22 09:22:08.367986 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
257 2025.01.22 09:22:08.368273 [ 279 ] {} <Debug> TCP-Session: e682ac13-15a5-493d-b305-746c9dae29eb Authenticating user 'default' from [fd00:1122:3344:101::c]:55907
258 2025.01.22 09:22:08.367809 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38371
259 2025.01.22 09:22:08.368296 [ 276 ] {} <Debug> TCP-Session: bd0838f8-6bf9-4807-990e-58d80e06b0b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
260 2025.01.22 09:22:08.368361 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
261 2025.01.22 09:22:08.368365 [ 279 ] {} <Debug> TCP-Session: e682ac13-15a5-493d-b305-746c9dae29eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
262 2025.01.22 09:22:08.368479 [ 276 ] {} <Debug> TCP-Session: bd0838f8-6bf9-4807-990e-58d80e06b0b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
263 2025.01.22 09:22:08.368480 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
264 2025.01.22 09:22:08.368411 [ 277 ] {} <Debug> TCP-Session: 940ac3d8-c942-4cf2-83be-9a7d6bc4632c Authenticating user 'default' from [fd00:1122:3344:101::c]:54747
265 2025.01.22 09:22:08.368526 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
266 2025.01.22 09:22:08.368638 [ 281 ] {} <Debug> TCP-Session: 86385153-88d1-458b-868e-13aa7a4c3ce3 Authenticating user 'default' from [fd00:1122:3344:101::c]:54854
267 2025.01.22 09:22:08.368682 [ 277 ] {} <Debug> TCP-Session: 940ac3d8-c942-4cf2-83be-9a7d6bc4632c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
268 2025.01.22 09:22:08.368730 [ 280 ] {} <Debug> TCP-Session: a17a9246-4996-405f-836d-6569f055b324 Authenticating user 'default' from [fd00:1122:3344:101::c]:38371
269 2025.01.22 09:22:08.368734 [ 281 ] {} <Debug> TCP-Session: 86385153-88d1-458b-868e-13aa7a4c3ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
270 2025.01.22 09:22:08.368779 [ 277 ] {} <Debug> TCP-Session: 940ac3d8-c942-4cf2-83be-9a7d6bc4632c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
271 2025.01.22 09:22:08.368780 [ 278 ] {} <Debug> TCP-Session: 10939e9d-9be9-4463-9c6b-4a2ec7246bd1 Authenticating user 'default' from [fd00:1122:3344:101::c]:48854
272 2025.01.22 09:22:08.368545 [ 279 ] {} <Debug> TCP-Session: e682ac13-15a5-493d-b305-746c9dae29eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
273 2025.01.22 09:22:08.368830 [ 281 ] {} <Debug> TCP-Session: 86385153-88d1-458b-868e-13aa7a4c3ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2025.01.22 09:22:08.368826 [ 280 ] {} <Debug> TCP-Session: a17a9246-4996-405f-836d-6569f055b324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2025.01.22 09:22:08.368982 [ 278 ] {} <Debug> TCP-Session: 10939e9d-9be9-4463-9c6b-4a2ec7246bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
276 2025.01.22 09:22:08.369005 [ 280 ] {} <Debug> TCP-Session: a17a9246-4996-405f-836d-6569f055b324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2025.01.22 09:22:08.369050 [ 278 ] {} <Debug> TCP-Session: 10939e9d-9be9-4463-9c6b-4a2ec7246bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2025.01.22 09:22:09.904899 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50461
279 2025.01.22 09:22:09.905068 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
280 2025.01.22 09:22:09.905100 [ 282 ] {} <Debug> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50461
281 2025.01.22 09:22:09.905146 [ 282 ] {} <Debug> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.01.22 09:22:09.905160 [ 282 ] {} <Debug> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.01.22 09:22:09.905223 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
284 2025.01.22 09:22:09.905259 [ 282 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
285 2025.01.22 09:22:09.905276 [ 282 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
286 2025.01.22 09:22:09.906578 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39389
287 2025.01.22 09:22:09.906804 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
288 2025.01.22 09:22:09.906815 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47295
289 2025.01.22 09:22:09.906888 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43414
290 2025.01.22 09:22:09.906893 [ 283 ] {} <Debug> TCP-Session: 7ba28339-00b8-4748-a2ac-bf84519df663 Authenticating user 'default' from [fd00:1122:3344:101::d]:39389
291 2025.01.22 09:22:09.907192 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
292 2025.01.22 09:22:09.907226 [ 283 ] {} <Debug> TCP-Session: 7ba28339-00b8-4748-a2ac-bf84519df663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
293 2025.01.22 09:22:09.907191 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33770
294 2025.01.22 09:22:09.907278 [ 283 ] {} <Debug> TCP-Session: 7ba28339-00b8-4748-a2ac-bf84519df663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
295 2025.01.22 09:22:09.907286 [ 285 ] {} <Debug> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Authenticating user 'default' from [fd00:1122:3344:101::d]:43414
296 2025.01.22 09:22:09.907319 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52093
297 2025.01.22 09:22:09.907436 [ 285 ] {} <Debug> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
298 2025.01.22 09:22:09.907601 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39206
299 2025.01.22 09:22:09.907617 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
300 2025.01.22 09:22:09.907652 [ 285 ] {} <Debug> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
301 2025.01.22 09:22:09.907648 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
302 2025.01.22 09:22:09.907688 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61721
303 2025.01.22 09:22:09.908498 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41650
304 2025.01.22 09:22:09.908504 [ 286 ] {} <Debug> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Authenticating user 'default' from [fd00:1122:3344:101::d]:33770
305 2025.01.22 09:22:09.910049 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
306 2025.01.22 09:22:09.910093 [ 284 ] {} <Debug> TCP-Session: 66d277a3-0154-42ee-a391-36f8c839ef63 Authenticating user 'default' from [fd00:1122:3344:101::d]:47295
307 2025.01.22 09:22:09.910073 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
308 2025.01.22 09:22:09.910139 [ 286 ] {} <Debug> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
309 2025.01.22 09:22:09.910679 [ 289 ] {} <Debug> TCP-Session: dfaeb356-4d81-476a-bf4d-f1d3913c45b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61721
310 2025.01.22 09:22:09.910166 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
311 2025.01.22 09:22:09.910691 [ 284 ] {} <Debug> TCP-Session: 66d277a3-0154-42ee-a391-36f8c839ef63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
312 2025.01.22 09:22:09.910764 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
313 2025.01.22 09:22:09.910797 [ 289 ] {} <Debug> TCP-Session: dfaeb356-4d81-476a-bf4d-f1d3913c45b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
314 2025.01.22 09:22:09.910757 [ 288 ] {} <Debug> TCP-Session: 02563f35-81d6-4962-a7ff-ade4de2cb749 Authenticating user 'default' from [fd00:1122:3344:101::d]:39206
315 2025.01.22 09:22:09.910901 [ 290 ] {} <Debug> TCP-Session: 849daf01-75d9-4f74-bf10-7a2387387f29 Authenticating user 'default' from [fd00:1122:3344:101::d]:41650
316 2025.01.22 09:22:09.910910 [ 289 ] {} <Debug> TCP-Session: dfaeb356-4d81-476a-bf4d-f1d3913c45b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
317 2025.01.22 09:22:09.910868 [ 287 ] {} <Debug> TCP-Session: cefd53b3-f9d6-4292-8b56-4e131222cf81 Authenticating user 'default' from [fd00:1122:3344:101::d]:52093
318 2025.01.22 09:22:09.910922 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.01.22 09:22:09.911087 [ 290 ] {} <Debug> TCP-Session: 849daf01-75d9-4f74-bf10-7a2387387f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
320 2025.01.22 09:22:09.911109 [ 286 ] {} <Debug> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
321 2025.01.22 09:22:09.911105 [ 288 ] {} <Debug> TCP-Session: 02563f35-81d6-4962-a7ff-ade4de2cb749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
322 2025.01.22 09:22:09.911176 [ 290 ] {} <Debug> TCP-Session: 849daf01-75d9-4f74-bf10-7a2387387f29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
323 2025.01.22 09:22:09.911269 [ 288 ] {} <Debug> TCP-Session: 02563f35-81d6-4962-a7ff-ade4de2cb749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
324 2025.01.22 09:22:09.910915 [ 284 ] {} <Debug> TCP-Session: 66d277a3-0154-42ee-a391-36f8c839ef63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2025.01.22 09:22:09.911257 [ 287 ] {} <Debug> TCP-Session: cefd53b3-f9d6-4292-8b56-4e131222cf81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
326 2025.01.22 09:22:09.911424 [ 287 ] {} <Debug> TCP-Session: cefd53b3-f9d6-4292-8b56-4e131222cf81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
327 2025.01.22 09:22:09.920641 [ 282 ] {d302de60-f621-4f32-9e34-71afbe63fc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
328 2025.01.22 09:22:09.976614 [ 282 ] {d302de60-f621-4f32-9e34-71afbe63fc89} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50461) (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.22 09:22:09.977925 [ 282 ] {d302de60-f621-4f32-9e34-71afbe63fc89} <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.22 09:22:09.978041 [ 282 ] {d302de60-f621-4f32-9e34-71afbe63fc89} <Debug> TCPHandler: Processed in 0.070444087 sec.
377 2025.01.22 09:22:09.978379 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2025.01.22 09:22:09.978580 [ 286 ] {3437f47a-1a9b-43ca-9235-02cd1eb64478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
379 2025.01.22 09:22:09.978915 [ 286 ] {3437f47a-1a9b-43ca-9235-02cd1eb64478} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33770) (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.22 09:22:09.979056 [ 286 ] {3437f47a-1a9b-43ca-9235-02cd1eb64478} <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.22 09:22:09.979156 [ 286 ] {3437f47a-1a9b-43ca-9235-02cd1eb64478} <Debug> TCPHandler: Processed in 0.00092224 sec.
428 2025.01.22 09:22:09.979458 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.01.22 09:22:09.980700 [ 282 ] {6912996f-6faa-47bf-a8ab-f44d040fb515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) DROP DATABASE IF EXISTS oximeter (stage: Complete)
430 2025.01.22 09:22:09.981342 [ 282 ] {6912996f-6faa-47bf-a8ab-f44d040fb515} <Debug> TCPHandler: Processed in 0.001999901 sec.
431 2025.01.22 09:22:09.981550 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.01.22 09:22:09.981718 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
433 2025.01.22 09:22:09.981856 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
434 2025.01.22 09:22:09.983615 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
435 2025.01.22 09:22:09.983659 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7801e-05 sec
436 2025.01.22 09:22:09.983675 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Trace> ReferentialDeps: No tables
437 2025.01.22 09:22:09.983687 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Trace> LoadingDeps: No tables
438 2025.01.22 09:22:09.983709 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Information> DatabaseAtomic (oximeter): Starting up tables.
439 2025.01.22 09:22:09.983782 [ 286 ] {bbb87c49-5114-44ed-ae78-9102b0562cae} <Debug> TCPHandler: Processed in 0.002303314 sec.
440 2025.01.22 09:22:09.984003 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.01.22 09:22:09.984187 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) /* 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.22 09:22:09.984291 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
444 2025.01.22 09:22:09.990664 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
445 2025.01.22 09:22:09.994263 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Debug> oximeter.version (b4ec91a1-c21e-402e-b401-7e215fcead6c): Loading data parts
446 2025.01.22 09:22:09.994836 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Debug> oximeter.version (b4ec91a1-c21e-402e-b401-7e215fcead6c): There are no data parts
447 2025.01.22 09:22:09.998389 [ 282 ] {5e99755a-3969-4271-80a4-27acc09692e2} <Debug> TCPHandler: Processed in 0.014445665 sec.
448 2025.01.22 09:22:09.998601 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.01.22 09:22:09.998872 [ 286 ] {d8ab68c5-194b-417d-b83c-733a973d8a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) /* 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.22 09:22:09.998956 [ 286 ] {d8ab68c5-194b-417d-b83c-733a973d8a7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
461 2025.01.22 09:22:10.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.22 MiB, peak 125.22 MiB, free memory in arenas 0.00 B, will set to 133.95 MiB (RSS), difference: 8.72 MiB
462 2025.01.22 09:22:10.008042 [ 286 ] {d8ab68c5-194b-417d-b83c-733a973d8a7f} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Loading data parts
463 2025.01.22 09:22:10.008411 [ 286 ] {d8ab68c5-194b-417d-b83c-733a973d8a7f} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): There are no data parts
464 2025.01.22 09:22:10.012938 [ 286 ] {d8ab68c5-194b-417d-b83c-733a973d8a7f} <Debug> TCPHandler: Processed in 0.014397724 sec.
465 2025.01.22 09:22:10.013203 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2025.01.22 09:22:10.013458 [ 282 ] {49043c54-a5e3-4fc7-a34f-499ed5d93ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
467 2025.01.22 09:22:10.013523 [ 282 ] {49043c54-a5e3-4fc7-a34f-499ed5d93ec8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
468 2025.01.22 09:22:10.015821 [ 282 ] {49043c54-a5e3-4fc7-a34f-499ed5d93ec8} <Debug> oximeter.measurements_i8 (b01e4843-9283-4044-bf9b-0a7d6f9896af): Loading data parts
469 2025.01.22 09:22:10.015989 [ 282 ] {49043c54-a5e3-4fc7-a34f-499ed5d93ec8} <Debug> oximeter.measurements_i8 (b01e4843-9283-4044-bf9b-0a7d6f9896af): There are no data parts
470 2025.01.22 09:22:10.019480 [ 282 ] {49043c54-a5e3-4fc7-a34f-499ed5d93ec8} <Debug> TCPHandler: Processed in 0.006352119 sec.
471 2025.01.22 09:22:10.019706 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
472 2025.01.22 09:22:10.019926 [ 286 ] {05fe4057-f83a-4f7a-8db8-a6e2f5c78b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
473 2025.01.22 09:22:10.020008 [ 286 ] {05fe4057-f83a-4f7a-8db8-a6e2f5c78b25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
474 2025.01.22 09:22:10.024481 [ 286 ] {05fe4057-f83a-4f7a-8db8-a6e2f5c78b25} <Debug> oximeter.measurements_u8 (1d4b73a7-3c68-47fb-b5d4-c842d0482bf7): Loading data parts
475 2025.01.22 09:22:10.024740 [ 286 ] {05fe4057-f83a-4f7a-8db8-a6e2f5c78b25} <Debug> oximeter.measurements_u8 (1d4b73a7-3c68-47fb-b5d4-c842d0482bf7): There are no data parts
476 2025.01.22 09:22:10.026587 [ 286 ] {05fe4057-f83a-4f7a-8db8-a6e2f5c78b25} <Debug> TCPHandler: Processed in 0.006944235 sec.
477 2025.01.22 09:22:10.026835 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2025.01.22 09:22:10.027081 [ 282 ] {21dbefa0-9674-4fa2-98a3-fd6e2a435486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
479 2025.01.22 09:22:10.027147 [ 282 ] {21dbefa0-9674-4fa2-98a3-fd6e2a435486} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
480 2025.01.22 09:22:10.032118 [ 282 ] {21dbefa0-9674-4fa2-98a3-fd6e2a435486} <Debug> oximeter.measurements_i16 (2cbcb9b0-86e6-43a7-8b65-9c5aeb08bb28): Loading data parts
481 2025.01.22 09:22:10.032278 [ 282 ] {21dbefa0-9674-4fa2-98a3-fd6e2a435486} <Debug> oximeter.measurements_i16 (2cbcb9b0-86e6-43a7-8b65-9c5aeb08bb28): There are no data parts
482 2025.01.22 09:22:10.035969 [ 282 ] {21dbefa0-9674-4fa2-98a3-fd6e2a435486} <Debug> TCPHandler: Processed in 0.009206199 sec.
483 2025.01.22 09:22:10.036171 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
484 2025.01.22 09:22:10.036386 [ 286 ] {d0c62254-0574-4560-b37e-ae162cd85135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
485 2025.01.22 09:22:10.036470 [ 286 ] {d0c62254-0574-4560-b37e-ae162cd85135} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
486 2025.01.22 09:22:10.038699 [ 286 ] {d0c62254-0574-4560-b37e-ae162cd85135} <Debug> oximeter.measurements_u16 (b63addb6-9b4a-47fb-aac4-6e5a5e840d4b): Loading data parts
487 2025.01.22 09:22:10.038887 [ 286 ] {d0c62254-0574-4560-b37e-ae162cd85135} <Debug> oximeter.measurements_u16 (b63addb6-9b4a-47fb-aac4-6e5a5e840d4b): There are no data parts
488 2025.01.22 09:22:10.040840 [ 286 ] {d0c62254-0574-4560-b37e-ae162cd85135} <Debug> TCPHandler: Processed in 0.004727471 sec.
489 2025.01.22 09:22:10.041049 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2025.01.22 09:22:10.041291 [ 282 ] {5c4b031e-5c3d-4e20-8a14-3623c1576af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
491 2025.01.22 09:22:10.041354 [ 282 ] {5c4b031e-5c3d-4e20-8a14-3623c1576af8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
492 2025.01.22 09:22:10.045445 [ 282 ] {5c4b031e-5c3d-4e20-8a14-3623c1576af8} <Debug> oximeter.measurements_i32 (163d1c13-4c05-46a3-9a3b-fc858fc22dea): Loading data parts
493 2025.01.22 09:22:10.045596 [ 282 ] {5c4b031e-5c3d-4e20-8a14-3623c1576af8} <Debug> oximeter.measurements_i32 (163d1c13-4c05-46a3-9a3b-fc858fc22dea): There are no data parts
494 2025.01.22 09:22:10.050504 [ 282 ] {5c4b031e-5c3d-4e20-8a14-3623c1576af8} <Debug> TCPHandler: Processed in 0.009514352 sec.
495 2025.01.22 09:22:10.050748 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2025.01.22 09:22:10.051000 [ 286 ] {05a3691d-c063-417e-a5da-c65da5290309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
497 2025.01.22 09:22:10.051104 [ 286 ] {05a3691d-c063-417e-a5da-c65da5290309} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
498 2025.01.22 09:22:10.056121 [ 286 ] {05a3691d-c063-417e-a5da-c65da5290309} <Debug> oximeter.measurements_u32 (3dffd408-8fc8-4e0a-bb32-43158556858e): Loading data parts
499 2025.01.22 09:22:10.056318 [ 286 ] {05a3691d-c063-417e-a5da-c65da5290309} <Debug> oximeter.measurements_u32 (3dffd408-8fc8-4e0a-bb32-43158556858e): There are no data parts
500 2025.01.22 09:22:10.061750 [ 286 ] {05a3691d-c063-417e-a5da-c65da5290309} <Debug> TCPHandler: Processed in 0.011068398 sec.
501 2025.01.22 09:22:10.061982 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2025.01.22 09:22:10.062235 [ 282 ] {57bb67ec-074c-4bd6-a563-a4ce19ce516a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
503 2025.01.22 09:22:10.062300 [ 282 ] {57bb67ec-074c-4bd6-a563-a4ce19ce516a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
504 2025.01.22 09:22:10.066705 [ 282 ] {57bb67ec-074c-4bd6-a563-a4ce19ce516a} <Debug> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): Loading data parts
505 2025.01.22 09:22:10.066877 [ 282 ] {57bb67ec-074c-4bd6-a563-a4ce19ce516a} <Debug> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): There are no data parts
506 2025.01.22 09:22:10.071531 [ 282 ] {57bb67ec-074c-4bd6-a563-a4ce19ce516a} <Debug> TCPHandler: Processed in 0.009614273 sec.
507 2025.01.22 09:22:10.071756 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2025.01.22 09:22:10.071969 [ 286 ] {d99edff8-130d-454b-9fb3-175b8bdcdce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
509 2025.01.22 09:22:10.072053 [ 286 ] {d99edff8-130d-454b-9fb3-175b8bdcdce0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
510 2025.01.22 09:22:10.076405 [ 286 ] {d99edff8-130d-454b-9fb3-175b8bdcdce0} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Loading data parts
511 2025.01.22 09:22:10.076603 [ 286 ] {d99edff8-130d-454b-9fb3-175b8bdcdce0} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): There are no data parts
512 2025.01.22 09:22:10.078245 [ 286 ] {d99edff8-130d-454b-9fb3-175b8bdcdce0} <Debug> TCPHandler: Processed in 0.006551911 sec.
513 2025.01.22 09:22:10.078438 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
514 2025.01.22 09:22:10.078701 [ 282 ] {76145105-36ce-43b0-a6c1-6b23be6cdf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
515 2025.01.22 09:22:10.078775 [ 282 ] {76145105-36ce-43b0-a6c1-6b23be6cdf03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
516 2025.01.22 09:22:10.083346 [ 282 ] {76145105-36ce-43b0-a6c1-6b23be6cdf03} <Debug> oximeter.measurements_f32 (062759f8-9dc3-421b-8805-044cff884b33): Loading data parts
517 2025.01.22 09:22:10.083506 [ 282 ] {76145105-36ce-43b0-a6c1-6b23be6cdf03} <Debug> oximeter.measurements_f32 (062759f8-9dc3-421b-8805-044cff884b33): There are no data parts
518 2025.01.22 09:22:10.089149 [ 282 ] {76145105-36ce-43b0-a6c1-6b23be6cdf03} <Debug> TCPHandler: Processed in 0.010768836 sec.
519 2025.01.22 09:22:10.089529 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
520 2025.01.22 09:22:10.089780 [ 286 ] {97c11606-e973-4e29-abb8-505687dd92c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
521 2025.01.22 09:22:10.089887 [ 286 ] {97c11606-e973-4e29-abb8-505687dd92c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
522 2025.01.22 09:22:10.092377 [ 286 ] {97c11606-e973-4e29-abb8-505687dd92c8} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Loading data parts
523 2025.01.22 09:22:10.092567 [ 286 ] {97c11606-e973-4e29-abb8-505687dd92c8} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): There are no data parts
524 2025.01.22 09:22:10.094653 [ 286 ] {97c11606-e973-4e29-abb8-505687dd92c8} <Debug> TCPHandler: Processed in 0.005193716 sec.
525 2025.01.22 09:22:10.094861 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
526 2025.01.22 09:22:10.095113 [ 282 ] {a88811fb-db5d-4da9-a9b6-ce54a168347c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
527 2025.01.22 09:22:10.095175 [ 282 ] {a88811fb-db5d-4da9-a9b6-ce54a168347c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
528 2025.01.22 09:22:10.098452 [ 282 ] {a88811fb-db5d-4da9-a9b6-ce54a168347c} <Debug> oximeter.measurements_string (2049d3f4-f4d9-45b8-8868-0b62b73afcba): Loading data parts
529 2025.01.22 09:22:10.098574 [ 282 ] {a88811fb-db5d-4da9-a9b6-ce54a168347c} <Debug> oximeter.measurements_string (2049d3f4-f4d9-45b8-8868-0b62b73afcba): There are no data parts
530 2025.01.22 09:22:10.103263 [ 282 ] {a88811fb-db5d-4da9-a9b6-ce54a168347c} <Debug> TCPHandler: Processed in 0.008460111 sec.
531 2025.01.22 09:22:10.103494 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
532 2025.01.22 09:22:10.103746 [ 286 ] {214c32d6-8fb0-4d2f-b8b0-a13b4c44311c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
533 * NOTE: Right now we can't unambiguously record a nullable byte array.
534 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
535 * a string isn't palatable for a few reasons.
536 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
537 * details.
538 */
539 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
540 2025.01.22 09:22:10.103845 [ 286 ] {214c32d6-8fb0-4d2f-b8b0-a13b4c44311c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
541 2025.01.22 09:22:10.106244 [ 286 ] {214c32d6-8fb0-4d2f-b8b0-a13b4c44311c} <Debug> oximeter.measurements_bytes (4e13294a-8c39-43a3-ae3c-0ae28a4fc577): Loading data parts
542 2025.01.22 09:22:10.106410 [ 286 ] {214c32d6-8fb0-4d2f-b8b0-a13b4c44311c} <Debug> oximeter.measurements_bytes (4e13294a-8c39-43a3-ae3c-0ae28a4fc577): There are no data parts
543 2025.01.22 09:22:10.111659 [ 286 ] {214c32d6-8fb0-4d2f-b8b0-a13b4c44311c} <Debug> TCPHandler: Processed in 0.008231328 sec.
544 2025.01.22 09:22:10.111921 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2025.01.22 09:22:10.112242 [ 282 ] {98840ce0-565c-4848-a958-1a9c41d7b03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
546 2025.01.22 09:22:10.112361 [ 282 ] {98840ce0-565c-4848-a958-1a9c41d7b03e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
547 2025.01.22 09:22:10.115291 [ 282 ] {98840ce0-565c-4848-a958-1a9c41d7b03e} <Debug> oximeter.measurements_cumulativei64 (cbce1ae8-b0a0-4f61-80b9-d006ac6a1325): Loading data parts
548 2025.01.22 09:22:10.115536 [ 282 ] {98840ce0-565c-4848-a958-1a9c41d7b03e} <Debug> oximeter.measurements_cumulativei64 (cbce1ae8-b0a0-4f61-80b9-d006ac6a1325): There are no data parts
549 2025.01.22 09:22:10.117002 [ 282 ] {98840ce0-565c-4848-a958-1a9c41d7b03e} <Debug> TCPHandler: Processed in 0.005167786 sec.
550 2025.01.22 09:22:10.117219 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2025.01.22 09:22:10.117503 [ 286 ] {ae68e103-c778-48a8-8dd1-81d02e050dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
552 2025.01.22 09:22:10.117591 [ 286 ] {ae68e103-c778-48a8-8dd1-81d02e050dcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
553 2025.01.22 09:22:10.121948 [ 286 ] {ae68e103-c778-48a8-8dd1-81d02e050dcd} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Loading data parts
554 2025.01.22 09:22:10.122149 [ 286 ] {ae68e103-c778-48a8-8dd1-81d02e050dcd} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): There are no data parts
555 2025.01.22 09:22:10.124698 [ 286 ] {ae68e103-c778-48a8-8dd1-81d02e050dcd} <Debug> TCPHandler: Processed in 0.007547391 sec.
556 2025.01.22 09:22:10.124907 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2025.01.22 09:22:10.125173 [ 282 ] {e506e020-9735-40a7-8af2-df608390ed29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
558 2025.01.22 09:22:10.125234 [ 282 ] {e506e020-9735-40a7-8af2-df608390ed29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
559 2025.01.22 09:22:10.128351 [ 282 ] {e506e020-9735-40a7-8af2-df608390ed29} <Debug> oximeter.measurements_cumulativef32 (6e86cfdc-a543-4452-acb5-9780af6057f0): Loading data parts
560 2025.01.22 09:22:10.128585 [ 282 ] {e506e020-9735-40a7-8af2-df608390ed29} <Debug> oximeter.measurements_cumulativef32 (6e86cfdc-a543-4452-acb5-9780af6057f0): There are no data parts
561 2025.01.22 09:22:10.133947 [ 282 ] {e506e020-9735-40a7-8af2-df608390ed29} <Debug> TCPHandler: Processed in 0.009099078 sec.
562 2025.01.22 09:22:10.134159 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2025.01.22 09:22:10.134386 [ 286 ] {30325c59-906d-404c-923f-d00d27af8485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
564 2025.01.22 09:22:10.134480 [ 286 ] {30325c59-906d-404c-923f-d00d27af8485} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
565 2025.01.22 09:22:10.139045 [ 286 ] {30325c59-906d-404c-923f-d00d27af8485} <Debug> oximeter.measurements_cumulativef64 (66428760-3e88-462f-942f-73459af08a45): Loading data parts
566 2025.01.22 09:22:10.139238 [ 286 ] {30325c59-906d-404c-923f-d00d27af8485} <Debug> oximeter.measurements_cumulativef64 (66428760-3e88-462f-942f-73459af08a45): There are no data parts
567 2025.01.22 09:22:10.140860 [ 286 ] {30325c59-906d-404c-923f-d00d27af8485} <Debug> TCPHandler: Processed in 0.006762403 sec.
568 2025.01.22 09:22:10.141067 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.01.22 09:22:10.141418 [ 282 ] {4ef4008f-4812-41db-848b-38cca7eb26ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
570 * NOTE: Array types cannot be Nullable, see
571 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
572 * for more details.
573 *
574 * This means we need to use empty arrays to indicate a missing value. This
575 * is unfortunate, and at this point relies on the fact that an
576 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
577 * to figure out another way to represent missing samples here.
578 */
579 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)
580 2025.01.22 09:22:10.141503 [ 282 ] {4ef4008f-4812-41db-848b-38cca7eb26ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
581 2025.01.22 09:22:10.144406 [ 282 ] {4ef4008f-4812-41db-848b-38cca7eb26ab} <Debug> oximeter.measurements_histogrami8 (a6e38c58-e272-40b0-b68e-7f192fdc1124): Loading data parts
582 2025.01.22 09:22:10.144527 [ 282 ] {4ef4008f-4812-41db-848b-38cca7eb26ab} <Debug> oximeter.measurements_histogrami8 (a6e38c58-e272-40b0-b68e-7f192fdc1124): There are no data parts
583 2025.01.22 09:22:10.149657 [ 282 ] {4ef4008f-4812-41db-848b-38cca7eb26ab} <Debug> TCPHandler: Processed in 0.008650093 sec.
584 2025.01.22 09:22:10.149859 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
585 2025.01.22 09:22:10.150168 [ 286 ] {df318947-79b7-4036-8f5d-d8c5a5303d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
586 2025.01.22 09:22:10.150268 [ 286 ] {df318947-79b7-4036-8f5d-d8c5a5303d3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
587 2025.01.22 09:22:10.154796 [ 286 ] {df318947-79b7-4036-8f5d-d8c5a5303d3b} <Debug> oximeter.measurements_histogramu8 (3ff073a0-47e7-4747-9b7d-ada3b6835222): Loading data parts
588 2025.01.22 09:22:10.154991 [ 286 ] {df318947-79b7-4036-8f5d-d8c5a5303d3b} <Debug> oximeter.measurements_histogramu8 (3ff073a0-47e7-4747-9b7d-ada3b6835222): There are no data parts
589 2025.01.22 09:22:10.160052 [ 286 ] {df318947-79b7-4036-8f5d-d8c5a5303d3b} <Debug> TCPHandler: Processed in 0.01025334 sec.
590 2025.01.22 09:22:10.160251 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
591 2025.01.22 09:22:10.160593 [ 282 ] {80e1e6bf-a912-47a8-a05e-b28f7fa8dfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
592 2025.01.22 09:22:10.160684 [ 282 ] {80e1e6bf-a912-47a8-a05e-b28f7fa8dfe9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
593 2025.01.22 09:22:10.165575 [ 282 ] {80e1e6bf-a912-47a8-a05e-b28f7fa8dfe9} <Debug> oximeter.measurements_histogrami16 (d8241099-fb14-4277-b407-7951161b9636): Loading data parts
594 2025.01.22 09:22:10.165720 [ 282 ] {80e1e6bf-a912-47a8-a05e-b28f7fa8dfe9} <Debug> oximeter.measurements_histogrami16 (d8241099-fb14-4277-b407-7951161b9636): There are no data parts
595 2025.01.22 09:22:10.168906 [ 282 ] {80e1e6bf-a912-47a8-a05e-b28f7fa8dfe9} <Debug> TCPHandler: Processed in 0.008716344 sec.
596 2025.01.22 09:22:10.169120 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
597 2025.01.22 09:22:10.169425 [ 286 ] {8246dc1d-6b3b-4765-b828-1076b97bcb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
598 2025.01.22 09:22:10.169525 [ 286 ] {8246dc1d-6b3b-4765-b828-1076b97bcb9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
599 2025.01.22 09:22:10.176449 [ 286 ] {8246dc1d-6b3b-4765-b828-1076b97bcb9f} <Debug> oximeter.measurements_histogramu16 (48c6c111-c82d-4b50-8db4-c90d5af786d2): Loading data parts
600 2025.01.22 09:22:10.176673 [ 286 ] {8246dc1d-6b3b-4765-b828-1076b97bcb9f} <Debug> oximeter.measurements_histogramu16 (48c6c111-c82d-4b50-8db4-c90d5af786d2): There are no data parts
601 2025.01.22 09:22:10.181738 [ 286 ] {8246dc1d-6b3b-4765-b828-1076b97bcb9f} <Debug> TCPHandler: Processed in 0.012678007 sec.
602 2025.01.22 09:22:10.181941 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
603 2025.01.22 09:22:10.182278 [ 282 ] {96738427-9f8f-4efa-a185-9cd3b22296bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
604 2025.01.22 09:22:10.182371 [ 282 ] {96738427-9f8f-4efa-a185-9cd3b22296bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
605 2025.01.22 09:22:10.187776 [ 282 ] {96738427-9f8f-4efa-a185-9cd3b22296bd} <Debug> oximeter.measurements_histogrami32 (e9980104-7e69-4936-aeb4-51d866195c59): Loading data parts
606 2025.01.22 09:22:10.187928 [ 282 ] {96738427-9f8f-4efa-a185-9cd3b22296bd} <Debug> oximeter.measurements_histogrami32 (e9980104-7e69-4936-aeb4-51d866195c59): There are no data parts
607 2025.01.22 09:22:10.192804 [ 282 ] {96738427-9f8f-4efa-a185-9cd3b22296bd} <Debug> TCPHandler: Processed in 0.010923408 sec.
608 2025.01.22 09:22:10.193019 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
609 2025.01.22 09:22:10.193321 [ 286 ] {0f4a2071-ce40-482b-95af-b2cb3e022bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
610 2025.01.22 09:22:10.193423 [ 286 ] {0f4a2071-ce40-482b-95af-b2cb3e022bf8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
611 2025.01.22 09:22:10.201340 [ 286 ] {0f4a2071-ce40-482b-95af-b2cb3e022bf8} <Debug> oximeter.measurements_histogramu32 (d32924f0-b5d3-4aa1-a8d4-258b40058efb): Loading data parts
612 2025.01.22 09:22:10.201550 [ 286 ] {0f4a2071-ce40-482b-95af-b2cb3e022bf8} <Debug> oximeter.measurements_histogramu32 (d32924f0-b5d3-4aa1-a8d4-258b40058efb): There are no data parts
613 2025.01.22 09:22:10.206124 [ 286 ] {0f4a2071-ce40-482b-95af-b2cb3e022bf8} <Debug> TCPHandler: Processed in 0.013163822 sec.
614 2025.01.22 09:22:10.206343 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2025.01.22 09:22:10.206677 [ 282 ] {7a645199-2b65-47b0-bec8-1c9122256465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
616 2025.01.22 09:22:10.206751 [ 282 ] {7a645199-2b65-47b0-bec8-1c9122256465} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
617 2025.01.22 09:22:10.211977 [ 282 ] {7a645199-2b65-47b0-bec8-1c9122256465} <Debug> oximeter.measurements_histogrami64 (76032af8-e824-43d2-8dcf-f328521e3d01): Loading data parts
618 2025.01.22 09:22:10.212188 [ 282 ] {7a645199-2b65-47b0-bec8-1c9122256465} <Debug> oximeter.measurements_histogrami64 (76032af8-e824-43d2-8dcf-f328521e3d01): There are no data parts
619 2025.01.22 09:22:10.215729 [ 282 ] {7a645199-2b65-47b0-bec8-1c9122256465} <Debug> TCPHandler: Processed in 0.009453532 sec.
620 2025.01.22 09:22:10.215921 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
621 2025.01.22 09:22:10.216219 [ 286 ] {947807a2-ea89-4a0b-ad13-299b80cacc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
622 2025.01.22 09:22:10.216323 [ 286 ] {947807a2-ea89-4a0b-ad13-299b80cacc04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
623 2025.01.22 09:22:10.221954 [ 286 ] {947807a2-ea89-4a0b-ad13-299b80cacc04} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Loading data parts
624 2025.01.22 09:22:10.222194 [ 286 ] {947807a2-ea89-4a0b-ad13-299b80cacc04} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): There are no data parts
625 2025.01.22 09:22:10.226334 [ 286 ] {947807a2-ea89-4a0b-ad13-299b80cacc04} <Debug> TCPHandler: Processed in 0.010471992 sec.
626 2025.01.22 09:22:10.226552 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
627 2025.01.22 09:22:10.226876 [ 282 ] {a115bbfb-c172-4a1a-80cb-94b878ba67d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
628 2025.01.22 09:22:10.226952 [ 282 ] {a115bbfb-c172-4a1a-80cb-94b878ba67d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
629 2025.01.22 09:22:10.231552 [ 282 ] {a115bbfb-c172-4a1a-80cb-94b878ba67d5} <Debug> oximeter.measurements_histogramf32 (5389a1cd-be8d-4a6d-8533-34d6f229af5d): Loading data parts
630 2025.01.22 09:22:10.231701 [ 282 ] {a115bbfb-c172-4a1a-80cb-94b878ba67d5} <Debug> oximeter.measurements_histogramf32 (5389a1cd-be8d-4a6d-8533-34d6f229af5d): There are no data parts
631 2025.01.22 09:22:10.236155 [ 282 ] {a115bbfb-c172-4a1a-80cb-94b878ba67d5} <Debug> TCPHandler: Processed in 0.009671014 sec.
632 2025.01.22 09:22:10.236370 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
633 2025.01.22 09:22:10.236712 [ 286 ] {8061cfb1-900c-4309-a51c-9504c3738d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
634 2025.01.22 09:22:10.236814 [ 286 ] {8061cfb1-900c-4309-a51c-9504c3738d25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
635 2025.01.22 09:22:10.240980 [ 286 ] {8061cfb1-900c-4309-a51c-9504c3738d25} <Debug> oximeter.measurements_histogramf64 (ec7ce18c-2821-4c60-8316-a5471ec59c13): Loading data parts
636 2025.01.22 09:22:10.241214 [ 286 ] {8061cfb1-900c-4309-a51c-9504c3738d25} <Debug> oximeter.measurements_histogramf64 (ec7ce18c-2821-4c60-8316-a5471ec59c13): There are no data parts
637 2025.01.22 09:22:10.243027 [ 286 ] {8061cfb1-900c-4309-a51c-9504c3738d25} <Debug> TCPHandler: Processed in 0.006729913 sec.
638 2025.01.22 09:22:10.243234 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
639 2025.01.22 09:22:10.243517 [ 282 ] {b5f069cc-2626-40d6-b01b-48e7f6c463a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) /* The field tables store named dimensions of each timeseries.
640 *
641 * As with the measurement tables, there is one field table for each field data
642 * type. Fields are deduplicated by using the "replacing merge tree", though
643 * this behavior **must not** be relied upon for query correctness.
644 *
645 * The index for the fields differs from the measurements, however. Rows are
646 * sorted by timeseries name, then field name, field value, and finally
647 * timeseries key. This reflects the most common pattern for looking them up:
648 * by field name and possibly value, within a timeseries. The resulting keys are
649 * usually then used to look up measurements.
650 *
651 * NOTE: We may want to consider a secondary index on these tables, sorting by
652 * timeseries name and then key, since it would improve lookups where one
653 * already has the key. Realistically though, these tables are quite small and
654 * so performance benefits will be low in absolute terms.
655 *
656 * TTL: We use a materialized column to expire old field table records. This
657 * column is generated automatically by the database whenever a new row is
658 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
659 * query. Since these tables are `ReplacingMergeTree`s, that means the last
660 * record will remain during a deduplication, which will have the last
661 * timestamp. ClickHouse will then expire old data for us, similar to the
662 * measurement tables.
663 */
664 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)
665 2025.01.22 09:22:10.243609 [ 282 ] {b5f069cc-2626-40d6-b01b-48e7f6c463a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
666 2025.01.22 09:22:10.247653 [ 282 ] {b5f069cc-2626-40d6-b01b-48e7f6c463a9} <Debug> oximeter.fields_bool (c33662e3-0085-4e28-901b-03fdfc27941d): Loading data parts
667 2025.01.22 09:22:10.247797 [ 282 ] {b5f069cc-2626-40d6-b01b-48e7f6c463a9} <Debug> oximeter.fields_bool (c33662e3-0085-4e28-901b-03fdfc27941d): There are no data parts
668 2025.01.22 09:22:10.250437 [ 282 ] {b5f069cc-2626-40d6-b01b-48e7f6c463a9} <Debug> TCPHandler: Processed in 0.007262168 sec.
669 2025.01.22 09:22:10.250786 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
670 2025.01.22 09:22:10.251001 [ 286 ] {1fcf0ef4-dca2-45a8-b61b-176dce57553f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
671 2025.01.22 09:22:10.251106 [ 286 ] {1fcf0ef4-dca2-45a8-b61b-176dce57553f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
672 2025.01.22 09:22:10.255971 [ 286 ] {1fcf0ef4-dca2-45a8-b61b-176dce57553f} <Debug> oximeter.fields_i8 (d623656e-12c7-4533-94e4-d0583093feab): Loading data parts
673 2025.01.22 09:22:10.256199 [ 286 ] {1fcf0ef4-dca2-45a8-b61b-176dce57553f} <Debug> oximeter.fields_i8 (d623656e-12c7-4533-94e4-d0583093feab): There are no data parts
674 2025.01.22 09:22:10.260374 [ 286 ] {1fcf0ef4-dca2-45a8-b61b-176dce57553f} <Debug> TCPHandler: Processed in 0.009648104 sec.
675 2025.01.22 09:22:10.260628 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
676 2025.01.22 09:22:10.260898 [ 282 ] {83257542-6f20-4a4b-827b-57cbd5e39d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
677 2025.01.22 09:22:10.260950 [ 282 ] {83257542-6f20-4a4b-827b-57cbd5e39d9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
678 2025.01.22 09:22:10.264097 [ 282 ] {83257542-6f20-4a4b-827b-57cbd5e39d9c} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Loading data parts
679 2025.01.22 09:22:10.264231 [ 282 ] {83257542-6f20-4a4b-827b-57cbd5e39d9c} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): There are no data parts
680 2025.01.22 09:22:10.268021 [ 282 ] {83257542-6f20-4a4b-827b-57cbd5e39d9c} <Debug> TCPHandler: Processed in 0.00747547 sec.
681 2025.01.22 09:22:10.268230 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
682 2025.01.22 09:22:10.268442 [ 286 ] {039f18ad-6105-49f8-9f85-f9701cd183af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
683 2025.01.22 09:22:10.268533 [ 286 ] {039f18ad-6105-49f8-9f85-f9701cd183af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
684 2025.01.22 09:22:10.272208 [ 286 ] {039f18ad-6105-49f8-9f85-f9701cd183af} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Loading data parts
685 2025.01.22 09:22:10.272409 [ 286 ] {039f18ad-6105-49f8-9f85-f9701cd183af} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): There are no data parts
686 2025.01.22 09:22:10.276327 [ 286 ] {039f18ad-6105-49f8-9f85-f9701cd183af} <Debug> TCPHandler: Processed in 0.008153757 sec.
687 2025.01.22 09:22:10.276529 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
688 2025.01.22 09:22:10.276807 [ 282 ] {15068931-aa16-4259-8cfa-9f0792099ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
689 2025.01.22 09:22:10.276878 [ 282 ] {15068931-aa16-4259-8cfa-9f0792099ef5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
690 2025.01.22 09:22:10.281636 [ 282 ] {15068931-aa16-4259-8cfa-9f0792099ef5} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Loading data parts
691 2025.01.22 09:22:10.281829 [ 282 ] {15068931-aa16-4259-8cfa-9f0792099ef5} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): There are no data parts
692 2025.01.22 09:22:10.286310 [ 282 ] {15068931-aa16-4259-8cfa-9f0792099ef5} <Debug> TCPHandler: Processed in 0.009839455 sec.
693 2025.01.22 09:22:10.286529 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
694 2025.01.22 09:22:10.286768 [ 286 ] {983abfb8-29be-4d2a-ba20-5aee31fab286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
695 2025.01.22 09:22:10.286874 [ 286 ] {983abfb8-29be-4d2a-ba20-5aee31fab286} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
696 2025.01.22 09:22:10.289310 [ 286 ] {983abfb8-29be-4d2a-ba20-5aee31fab286} <Debug> oximeter.fields_i32 (662f777c-2525-4f66-a8a2-458894dd1e5d): Loading data parts
697 2025.01.22 09:22:10.289495 [ 286 ] {983abfb8-29be-4d2a-ba20-5aee31fab286} <Debug> oximeter.fields_i32 (662f777c-2525-4f66-a8a2-458894dd1e5d): There are no data parts
698 2025.01.22 09:22:10.291063 [ 286 ] {983abfb8-29be-4d2a-ba20-5aee31fab286} <Debug> TCPHandler: Processed in 0.004590909 sec.
699 2025.01.22 09:22:10.291240 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
700 2025.01.22 09:22:10.291483 [ 282 ] {cbb958b3-4a2f-4125-be31-b50a6dd52876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
701 2025.01.22 09:22:10.291551 [ 282 ] {cbb958b3-4a2f-4125-be31-b50a6dd52876} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
702 2025.01.22 09:22:10.294714 [ 282 ] {cbb958b3-4a2f-4125-be31-b50a6dd52876} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Loading data parts
703 2025.01.22 09:22:10.294856 [ 282 ] {cbb958b3-4a2f-4125-be31-b50a6dd52876} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): There are no data parts
704 2025.01.22 09:22:10.296906 [ 282 ] {cbb958b3-4a2f-4125-be31-b50a6dd52876} <Debug> TCPHandler: Processed in 0.005724392 sec.
705 2025.01.22 09:22:10.297113 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
706 2025.01.22 09:22:10.297366 [ 286 ] {09ad13b4-b83d-452e-b5f5-f10ab9bd4508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
707 2025.01.22 09:22:10.297472 [ 286 ] {09ad13b4-b83d-452e-b5f5-f10ab9bd4508} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
708 2025.01.22 09:22:10.300379 [ 286 ] {09ad13b4-b83d-452e-b5f5-f10ab9bd4508} <Debug> oximeter.fields_i64 (d864dc89-c76c-448c-a53a-24eb745c2e92): Loading data parts
709 2025.01.22 09:22:10.300604 [ 286 ] {09ad13b4-b83d-452e-b5f5-f10ab9bd4508} <Debug> oximeter.fields_i64 (d864dc89-c76c-448c-a53a-24eb745c2e92): There are no data parts
710 2025.01.22 09:22:10.303147 [ 286 ] {09ad13b4-b83d-452e-b5f5-f10ab9bd4508} <Debug> TCPHandler: Processed in 0.006101255 sec.
711 2025.01.22 09:22:10.303333 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
712 2025.01.22 09:22:10.303579 [ 282 ] {4cbabb15-4471-449a-b668-a24b117f49dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
713 2025.01.22 09:22:10.303647 [ 282 ] {4cbabb15-4471-449a-b668-a24b117f49dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
714 2025.01.22 09:22:10.308699 [ 282 ] {4cbabb15-4471-449a-b668-a24b117f49dc} <Debug> oximeter.fields_u64 (80f1810a-157b-46bb-8266-bf195c363e85): Loading data parts
715 2025.01.22 09:22:10.308841 [ 282 ] {4cbabb15-4471-449a-b668-a24b117f49dc} <Debug> oximeter.fields_u64 (80f1810a-157b-46bb-8266-bf195c363e85): There are no data parts
716 2025.01.22 09:22:10.313667 [ 282 ] {4cbabb15-4471-449a-b668-a24b117f49dc} <Debug> TCPHandler: Processed in 0.010393562 sec.
717 2025.01.22 09:22:10.313860 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
718 2025.01.22 09:22:10.314112 [ 286 ] {564bd652-660b-408a-a42b-057153dd9f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
719 2025.01.22 09:22:10.314221 [ 286 ] {564bd652-660b-408a-a42b-057153dd9f71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
720 2025.01.22 09:22:10.317840 [ 286 ] {564bd652-660b-408a-a42b-057153dd9f71} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Loading data parts
721 2025.01.22 09:22:10.318057 [ 286 ] {564bd652-660b-408a-a42b-057153dd9f71} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): There are no data parts
722 2025.01.22 09:22:10.320473 [ 286 ] {564bd652-660b-408a-a42b-057153dd9f71} <Debug> TCPHandler: Processed in 0.006680862 sec.
723 2025.01.22 09:22:10.320664 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
724 2025.01.22 09:22:10.320915 [ 282 ] {89ef9fef-fb43-4500-8065-83b415daf8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
725 2025.01.22 09:22:10.320984 [ 282 ] {89ef9fef-fb43-4500-8065-83b415daf8c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
726 2025.01.22 09:22:10.324745 [ 282 ] {89ef9fef-fb43-4500-8065-83b415daf8c4} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Loading data parts
727 2025.01.22 09:22:10.324876 [ 282 ] {89ef9fef-fb43-4500-8065-83b415daf8c4} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): There are no data parts
728 2025.01.22 09:22:10.327127 [ 282 ] {89ef9fef-fb43-4500-8065-83b415daf8c4} <Debug> TCPHandler: Processed in 0.006526099 sec.
729 2025.01.22 09:22:10.327325 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
730 2025.01.22 09:22:10.327578 [ 286 ] {d4a2eb27-2962-4fa7-ad82-b2da0b291ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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)
731 2025.01.22 09:22:10.327685 [ 286 ] {d4a2eb27-2962-4fa7-ad82-b2da0b291ecd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
732 2025.01.22 09:22:10.329894 [ 286 ] {d4a2eb27-2962-4fa7-ad82-b2da0b291ecd} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Loading data parts
733 2025.01.22 09:22:10.330076 [ 286 ] {d4a2eb27-2962-4fa7-ad82-b2da0b291ecd} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): There are no data parts
734 2025.01.22 09:22:10.333826 [ 286 ] {d4a2eb27-2962-4fa7-ad82-b2da0b291ecd} <Debug> TCPHandler: Processed in 0.0065672 sec.
735 2025.01.22 09:22:10.334069 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
736 2025.01.22 09:22:10.334455 [ 282 ] {5baaa998-c62e-4b63-9e3d-59a55f07460c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) /* The timeseries schema table stores the extracted schema for the samples
737 * oximeter collects.
738 */
739 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)
740 2025.01.22 09:22:10.334556 [ 282 ] {5baaa998-c62e-4b63-9e3d-59a55f07460c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
741 2025.01.22 09:22:10.339047 [ 282 ] {5baaa998-c62e-4b63-9e3d-59a55f07460c} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Loading data parts
742 2025.01.22 09:22:10.339250 [ 282 ] {5baaa998-c62e-4b63-9e3d-59a55f07460c} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): There are no data parts
743 2025.01.22 09:22:10.341697 [ 282 ] {5baaa998-c62e-4b63-9e3d-59a55f07460c} <Debug> TCPHandler: Processed in 0.007696553 sec.
744 2025.01.22 09:22:10.341950 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
745 2025.01.22 09:22:10.342199 [ 286 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
746 2025.01.22 09:22:10.342946 [ 286 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
747 2025.01.22 09:22:10.350880 [ 291 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Trace> oximeter.version (b4ec91a1-c21e-402e-b401-7e215fcead6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
748 2025.01.22 09:22:10.350963 [ 291 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
749 2025.01.22 09:22:10.355909 [ 291 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
750 2025.01.22 09:22:10.356310 [ 291 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Trace> oximeter.version (b4ec91a1-c21e-402e-b401-7e215fcead6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
751 2025.01.22 09:22:10.356666 [ 286 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014547 sec., 68.7426960885406 rows/sec., 1.07 KiB/sec.
752 2025.01.22 09:22:10.356959 [ 286 ] {a8eb07e0-f555-4ddf-832b-83494b68d03e} <Debug> TCPHandler: Processed in 0.015064922 sec.
753 2025.01.22 09:22:11.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.08 MiB, peak 137.08 MiB, free memory in arenas 0.00 B, will set to 141.48 MiB (RSS), difference: 4.40 MiB
754 2025.01.22 09:22:14.577239 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
755 2025.01.22 09:22:14.577278 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
756 2025.01.22 09:22:14.577353 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
757 2025.01.22 09:22:14.577383 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
758 2025.01.22 09:22:14.583169 [ 243 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Loading data parts
759 2025.01.22 09:22:14.583571 [ 243 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): There are no data parts
760 2025.01.22 09:22:14.596142 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
761 2025.01.22 09:22:14.596228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
762 2025.01.22 09:22:14.600486 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2025.01.22 09:22:14.600770 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2025.01.22 09:22:14.600936 [ 244 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Loading data parts
765 2025.01.22 09:22:14.601015 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
766 2025.01.22 09:22:14.601196 [ 244 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): There are no data parts
767 2025.01.22 09:22:14.626576 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2025.01.22 09:22:14.626624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
769 2025.01.22 09:22:14.633867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2025.01.22 09:22:14.634610 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2025.01.22 09:22:14.637067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2025.01.22 09:22:15.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.49 MiB, peak 150.49 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: 4.57 MiB
773 2025.01.22 09:22:17.077235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2025.01.22 09:22:17.077349 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2025.01.22 09:22:17.083004 [ 242 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Loading data parts
776 2025.01.22 09:22:17.083177 [ 242 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): There are no data parts
777 2025.01.22 09:22:17.090384 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2025.01.22 09:22:17.090427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
779 2025.01.22 09:22:17.092259 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2025.01.22 09:22:17.092816 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2025.01.22 09:22:17.093366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2025.01.22 09:22:18.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.25 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 151.45 MiB (RSS), difference: -3.80 MiB
783 2025.01.22 09:22:22.037418 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
784 2025.01.22 09:22:22.037486 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
785 2025.01.22 09:22:22.101138 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
786 2025.01.22 09:22:22.102056 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2025.01.22 09:22:22.102105 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
788 2025.01.22 09:22:22.102887 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2025.01.22 09:22:22.103409 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2025.01.22 09:22:22.103675 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2025.01.22 09:22:22.137189 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2025.01.22 09:22:22.160263 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2025.01.22 09:22:22.160337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
794 2025.01.22 09:22:22.167833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2025.01.22 09:22:22.169132 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2025.01.22 09:22:22.172706 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2025.01.22 09:22:28.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.18 MiB, peak 156.16 MiB, free memory in arenas 0.00 B, will set to 153.20 MiB (RSS), difference: 4.02 MiB
798 2025.01.22 09:22:29.603851 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
799 2025.01.22 09:22:29.604567 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2025.01.22 09:22:29.604626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB.
801 2025.01.22 09:22:29.605284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2025.01.22 09:22:29.605627 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
803 2025.01.22 09:22:29.605911 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
804 2025.01.22 09:22:29.672834 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2025.01.22 09:22:29.692162 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2025.01.22 09:22:29.692229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
807 2025.01.22 09:22:29.698985 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2025.01.22 09:22:29.699817 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
809 2025.01.22 09:22:29.703339 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2025.01.22 09:22:30.361980 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
811 2025.01.22 09:22:30.362200 [ 282 ] {9841dec1-dc51-4162-aed1-58cb2063a645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
812 2025.01.22 09:22:30.362710 [ 282 ] {9841dec1-dc51-4162-aed1-58cb2063a645} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
813 2025.01.22 09:22:30.363144 [ 282 ] {9841dec1-dc51-4162-aed1-58cb2063a645} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
814 2025.01.22 09:22:30.364126 [ 282 ] {9841dec1-dc51-4162-aed1-58cb2063a645} <Debug> TCPHandler: Processed in 0.002295845 sec.
815 2025.01.22 09:22:30.365522 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
816 2025.01.22 09:22:30.365822 [ 286 ] {fef07bd7-31d7-45c7-882c-cfcc0d19cd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
817 2025.01.22 09:22:30.368129 [ 286 ] {fef07bd7-31d7-45c7-882c-cfcc0d19cd30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
818 2025.01.22 09:22:30.368237 [ 286 ] {fef07bd7-31d7-45c7-882c-cfcc0d19cd30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
819 2025.01.22 09:22:30.369092 [ 286 ] {fef07bd7-31d7-45c7-882c-cfcc0d19cd30} <Debug> TCPHandler: Processed in 0.00373773 sec.
820 2025.01.22 09:22:30.371873 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
821 2025.01.22 09:22:30.372101 [ 282 ] {b3c899b3-6d9b-46e0-8724-6b1f0ff72c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
822 2025.01.22 09:22:30.372653 [ 282 ] {b3c899b3-6d9b-46e0-8724-6b1f0ff72c0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
823 2025.01.22 09:22:30.372730 [ 282 ] {b3c899b3-6d9b-46e0-8724-6b1f0ff72c0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
824 2025.01.22 09:22:30.373393 [ 282 ] {b3c899b3-6d9b-46e0-8724-6b1f0ff72c0f} <Debug> TCPHandler: Processed in 0.001655488 sec.
825 2025.01.22 09:22:30.373886 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2025.01.22 09:22:30.374157 [ 286 ] {2de6810c-a6c8-488f-a05e-9cb34aae6317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
827 2025.01.22 09:22:30.374775 [ 286 ] {2de6810c-a6c8-488f-a05e-9cb34aae6317} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
828 2025.01.22 09:22:30.374855 [ 286 ] {2de6810c-a6c8-488f-a05e-9cb34aae6317} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
829 2025.01.22 09:22:30.375471 [ 286 ] {2de6810c-a6c8-488f-a05e-9cb34aae6317} <Debug> TCPHandler: Processed in 0.001754079 sec.
830 2025.01.22 09:22:30.375800 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2025.01.22 09:22:30.375977 [ 282 ] {aa182ca4-a1af-4368-8603-9ee61c85cbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
832 2025.01.22 09:22:30.376411 [ 282 ] {aa182ca4-a1af-4368-8603-9ee61c85cbab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2025.01.22 09:22:30.376484 [ 282 ] {aa182ca4-a1af-4368-8603-9ee61c85cbab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2025.01.22 09:22:30.377097 [ 282 ] {aa182ca4-a1af-4368-8603-9ee61c85cbab} <Debug> TCPHandler: Processed in 0.001361784 sec.
835 2025.01.22 09:22:30.377443 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
836 2025.01.22 09:22:30.377626 [ 286 ] {bd802a33-7079-4620-b175-b9154cff6d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
837 2025.01.22 09:22:30.378061 [ 286 ] {bd802a33-7079-4620-b175-b9154cff6d61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
838 2025.01.22 09:22:30.378135 [ 286 ] {bd802a33-7079-4620-b175-b9154cff6d61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
839 2025.01.22 09:22:30.378758 [ 286 ] {bd802a33-7079-4620-b175-b9154cff6d61} <Debug> TCPHandler: Processed in 0.001381755 sec.
840 2025.01.22 09:22:30.379093 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2025.01.22 09:22:30.379263 [ 282 ] {6d4aa28f-cebc-4824-9159-d2380e634fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
842 2025.01.22 09:22:30.379791 [ 282 ] {6d4aa28f-cebc-4824-9159-d2380e634fd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
843 2025.01.22 09:22:30.379875 [ 282 ] {6d4aa28f-cebc-4824-9159-d2380e634fd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
844 2025.01.22 09:22:30.380555 [ 282 ] {6d4aa28f-cebc-4824-9159-d2380e634fd9} <Debug> TCPHandler: Processed in 0.001520707 sec.
845 2025.01.22 09:22:30.380905 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2025.01.22 09:22:30.381127 [ 286 ] {8001b019-e30e-4adc-9fda-a606ddcc3548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
847 2025.01.22 09:22:30.381670 [ 286 ] {8001b019-e30e-4adc-9fda-a606ddcc3548} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
848 2025.01.22 09:22:30.381757 [ 286 ] {8001b019-e30e-4adc-9fda-a606ddcc3548} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
849 2025.01.22 09:22:30.382493 [ 286 ] {8001b019-e30e-4adc-9fda-a606ddcc3548} <Debug> TCPHandler: Processed in 0.001661367 sec.
850 2025.01.22 09:22:30.382817 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.01.22 09:22:30.382997 [ 282 ] {fa33ad4c-4bf7-4a55-b336-18a8d6b49279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
852 2025.01.22 09:22:30.383412 [ 282 ] {fa33ad4c-4bf7-4a55-b336-18a8d6b49279} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
853 2025.01.22 09:22:30.383483 [ 282 ] {fa33ad4c-4bf7-4a55-b336-18a8d6b49279} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
854 2025.01.22 09:22:30.384083 [ 282 ] {fa33ad4c-4bf7-4a55-b336-18a8d6b49279} <Debug> TCPHandler: Processed in 0.001334344 sec.
855 2025.01.22 09:22:30.384436 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
856 2025.01.22 09:22:30.384620 [ 286 ] {480bdcd4-f12c-481f-96d4-c640033a0e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
857 2025.01.22 09:22:30.385210 [ 286 ] {480bdcd4-f12c-481f-96d4-c640033a0e5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
858 2025.01.22 09:22:30.385296 [ 286 ] {480bdcd4-f12c-481f-96d4-c640033a0e5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
859 2025.01.22 09:22:30.386025 [ 286 ] {480bdcd4-f12c-481f-96d4-c640033a0e5d} <Debug> TCPHandler: Processed in 0.001664298 sec.
860 2025.01.22 09:22:30.386376 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
861 2025.01.22 09:22:30.386570 [ 282 ] {d313505f-92f7-4b47-b525-657878461858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
862 2025.01.22 09:22:30.387019 [ 282 ] {d313505f-92f7-4b47-b525-657878461858} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
863 2025.01.22 09:22:30.387090 [ 282 ] {d313505f-92f7-4b47-b525-657878461858} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
864 2025.01.22 09:22:30.387637 [ 282 ] {d313505f-92f7-4b47-b525-657878461858} <Debug> TCPHandler: Processed in 0.001398705 sec.
865 2025.01.22 09:22:30.388053 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
866 2025.01.22 09:22:30.388292 [ 286 ] {6cfdb066-9eb1-4242-b931-8ed099f61140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
867 2025.01.22 09:22:30.388887 [ 286 ] {6cfdb066-9eb1-4242-b931-8ed099f61140} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
868 2025.01.22 09:22:30.388974 [ 286 ] {6cfdb066-9eb1-4242-b931-8ed099f61140} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
869 2025.01.22 09:22:30.389562 [ 286 ] {6cfdb066-9eb1-4242-b931-8ed099f61140} <Debug> TCPHandler: Processed in 0.001595517 sec.
870 2025.01.22 09:22:30.389874 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.01.22 09:22:30.390099 [ 282 ] {8f29bab6-dc4b-4339-a9fc-6c183cc5427a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
872 2025.01.22 09:22:30.390578 [ 282 ] {8f29bab6-dc4b-4339-a9fc-6c183cc5427a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
873 2025.01.22 09:22:30.390665 [ 282 ] {8f29bab6-dc4b-4339-a9fc-6c183cc5427a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
874 2025.01.22 09:22:30.391266 [ 282 ] {8f29bab6-dc4b-4339-a9fc-6c183cc5427a} <Debug> TCPHandler: Processed in 0.001458945 sec.
875 2025.01.22 09:22:30.391628 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
876 2025.01.22 09:22:30.391861 [ 286 ] {1d95cdab-5f66-4a4b-8ae5-c6d0a257eeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
877 2025.01.22 09:22:30.392434 [ 286 ] {1d95cdab-5f66-4a4b-8ae5-c6d0a257eeb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
878 2025.01.22 09:22:30.392511 [ 286 ] {1d95cdab-5f66-4a4b-8ae5-c6d0a257eeb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
879 2025.01.22 09:22:30.393221 [ 286 ] {1d95cdab-5f66-4a4b-8ae5-c6d0a257eeb6} <Debug> TCPHandler: Processed in 0.001670929 sec.
880 2025.01.22 09:22:30.401728 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.01.22 09:22:30.401896 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
882 2025.01.22 09:22:30.401969 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2025.01.22 09:22:30.402869 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
884 2025.01.22 09:22:30.402925 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
885 2025.01.22 09:22:30.403676 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
886 2025.01.22 09:22:30.403967 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
887 2025.01.22 09:22:30.404244 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002394 sec., 5847.95321637427 rows/sec., 839.09 KiB/sec.
888 2025.01.22 09:22:30.404344 [ 282 ] {65629f5e-d165-4fdc-a20e-ab6fca10b4df} <Debug> TCPHandler: Processed in 0.002719309 sec.
889 2025.01.22 09:22:30.404536 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2025.01.22 09:22:30.404867 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
891 2025.01.22 09:22:30.404980 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
892 2025.01.22 09:22:30.409212 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
893 2025.01.22 09:22:30.409295 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
894 2025.01.22 09:22:30.410011 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
895 2025.01.22 09:22:30.410421 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
896 2025.01.22 09:22:30.410790 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.005985 sec., 8688.387635756057 rows/sec., 675.19 KiB/sec.
897 2025.01.22 09:22:30.410896 [ 286 ] {26a0d792-cb71-44ab-afdf-3ca8c4bf9620} <Debug> TCPHandler: Processed in 0.006428279 sec.
898 2025.01.22 09:22:30.411119 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.01.22 09:22:30.411261 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
900 2025.01.22 09:22:30.411316 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
901 2025.01.22 09:22:30.412123 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.01.22 09:22:30.412171 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
903 2025.01.22 09:22:30.412666 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
904 2025.01.22 09:22:30.412963 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2025.01.22 09:22:30.413233 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.18 MiB/sec.
906 2025.01.22 09:22:30.413416 [ 282 ] {cd986d2e-4f26-4bef-849c-1b0da955b644} <Debug> TCPHandler: Processed in 0.002359825 sec.
907 2025.01.22 09:22:30.413672 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.01.22 09:22:30.413805 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
909 2025.01.22 09:22:30.413860 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
910 2025.01.22 09:22:30.414662 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.01.22 09:22:30.414716 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
912 2025.01.22 09:22:30.415304 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
913 2025.01.22 09:22:30.415579 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.01.22 09:22:30.415835 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.002057 sec., 58337.3845405931 rows/sec., 4.04 MiB/sec.
915 2025.01.22 09:22:30.415928 [ 286 ] {1ed5b288-4c33-4b2a-91af-76a072c6ee3e} <Debug> TCPHandler: Processed in 0.002322945 sec.
916 2025.01.22 09:22:30.416137 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.01.22 09:22:30.416288 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
918 2025.01.22 09:22:30.416353 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
919 2025.01.22 09:22:30.417006 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.01.22 09:22:30.417048 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
921 2025.01.22 09:22:30.417473 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
922 2025.01.22 09:22:30.417740 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.01.22 09:22:30.417990 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001732 sec., 23094.688221709006 rows/sec., 1.58 MiB/sec.
924 2025.01.22 09:22:30.418107 [ 282 ] {d5a0750c-e701-496a-ad92-26d7dbd336a0} <Debug> TCPHandler: Processed in 0.002040742 sec.
925 2025.01.22 09:22:35.367762 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.01.22 09:22:35.367989 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2025.01.22 09:22:35.368071 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2025.01.22 09:22:35.368843 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.01.22 09:22:35.368889 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
930 2025.01.22 09:22:35.369331 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.01.22 09:22:35.369599 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.01.22 09:22:35.369847 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001912 sec., 27196.65271966527 rows/sec., 2.06 MiB/sec.
933 2025.01.22 09:22:35.369915 [ 282 ] {6fd13dd0-438f-41aa-8a84-9da99d9628a3} <Debug> TCPHandler: Processed in 0.002292815 sec.
934 2025.01.22 09:22:35.370165 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2025.01.22 09:22:35.370377 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2025.01.22 09:22:35.370450 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2025.01.22 09:22:35.371212 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.01.22 09:22:35.371256 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
939 2025.01.22 09:22:35.371689 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.01.22 09:22:35.371942 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.01.22 09:22:35.372201 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00187 sec., 29946.524064171124 rows/sec., 2.34 MiB/sec.
942 2025.01.22 09:22:35.372283 [ 286 ] {1e4122cb-8a69-4a7e-a9d4-d8f5b59a6944} <Debug> TCPHandler: Processed in 0.002253914 sec.
943 2025.01.22 09:22:35.372431 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2025.01.22 09:22:35.372581 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2025.01.22 09:22:35.372646 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2025.01.22 09:22:35.373335 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2025.01.22 09:22:35.373380 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
948 2025.01.22 09:22:35.373780 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2025.01.22 09:22:35.374032 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2025.01.22 09:22:35.374266 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00172 sec., 87209.3023255814 rows/sec., 6.05 MiB/sec.
951 2025.01.22 09:22:35.374325 [ 282 ] {2ed9da4a-7a06-42c2-8752-75c687393c29} <Debug> TCPHandler: Processed in 0.001959961 sec.
952 2025.01.22 09:22:35.374480 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2025.01.22 09:22:35.374636 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2025.01.22 09:22:35.374702 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2025.01.22 09:22:35.375278 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2025.01.22 09:22:35.375323 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
957 2025.01.22 09:22:35.375716 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2025.01.22 09:22:35.375966 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2025.01.22 09:22:35.376141 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00155 sec., 32258.064516129034 rows/sec., 2.21 MiB/sec.
960 2025.01.22 09:22:35.376191 [ 286 ] {051c4133-59b1-4b12-9c62-4a91bc99a599} <Debug> TCPHandler: Processed in 0.001780779 sec.
961 2025.01.22 09:22:37.037723 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
962 2025.01.22 09:22:37.037775 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
963 2025.01.22 09:22:37.093936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2025.01.22 09:22:37.097947 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2025.01.22 09:22:37.097994 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
966 2025.01.22 09:22:37.099442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2025.01.22 09:22:37.099752 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
968 2025.01.22 09:22:37.100271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2025.01.22 09:22:37.106057 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
970 2025.01.22 09:22:37.106716 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2025.01.22 09:22:37.106757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
972 2025.01.22 09:22:37.107306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2025.01.22 09:22:37.107559 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2025.01.22 09:22:37.107783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
975 2025.01.22 09:22:37.203473 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2025.01.22 09:22:37.223749 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2025.01.22 09:22:37.223812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
978 2025.01.22 09:22:37.230894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2025.01.22 09:22:37.231656 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2025.01.22 09:22:37.234583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2025.01.22 09:22:38.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.20 MiB, peak 159.20 MiB, free memory in arenas 0.00 B, will set to 156.30 MiB (RSS), difference: 1.10 MiB
982 2025.01.22 09:22:40.362941 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2025.01.22 09:22:40.363232 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
984 2025.01.22 09:22:40.363746 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
985 2025.01.22 09:22:40.363871 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
986 2025.01.22 09:22:40.364160 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
987 2025.01.22 09:22:40.366479 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
988 2025.01.22 09:22:40.368831 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
989 2025.01.22 09:22:40.372014 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
990 2025.01.22 09:22:40.372130 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
991 2025.01.22 09:22:40.372155 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
992 2025.01.22 09:22:40.374339 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
993 2025.01.22 09:22:40.374371 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
994 2025.01.22 09:22:40.382397 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.019283 sec., 726.0281076595965 rows/sec., 29.63 KiB/sec.
995 2025.01.22 09:22:40.382508 [ 282 ] {9e02a138-b0c3-46cd-b2fd-55eea1586604} <Debug> TCPHandler: Processed in 0.019707331 sec.
996 2025.01.22 09:22:40.385113 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
997 2025.01.22 09:22:40.385397 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
998 2025.01.22 09:22:40.385810 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
999 2025.01.22 09:22:40.385854 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1000 2025.01.22 09:22:40.386146 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1001 2025.01.22 09:22:40.386230 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1002 2025.01.22 09:22:40.386413 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1003 2025.01.22 09:22:40.386455 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1004 2025.01.22 09:22:40.386481 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1005 2025.01.22 09:22:40.386498 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1006 2025.01.22 09:22:40.386549 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1007 2025.01.22 09:22:40.386573 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1008 2025.01.22 09:22:40.387288 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002014 sec., 6951.340615690168 rows/sec., 283.66 KiB/sec.
1009 2025.01.22 09:22:40.387421 [ 286 ] {4d90235b-ce27-464a-a497-f92a571829df} <Debug> TCPHandler: Processed in 0.002455766 sec.
1010 2025.01.22 09:22:40.387667 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1011 2025.01.22 09:22:40.387838 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1012 2025.01.22 09:22:40.388141 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1013 2025.01.22 09:22:40.388181 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1014 2025.01.22 09:22:40.388434 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2025.01.22 09:22:40.388500 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2025.01.22 09:22:40.388648 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1017 2025.01.22 09:22:40.388682 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1018 2025.01.22 09:22:40.388705 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1019 2025.01.22 09:22:40.388721 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1020 2025.01.22 09:22:40.388766 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1021 2025.01.22 09:22:40.388789 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1022 2025.01.22 09:22:40.389336 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 362.95 KiB/sec.
1023 2025.01.22 09:22:40.389415 [ 282 ] {2a2ac74e-1124-484c-b919-18526bb87ae5} <Debug> TCPHandler: Processed in 0.00180426 sec.
1024 2025.01.22 09:22:40.389662 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.01.22 09:22:40.389875 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1026 2025.01.22 09:22:40.390245 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1027 2025.01.22 09:22:40.390294 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1028 2025.01.22 09:22:40.390595 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1029 2025.01.22 09:22:40.390662 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1030 2025.01.22 09:22:40.390812 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1031 2025.01.22 09:22:40.390847 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1032 2025.01.22 09:22:40.390871 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1033 2025.01.22 09:22:40.390888 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1034 2025.01.22 09:22:40.390934 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1035 2025.01.22 09:22:40.390956 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1036 2025.01.22 09:22:40.391507 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001732 sec., 8083.140877598153 rows/sec., 329.84 KiB/sec.
1037 2025.01.22 09:22:40.391627 [ 286 ] {1c797c3c-b3d6-4888-93e7-cb73c4e2c3a0} <Debug> TCPHandler: Processed in 0.002033982 sec.
1038 2025.01.22 09:22:40.392609 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2025.01.22 09:22:40.392807 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1040 2025.01.22 09:22:40.393161 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1041 2025.01.22 09:22:40.393210 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1042 2025.01.22 09:22:40.393521 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1043 2025.01.22 09:22:40.393587 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1044 2025.01.22 09:22:40.393737 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1045 2025.01.22 09:22:40.393770 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1046 2025.01.22 09:22:40.393792 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1047 2025.01.22 09:22:40.393809 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1048 2025.01.22 09:22:40.393852 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1049 2025.01.22 09:22:40.393874 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1050 2025.01.22 09:22:40.394423 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 334.67 KiB/sec.
1051 2025.01.22 09:22:40.394503 [ 282 ] {affdbd5f-88d4-430c-b4ec-427882113bd1} <Debug> TCPHandler: Processed in 0.001961071 sec.
1052 2025.01.22 09:22:40.394798 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1053 2025.01.22 09:22:40.395004 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1054 2025.01.22 09:22:40.395367 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1055 2025.01.22 09:22:40.395418 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1056 2025.01.22 09:22:40.395701 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1057 2025.01.22 09:22:40.395768 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1058 2025.01.22 09:22:40.395916 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1059 2025.01.22 09:22:40.395950 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1060 2025.01.22 09:22:40.395973 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1061 2025.01.22 09:22:40.395991 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1062 2025.01.22 09:22:40.396036 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1063 2025.01.22 09:22:40.396059 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1064 2025.01.22 09:22:40.396611 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 335.46 KiB/sec.
1065 2025.01.22 09:22:40.396738 [ 286 ] {3057ef2e-3623-4c3e-b75f-5f61c59d6ff1} <Debug> TCPHandler: Processed in 0.002005561 sec.
1066 2025.01.22 09:22:40.397455 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1067 2025.01.22 09:22:40.397705 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1068 2025.01.22 09:22:40.398065 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1069 2025.01.22 09:22:40.398115 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1070 2025.01.22 09:22:40.398432 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1071 2025.01.22 09:22:40.398511 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1072 2025.01.22 09:22:40.398656 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1073 2025.01.22 09:22:40.398688 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1074 2025.01.22 09:22:40.398710 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1075 2025.01.22 09:22:40.398727 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1076 2025.01.22 09:22:40.398769 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1077 2025.01.22 09:22:40.398790 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1078 2025.01.22 09:22:40.399462 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001851 sec., 7563.479200432199 rows/sec., 308.64 KiB/sec.
1079 2025.01.22 09:22:40.399545 [ 282 ] {8c918773-51b2-4f9e-839f-446df1c982d3} <Debug> TCPHandler: Processed in 0.002199443 sec.
1080 2025.01.22 09:22:40.399806 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1081 2025.01.22 09:22:40.399987 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1082 2025.01.22 09:22:40.400298 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1083 2025.01.22 09:22:40.400340 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1084 2025.01.22 09:22:40.400602 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1085 2025.01.22 09:22:40.400670 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1086 2025.01.22 09:22:40.400817 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1087 2025.01.22 09:22:40.400850 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1088 2025.01.22 09:22:40.400873 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1089 2025.01.22 09:22:40.400890 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1090 2025.01.22 09:22:40.400932 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1091 2025.01.22 09:22:40.400954 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1092 2025.01.22 09:22:40.401492 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 360.43 KiB/sec.
1093 2025.01.22 09:22:40.401607 [ 286 ] {3df5e50a-624a-464f-ae52-2438802ae942} <Debug> TCPHandler: Processed in 0.00185842 sec.
1094 2025.01.22 09:22:40.401859 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.01.22 09:22:40.402061 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1096 2025.01.22 09:22:40.402425 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1097 2025.01.22 09:22:40.402475 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1098 2025.01.22 09:22:40.402752 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1099 2025.01.22 09:22:40.402817 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1100 2025.01.22 09:22:40.402964 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1101 2025.01.22 09:22:40.402997 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1102 2025.01.22 09:22:40.403020 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1103 2025.01.22 09:22:40.403036 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1104 2025.01.22 09:22:40.403077 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1105 2025.01.22 09:22:40.403100 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1106 2025.01.22 09:22:40.403679 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001713 sec., 8172.796263864566 rows/sec., 333.50 KiB/sec.
1107 2025.01.22 09:22:40.403759 [ 282 ] {ffe6225d-7354-4f9d-bfa5-b6a290e16bfa} <Debug> TCPHandler: Processed in 0.001964652 sec.
1108 2025.01.22 09:22:40.404113 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.01.22 09:22:40.404414 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1110 2025.01.22 09:22:40.404788 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1111 2025.01.22 09:22:40.404830 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1112 2025.01.22 09:22:40.405100 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1113 2025.01.22 09:22:40.405167 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1114 2025.01.22 09:22:40.405314 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1115 2025.01.22 09:22:40.405346 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1116 2025.01.22 09:22:40.405368 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1117 2025.01.22 09:22:40.405385 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1118 2025.01.22 09:22:40.405428 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1119 2025.01.22 09:22:40.405450 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1120 2025.01.22 09:22:40.406024 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001757 sec., 7968.12749003984 rows/sec., 325.15 KiB/sec.
1121 2025.01.22 09:22:40.406140 [ 286 ] {d66c7204-4442-4dac-960c-070b2c56cd3c} <Debug> TCPHandler: Processed in 0.002129343 sec.
1122 2025.01.22 09:22:40.406427 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.01.22 09:22:40.406603 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1124 2025.01.22 09:22:40.406910 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1125 2025.01.22 09:22:40.406953 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1126 2025.01.22 09:22:40.407226 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1127 2025.01.22 09:22:40.407293 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1128 2025.01.22 09:22:40.407439 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1129 2025.01.22 09:22:40.407471 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1130 2025.01.22 09:22:40.407493 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1131 2025.01.22 09:22:40.407510 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1132 2025.01.22 09:22:40.407553 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1133 2025.01.22 09:22:40.407577 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1134 2025.01.22 09:22:40.408051 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 373.88 KiB/sec.
1135 2025.01.22 09:22:40.408130 [ 282 ] {c0d598c9-8f7d-494f-b05e-3ac6e6a5d2fb} <Debug> TCPHandler: Processed in 0.001758358 sec.
1136 2025.01.22 09:22:40.408362 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1137 2025.01.22 09:22:40.408551 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1138 2025.01.22 09:22:40.408929 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1139 2025.01.22 09:22:40.408983 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1140 2025.01.22 09:22:40.409326 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1141 2025.01.22 09:22:40.409408 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1142 2025.01.22 09:22:40.409573 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1143 2025.01.22 09:22:40.409606 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1144 2025.01.22 09:22:40.409629 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1145 2025.01.22 09:22:40.409646 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1146 2025.01.22 09:22:40.409691 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1147 2025.01.22 09:22:40.409715 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1148 2025.01.22 09:22:40.410294 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001836 sec., 7625.272331154684 rows/sec., 311.16 KiB/sec.
1149 2025.01.22 09:22:40.410416 [ 286 ] {f2e621e9-d7ab-4bc4-be9a-267f5290409a} <Debug> TCPHandler: Processed in 0.002109202 sec.
1150 2025.01.22 09:22:40.410674 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1151 2025.01.22 09:22:40.410881 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1152 2025.01.22 09:22:40.411250 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1153 2025.01.22 09:22:40.411302 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1154 2025.01.22 09:22:40.411620 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1155 2025.01.22 09:22:40.411686 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1156 2025.01.22 09:22:40.411833 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1157 2025.01.22 09:22:40.411868 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1158 2025.01.22 09:22:40.411890 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1159 2025.01.22 09:22:40.411906 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1160 2025.01.22 09:22:40.411949 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1161 2025.01.22 09:22:40.411972 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1162 2025.01.22 09:22:40.412448 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 342.91 KiB/sec.
1163 2025.01.22 09:22:40.412528 [ 282 ] {101c0dbb-1ff0-415a-adba-819907205a4e} <Debug> TCPHandler: Processed in 0.001923701 sec.
1164 2025.01.22 09:22:40.412794 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1165 2025.01.22 09:22:40.412983 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1166 2025.01.22 09:22:40.413306 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1167 2025.01.22 09:22:40.413359 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1168 2025.01.22 09:22:40.413651 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1169 2025.01.22 09:22:40.413718 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1170 2025.01.22 09:22:40.413867 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1171 2025.01.22 09:22:40.413902 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1172 2025.01.22 09:22:40.413925 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1173 2025.01.22 09:22:40.413943 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1174 2025.01.22 09:22:40.413987 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1175 2025.01.22 09:22:40.414011 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1176 2025.01.22 09:22:40.414560 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 343.32 KiB/sec.
1177 2025.01.22 09:22:40.414678 [ 286 ] {f6e32d7c-6183-4201-8a06-42d5095bbbce} <Debug> TCPHandler: Processed in 0.001945191 sec.
1178 2025.01.22 09:22:40.414969 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1179 2025.01.22 09:22:40.415171 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1180 2025.01.22 09:22:40.415501 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1181 2025.01.22 09:22:40.415546 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1182 2025.01.22 09:22:40.415842 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1183 2025.01.22 09:22:40.415915 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1184 2025.01.22 09:22:40.416080 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1185 2025.01.22 09:22:40.416115 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1186 2025.01.22 09:22:40.416139 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1187 2025.01.22 09:22:40.416156 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1188 2025.01.22 09:22:40.416200 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1189 2025.01.22 09:22:40.416225 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1190 2025.01.22 09:22:40.416743 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 344.15 KiB/sec.
1191 2025.01.22 09:22:40.416827 [ 282 ] {7c0c9882-e0c6-4c0f-b42b-6158322ef9b4} <Debug> TCPHandler: Processed in 0.001914581 sec.
1192 2025.01.22 09:22:40.421003 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2025.01.22 09:22:40.421188 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1194 2025.01.22 09:22:40.421513 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1195 2025.01.22 09:22:40.421558 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1196 2025.01.22 09:22:40.421848 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1197 2025.01.22 09:22:40.421918 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1198 2025.01.22 09:22:40.422068 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1199 2025.01.22 09:22:40.422101 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1200 2025.01.22 09:22:40.422123 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1201 2025.01.22 09:22:40.422140 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1202 2025.01.22 09:22:40.422184 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1203 2025.01.22 09:22:40.422207 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1204 2025.01.22 09:22:40.422793 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001692 sec., 8274.231678486998 rows/sec., 337.64 KiB/sec.
1205 2025.01.22 09:22:40.422909 [ 286 ] {58b3b78c-abde-4fdd-8eb1-6543fe5ba9be} <Debug> TCPHandler: Processed in 0.001969861 sec.
1206 2025.01.22 09:22:40.428670 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1207 2025.01.22 09:22:40.428810 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1208 2025.01.22 09:22:40.428868 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1209 2025.01.22 09:22:40.429884 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1210 2025.01.22 09:22:40.429928 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1211 2025.01.22 09:22:40.430440 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1212 2025.01.22 09:22:40.430663 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1213 2025.01.22 09:22:40.430892 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Debug> executeQuery: Read 16 rows, 2.91 KiB in 0.002126 sec., 7525.8701787394175 rows/sec., 1.34 MiB/sec.
1214 2025.01.22 09:22:40.430954 [ 282 ] {f73c2435-4e15-47b1-b44b-097642f8ced9} <Debug> TCPHandler: Processed in 0.002341394 sec.
1215 2025.01.22 09:22:40.431116 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1216 2025.01.22 09:22:40.431285 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1217 2025.01.22 09:22:40.431354 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1218 2025.01.22 09:22:40.433994 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1219 2025.01.22 09:22:40.434039 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1220 2025.01.22 09:22:40.434460 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1221 2025.01.22 09:22:40.434711 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1222 2025.01.22 09:22:40.435001 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003749 sec., 3734.329154441184 rows/sec., 268.82 KiB/sec.
1223 2025.01.22 09:22:40.435093 [ 286 ] {830ac3d3-7360-41b4-8448-6dc3a67605ae} <Debug> TCPHandler: Processed in 0.004045263 sec.
1224 2025.01.22 09:22:40.435239 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1225 2025.01.22 09:22:40.435362 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1226 2025.01.22 09:22:40.435412 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1227 2025.01.22 09:22:40.436179 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1228 2025.01.22 09:22:40.436219 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1229 2025.01.22 09:22:40.436608 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1230 2025.01.22 09:22:40.436853 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1231 2025.01.22 09:22:40.437178 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Debug> executeQuery: Read 267 rows, 24.06 KiB in 0.001825 sec., 146301.3698630137 rows/sec., 12.87 MiB/sec.
1232 2025.01.22 09:22:40.437293 [ 282 ] {dec0c17f-667c-4e5f-8d59-a8a8d873cca2} <Debug> TCPHandler: Processed in 0.002109273 sec.
1233 2025.01.22 09:22:40.437455 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1234 2025.01.22 09:22:40.437598 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1235 2025.01.22 09:22:40.437658 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1236 2025.01.22 09:22:40.438413 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1237 2025.01.22 09:22:40.438458 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1238 2025.01.22 09:22:40.438849 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1239 2025.01.22 09:22:40.439099 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1240 2025.01.22 09:22:40.439364 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Debug> executeQuery: Read 41 rows, 3.01 KiB in 0.001785 sec., 22969.18767507003 rows/sec., 1.65 MiB/sec.
1241 2025.01.22 09:22:40.439423 [ 286 ] {e10955de-b39b-420b-8b76-2795741e2fd1} <Debug> TCPHandler: Processed in 0.002028061 sec.
1242 2025.01.22 09:22:40.439584 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1243 2025.01.22 09:22:40.439722 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1244 2025.01.22 09:22:40.439781 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1245 2025.01.22 09:22:40.440473 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1246 2025.01.22 09:22:40.440518 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1247 2025.01.22 09:22:40.440901 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1248 2025.01.22 09:22:40.441143 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1249 2025.01.22 09:22:40.441411 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001706 sec., 8206.3305978898 rows/sec., 574.72 KiB/sec.
1250 2025.01.22 09:22:40.441481 [ 282 ] {1743359d-c02c-42d9-a862-e58caee11bc9} <Debug> TCPHandler: Processed in 0.001966972 sec.
1251 2025.01.22 09:22:40.441649 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1252 2025.01.22 09:22:40.441788 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1253 2025.01.22 09:22:40.441847 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1254 2025.01.22 09:22:40.442519 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1255 2025.01.22 09:22:40.442556 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1256 2025.01.22 09:22:40.442903 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1257 2025.01.22 09:22:40.443134 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1258 2025.01.22 09:22:40.443423 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec.
1259 2025.01.22 09:22:40.443475 [ 286 ] {3547bc48-409d-4b70-b59a-40b3323333fa} <Debug> TCPHandler: Processed in 0.00189383 sec.
1260 2025.01.22 09:22:40.443618 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1261 2025.01.22 09:22:40.443756 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1262 2025.01.22 09:22:40.443814 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1263 2025.01.22 09:22:40.444669 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1264 2025.01.22 09:22:40.444707 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1265 2025.01.22 09:22:40.445082 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1266 2025.01.22 09:22:40.445317 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1267 2025.01.22 09:22:40.445530 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001804 sec., 231707.31707317074 rows/sec., 16.55 MiB/sec.
1268 2025.01.22 09:22:40.445582 [ 282 ] {a367b12b-9c23-4ed9-bc9b-eb3a95d724f2} <Debug> TCPHandler: Processed in 0.002030132 sec.
1269 2025.01.22 09:22:40.445727 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1270 2025.01.22 09:22:40.445864 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1271 2025.01.22 09:22:40.445924 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1272 2025.01.22 09:22:40.446473 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1273 2025.01.22 09:22:40.446520 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1274 2025.01.22 09:22:40.447013 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1275 2025.01.22 09:22:40.447250 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1276 2025.01.22 09:22:40.447468 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001633 sec., 3674.2192284139624 rows/sec., 191.96 KiB/sec.
1277 2025.01.22 09:22:40.447519 [ 286 ] {a13a003d-d2fb-4d9d-bd1e-8162f6f072e4} <Debug> TCPHandler: Processed in 0.00185678 sec.
1278 2025.01.22 09:22:40.447661 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1279 2025.01.22 09:22:40.447801 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1280 2025.01.22 09:22:40.447862 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1281 2025.01.22 09:22:40.448523 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1282 2025.01.22 09:22:40.448562 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1283 2025.01.22 09:22:40.448942 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1284 2025.01.22 09:22:40.449175 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1285 2025.01.22 09:22:40.449408 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001636 sec., 138753.05623471882 rows/sec., 9.26 MiB/sec.
1286 2025.01.22 09:22:40.449469 [ 282 ] {c976b999-8191-4bd2-bfca-8cedc1b80861} <Debug> TCPHandler: Processed in 0.00187418 sec.
1287 2025.01.22 09:22:40.449616 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1288 2025.01.22 09:22:40.449753 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1289 2025.01.22 09:22:40.449813 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1290 2025.01.22 09:22:40.450345 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1291 2025.01.22 09:22:40.450392 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1292 2025.01.22 09:22:40.450871 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1293 2025.01.22 09:22:40.451111 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1294 2025.01.22 09:22:40.451318 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 42.27 KiB/sec.
1295 2025.01.22 09:22:40.451376 [ 286 ] {c2d9a743-2995-4031-8ae6-25caeb9984d9} <Debug> TCPHandler: Processed in 0.00182464 sec.
1296 2025.01.22 09:22:40.451526 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1297 2025.01.22 09:22:40.451663 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1298 2025.01.22 09:22:40.451755 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1299 2025.01.22 09:22:40.453277 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1300 2025.01.22 09:22:40.453315 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1301 2025.01.22 09:22:40.455934 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1302 2025.01.22 09:22:40.456252 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1303 2025.01.22 09:22:40.456629 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.004986 sec., 6819.09346169274 rows/sec., 12.22 MiB/sec.
1304 2025.01.22 09:22:40.456743 [ 282 ] {0d87ba50-a190-4ec5-a3f9-d3afd31d412f} <Debug> TCPHandler: Processed in 0.005275016 sec.
1305 2025.01.22 09:22:40.456911 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1306 2025.01.22 09:22:40.457050 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1307 2025.01.22 09:22:40.457109 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1308 2025.01.22 09:22:40.457628 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Trace> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1309 2025.01.22 09:22:40.457665 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1310 2025.01.22 09:22:40.458033 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1311 2025.01.22 09:22:40.458260 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Trace> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1312 2025.01.22 09:22:40.458479 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001451 sec., 12405.237767057202 rows/sec., 934.83 KiB/sec.
1313 2025.01.22 09:22:40.458586 [ 286 ] {c72cfa8a-e37b-4d2d-b9d0-c00ff344d767} <Debug> TCPHandler: Processed in 0.001741459 sec.
1314 2025.01.22 09:22:40.458739 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1315 2025.01.22 09:22:40.458877 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1316 2025.01.22 09:22:40.458936 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1317 2025.01.22 09:22:40.459510 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1318 2025.01.22 09:22:40.459551 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1319 2025.01.22 09:22:40.459965 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1320 2025.01.22 09:22:40.460200 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1321 2025.01.22 09:22:40.460381 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001536 sec., 46875 rows/sec., 2.99 MiB/sec.
1322 2025.01.22 09:22:40.460438 [ 282 ] {ae702c2e-9702-49e9-bede-c9b82e84e601} <Debug> TCPHandler: Processed in 0.001768149 sec.
1323 2025.01.22 09:22:44.607971 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1324 2025.01.22 09:22:44.608797 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1325 2025.01.22 09:22:44.608857 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1326 2025.01.22 09:22:44.609551 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1327 2025.01.22 09:22:44.609850 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1328 2025.01.22 09:22:44.610161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1329 2025.01.22 09:22:44.734696 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1330 2025.01.22 09:22:44.754274 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2025.01.22 09:22:44.754329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1332 2025.01.22 09:22:44.761168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1333 2025.01.22 09:22:44.761920 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2025.01.22 09:22:44.765041 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1335 2025.01.22 09:22:45.362810 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1336 2025.01.22 09:22:45.363239 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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)
1337 2025.01.22 09:22:45.363836 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1338 2025.01.22 09:22:45.363885 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <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
1339 2025.01.22 09:22:45.364228 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1340 2025.01.22 09:22:45.364311 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1341 2025.01.22 09:22:45.364491 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1342 2025.01.22 09:22:45.364688 [ 292 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1343 2025.01.22 09:22:45.364809 [ 293 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1344 2025.01.22 09:22:45.364969 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1345 2025.01.22 09:22:45.365002 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1346 2025.01.22 09:22:45.367343 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1347 2025.01.22 09:22:45.367396 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 30 rows with 2 streams
1348 2025.01.22 09:22:45.367499 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <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'))"
1349 2025.01.22 09:22:45.367586 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <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'))"
1350 2025.01.22 09:22:45.369139 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00611 sec., 4909.983633387888 rows/sec., 187.16 KiB/sec.
1351 2025.01.22 09:22:45.369274 [ 282 ] {9957e5f4-5413-40dd-94a9-cd295282d989} <Debug> TCPHandler: Processed in 0.006654811 sec.
1352 2025.01.22 09:22:45.369717 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1353 2025.01.22 09:22:45.370006 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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', 'static_routing_config:static_routes', '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)
1354 2025.01.22 09:22:45.370486 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1355 2025.01.22 09:22:45.370543 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <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', 'static_routing_config:static_routes', '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
1356 2025.01.22 09:22:45.370904 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1357 2025.01.22 09:22:45.370978 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1358 2025.01.22 09:22:45.371231 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1359 2025.01.22 09:22:45.371340 [ 294 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1360 2025.01.22 09:22:45.371343 [ 292 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1361 2025.01.22 09:22:45.371483 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1362 2025.01.22 09:22:45.371511 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1363 2025.01.22 09:22:45.371596 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1364 2025.01.22 09:22:45.371617 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 30 rows with 2 streams
1365 2025.01.22 09:22:45.371658 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <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', 'static_routing_config:static_routes', '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'))"
1366 2025.01.22 09:22:45.371704 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <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', 'static_routing_config:static_routes', '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'))"
1367 2025.01.22 09:22:45.372853 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002983 sec., 10056.989607777405 rows/sec., 383.36 KiB/sec.
1368 2025.01.22 09:22:45.373012 [ 286 ] {1e81879d-0bf6-48d9-a6df-86d865d63f7f} <Debug> TCPHandler: Processed in 0.003428177 sec.
1369 2025.01.22 09:22:45.373293 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1370 2025.01.22 09:22:45.373513 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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)
1371 2025.01.22 09:22:45.373865 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1372 2025.01.22 09:22:45.373914 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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
1373 2025.01.22 09:22:45.374230 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1374 2025.01.22 09:22:45.374298 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1375 2025.01.22 09:22:45.374447 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1376 2025.01.22 09:22:45.374548 [ 293 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1377 2025.01.22 09:22:45.374563 [ 294 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1378 2025.01.22 09:22:45.374670 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1379 2025.01.22 09:22:45.374698 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1380 2025.01.22 09:22:45.374781 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1381 2025.01.22 09:22:45.374801 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 30 rows with 2 streams
1382 2025.01.22 09:22:45.374843 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))"
1383 2025.01.22 09:22:45.374889 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))"
1384 2025.01.22 09:22:45.375975 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002572 sec., 11664.07465007776 rows/sec., 444.62 KiB/sec.
1385 2025.01.22 09:22:45.376104 [ 282 ] {6f01a6d9-f964-4129-8997-ae3671966560} <Debug> TCPHandler: Processed in 0.002882011 sec.
1386 2025.01.22 09:22:45.376451 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1387 2025.01.22 09:22:45.376671 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1388 2025.01.22 09:22:45.377072 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1389 2025.01.22 09:22:45.377130 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1390 2025.01.22 09:22:45.377522 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1391 2025.01.22 09:22:45.377604 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1392 2025.01.22 09:22:45.377761 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1393 2025.01.22 09:22:45.377857 [ 292 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1394 2025.01.22 09:22:45.377871 [ 294 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1395 2025.01.22 09:22:45.377977 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1396 2025.01.22 09:22:45.378005 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1397 2025.01.22 09:22:45.378088 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1398 2025.01.22 09:22:45.378108 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 30 rows with 2 streams
1399 2025.01.22 09:22:45.378149 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1400 2025.01.22 09:22:45.378195 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1401 2025.01.22 09:22:45.379761 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.0032 sec., 9375 rows/sec., 357.36 KiB/sec.
1402 2025.01.22 09:22:45.379923 [ 286 ] {d979ef05-32b4-4437-9ac4-826e619b7fc9} <Debug> TCPHandler: Processed in 0.003539378 sec.
1403 2025.01.22 09:22:45.386199 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1404 2025.01.22 09:22:45.386360 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1405 2025.01.22 09:22:45.386425 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1406 2025.01.22 09:22:45.387240 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2025.01.22 09:22:45.387285 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1408 2025.01.22 09:22:45.387800 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1409 2025.01.22 09:22:45.388025 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2025.01.22 09:22:45.388291 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001973 sec., 2027.3694880892044 rows/sec., 257.88 KiB/sec.
1411 2025.01.22 09:22:45.388363 [ 282 ] {ddb18d63-79e5-48f3-b6c7-5259ba1ce95b} <Debug> TCPHandler: Processed in 0.002233564 sec.
1412 2025.01.22 09:22:45.388521 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1413 2025.01.22 09:22:45.388668 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1414 2025.01.22 09:22:45.388727 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1415 2025.01.22 09:22:45.389478 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1416 2025.01.22 09:22:45.389529 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1417 2025.01.22 09:22:45.389958 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1418 2025.01.22 09:22:45.390206 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1419 2025.01.22 09:22:45.390421 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001796 sec., 31180.400890868597 rows/sec., 2.38 MiB/sec.
1420 2025.01.22 09:22:45.390480 [ 286 ] {b575bab9-d6d4-4ba5-ab96-ef82f82b4ddd} <Debug> TCPHandler: Processed in 0.002025722 sec.
1421 2025.01.22 09:22:45.390624 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1422 2025.01.22 09:22:45.390835 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1423 2025.01.22 09:22:45.390928 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1424 2025.01.22 09:22:45.391920 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1425 2025.01.22 09:22:45.391960 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1426 2025.01.22 09:22:45.392333 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1427 2025.01.22 09:22:45.392571 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1428 2025.01.22 09:22:45.392813 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002036 sec., 31434.18467583497 rows/sec., 2.45 MiB/sec.
1429 2025.01.22 09:22:45.392869 [ 282 ] {90ebcc08-321e-4f07-a6c8-b807d5d508e6} <Debug> TCPHandler: Processed in 0.002300324 sec.
1430 2025.01.22 09:22:45.393035 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1431 2025.01.22 09:22:45.393176 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1432 2025.01.22 09:22:45.393238 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1433 2025.01.22 09:22:45.393870 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2025.01.22 09:22:45.393910 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1435 2025.01.22 09:22:45.394357 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1436 2025.01.22 09:22:45.394597 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1437 2025.01.22 09:22:45.394803 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001661 sec., 95123.41962673089 rows/sec., 6.62 MiB/sec.
1438 2025.01.22 09:22:45.394858 [ 286 ] {824a3411-a2e2-4fc5-b654-fd8a98625669} <Debug> TCPHandler: Processed in 0.001889871 sec.
1439 2025.01.22 09:22:45.395013 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1440 2025.01.22 09:22:45.395132 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1441 2025.01.22 09:22:45.395184 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1442 2025.01.22 09:22:45.395714 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2025.01.22 09:22:45.395753 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1444 2025.01.22 09:22:45.396127 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1445 2025.01.22 09:22:45.396361 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2025.01.22 09:22:45.396573 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001468 sec., 39509.53678474115 rows/sec., 2.67 MiB/sec.
1447 2025.01.22 09:22:45.396624 [ 282 ] {50cece6c-d89a-4fc0-9c41-2cd129c49012} <Debug> TCPHandler: Processed in 0.001668607 sec.
1448 2025.01.22 09:22:47.100586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 212
1449 2025.01.22 09:22:47.104631 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2025.01.22 09:22:47.104685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1451 2025.01.22 09:22:47.106278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1452 2025.01.22 09:22:47.106577 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1453 2025.01.22 09:22:47.107151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212
1454 2025.01.22 09:22:50.375776 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1455 2025.01.22 09:22:50.376108 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1456 2025.01.22 09:22:50.376228 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1457 2025.01.22 09:22:50.377234 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1458 2025.01.22 09:22:50.377286 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1459 2025.01.22 09:22:50.377724 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1460 2025.01.22 09:22:50.377982 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1461 2025.01.22 09:22:50.378258 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002229 sec., 6280.843427545985 rows/sec., 452.14 KiB/sec.
1462 2025.01.22 09:22:50.378403 [ 282 ] {ce921af6-dc7e-4ae7-9ba4-8db7e83486b0} <Debug> TCPHandler: Processed in 0.00282223 sec.
1463 2025.01.22 09:22:50.378668 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1464 2025.01.22 09:22:50.378854 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1465 2025.01.22 09:22:50.378925 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1466 2025.01.22 09:22:50.379804 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1467 2025.01.22 09:22:50.379847 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1468 2025.01.22 09:22:50.380301 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1469 2025.01.22 09:22:50.380554 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1470 2025.01.22 09:22:50.380787 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.001977 sec., 138088.01213960547 rows/sec., 12.15 MiB/sec.
1471 2025.01.22 09:22:50.380872 [ 286 ] {25d885fb-3f2d-40c4-91f7-57d5ee8873c3} <Debug> TCPHandler: Processed in 0.002331355 sec.
1472 2025.01.22 09:22:50.381089 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2025.01.22 09:22:50.381313 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1474 2025.01.22 09:22:50.381405 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1475 2025.01.22 09:22:50.382228 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2025.01.22 09:22:50.382267 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1477 2025.01.22 09:22:50.382627 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1478 2025.01.22 09:22:50.382863 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2025.01.22 09:22:50.383146 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001869 sec., 22471.91011235955 rows/sec., 1.61 MiB/sec.
1480 2025.01.22 09:22:50.383207 [ 282 ] {4480125a-c1be-42a0-8895-1b10b453b77d} <Debug> TCPHandler: Processed in 0.002228004 sec.
1481 2025.01.22 09:22:50.383402 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1482 2025.01.22 09:22:50.383548 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1483 2025.01.22 09:22:50.383610 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1484 2025.01.22 09:22:50.384208 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1485 2025.01.22 09:22:50.384247 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1486 2025.01.22 09:22:50.384607 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1487 2025.01.22 09:22:50.384845 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1488 2025.01.22 09:22:50.385043 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec.
1489 2025.01.22 09:22:50.385099 [ 286 ] {2228d7f9-b0e9-40cf-8fb5-abe049f38c11} <Debug> TCPHandler: Processed in 0.001766239 sec.
1490 2025.01.22 09:22:50.385238 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1491 2025.01.22 09:22:50.385355 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1492 2025.01.22 09:22:50.385404 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1493 2025.01.22 09:22:50.385976 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1494 2025.01.22 09:22:50.386016 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1495 2025.01.22 09:22:50.386362 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1496 2025.01.22 09:22:50.386598 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1497 2025.01.22 09:22:50.386861 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
1498 2025.01.22 09:22:50.386933 [ 282 ] {72cefc7f-b847-4751-878e-df2019a050ac} <Debug> TCPHandler: Processed in 0.001750559 sec.
1499 2025.01.22 09:22:50.387076 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2025.01.22 09:22:50.387216 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1501 2025.01.22 09:22:50.387274 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1502 2025.01.22 09:22:50.388066 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2025.01.22 09:22:50.388104 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1504 2025.01.22 09:22:50.388495 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1505 2025.01.22 09:22:50.388736 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2025.01.22 09:22:50.388931 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001745 sec., 238968.48137535815 rows/sec., 17.06 MiB/sec.
1507 2025.01.22 09:22:50.388984 [ 286 ] {af19fd68-15dd-44d3-b7ad-c4e292a215e0} <Debug> TCPHandler: Processed in 0.001975601 sec.
1508 2025.01.22 09:22:50.389139 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2025.01.22 09:22:50.389256 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1510 2025.01.22 09:22:50.389307 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1511 2025.01.22 09:22:50.389788 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1512 2025.01.22 09:22:50.389828 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1513 2025.01.22 09:22:50.390197 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1514 2025.01.22 09:22:50.390430 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2025.01.22 09:22:50.390713 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec.
1516 2025.01.22 09:22:50.390809 [ 282 ] {cdd90072-f510-4b11-939c-f8642a32d947} <Debug> TCPHandler: Processed in 0.001725099 sec.
1517 2025.01.22 09:22:50.390968 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2025.01.22 09:22:50.391106 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1519 2025.01.22 09:22:50.391168 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1520 2025.01.22 09:22:50.391839 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2025.01.22 09:22:50.391877 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1522 2025.01.22 09:22:50.392265 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1523 2025.01.22 09:22:50.392499 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2025.01.22 09:22:50.392715 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec.
1525 2025.01.22 09:22:50.392768 [ 286 ] {33031be2-37fe-40b0-9265-0a19d03482a8} <Debug> TCPHandler: Processed in 0.00186556 sec.
1526 2025.01.22 09:22:50.392982 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1527 2025.01.22 09:22:50.393203 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1528 2025.01.22 09:22:50.393297 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1529 2025.01.22 09:22:50.394006 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1530 2025.01.22 09:22:50.394045 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1531 2025.01.22 09:22:50.394398 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1532 2025.01.22 09:22:50.394637 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1533 2025.01.22 09:22:50.394878 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001728 sec., 578.7037037037037 rows/sec., 38.99 KiB/sec.
1534 2025.01.22 09:22:50.395022 [ 282 ] {8b330c8b-4f77-49cc-a5ba-2b76c7974920} <Debug> TCPHandler: Processed in 0.002148003 sec.
1535 2025.01.22 09:22:50.395181 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1536 2025.01.22 09:22:50.395318 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1537 2025.01.22 09:22:50.395411 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1538 2025.01.22 09:22:50.396714 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1539 2025.01.22 09:22:50.396753 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1540 2025.01.22 09:22:50.397394 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1541 2025.01.22 09:22:50.397652 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1542 2025.01.22 09:22:50.397876 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002588 sec., 13523.956723338486 rows/sec., 24.23 MiB/sec.
1543 2025.01.22 09:22:50.397983 [ 286 ] {2197db1c-871f-4df7-9b67-d3efaec75233} <Debug> TCPHandler: Processed in 0.002867091 sec.
1544 2025.01.22 09:22:50.398128 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1545 2025.01.22 09:22:50.398246 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1546 2025.01.22 09:22:50.398296 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1547 2025.01.22 09:22:50.398793 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2025.01.22 09:22:50.398833 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1549 2025.01.22 09:22:50.399196 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1550 2025.01.22 09:22:50.399429 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1551 2025.01.22 09:22:50.399726 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec.
1552 2025.01.22 09:22:50.399832 [ 282 ] {675ea97e-804b-4d0f-9448-b9ddb2ac8bda} <Debug> TCPHandler: Processed in 0.001761819 sec.
1553 2025.01.22 09:22:52.038028 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
1554 2025.01.22 09:22:52.038084 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
1555 2025.01.22 09:22:52.110341 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1556 2025.01.22 09:22:52.111235 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1557 2025.01.22 09:22:52.111277 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1558 2025.01.22 09:22:52.111843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1559 2025.01.22 09:22:52.112091 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2025.01.22 09:22:52.112281 [ 79 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1561 2025.01.22 09:22:52.112312 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1562 2025.01.22 09:22:52.112375 [ 79 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1563 2025.01.22 09:22:52.112408 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1564 2025.01.22 09:22:52.114675 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
1565 2025.01.22 09:22:52.114814 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1566 2025.01.22 09:22:52.114941 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1567 2025.01.22 09:22:52.115074 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1568 2025.01.22 09:22:52.115287 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1569 2025.01.22 09:22:52.115574 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1570 2025.01.22 09:22:52.115734 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1571 2025.01.22 09:22:52.115870 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1572 2025.01.22 09:22:52.126714 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.014229772 sec., 197192.19675480394 rows/sec., 2.82 MiB/sec.
1573 2025.01.22 09:22:52.127456 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1574 2025.01.22 09:22:52.127807 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1575 2025.01.22 09:22:52.127885 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_6_1} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1576 2025.01.22 09:22:52.127982 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1577 2025.01.22 09:22:52.265156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1578 2025.01.22 09:22:52.284619 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1579 2025.01.22 09:22:52.284677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1580 2025.01.22 09:22:52.291562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1581 2025.01.22 09:22:52.292300 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1582 2025.01.22 09:22:52.292679 [ 79 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1583 2025.01.22 09:22:52.292831 [ 79 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1584 2025.01.22 09:22:52.292923 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
1585 2025.01.22 09:22:52.293505 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1586 2025.01.22 09:22:52.308573 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1587 2025.01.22 09:22:52.309884 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1588 2025.01.22 09:22:52.311270 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1589 2025.01.22 09:22:52.316866 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1590 2025.01.22 09:22:52.322249 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1591 2025.01.22 09:22:52.327389 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1592 2025.01.22 09:22:52.334647 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1593 2025.01.22 09:22:52.339285 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
1594 2025.01.22 09:22:52.397568 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.104485192 sec., 440.253772993976 rows/sec., 2.28 MiB/sec.
1595 2025.01.22 09:22:52.400480 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1596 2025.01.22 09:22:52.403470 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_6_1} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.01.22 09:22:52.403589 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_6_1} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1598 2025.01.22 09:22:52.406207 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1599 2025.01.22 09:22:53.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 170.16 MiB, free memory in arenas 0.00 B, will set to 164.98 MiB (RSS), difference: 4.36 MiB
1600 2025.01.22 09:22:55.368913 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1601 2025.01.22 09:22:55.369263 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1602 2025.01.22 09:22:55.369381 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1603 2025.01.22 09:22:55.370475 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1604 2025.01.22 09:22:55.370521 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1605 2025.01.22 09:22:55.371001 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1606 2025.01.22 09:22:55.371265 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1607 2025.01.22 09:22:55.371448 [ 74 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1608 2025.01.22 09:22:55.371530 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002347 sec., 23860.24712398807 rows/sec., 1.82 MiB/sec.
1609 2025.01.22 09:22:55.371535 [ 74 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1610 2025.01.22 09:22:55.371619 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1611 2025.01.22 09:22:55.371676 [ 282 ] {b4f86208-df32-4ec7-ac5a-3b215fea8e58} <Debug> TCPHandler: Processed in 0.002955922 sec.
1612 2025.01.22 09:22:55.371910 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
1613 2025.01.22 09:22:55.371995 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1614 2025.01.22 09:22:55.372321 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1615 2025.01.22 09:22:55.372333 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1616 2025.01.22 09:22:55.372416 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part
1617 2025.01.22 09:22:55.372465 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1618 2025.01.22 09:22:55.372939 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part
1619 2025.01.22 09:22:55.373309 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 267 rows starting from the beginning of the part
1620 2025.01.22 09:22:55.373746 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1621 2025.01.22 09:22:55.374052 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 273 rows starting from the beginning of the part
1622 2025.01.22 09:22:55.374365 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1623 2025.01.22 09:22:55.375395 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1624 2025.01.22 09:22:55.375473 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1625 2025.01.22 09:22:55.376721 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1626 2025.01.22 09:22:55.377321 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1627 2025.01.22 09:22:55.377533 [ 187 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.005742192 sec., 131657.0396810138 rows/sec., 11.64 MiB/sec.
1628 2025.01.22 09:22:55.377589 [ 74 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1629 2025.01.22 09:22:55.377671 [ 74 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1630 2025.01.22 09:22:55.377734 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1631 2025.01.22 09:22:55.377817 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005592 sec., 11444.921316165952 rows/sec., 914.74 KiB/sec.
1632 2025.01.22 09:22:55.378121 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
1633 2025.01.22 09:22:55.378136 [ 286 ] {4f89702e-cc32-4a5d-be83-6cbcd5832b86} <Debug> TCPHandler: Processed in 0.006288098 sec.
1634 2025.01.22 09:22:55.378194 [ 187 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1635 2025.01.22 09:22:55.378467 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2025.01.22 09:22:55.378565 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1637 2025.01.22 09:22:55.378688 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1638 2025.01.22 09:22:55.378783 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1639 2025.01.22 09:22:55.379078 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1640 2025.01.22 09:22:55.379164 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1641 2025.01.22 09:22:55.379406 [ 187 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1642 2025.01.22 09:22:55.379603 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 418 rows starting from the beginning of the part
1643 2025.01.22 09:22:55.380040 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
1644 2025.01.22 09:22:55.380037 [ 187 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_6_1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1645 2025.01.22 09:22:55.380483 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 417 rows starting from the beginning of the part
1646 2025.01.22 09:22:55.380519 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1647 2025.01.22 09:22:55.380954 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1648 2025.01.22 09:22:55.382877 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1649 2025.01.22 09:22:55.382951 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1650 2025.01.22 09:22:55.384105 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1651 2025.01.22 09:22:55.384275 [ 187 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 5 columns (5 merged, 0 gathered) in 0.006448229 sec., 166712.44150913376 rows/sec., 12.79 MiB/sec.
1652 2025.01.22 09:22:55.384512 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2025.01.22 09:22:55.384614 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1654 2025.01.22 09:22:55.384756 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1655 2025.01.22 09:22:55.384876 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1656 2025.01.22 09:22:55.384951 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1657 2025.01.22 09:22:55.385285 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006528 sec., 24509.80392156863 rows/sec., 1.71 MiB/sec.
1658 2025.01.22 09:22:55.385314 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
1659 2025.01.22 09:22:55.385623 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1660 2025.01.22 09:22:55.385686 [ 282 ] {83bf3720-3b81-4deb-a247-5a37fd1d6cde} <Debug> TCPHandler: Processed in 0.007398899 sec.
1661 2025.01.22 09:22:55.385806 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1662 2025.01.22 09:22:55.385901 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_6_1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1663 2025.01.22 09:22:55.385955 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part
1664 2025.01.22 09:22:55.386085 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1665 2025.01.22 09:22:55.386186 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1666 2025.01.22 09:22:55.386500 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part
1667 2025.01.22 09:22:55.386510 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1668 2025.01.22 09:22:55.386743 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1669 2025.01.22 09:22:55.386761 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 227 rows starting from the beginning of the part
1670 2025.01.22 09:22:55.387187 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 158 rows starting from the beginning of the part
1671 2025.01.22 09:22:55.387566 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1672 2025.01.22 09:22:55.387872 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1673 2025.01.22 09:22:55.388845 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1674 2025.01.22 09:22:55.388919 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1675 2025.01.22 09:22:55.389991 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1676 2025.01.22 09:22:55.390436 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1677 2025.01.22 09:22:55.390757 [ 74 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1678 2025.01.22 09:22:55.390862 [ 74 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2025.01.22 09:22:55.390931 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1680 2025.01.22 09:22:55.390991 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901103 sec., 178271.75699187082 rows/sec., 12.18 MiB/sec.
1681 2025.01.22 09:22:55.391139 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00472 sec., 12711.86440677966 rows/sec., 877.25 KiB/sec.
1682 2025.01.22 09:22:55.391509 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1683 2025.01.22 09:22:55.391550 [ 286 ] {498ffde1-9bf7-4e1a-9a58-01dc7d16742b} <Debug> TCPHandler: Processed in 0.00561793 sec.
1684 2025.01.22 09:22:55.392021 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
1685 2025.01.22 09:22:55.392228 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1686 2025.01.22 09:22:55.392290 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
1687 2025.01.22 09:22:55.392492 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
1688 2025.01.22 09:22:55.392508 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2025.01.22 09:22:55.392830 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1690 2025.01.22 09:22:55.392869 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1691 2025.01.22 09:22:55.393184 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
1692 2025.01.22 09:22:55.393218 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1693 2025.01.22 09:22:55.393442 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1694 2025.01.22 09:22:55.393536 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1695 2025.01.22 09:22:55.394747 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 4 columns (4 merged, 0 gathered) in 0.003617748 sec., 100062.24866961436 rows/sec., 6.62 MiB/sec.
1696 2025.01.22 09:22:55.394907 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1697 2025.01.22 09:22:55.395239 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2025.01.22 09:22:55.395331 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_6_1} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1699 2025.01.22 09:22:55.395423 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1700 2025.01.22 09:22:57.107601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 242
1701 2025.01.22 09:22:57.110640 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1702 2025.01.22 09:22:57.110700 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1703 2025.01.22 09:22:57.112217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1704 2025.01.22 09:22:57.112536 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2025.01.22 09:22:57.113159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 242
1706 2025.01.22 09:22:59.612501 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1707 2025.01.22 09:22:59.613204 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1708 2025.01.22 09:22:59.613264 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1709 2025.01.22 09:22:59.613874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1710 2025.01.22 09:22:59.614143 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1711 2025.01.22 09:22:59.614411 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1712 2025.01.22 09:22:59.808718 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1713 2025.01.22 09:22:59.838941 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1714 2025.01.22 09:22:59.839049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1715 2025.01.22 09:22:59.849478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1716 2025.01.22 09:22:59.851037 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1717 2025.01.22 09:22:59.857777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1718 2025.01.22 09:23:00.375225 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1719 2025.01.22 09:23:00.375422 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1720 2025.01.22 09:23:00.375495 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1721 2025.01.22 09:23:00.376249 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1722 2025.01.22 09:23:00.376302 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1723 2025.01.22 09:23:00.376756 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1724 2025.01.22 09:23:00.377026 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1725 2025.01.22 09:23:00.377239 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec.
1726 2025.01.22 09:23:00.377295 [ 282 ] {824a1cf5-4227-4c4f-bf4c-d538e8c1b22c} <Debug> TCPHandler: Processed in 0.002225744 sec.
1727 2025.01.22 09:23:00.377561 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1728 2025.01.22 09:23:00.377777 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1729 2025.01.22 09:23:00.377862 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1730 2025.01.22 09:23:00.378749 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.01.22 09:23:00.378795 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1732 2025.01.22 09:23:00.379271 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1733 2025.01.22 09:23:00.379532 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1734 2025.01.22 09:23:00.379737 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.00202 sec., 135148.51485148515 rows/sec., 11.89 MiB/sec.
1735 2025.01.22 09:23:00.379803 [ 286 ] {214722a4-375a-4204-b816-718f2c14643c} <Debug> TCPHandler: Processed in 0.002385626 sec.
1736 2025.01.22 09:23:00.379961 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1737 2025.01.22 09:23:00.380103 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1738 2025.01.22 09:23:00.380161 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1739 2025.01.22 09:23:00.380869 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1740 2025.01.22 09:23:00.380917 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1741 2025.01.22 09:23:00.381313 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1742 2025.01.22 09:23:00.381590 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1743 2025.01.22 09:23:00.381816 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001743 sec., 24096.385542168675 rows/sec., 1.73 MiB/sec.
1744 2025.01.22 09:23:00.381898 [ 282 ] {ba8e42a9-9fbd-4dc6-ad9d-1f6eabec2805} <Debug> TCPHandler: Processed in 0.002001841 sec.
1745 2025.01.22 09:23:00.382050 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2025.01.22 09:23:00.382201 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1747 2025.01.22 09:23:00.382263 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1748 2025.01.22 09:23:00.382982 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1749 2025.01.22 09:23:00.383030 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1750 2025.01.22 09:23:00.383419 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1751 2025.01.22 09:23:00.383662 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1752 2025.01.22 09:23:00.383875 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00171 sec., 8187.134502923977 rows/sec., 573.37 KiB/sec.
1753 2025.01.22 09:23:00.384011 [ 286 ] {f3a355b4-ad8e-4795-81da-f679b0827a0e} <Debug> TCPHandler: Processed in 0.002028732 sec.
1754 2025.01.22 09:23:00.384199 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1755 2025.01.22 09:23:00.384338 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1756 2025.01.22 09:23:00.384396 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1757 2025.01.22 09:23:00.385097 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1758 2025.01.22 09:23:00.385137 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1759 2025.01.22 09:23:00.385498 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1760 2025.01.22 09:23:00.385736 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1761 2025.01.22 09:23:00.385959 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec.
1762 2025.01.22 09:23:00.386011 [ 282 ] {2fe8287c-b778-4436-8dfb-48d3e62fb8ec} <Debug> TCPHandler: Processed in 0.0018795 sec.
1763 2025.01.22 09:23:00.386178 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2025.01.22 09:23:00.386303 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1765 2025.01.22 09:23:00.386354 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1766 2025.01.22 09:23:00.387107 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.01.22 09:23:00.387147 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1768 2025.01.22 09:23:00.387551 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1769 2025.01.22 09:23:00.387795 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2025.01.22 09:23:00.388070 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001773 sec., 235194.58544839255 rows/sec., 16.79 MiB/sec.
1771 2025.01.22 09:23:00.388153 [ 286 ] {b2dc4a43-d34a-4620-ac03-7182021d7159} <Debug> TCPHandler: Processed in 0.002034362 sec.
1772 2025.01.22 09:23:00.388354 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2025.01.22 09:23:00.388556 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1774 2025.01.22 09:23:00.388642 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1775 2025.01.22 09:23:00.389310 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2025.01.22 09:23:00.389349 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1777 2025.01.22 09:23:00.389709 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1778 2025.01.22 09:23:00.389948 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2025.01.22 09:23:00.390154 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001646 sec., 3645.2004860267316 rows/sec., 190.45 KiB/sec.
1780 2025.01.22 09:23:00.390203 [ 282 ] {88f2fbe3-c37d-41b1-9a13-bb3a4ff17d10} <Debug> TCPHandler: Processed in 0.001951352 sec.
1781 2025.01.22 09:23:00.390339 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1782 2025.01.22 09:23:00.390454 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1783 2025.01.22 09:23:00.390507 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1784 2025.01.22 09:23:00.391093 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2025.01.22 09:23:00.391129 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1786 2025.01.22 09:23:00.391526 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1787 2025.01.22 09:23:00.391761 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2025.01.22 09:23:00.391936 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001506 sec., 157370.51792828686 rows/sec., 10.55 MiB/sec.
1789 2025.01.22 09:23:00.391985 [ 286 ] {848f98eb-6c26-431a-bb4b-44377fd0d511} <Debug> TCPHandler: Processed in 0.001701849 sec.
1790 2025.01.22 09:23:00.392133 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1791 2025.01.22 09:23:00.392271 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1792 2025.01.22 09:23:00.392330 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1793 2025.01.22 09:23:00.392880 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2025.01.22 09:23:00.392926 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1795 2025.01.22 09:23:00.393310 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1796 2025.01.22 09:23:00.393574 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.01.22 09:23:00.393780 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec.
1798 2025.01.22 09:23:00.393830 [ 282 ] {5c9c9352-72ec-4b8a-ad5b-ab50b357453b} <Debug> TCPHandler: Processed in 0.001761188 sec.
1799 2025.01.22 09:23:00.393960 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2025.01.22 09:23:00.394089 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1801 2025.01.22 09:23:00.394172 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1802 2025.01.22 09:23:00.395335 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2025.01.22 09:23:00.395373 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1804 2025.01.22 09:23:00.396040 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1805 2025.01.22 09:23:00.396298 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2025.01.22 09:23:00.396489 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002426 sec., 14427.040395713108 rows/sec., 25.85 MiB/sec.
1807 2025.01.22 09:23:00.396578 [ 286 ] {631f7bb1-f224-4759-b2ca-473cc7e77485} <Debug> TCPHandler: Processed in 0.002672659 sec.
1808 2025.01.22 09:23:00.396711 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.01.22 09:23:00.396828 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1810 2025.01.22 09:23:00.396878 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1811 2025.01.22 09:23:00.397371 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2025.01.22 09:23:00.397410 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1813 2025.01.22 09:23:00.397789 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1814 2025.01.22 09:23:00.398028 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2025.01.22 09:23:00.398237 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 3.64 MiB/sec.
1816 2025.01.22 09:23:00.398376 [ 282 ] {af6e3e7b-e745-432d-9c83-cc6c4ef5f7fe} <Debug> TCPHandler: Processed in 0.001720708 sec.
1817 2025.01.22 09:23:05.368923 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2025.01.22 09:23:05.369222 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1819 2025.01.22 09:23:05.369306 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1820 2025.01.22 09:23:05.370116 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.01.22 09:23:05.370164 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1822 2025.01.22 09:23:05.370605 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1823 2025.01.22 09:23:05.370863 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.01.22 09:23:05.371149 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec.
1825 2025.01.22 09:23:05.371265 [ 282 ] {a20ec379-39f5-437c-b80e-ac8b5b12e3a7} <Debug> TCPHandler: Processed in 0.002519487 sec.
1826 2025.01.22 09:23:05.371550 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2025.01.22 09:23:05.371739 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1828 2025.01.22 09:23:05.371813 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1829 2025.01.22 09:23:05.372566 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2025.01.22 09:23:05.372609 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1831 2025.01.22 09:23:05.373039 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1832 2025.01.22 09:23:05.373294 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2025.01.22 09:23:05.373528 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec.
1834 2025.01.22 09:23:05.373733 [ 286 ] {f6b94050-25d1-4e66-8e89-41e339db3597} <Debug> TCPHandler: Processed in 0.002311805 sec.
1835 2025.01.22 09:23:05.373918 [ 282 ] {} <Trace> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2025.01.22 09:23:05.374073 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50461) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1837 2025.01.22 09:23:05.374140 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1838 2025.01.22 09:23:05.374742 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2025.01.22 09:23:05.374783 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1840 2025.01.22 09:23:05.375197 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1841 2025.01.22 09:23:05.375464 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2025.01.22 09:23:05.375676 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec.
1843 2025.01.22 09:23:05.375732 [ 282 ] {7f1810cd-fd1b-484f-a8d2-53232eb2905d} <Debug> TCPHandler: Processed in 0.00188219 sec.
1844 2025.01.22 09:23:05.375873 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1845 2025.01.22 09:23:05.375992 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1846 2025.01.22 09:23:05.376044 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1847 2025.01.22 09:23:05.376547 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1848 2025.01.22 09:23:05.376583 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1849 2025.01.22 09:23:05.376954 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1850 2025.01.22 09:23:05.377191 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1851 2025.01.22 09:23:05.377364 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
1852 2025.01.22 09:23:05.377412 [ 286 ] {98a3fbe3-d8c7-4606-bf03-710464d76906} <Debug> TCPHandler: Processed in 0.001596397 sec.
1853 2025.01.22 09:23:07.038335 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
1854 2025.01.22 09:23:07.038413 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
1855 2025.01.22 09:23:07.113484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 272
1856 2025.01.22 09:23:07.114648 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1857 2025.01.22 09:23:07.119492 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.22 09:23:07.119658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1859 2025.01.22 09:23:07.121908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1860 2025.01.22 09:23:07.122655 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.01.22 09:23:07.123641 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1862 2025.01.22 09:23:07.123756 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1863 2025.01.22 09:23:07.123819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1864 2025.01.22 09:23:07.125353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1865 2025.01.22 09:23:07.125665 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1866 2025.01.22 09:23:07.126523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 272
1867 2025.01.22 09:23:07.357927 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1868 2025.01.22 09:23:07.378254 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2025.01.22 09:23:07.378322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1870 2025.01.22 09:23:07.385287 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1871 2025.01.22 09:23:07.386092 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2025.01.22 09:23:07.388994 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1873 2025.01.22 09:23:09.908687 [ 282 ] {} <Debug> TCPHandler: Done processing connection.
1874 2025.01.22 09:23:09.908843 [ 282 ] {} <Debug> TCP-Session: 58c30571-49b5-4a62-9ca8-4d27e985d3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1875 2025.01.22 09:23:10.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.88 MiB, peak 170.81 MiB, free memory in arenas 0.00 B, will set to 166.95 MiB (RSS), difference: 2.07 MiB
1876 2025.01.22 09:23:10.375902 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1877 2025.01.22 09:23:10.376091 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1878 2025.01.22 09:23:10.376168 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1879 2025.01.22 09:23:10.376955 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1880 2025.01.22 09:23:10.377007 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1881 2025.01.22 09:23:10.377445 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1882 2025.01.22 09:23:10.377708 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2025.01.22 09:23:10.378019 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec.
1884 2025.01.22 09:23:10.378133 [ 286 ] {7118e38e-4194-4024-b4aa-cb1d45665c07} <Debug> TCPHandler: Processed in 0.002361055 sec.
1885 2025.01.22 09:23:10.378445 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1886 2025.01.22 09:23:10.378639 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1887 2025.01.22 09:23:10.378742 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1888 2025.01.22 09:23:10.379766 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1889 2025.01.22 09:23:10.379818 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1890 2025.01.22 09:23:10.380294 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1891 2025.01.22 09:23:10.380574 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1892 2025.01.22 09:23:10.380902 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002308 sec., 118284.2287694974 rows/sec., 10.41 MiB/sec.
1893 2025.01.22 09:23:10.381164 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB.
1894 2025.01.22 09:23:10.381191 [ 285 ] {d2c15a03-1717-4a3e-9446-880e0371097d} <Debug> TCPHandler: Processed in 0.002912181 sec.
1895 2025.01.22 09:23:10.381390 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1896 2025.01.22 09:23:10.381521 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1897 2025.01.22 09:23:10.381577 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1898 2025.01.22 09:23:10.382192 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.01.22 09:23:10.382233 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1900 2025.01.22 09:23:10.382607 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1901 2025.01.22 09:23:10.382855 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.01.22 09:23:10.383066 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001578 sec., 26615.96958174905 rows/sec., 1.91 MiB/sec.
1903 2025.01.22 09:23:10.383124 [ 286 ] {df5cd150-b4b7-4322-abcb-f25f3305a341} <Debug> TCPHandler: Processed in 0.001795099 sec.
1904 2025.01.22 09:23:10.383281 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1905 2025.01.22 09:23:10.383404 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1906 2025.01.22 09:23:10.383458 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1907 2025.01.22 09:23:10.384076 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2025.01.22 09:23:10.384121 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1909 2025.01.22 09:23:10.384500 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1910 2025.01.22 09:23:10.384746 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1911 2025.01.22 09:23:10.385102 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec.
1912 2025.01.22 09:23:10.385339 [ 285 ] {96ffac9c-825c-4a0b-9102-56f3aa91400a} <Debug> TCPHandler: Processed in 0.002118792 sec.
1913 2025.01.22 09:23:10.385522 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1914 2025.01.22 09:23:10.385647 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1915 2025.01.22 09:23:10.385699 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1916 2025.01.22 09:23:10.386274 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1917 2025.01.22 09:23:10.386314 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1918 2025.01.22 09:23:10.386679 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1919 2025.01.22 09:23:10.386918 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2025.01.22 09:23:10.387177 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
1921 2025.01.22 09:23:10.387267 [ 286 ] {af25a612-319d-4505-9394-cc964bf24e34} <Debug> TCPHandler: Processed in 0.001804999 sec.
1922 2025.01.22 09:23:10.387416 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1923 2025.01.22 09:23:10.387535 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1924 2025.01.22 09:23:10.387585 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1925 2025.01.22 09:23:10.388349 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2025.01.22 09:23:10.388390 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1927 2025.01.22 09:23:10.388775 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1928 2025.01.22 09:23:10.389018 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.01.22 09:23:10.389396 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001847 sec., 225771.5213860314 rows/sec., 16.12 MiB/sec.
1930 2025.01.22 09:23:10.389665 [ 285 ] {8d694c10-35ad-4943-bfdb-d00b5adc5528} <Debug> TCPHandler: Processed in 0.002306835 sec.
1931 2025.01.22 09:23:10.389828 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1932 2025.01.22 09:23:10.389949 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1933 2025.01.22 09:23:10.390000 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1934 2025.01.22 09:23:10.390483 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1935 2025.01.22 09:23:10.390522 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1936 2025.01.22 09:23:10.390893 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1937 2025.01.22 09:23:10.391129 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1938 2025.01.22 09:23:10.391354 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec.
1939 2025.01.22 09:23:10.391407 [ 286 ] {508c66d2-81eb-4239-bdd8-81a45a5aaea8} <Debug> TCPHandler: Processed in 0.001634677 sec.
1940 2025.01.22 09:23:10.391560 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.01.22 09:23:10.391677 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1942 2025.01.22 09:23:10.391732 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1943 2025.01.22 09:23:10.392335 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1944 2025.01.22 09:23:10.392375 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1945 2025.01.22 09:23:10.392788 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1946 2025.01.22 09:23:10.393029 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1947 2025.01.22 09:23:10.393218 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec.
1948 2025.01.22 09:23:10.393353 [ 285 ] {3d315435-f4bc-44ca-92a5-7eef29079da4} <Debug> TCPHandler: Processed in 0.00185203 sec.
1949 2025.01.22 09:23:10.393508 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1950 2025.01.22 09:23:10.393626 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1951 2025.01.22 09:23:10.393678 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1952 2025.01.22 09:23:10.394138 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1953 2025.01.22 09:23:10.394177 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1954 2025.01.22 09:23:10.394535 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1955 2025.01.22 09:23:10.394765 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1956 2025.01.22 09:23:10.395121 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec.
1957 2025.01.22 09:23:10.395245 [ 286 ] {4f0f5c24-d231-4c3d-96f6-eb78537e4f20} <Debug> TCPHandler: Processed in 0.001793089 sec.
1958 2025.01.22 09:23:10.395387 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1959 2025.01.22 09:23:10.395506 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1960 2025.01.22 09:23:10.395587 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1961 2025.01.22 09:23:10.396928 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1962 2025.01.22 09:23:10.396968 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1963 2025.01.22 09:23:10.397649 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1964 2025.01.22 09:23:10.397921 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1965 2025.01.22 09:23:10.398204 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002699 sec., 12967.765839199703 rows/sec., 23.24 MiB/sec.
1966 2025.01.22 09:23:10.398385 [ 285 ] {62ef4bd8-6ad7-49ed-9eeb-c955d1120d6a} <Debug> TCPHandler: Processed in 0.003058113 sec.
1967 2025.01.22 09:23:10.398534 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1968 2025.01.22 09:23:10.398658 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1969 2025.01.22 09:23:10.398709 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1970 2025.01.22 09:23:10.399200 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1971 2025.01.22 09:23:10.399241 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
1972 2025.01.22 09:23:10.399635 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1973 2025.01.22 09:23:10.399880 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1974 2025.01.22 09:23:10.400168 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec.
1975 2025.01.22 09:23:10.400251 [ 286 ] {1c0845da-f4b6-4c35-a94e-cc41e9be143e} <Debug> TCPHandler: Processed in 0.001775789 sec.
1976 2025.01.22 09:23:10.814300 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2025.01.22 09:23:10.814592 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1978 2025.01.22 09:23:10.815072 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1979 2025.01.22 09:23:10.815138 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1980 2025.01.22 09:23:10.815538 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1981 2025.01.22 09:23:10.815615 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1982 2025.01.22 09:23:10.815790 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1983 2025.01.22 09:23:10.816057 [ 296 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1984 2025.01.22 09:23:10.816134 [ 297 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1985 2025.01.22 09:23:10.816156 [ 298 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1986 2025.01.22 09:23:10.816304 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
1987 2025.01.22 09:23:10.816333 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
1988 2025.01.22 09:23:10.816449 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1989 2025.01.22 09:23:10.816473 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
1990 2025.01.22 09:23:10.816515 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1991 2025.01.22 09:23:10.816560 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1992 2025.01.22 09:23:10.816601 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1993 2025.01.22 09:23:10.818388 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003938 sec., 8633.824276282377 rows/sec., 332.30 KiB/sec.
1994 2025.01.22 09:23:10.818566 [ 286 ] {b90a7366-fe16-4516-8c1f-e6fa159873fe} <Debug> TCPHandler: Processed in 0.004399817 sec.
1995 2025.01.22 09:23:10.818975 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1996 2025.01.22 09:23:10.819222 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1997 2025.01.22 09:23:10.819644 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1998 2025.01.22 09:23:10.819697 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1999 2025.01.22 09:23:10.820064 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2000 2025.01.22 09:23:10.820148 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2001 2025.01.22 09:23:10.820328 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2002 2025.01.22 09:23:10.820436 [ 296 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2003 2025.01.22 09:23:10.820482 [ 298 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2004 2025.01.22 09:23:10.820496 [ 297 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2005 2025.01.22 09:23:10.820618 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
2006 2025.01.22 09:23:10.820649 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2007 2025.01.22 09:23:10.820764 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2008 2025.01.22 09:23:10.820789 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
2009 2025.01.22 09:23:10.820832 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2010 2025.01.22 09:23:10.820881 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2011 2025.01.22 09:23:10.820926 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2012 2025.01.22 09:23:10.822414 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003311 sec., 10268.800966475384 rows/sec., 395.23 KiB/sec.
2013 2025.01.22 09:23:10.822622 [ 285 ] {3ecb2b32-2691-4264-b85a-66091a17b19a} <Debug> TCPHandler: Processed in 0.003772521 sec.
2014 2025.01.22 09:23:10.822885 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.01.22 09:23:10.823110 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2016 2025.01.22 09:23:10.823491 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2017 2025.01.22 09:23:10.823540 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2018 2025.01.22 09:23:10.823865 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2019 2025.01.22 09:23:10.823933 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2020 2025.01.22 09:23:10.824082 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2021 2025.01.22 09:23:10.824216 [ 298 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2022 2025.01.22 09:23:10.824237 [ 299 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2023 2025.01.22 09:23:10.824239 [ 297 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2024 2025.01.22 09:23:10.824382 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
2025 2025.01.22 09:23:10.824412 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2026 2025.01.22 09:23:10.824517 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2027 2025.01.22 09:23:10.824540 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
2028 2025.01.22 09:23:10.824581 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2029 2025.01.22 09:23:10.824628 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2030 2025.01.22 09:23:10.824671 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2031 2025.01.22 09:23:10.826114 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003121 sec., 10893.944248638256 rows/sec., 419.29 KiB/sec.
2032 2025.01.22 09:23:10.826306 [ 286 ] {3e9f69db-8070-4ba7-af8e-8b5b3266d08a} <Debug> TCPHandler: Processed in 0.003488537 sec.
2033 2025.01.22 09:23:10.826603 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2034 2025.01.22 09:23:10.826840 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2035 2025.01.22 09:23:10.827261 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2036 2025.01.22 09:23:10.827324 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2037 2025.01.22 09:23:10.827666 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2038 2025.01.22 09:23:10.827736 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2039 2025.01.22 09:23:10.827889 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2040 2025.01.22 09:23:10.828002 [ 296 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2041 2025.01.22 09:23:10.828042 [ 297 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2042 2025.01.22 09:23:10.828049 [ 298 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2043 2025.01.22 09:23:10.828177 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
2044 2025.01.22 09:23:10.828208 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2045 2025.01.22 09:23:10.828317 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2046 2025.01.22 09:23:10.828341 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
2047 2025.01.22 09:23:10.828382 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2048 2025.01.22 09:23:10.828429 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2049 2025.01.22 09:23:10.828473 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2050 2025.01.22 09:23:10.829873 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003155 sec., 10776.545166402537 rows/sec., 414.77 KiB/sec.
2051 2025.01.22 09:23:10.830074 [ 285 ] {a14dd3eb-adb0-45ef-b822-37d34513d252} <Debug> TCPHandler: Processed in 0.003542568 sec.
2052 2025.01.22 09:23:10.830353 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2053 2025.01.22 09:23:10.830575 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2054 2025.01.22 09:23:10.830986 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2055 2025.01.22 09:23:10.831048 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2056 2025.01.22 09:23:10.831443 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2057 2025.01.22 09:23:10.831510 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2058 2025.01.22 09:23:10.831661 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2059 2025.01.22 09:23:10.831791 [ 298 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2060 2025.01.22 09:23:10.831806 [ 296 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2061 2025.01.22 09:23:10.831834 [ 299 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2062 2025.01.22 09:23:10.831949 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
2063 2025.01.22 09:23:10.831980 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2064 2025.01.22 09:23:10.832085 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2065 2025.01.22 09:23:10.832111 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
2066 2025.01.22 09:23:10.832153 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2067 2025.01.22 09:23:10.832199 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2068 2025.01.22 09:23:10.832242 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2069 2025.01.22 09:23:10.833746 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003286 sec., 10346.926354230067 rows/sec., 398.23 KiB/sec.
2070 2025.01.22 09:23:10.833923 [ 286 ] {e6308dac-f0b7-41b0-a3a1-54910082e6c4} <Debug> TCPHandler: Processed in 0.003626299 sec.
2071 2025.01.22 09:23:10.834201 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2072 2025.01.22 09:23:10.834396 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2073 2025.01.22 09:23:10.834743 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2074 2025.01.22 09:23:10.834795 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2075 2025.01.22 09:23:10.835132 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2076 2025.01.22 09:23:10.835200 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2077 2025.01.22 09:23:10.835352 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2078 2025.01.22 09:23:10.835415 [ 296 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2079 2025.01.22 09:23:10.835479 [ 298 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2080 2025.01.22 09:23:10.835500 [ 297 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2081 2025.01.22 09:23:10.835606 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (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
2082 2025.01.22 09:23:10.835637 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2083 2025.01.22 09:23:10.835742 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2084 2025.01.22 09:23:10.835765 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 34 rows with 3 streams
2085 2025.01.22 09:23:10.835807 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2086 2025.01.22 09:23:10.835854 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2087 2025.01.22 09:23:10.835899 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2088 2025.01.22 09:23:10.837375 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003074 sec., 11060.507482108003 rows/sec., 425.70 KiB/sec.
2089 2025.01.22 09:23:10.837571 [ 285 ] {c593d318-cbae-47ef-b0d3-7e11377df201} <Debug> TCPHandler: Processed in 0.003428576 sec.
2090 2025.01.22 09:23:10.944988 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2025.01.22 09:23:10.945189 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2092 2025.01.22 09:23:10.945275 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2093 2025.01.22 09:23:10.946121 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2025.01.22 09:23:10.946172 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2095 2025.01.22 09:23:10.946721 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2096 2025.01.22 09:23:10.946949 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2025.01.22 09:23:10.947316 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002148 sec., 2793.2960893854747 rows/sec., 621.94 KiB/sec.
2098 2025.01.22 09:23:10.947497 [ 286 ] {811fd6ae-028a-4120-a689-a4a715cee5f6} <Debug> TCPHandler: Processed in 0.002637448 sec.
2099 2025.01.22 09:23:10.947718 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2100 2025.01.22 09:23:10.947910 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2101 2025.01.22 09:23:10.947984 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2102 2025.01.22 09:23:10.949257 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2103 2025.01.22 09:23:10.949300 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2104 2025.01.22 09:23:10.949817 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2105 2025.01.22 09:23:10.950081 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2025.01.22 09:23:10.950281 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002426 sec., 492992.580379225 rows/sec., 40.45 MiB/sec.
2107 2025.01.22 09:23:10.950342 [ 285 ] {90db07c9-6356-427e-b803-8a9c74b81f59} <Debug> TCPHandler: Processed in 0.002735899 sec.
2108 2025.01.22 09:23:10.950505 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2109 2025.01.22 09:23:10.950648 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2110 2025.01.22 09:23:10.950708 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2111 2025.01.22 09:23:10.951506 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2112 2025.01.22 09:23:10.951548 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2113 2025.01.22 09:23:10.951931 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2114 2025.01.22 09:23:10.952166 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2115 2025.01.22 09:23:10.952381 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001767 sec., 129032.25806451614 rows/sec., 8.74 MiB/sec.
2116 2025.01.22 09:23:10.952438 [ 286 ] {5b63a62e-ab55-4161-b674-236a08fda533} <Debug> TCPHandler: Processed in 0.001999581 sec.
2117 2025.01.22 09:23:10.952611 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2118 2025.01.22 09:23:10.952758 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2119 2025.01.22 09:23:10.952819 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2120 2025.01.22 09:23:10.953687 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2121 2025.01.22 09:23:10.953726 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2122 2025.01.22 09:23:10.954112 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2123 2025.01.22 09:23:10.954369 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2124 2025.01.22 09:23:10.954557 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001836 sec., 283224.4008714597 rows/sec., 20.96 MiB/sec.
2125 2025.01.22 09:23:10.954611 [ 285 ] {603429cc-69c0-4f8a-ace8-96c40967f9c6} <Debug> TCPHandler: Processed in 0.002068862 sec.
2126 2025.01.22 09:23:10.954775 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2127 2025.01.22 09:23:10.954914 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2128 2025.01.22 09:23:10.954976 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2129 2025.01.22 09:23:10.956344 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2130 2025.01.22 09:23:10.956382 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2131 2025.01.22 09:23:10.956969 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2132 2025.01.22 09:23:10.957211 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2133 2025.01.22 09:23:10.957425 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Debug> executeQuery: Read 2942 rows, 201.21 KiB in 0.002544 sec., 1156446.5408805031 rows/sec., 77.24 MiB/sec.
2134 2025.01.22 09:23:10.957486 [ 286 ] {35a9eedd-cd88-4a4d-87f0-fb85f84706fb} <Debug> TCPHandler: Processed in 0.00277493 sec.
2135 2025.01.22 09:23:10.957643 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2136 2025.01.22 09:23:10.957785 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2137 2025.01.22 09:23:10.957846 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2138 2025.01.22 09:23:10.958407 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2139 2025.01.22 09:23:10.958446 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2140 2025.01.22 09:23:10.958813 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2141 2025.01.22 09:23:10.959052 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2142 2025.01.22 09:23:10.959278 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001519 sec., 7899.934167215273 rows/sec., 545.18 KiB/sec.
2143 2025.01.22 09:23:10.959440 [ 285 ] {887df391-458c-40f9-9a2e-6e916169e5de} <Debug> TCPHandler: Processed in 0.00185857 sec.
2144 2025.01.22 09:23:11.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.61 MiB, peak 171.29 MiB, free memory in arenas 0.00 B, will set to 167.36 MiB (RSS), difference: -3.26 MiB
2145 2025.01.22 09:23:14.623867 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2146 2025.01.22 09:23:14.624569 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.01.22 09:23:14.624625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2148 2025.01.22 09:23:14.625258 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2149 2025.01.22 09:23:14.625519 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.01.22 09:23:14.625784 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2151 2025.01.22 09:23:14.889107 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2152 2025.01.22 09:23:14.909893 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2153 2025.01.22 09:23:14.909945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2154 2025.01.22 09:23:14.917222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2155 2025.01.22 09:23:14.918020 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2156 2025.01.22 09:23:14.920962 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2157 2025.01.22 09:23:15.367688 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2158 2025.01.22 09:23:15.367892 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2159 2025.01.22 09:23:15.367969 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2160 2025.01.22 09:23:15.368755 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2025.01.22 09:23:15.368793 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2162 2025.01.22 09:23:15.369211 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2163 2025.01.22 09:23:15.369467 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.01.22 09:23:15.369615 [ 46 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2165 2025.01.22 09:23:15.369666 [ 46 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2166 2025.01.22 09:23:15.369666 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec.
2167 2025.01.22 09:23:15.369694 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2168 2025.01.22 09:23:15.369750 [ 286 ] {54a7a7a9-4474-4e89-93bd-dc6f87a29436} <Debug> TCPHandler: Processed in 0.002191564 sec.
2169 2025.01.22 09:23:15.369983 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
2170 2025.01.22 09:23:15.370107 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2171 2025.01.22 09:23:15.370244 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2172 2025.01.22 09:23:15.370328 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 273 rows starting from the beginning of the part
2173 2025.01.22 09:23:15.370448 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2174 2025.01.22 09:23:15.370607 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 273 rows starting from the beginning of the part
2175 2025.01.22 09:23:15.370669 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2176 2025.01.22 09:23:15.370977 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2177 2025.01.22 09:23:15.371408 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 273 rows starting from the beginning of the part
2178 2025.01.22 09:23:15.371671 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1196 rows starting from the beginning of the part
2179 2025.01.22 09:23:15.371997 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2180 2025.01.22 09:23:15.373175 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2181 2025.01.22 09:23:15.373232 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2182 2025.01.22 09:23:15.373839 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2183 2025.01.22 09:23:15.374208 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2025.01.22 09:23:15.374231 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 5 columns (5 merged, 0 gathered) in 0.004421298 sec., 481080.44289256237 rows/sec., 42.26 MiB/sec.
2185 2025.01.22 09:23:15.374427 [ 46 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2186 2025.01.22 09:23:15.374510 [ 46 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.01.22 09:23:15.374566 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2188 2025.01.22 09:23:15.374579 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004212 sec., 15194.68186134853 rows/sec., 1.19 MiB/sec.
2189 2025.01.22 09:23:15.374608 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2190 2025.01.22 09:23:15.374930 [ 285 ] {d065153c-f597-458f-aeee-16071ac948c6} <Debug> TCPHandler: Processed in 0.005007724 sec.
2191 2025.01.22 09:23:15.375228 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2192 2025.01.22 09:23:15.375388 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2193 2025.01.22 09:23:15.375508 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2194 2025.01.22 09:23:15.375622 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2195 2025.01.22 09:23:15.375689 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2196 2025.01.22 09:23:15.375987 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_11_2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2197 2025.01.22 09:23:15.376097 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2198 2025.01.22 09:23:15.376276 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
2199 2025.01.22 09:23:15.376289 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 427 rows starting from the beginning of the part
2200 2025.01.22 09:23:15.376703 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 417 rows starting from the beginning of the part
2201 2025.01.22 09:23:15.377130 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2202 2025.01.22 09:23:15.377455 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 417 rows starting from the beginning of the part
2203 2025.01.22 09:23:15.377933 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 520 rows starting from the beginning of the part
2204 2025.01.22 09:23:15.378321 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2205 2025.01.22 09:23:15.378752 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2206 2025.01.22 09:23:15.378832 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2207 2025.01.22 09:23:15.379730 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2208 2025.01.22 09:23:15.380282 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2025.01.22 09:23:15.380598 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2210 2025.01.22 09:23:15.380736 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2211 2025.01.22 09:23:15.380790 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2212 2025.01.22 09:23:15.380861 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005397 sec., 23716.879748008152 rows/sec., 1.65 MiB/sec.
2213 2025.01.22 09:23:15.381289 [ 286 ] {86b62b69-1b47-4fa6-8a0f-28d0c1c9ea37} <Debug> TCPHandler: Processed in 0.006234856 sec.
2214 2025.01.22 09:23:15.381358 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2215 2025.01.22 09:23:15.381619 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2216 2025.01.22 09:23:15.381718 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2217 2025.01.22 09:23:15.381847 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1052 rows starting from the beginning of the part
2218 2025.01.22 09:23:15.381990 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2219 2025.01.22 09:23:15.382353 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part
2220 2025.01.22 09:23:15.382378 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2221 2025.01.22 09:23:15.383020 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
2222 2025.01.22 09:23:15.383189 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1909 rows, containing 5 columns (5 merged, 0 gathered) in 0.008339329 sec., 228915.30001994167 rows/sec., 17.49 MiB/sec.
2223 2025.01.22 09:23:15.383459 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
2224 2025.01.22 09:23:15.383889 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2942 rows starting from the beginning of the part
2225 2025.01.22 09:23:15.383998 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2226 2025.01.22 09:23:15.384529 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part
2227 2025.01.22 09:23:15.385343 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2025.01.22 09:23:15.385691 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_11_2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2229 2025.01.22 09:23:15.386017 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2230 2025.01.22 09:23:15.386274 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2231 2025.01.22 09:23:15.386334 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2232 2025.01.22 09:23:15.387309 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2233 2025.01.22 09:23:15.387802 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2234 2025.01.22 09:23:15.388016 [ 46 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2235 2025.01.22 09:23:15.388075 [ 46 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2025.01.22 09:23:15.388176 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2237 2025.01.22 09:23:15.388207 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006326 sec., 7587.73316471704 rows/sec., 523.63 KiB/sec.
2238 2025.01.22 09:23:15.388467 [ 285 ] {5985c629-23c2-4e0e-b598-694edf5d06b7} <Debug> TCPHandler: Processed in 0.007017066 sec.
2239 2025.01.22 09:23:15.388675 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
2240 2025.01.22 09:23:15.388856 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2241 2025.01.22 09:23:15.388907 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 362 rows starting from the beginning of the part
2242 2025.01.22 09:23:15.389142 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
2243 2025.01.22 09:23:15.389401 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
2244 2025.01.22 09:23:15.389860 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
2245 2025.01.22 09:23:15.390001 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4756 rows, containing 5 columns (5 merged, 0 gathered) in 0.009096508 sec., 522837.9945359252 rows/sec., 35.20 MiB/sec.
2246 2025.01.22 09:23:15.390093 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
2247 2025.01.22 09:23:15.390246 [ 195 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part
2248 2025.01.22 09:23:15.390610 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2249 2025.01.22 09:23:15.391183 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2250 2025.01.22 09:23:15.391410 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2251 2025.01.22 09:23:15.391582 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
2252 2025.01.22 09:23:15.392066 [ 197 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 4 columns (4 merged, 0 gathered) in 0.003610719 sec., 178911.73475421377 rows/sec., 11.75 MiB/sec.
2253 2025.01.22 09:23:15.392270 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2254 2025.01.22 09:23:15.392578 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.01.22 09:23:15.392656 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_11_2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2256 2025.01.22 09:23:15.392740 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2257 2025.01.22 09:23:17.126773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 326
2258 2025.01.22 09:23:17.130392 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2259 2025.01.22 09:23:17.130438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2260 2025.01.22 09:23:17.132020 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2261 2025.01.22 09:23:17.132321 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2262 2025.01.22 09:23:17.132593 [ 41 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2263 2025.01.22 09:23:17.132785 [ 41 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2025.01.22 09:23:17.132898 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2265 2025.01.22 09:23:17.133662 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
2266 2025.01.22 09:23:17.134264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2267 2025.01.22 09:23:17.134834 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2268 2025.01.22 09:23:17.135030 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
2269 2025.01.22 09:23:17.135596 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
2270 2025.01.22 09:23:17.136103 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part
2271 2025.01.22 09:23:17.136586 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
2272 2025.01.22 09:23:17.137061 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
2273 2025.01.22 09:23:17.137531 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part
2274 2025.01.22 09:23:17.145122 [ 186 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.01204555 sec., 27063.936474465674 rows/sec., 27.35 MiB/sec.
2275 2025.01.22 09:23:17.145932 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2276 2025.01.22 09:23:17.146641 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2277 2025.01.22 09:23:17.146722 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_6_1} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2278 2025.01.22 09:23:17.146915 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2279 2025.01.22 09:23:20.374637 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2280 2025.01.22 09:23:20.374857 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2281 2025.01.22 09:23:20.374934 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2282 2025.01.22 09:23:20.375741 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2283 2025.01.22 09:23:20.375783 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2284 2025.01.22 09:23:20.376201 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2285 2025.01.22 09:23:20.376447 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2286 2025.01.22 09:23:20.376591 [ 38 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2287 2025.01.22 09:23:20.376633 [ 38 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2288 2025.01.22 09:23:20.376647 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
2289 2025.01.22 09:23:20.376658 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2290 2025.01.22 09:23:20.376729 [ 286 ] {5f38c8d8-46c5-4fef-9169-43431106fb9d} <Debug> TCPHandler: Processed in 0.002227744 sec.
2291 2025.01.22 09:23:20.376810 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2292 2025.01.22 09:23:20.376939 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2293 2025.01.22 09:23:20.376978 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2294 2025.01.22 09:23:20.377018 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2295 2025.01.22 09:23:20.377125 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2296 2025.01.22 09:23:20.377539 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2297 2025.01.22 09:23:20.377581 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2298 2025.01.22 09:23:20.377792 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2299 2025.01.22 09:23:20.378090 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2300 2025.01.22 09:23:20.378365 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
2301 2025.01.22 09:23:20.380336 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2302 2025.01.22 09:23:20.380505 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2303 2025.01.22 09:23:20.380531 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00378593 sec., 18489.512484382965 rows/sec., 1.37 MiB/sec.
2304 2025.01.22 09:23:20.380788 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2305 2025.01.22 09:23:20.381287 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2306 2025.01.22 09:23:20.381355 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_5_1} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2307 2025.01.22 09:23:20.381505 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_5_1} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2308 2025.01.22 09:23:20.381665 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2309 2025.01.22 09:23:20.381778 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2025.01.22 09:23:20.382128 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.00483 sec., 56521.739130434784 rows/sec., 4.97 MiB/sec.
2311 2025.01.22 09:23:20.382209 [ 285 ] {ff2a9225-1ffe-41a0-9800-21182c890d42} <Debug> TCPHandler: Processed in 0.005353308 sec.
2312 2025.01.22 09:23:20.382370 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2313 2025.01.22 09:23:20.382510 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2314 2025.01.22 09:23:20.382567 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2315 2025.01.22 09:23:20.383191 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2025.01.22 09:23:20.383228 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2317 2025.01.22 09:23:20.383582 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2318 2025.01.22 09:23:20.383826 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2025.01.22 09:23:20.384000 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001523 sec., 27577.15036112935 rows/sec., 1.98 MiB/sec.
2320 2025.01.22 09:23:20.384051 [ 286 ] {7e4b6dd4-5d92-4c08-9974-e1e8f0e9aea0} <Debug> TCPHandler: Processed in 0.001745929 sec.
2321 2025.01.22 09:23:20.384238 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2025.01.22 09:23:20.384387 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2323 2025.01.22 09:23:20.384450 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2324 2025.01.22 09:23:20.385081 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2025.01.22 09:23:20.385122 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2326 2025.01.22 09:23:20.385496 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2327 2025.01.22 09:23:20.385744 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2328 2025.01.22 09:23:20.385897 [ 38 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2329 2025.01.22 09:23:20.385956 [ 38 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2025.01.22 09:23:20.385989 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2331 2025.01.22 09:23:20.385995 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001638 sec., 8547.008547008547 rows/sec., 598.58 KiB/sec.
2332 2025.01.22 09:23:20.386141 [ 285 ] {a6a3b96e-db7a-4bb3-a8ef-8844495b42bd} <Debug> TCPHandler: Processed in 0.001967311 sec.
2333 2025.01.22 09:23:20.386251 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
2334 2025.01.22 09:23:20.386339 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2335 2025.01.22 09:23:20.386497 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2336 2025.01.22 09:23:20.386573 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2337 2025.01.22 09:23:20.386577 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2338 2025.01.22 09:23:20.386653 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2339 2025.01.22 09:23:20.387066 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2340 2025.01.22 09:23:20.387463 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
2341 2025.01.22 09:23:20.387868 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2342 2025.01.22 09:23:20.388175 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
2343 2025.01.22 09:23:20.388315 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2344 2025.01.22 09:23:20.389295 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.01.22 09:23:20.389376 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2346 2025.01.22 09:23:20.390321 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2347 2025.01.22 09:23:20.390913 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2025.01.22 09:23:20.391270 [ 38 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2349 2025.01.22 09:23:20.391310 [ 186 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005208025 sec., 57219.38738773335 rows/sec., 4.10 MiB/sec.
2350 2025.01.22 09:23:20.391332 [ 38 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.01.22 09:23:20.391372 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2352 2025.01.22 09:23:20.391431 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004885 sec., 2661.207778915046 rows/sec., 165.93 KiB/sec.
2353 2025.01.22 09:23:20.391683 [ 186 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2354 2025.01.22 09:23:20.391732 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2355 2025.01.22 09:23:20.391779 [ 286 ] {03be4a81-0f16-4251-9354-aef0f7ad368a} <Debug> TCPHandler: Processed in 0.005510069 sec.
2356 2025.01.22 09:23:20.392106 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2357 2025.01.22 09:23:20.392204 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2358 2025.01.22 09:23:20.392321 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2359 2025.01.22 09:23:20.392496 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2360 2025.01.22 09:23:20.392601 [ 186 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2361 2025.01.22 09:23:20.392721 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2362 2025.01.22 09:23:20.392737 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2363 2025.01.22 09:23:20.392954 [ 186 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_6_1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2364 2025.01.22 09:23:20.393214 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2365 2025.01.22 09:23:20.393437 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2366 2025.01.22 09:23:20.393692 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2367 2025.01.22 09:23:20.394200 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
2368 2025.01.22 09:23:20.396097 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2369 2025.01.22 09:23:20.396173 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2370 2025.01.22 09:23:20.396622 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158285 sec., 12601.087376909185 rows/sec., 834.90 KiB/sec.
2371 2025.01.22 09:23:20.396824 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2372 2025.01.22 09:23:20.397056 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2373 2025.01.22 09:23:20.397353 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_5_1} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2374 2025.01.22 09:23:20.397490 [ 199 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_5_1} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2375 2025.01.22 09:23:20.397607 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2376 2025.01.22 09:23:20.397644 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2377 2025.01.22 09:23:20.397885 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005526 sec., 75461.4549402823 rows/sec., 5.39 MiB/sec.
2378 2025.01.22 09:23:20.397960 [ 285 ] {e24fca4e-4d68-49bb-8e3d-028037aebf84} <Debug> TCPHandler: Processed in 0.006053755 sec.
2379 2025.01.22 09:23:20.398111 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2380 2025.01.22 09:23:20.398247 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2381 2025.01.22 09:23:20.398306 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2382 2025.01.22 09:23:20.398825 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2383 2025.01.22 09:23:20.398860 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2384 2025.01.22 09:23:20.399219 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2385 2025.01.22 09:23:20.399448 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2386 2025.01.22 09:23:20.399677 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec.
2387 2025.01.22 09:23:20.399807 [ 286 ] {2485f109-f66a-4b7b-bb2b-c760ef5b3445} <Debug> TCPHandler: Processed in 0.001759428 sec.
2388 2025.01.22 09:23:20.399997 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2389 2025.01.22 09:23:20.400221 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2390 2025.01.22 09:23:20.400321 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2391 2025.01.22 09:23:20.401092 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2025.01.22 09:23:20.401133 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2393 2025.01.22 09:23:20.401542 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2394 2025.01.22 09:23:20.401783 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2395 2025.01.22 09:23:20.402008 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001843 sec., 128594.68258274552 rows/sec., 8.62 MiB/sec.
2396 2025.01.22 09:23:20.402105 [ 285 ] {73ef4db8-fe4f-4c9c-9b4d-d8f9cd17ea12} <Debug> TCPHandler: Processed in 0.002216693 sec.
2397 2025.01.22 09:23:20.402267 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2398 2025.01.22 09:23:20.402403 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2399 2025.01.22 09:23:20.402462 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2400 2025.01.22 09:23:20.402940 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2401 2025.01.22 09:23:20.402976 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2402 2025.01.22 09:23:20.403325 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2403 2025.01.22 09:23:20.403559 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2404 2025.01.22 09:23:20.403679 [ 38 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2405 2025.01.22 09:23:20.403719 [ 38 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2406 2025.01.22 09:23:20.403742 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2407 2025.01.22 09:23:20.403749 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec.
2408 2025.01.22 09:23:20.403896 [ 286 ] {974d5b78-8abc-4987-915e-0e66d774e922} <Debug> TCPHandler: Processed in 0.001685108 sec.
2409 2025.01.22 09:23:20.403974 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2410 2025.01.22 09:23:20.404159 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2411 2025.01.22 09:23:20.404185 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2412 2025.01.22 09:23:20.404267 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2413 2025.01.22 09:23:20.404581 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2414 2025.01.22 09:23:20.404695 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2415 2025.01.22 09:23:20.404823 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2416 2025.01.22 09:23:20.405143 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2417 2025.01.22 09:23:20.405168 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2418 2025.01.22 09:23:20.405554 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
2419 2025.01.22 09:23:20.408828 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004979283 sec., 1004.1606391924299 rows/sec., 67.66 KiB/sec.
2420 2025.01.22 09:23:20.409028 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2421 2025.01.22 09:23:20.409702 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_5_1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2025.01.22 09:23:20.409932 [ 191 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_5_1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2423 2025.01.22 09:23:20.410013 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2025.01.22 09:23:20.410057 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2425 2025.01.22 09:23:20.410080 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2426 2025.01.22 09:23:20.410798 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2427 2025.01.22 09:23:20.411066 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.01.22 09:23:20.411430 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006957 sec., 5030.904125341383 rows/sec., 9.02 MiB/sec.
2429 2025.01.22 09:23:20.411562 [ 285 ] {cf6469f2-acc5-4b88-96a9-fcf44a2ab8f0} <Debug> TCPHandler: Processed in 0.007551711 sec.
2430 2025.01.22 09:23:20.411714 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2431 2025.01.22 09:23:20.411852 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2432 2025.01.22 09:23:20.411911 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2433 2025.01.22 09:23:20.412466 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2025.01.22 09:23:20.412512 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2435 2025.01.22 09:23:20.412908 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2436 2025.01.22 09:23:20.413137 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2025.01.22 09:23:20.413350 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec.
2438 2025.01.22 09:23:20.413527 [ 286 ] {1960804e-1d93-44fd-962a-9cdc702932cb} <Debug> TCPHandler: Processed in 0.00187479 sec.
2439 2025.01.22 09:23:22.038665 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
2440 2025.01.22 09:23:22.038728 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
2441 2025.01.22 09:23:22.125958 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2442 2025.01.22 09:23:22.126746 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2025.01.22 09:23:22.126801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2444 2025.01.22 09:23:22.127342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2445 2025.01.22 09:23:22.127600 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2025.01.22 09:23:22.127844 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2447 2025.01.22 09:23:22.421077 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2448 2025.01.22 09:23:22.443224 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2449 2025.01.22 09:23:22.443287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2450 2025.01.22 09:23:22.450334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2451 2025.01.22 09:23:22.451140 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2452 2025.01.22 09:23:22.454196 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2453 2025.01.22 09:23:25.361869 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2454 2025.01.22 09:23:25.362311 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2455 2025.01.22 09:23:25.362815 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2456 2025.01.22 09:23:25.362870 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2457 2025.01.22 09:23:25.363235 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2458 2025.01.22 09:23:25.363318 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2459 2025.01.22 09:23:25.363490 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2460 2025.01.22 09:23:25.363688 [ 296 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2461 2025.01.22 09:23:25.363697 [ 298 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2462 2025.01.22 09:23:25.363730 [ 299 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2463 2025.01.22 09:23:25.363822 [ 297 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2464 2025.01.22 09:23:25.364009 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2465 2025.01.22 09:23:25.364042 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2466 2025.01.22 09:23:25.364187 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2467 2025.01.22 09:23:25.364211 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 40 rows with 4 streams
2468 2025.01.22 09:23:25.364255 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2469 2025.01.22 09:23:25.364299 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2470 2025.01.22 09:23:25.364340 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2471 2025.01.22 09:23:25.364379 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2472 2025.01.22 09:23:25.366494 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004366 sec., 9161.704076958315 rows/sec., 349.38 KiB/sec.
2473 2025.01.22 09:23:25.366736 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> MemoryTracker: Peak memory usage (for query): 143.94 KiB.
2474 2025.01.22 09:23:25.366753 [ 286 ] {d863b4e5-6dab-48ad-aed0-da55acb9412a} <Debug> TCPHandler: Processed in 0.005069394 sec.
2475 2025.01.22 09:23:25.375366 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.01.22 09:23:25.375510 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2477 2025.01.22 09:23:25.375574 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2478 2025.01.22 09:23:25.376505 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.01.22 09:23:25.376550 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2480 2025.01.22 09:23:25.377047 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2481 2025.01.22 09:23:25.377267 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): 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.22 09:23:25.377579 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002096 sec., 477.09923664122135 rows/sec., 49.39 KiB/sec.
2483 2025.01.22 09:23:25.377642 [ 286 ] {18cf6528-48bc-4903-8493-fdc878c5801a} <Debug> TCPHandler: Processed in 0.002339485 sec.
2484 2025.01.22 09:23:25.377883 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2025.01.22 09:23:25.378058 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2486 2025.01.22 09:23:25.378134 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2487 2025.01.22 09:23:25.378931 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2025.01.22 09:23:25.378986 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2489 2025.01.22 09:23:25.379444 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2490 2025.01.22 09:23:25.379707 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.01.22 09:23:25.379953 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Debug> executeQuery: Read 65 rows, 5.25 KiB in 0.001949 sec., 33350.43612108774 rows/sec., 2.63 MiB/sec.
2492 2025.01.22 09:23:25.380023 [ 285 ] {ac01f81f-defb-407b-b172-a32c91c55af6} <Debug> TCPHandler: Processed in 0.002270375 sec.
2493 2025.01.22 09:23:25.380201 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2494 2025.01.22 09:23:25.380345 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2495 2025.01.22 09:23:25.380405 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2496 2025.01.22 09:23:25.381051 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2025.01.22 09:23:25.381092 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2498 2025.01.22 09:23:25.381450 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2499 2025.01.22 09:23:25.381682 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2025.01.22 09:23:25.381838 [ 51 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2501 2025.01.22 09:23:25.381921 [ 51 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2025.01.22 09:23:25.381936 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 186.36 KiB/sec.
2503 2025.01.22 09:23:25.381967 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2504 2025.01.22 09:23:25.382092 [ 286 ] {f7b85e4f-f9d5-4bdf-ac86-e51416a1cc54} <Debug> TCPHandler: Processed in 0.001948201 sec.
2505 2025.01.22 09:23:25.382238 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
2506 2025.01.22 09:23:25.382361 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2507 2025.01.22 09:23:25.382411 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2508 2025.01.22 09:23:25.382452 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part
2509 2025.01.22 09:23:25.382533 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2510 2025.01.22 09:23:25.382683 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part
2511 2025.01.22 09:23:25.382699 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2512 2025.01.22 09:23:25.383139 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part
2513 2025.01.22 09:23:25.383531 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part
2514 2025.01.22 09:23:25.383925 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
2515 2025.01.22 09:23:25.384326 [ 196 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
2516 2025.01.22 09:23:25.385390 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2517 2025.01.22 09:23:25.385443 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2518 2025.01.22 09:23:25.386131 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2519 2025.01.22 09:23:25.386323 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.004209955 sec., 50594.36502290405 rows/sec., 3.83 MiB/sec.
2520 2025.01.22 09:23:25.386518 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2521 2025.01.22 09:23:25.386542 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2522 2025.01.22 09:23:25.386933 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.004441 sec., 225.17451024544025 rows/sec., 14.95 KiB/sec.
2523 2025.01.22 09:23:25.387085 [ 285 ] {0048a0b2-1938-4ab2-8705-0ff23724d1b6} <Debug> TCPHandler: Processed in 0.004816951 sec.
2524 2025.01.22 09:23:25.387116 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.01.22 09:23:25.387278 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2526 2025.01.22 09:23:25.387280 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_6_1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2527 2025.01.22 09:23:25.387396 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2528 2025.01.22 09:23:25.387424 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2529 2025.01.22 09:23:25.387475 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2530 2025.01.22 09:23:25.388054 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2025.01.22 09:23:25.388091 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2532 2025.01.22 09:23:25.388464 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2533 2025.01.22 09:23:25.388699 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2025.01.22 09:23:25.388911 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001519 sec., 50691.244239631334 rows/sec., 3.96 MiB/sec.
2535 2025.01.22 09:23:25.388963 [ 286 ] {ef32c803-f396-4bc9-a47e-274fd176a3e9} <Debug> TCPHandler: Processed in 0.001764179 sec.
2536 2025.01.22 09:23:25.389102 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2025.01.22 09:23:25.389235 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2538 2025.01.22 09:23:25.389296 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2539 2025.01.22 09:23:25.389895 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2025.01.22 09:23:25.389937 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2541 2025.01.22 09:23:25.390359 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2542 2025.01.22 09:23:25.390605 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2025.01.22 09:23:25.390801 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec.
2544 2025.01.22 09:23:25.390857 [ 285 ] {2c16fead-0585-4dc2-9562-692a3ddda692} <Debug> TCPHandler: Processed in 0.001811669 sec.
2545 2025.01.22 09:23:25.391022 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2546 2025.01.22 09:23:25.391136 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2547 2025.01.22 09:23:25.391188 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2548 2025.01.22 09:23:25.391647 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2025.01.22 09:23:25.391682 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2550 2025.01.22 09:23:25.392034 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2551 2025.01.22 09:23:25.392270 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.01.22 09:23:25.392440 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 47.76 KiB/sec.
2553 2025.01.22 09:23:25.392490 [ 286 ] {f488baab-717e-4860-8d78-79a9bc5fdfcf} <Debug> TCPHandler: Processed in 0.001521187 sec.
2554 2025.01.22 09:23:25.392635 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2555 2025.01.22 09:23:25.392754 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2556 2025.01.22 09:23:25.392839 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2557 2025.01.22 09:23:25.394065 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2558 2025.01.22 09:23:25.394106 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2559 2025.01.22 09:23:25.394736 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2560 2025.01.22 09:23:25.395003 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2561 2025.01.22 09:23:25.395178 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2562 2025.01.22 09:23:25.395249 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2563 2025.01.22 09:23:25.395280 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2564 2025.01.22 09:23:25.395313 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002575 sec., 1553.398058252427 rows/sec., 2.78 MiB/sec.
2565 2025.01.22 09:23:25.395896 [ 285 ] {1ea0d05f-1698-4125-814a-ac44e1dbfe9a} <Debug> TCPHandler: Processed in 0.003310216 sec.
2566 2025.01.22 09:23:25.395909 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
2567 2025.01.22 09:23:25.396120 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2568 2025.01.22 09:23:25.396416 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2569 2025.01.22 09:23:25.396563 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2570 2025.01.22 09:23:25.396587 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2571 2025.01.22 09:23:25.396812 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part
2572 2025.01.22 09:23:25.397661 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part
2573 2025.01.22 09:23:25.398341 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part
2574 2025.01.22 09:23:25.398990 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Trace> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2575 2025.01.22 09:23:25.399091 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2576 2025.01.22 09:23:25.399105 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2577 2025.01.22 09:23:25.399885 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2578 2025.01.22 09:23:25.400603 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
2579 2025.01.22 09:23:25.400679 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2580 2025.01.22 09:23:25.401500 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Trace> oximeter.measurements_i64 (77269857-95c3-4650-bde8-2d43b8b4aa83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2025.01.22 09:23:25.402168 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005812 sec., 1548.520302821748 rows/sec., 109.38 KiB/sec.
2582 2025.01.22 09:23:25.402335 [ 286 ] {cdb73bbf-d583-4a6a-98ce-ae0eb0c36818} <Debug> TCPHandler: Processed in 0.006336698 sec.
2583 2025.01.22 09:23:25.402566 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2025.01.22 09:23:25.402808 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2585 2025.01.22 09:23:25.402914 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2586 2025.01.22 09:23:25.404903 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2025.01.22 09:23:25.404987 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2588 2025.01.22 09:23:25.406131 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2589 2025.01.22 09:23:25.406813 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2025.01.22 09:23:25.407273 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00449 sec., 13363.0289532294 rows/sec., 922.19 KiB/sec.
2591 2025.01.22 09:23:25.407453 [ 285 ] {b94337df-f3b8-4028-9183-c566346d0eb7} <Debug> TCPHandler: Processed in 0.004996694 sec.
2592 2025.01.22 09:23:25.407967 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.012577585 sec., 14152.160371009219 rows/sec., 25.36 MiB/sec.
2593 2025.01.22 09:23:25.408355 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2594 2025.01.22 09:23:25.408776 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2025.01.22 09:23:25.408852 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2596 2025.01.22 09:23:25.409003 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
2597 2025.01.22 09:23:27.134684 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 370
2598 2025.01.22 09:23:27.138029 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2599 2025.01.22 09:23:27.138072 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2600 2025.01.22 09:23:27.139583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2601 2025.01.22 09:23:27.139902 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2602 2025.01.22 09:23:27.140455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 370
2603 2025.01.22 09:23:29.628032 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2604 2025.01.22 09:23:29.628706 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.01.22 09:23:29.628758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2606 2025.01.22 09:23:29.629333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2607 2025.01.22 09:23:29.629645 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2025.01.22 09:23:29.629902 [ 126 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2609 2025.01.22 09:23:29.629936 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2610 2025.01.22 09:23:29.629982 [ 126 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2611 2025.01.22 09:23:29.630010 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2612 2025.01.22 09:23:29.630125 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
2613 2025.01.22 09:23:29.630251 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2614 2025.01.22 09:23:29.630294 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
2615 2025.01.22 09:23:29.630394 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2616 2025.01.22 09:23:29.630562 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2617 2025.01.22 09:23:29.630828 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2618 2025.01.22 09:23:29.630970 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2619 2025.01.22 09:23:29.631166 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2620 2025.01.22 09:23:29.633117 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003040163 sec., 1665371.2317398773 rows/sec., 23.82 MiB/sec.
2621 2025.01.22 09:23:29.633559 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2622 2025.01.22 09:23:29.633924 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2623 2025.01.22 09:23:29.634022 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_11_2} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2624 2025.01.22 09:23:29.634144 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2625 2025.01.22 09:23:29.954309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2626 2025.01.22 09:23:29.974723 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2627 2025.01.22 09:23:29.974780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2628 2025.01.22 09:23:29.982099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2629 2025.01.22 09:23:29.982896 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2630 2025.01.22 09:23:29.983184 [ 126 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2631 2025.01.22 09:23:29.983247 [ 126 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2632 2025.01.22 09:23:29.983284 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2633 2025.01.22 09:23:29.983764 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2634 2025.01.22 09:23:29.992207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2635 2025.01.22 09:23:29.993569 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2636 2025.01.22 09:23:29.994526 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2637 2025.01.22 09:23:29.999663 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2638 2025.01.22 09:23:30.006392 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2639 2025.01.22 09:23:30.014330 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2640 2025.01.22 09:23:30.021858 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2641 2025.01.22 09:23:30.028356 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
2642 2025.01.22 09:23:30.120231 [ 191 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.136855619 sec., 606.4785692138807 rows/sec., 3.14 MiB/sec.
2643 2025.01.22 09:23:30.123076 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2644 2025.01.22 09:23:30.126069 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_11_2} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2645 2025.01.22 09:23:30.126210 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_11_2} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2646 2025.01.22 09:23:30.128437 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2647 2025.01.22 09:23:30.361573 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2648 2025.01.22 09:23:30.361843 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2649 2025.01.22 09:23:30.362283 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2650 2025.01.22 09:23:30.362339 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2651 2025.01.22 09:23:30.362715 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2652 2025.01.22 09:23:30.362804 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2653 2025.01.22 09:23:30.362987 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2654 2025.01.22 09:23:30.363206 [ 298 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2655 2025.01.22 09:23:30.363233 [ 301 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2656 2025.01.22 09:23:30.363259 [ 299 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2657 2025.01.22 09:23:30.363279 [ 296 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2658 2025.01.22 09:23:30.363383 [ 297 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2659 2025.01.22 09:23:30.363531 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2660 2025.01.22 09:23:30.363564 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Spreading mark ranges among streams (default reading)
2661 2025.01.22 09:23:30.363706 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2662 2025.01.22 09:23:30.363731 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (SelectExecutor): Reading approx. 40 rows with 4 streams
2663 2025.01.22 09:23:30.363776 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2664 2025.01.22 09:23:30.363827 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2665 2025.01.22 09:23:30.363872 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2666 2025.01.22 09:23:30.363916 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2667 2025.01.22 09:23:30.365930 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004222 sec., 9474.182851729038 rows/sec., 361.30 KiB/sec.
2668 2025.01.22 09:23:30.366197 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> MemoryTracker: Peak memory usage (for query): 145.41 KiB.
2669 2025.01.22 09:23:30.366219 [ 286 ] {fedee05e-9625-4ebe-8339-dbec403e2634} <Debug> TCPHandler: Processed in 0.004774561 sec.
2670 2025.01.22 09:23:30.380572 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2671 2025.01.22 09:23:30.380706 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2672 2025.01.22 09:23:30.380761 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2673 2025.01.22 09:23:30.381502 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2674 2025.01.22 09:23:30.381545 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2675 2025.01.22 09:23:30.382044 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2676 2025.01.22 09:23:30.382281 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2677 2025.01.22 09:23:30.382433 [ 118 ] {} <Debug> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2678 2025.01.22 09:23:30.382490 [ 118 ] {} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2679 2025.01.22 09:23:30.382490 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00182 sec., 549.4505494505495 rows/sec., 124.48 KiB/sec.
2680 2025.01.22 09:23:30.382518 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2681 2025.01.22 09:23:30.382617 [ 286 ] {d3edb929-02e1-4743-a731-7bb6d7a205d6} <Debug> TCPHandler: Processed in 0.002115483 sec.
2682 2025.01.22 09:23:30.382984 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2683 2025.01.22 09:23:30.382998 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::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
2684 2025.01.22 09:23:30.383318 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2685 2025.01.22 09:23:30.383474 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2686 2025.01.22 09:23:30.383772 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2687 2025.01.22 09:23:30.383869 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2688 2025.01.22 09:23:30.384130 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part
2689 2025.01.22 09:23:30.384478 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
2690 2025.01.22 09:23:30.384806 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::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
2691 2025.01.22 09:23:30.385099 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::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
2692 2025.01.22 09:23:30.385294 [ 191 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
2693 2025.01.22 09:23:30.386268 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2025.01.22 09:23:30.386354 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2695 2025.01.22 09:23:30.387598 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2696 2025.01.22 09:23:30.388278 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2697 2025.01.22 09:23:30.389060 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005853 sec., 2391.9357594396038 rows/sec., 172.19 KiB/sec.
2698 2025.01.22 09:23:30.389369 [ 285 ] {483e92a3-dd00-4be9-9cac-e9b899ec6516} <Debug> TCPHandler: Processed in 0.006604211 sec.
2699 2025.01.22 09:23:30.389633 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2700 2025.01.22 09:23:30.389997 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2701 2025.01.22 09:23:30.390146 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2702 2025.01.22 09:23:30.393019 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2025.01.22 09:23:30.393108 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2704 2025.01.22 09:23:30.394567 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2705 2025.01.22 09:23:30.395276 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.01.22 09:23:30.395705 [ 201 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.013058871 sec., 3216.204524878146 rows/sec., 543.06 KiB/sec.
2707 2025.01.22 09:23:30.395983 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.006097 sec., 1640.1508938822371 rows/sec., 133.74 KiB/sec.
2708 2025.01.22 09:23:30.396087 [ 201 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2709 2025.01.22 09:23:30.396163 [ 286 ] {3c07f810-5634-418e-9b9e-36d5cc843391} <Debug> TCPHandler: Processed in 0.006626031 sec.
2710 2025.01.22 09:23:30.396479 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2711 2025.01.22 09:23:30.396699 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2712 2025.01.22 09:23:30.396808 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2713 2025.01.22 09:23:30.396975 [ 201 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2714 2025.01.22 09:23:30.397152 [ 201 ] {e2cfa699-cea6-4b66-9dfb-386191fc3e37::all_1_6_1} <Trace> oximeter.timeseries_schema (e2cfa699-cea6-4b66-9dfb-386191fc3e37) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2715 2025.01.22 09:23:30.397367 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2716 2025.01.22 09:23:30.398003 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2717 2025.01.22 09:23:30.398052 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2718 2025.01.22 09:23:30.398486 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2719 2025.01.22 09:23:30.398757 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2720 2025.01.22 09:23:30.398980 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.002353 sec., 118147.0463238419 rows/sec., 10.36 MiB/sec.
2721 2025.01.22 09:23:30.399104 [ 285 ] {32778063-44cd-4ff9-a6d0-3cf816a30dd4} <Debug> TCPHandler: Processed in 0.00278303 sec.
2722 2025.01.22 09:23:30.399291 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2723 2025.01.22 09:23:30.399443 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2724 2025.01.22 09:23:30.399507 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2725 2025.01.22 09:23:30.400207 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2726 2025.01.22 09:23:30.400245 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2727 2025.01.22 09:23:30.400631 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2728 2025.01.22 09:23:30.400886 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2729 2025.01.22 09:23:30.401067 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001662 sec., 31287.60529482551 rows/sec., 2.22 MiB/sec.
2730 2025.01.22 09:23:30.401128 [ 286 ] {f01bcca8-d311-4792-a852-252654df72b5} <Debug> TCPHandler: Processed in 0.001912381 sec.
2731 2025.01.22 09:23:30.401303 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2732 2025.01.22 09:23:30.401431 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2733 2025.01.22 09:23:30.401482 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2734 2025.01.22 09:23:30.402095 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2735 2025.01.22 09:23:30.402136 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2736 2025.01.22 09:23:30.402517 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2737 2025.01.22 09:23:30.402755 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2738 2025.01.22 09:23:30.402961 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec.
2739 2025.01.22 09:23:30.403014 [ 285 ] {31aa1c0d-d3da-4e47-b303-22ad8e47c7f6} <Debug> TCPHandler: Processed in 0.001771529 sec.
2740 2025.01.22 09:23:30.403182 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2741 2025.01.22 09:23:30.403320 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2742 2025.01.22 09:23:30.403380 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2743 2025.01.22 09:23:30.404044 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2744 2025.01.22 09:23:30.404081 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2745 2025.01.22 09:23:30.404445 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2746 2025.01.22 09:23:30.404681 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2747 2025.01.22 09:23:30.404858 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec.
2748 2025.01.22 09:23:30.404917 [ 286 ] {fcc1ca7a-c3ae-40fe-8e02-6d32f06bc8d0} <Debug> TCPHandler: Processed in 0.00179993 sec.
2749 2025.01.22 09:23:30.405079 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2750 2025.01.22 09:23:30.405216 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2751 2025.01.22 09:23:30.405274 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2752 2025.01.22 09:23:30.406105 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2025.01.22 09:23:30.406144 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2754 2025.01.22 09:23:30.406529 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2755 2025.01.22 09:23:30.406772 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2025.01.22 09:23:30.407000 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001812 sec., 235651.21412803532 rows/sec., 16.87 MiB/sec.
2757 2025.01.22 09:23:30.407099 [ 285 ] {5cfa991b-5a9c-40bc-a118-306c93eaf8dd} <Debug> TCPHandler: Processed in 0.002085913 sec.
2758 2025.01.22 09:23:30.407243 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2759 2025.01.22 09:23:30.407364 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2760 2025.01.22 09:23:30.407416 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2761 2025.01.22 09:23:30.407906 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2762 2025.01.22 09:23:30.407943 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2763 2025.01.22 09:23:30.408306 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2764 2025.01.22 09:23:30.408543 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2765 2025.01.22 09:23:30.408659 [ 118 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2766 2025.01.22 09:23:30.408705 [ 118 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2025.01.22 09:23:30.408729 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2768 2025.01.22 09:23:30.408739 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec.
2769 2025.01.22 09:23:30.408906 [ 286 ] {1dcfa267-7a07-488c-9851-b17bd77650fb} <Debug> TCPHandler: Processed in 0.001711788 sec.
2770 2025.01.22 09:23:30.408981 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2771 2025.01.22 09:23:30.409135 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2772 2025.01.22 09:23:30.409191 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2773 2025.01.22 09:23:30.409235 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2774 2025.01.22 09:23:30.409434 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2775 2025.01.22 09:23:30.409460 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2776 2025.01.22 09:23:30.409626 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2777 2025.01.22 09:23:30.409793 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2778 2025.01.22 09:23:30.410102 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2779 2025.01.22 09:23:30.410405 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2780 2025.01.22 09:23:30.410806 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
2781 2025.01.22 09:23:30.412503 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2782 2025.01.22 09:23:30.412579 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2783 2025.01.22 09:23:30.413582 [ 201 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004745951 sec., 7585.413334440242 rows/sec., 396.31 KiB/sec.
2784 2025.01.22 09:23:30.413756 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2785 2025.01.22 09:23:30.413775 [ 194 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2786 2025.01.22 09:23:30.414257 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.01.22 09:23:30.414357 [ 194 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_6_1} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2788 2025.01.22 09:23:30.414683 [ 194 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_6_1} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2789 2025.01.22 09:23:30.414869 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.005537 sec., 43705.9779664078 rows/sec., 2.93 MiB/sec.
2790 2025.01.22 09:23:30.414999 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2791 2025.01.22 09:23:30.415092 [ 285 ] {80e5aee3-82ff-4d44-97d7-ef1194ee8fb5} <Debug> TCPHandler: Processed in 0.006053975 sec.
2792 2025.01.22 09:23:30.415267 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2793 2025.01.22 09:23:30.415390 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2794 2025.01.22 09:23:30.415445 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2795 2025.01.22 09:23:30.415927 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2796 2025.01.22 09:23:30.415966 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2797 2025.01.22 09:23:30.416348 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2798 2025.01.22 09:23:30.416591 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2799 2025.01.22 09:23:30.416824 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
2800 2025.01.22 09:23:30.416949 [ 286 ] {83060b4a-bae1-44de-98ce-744e3443a738} <Debug> TCPHandler: Processed in 0.001743579 sec.
2801 2025.01.22 09:23:30.417104 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2802 2025.01.22 09:23:30.417219 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2803 2025.01.22 09:23:30.417300 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2804 2025.01.22 09:23:30.418523 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2805 2025.01.22 09:23:30.418563 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2806 2025.01.22 09:23:30.419216 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2807 2025.01.22 09:23:30.419469 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2808 2025.01.22 09:23:30.419703 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002508 sec., 13955.342902711325 rows/sec., 25.01 MiB/sec.
2809 2025.01.22 09:23:30.419817 [ 285 ] {c11aa959-0f55-42cc-a3ef-155ba70b209e} <Debug> TCPHandler: Processed in 0.002770029 sec.
2810 2025.01.22 09:23:30.419974 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2811 2025.01.22 09:23:30.420122 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2812 2025.01.22 09:23:30.420183 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2813 2025.01.22 09:23:30.420742 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2814 2025.01.22 09:23:30.420781 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
2815 2025.01.22 09:23:30.421179 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2816 2025.01.22 09:23:30.421423 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2817 2025.01.22 09:23:30.421608 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
2818 2025.01.22 09:23:30.421664 [ 286 ] {baf65927-ecc3-4822-92f4-8c783c0b3ee2} <Debug> TCPHandler: Processed in 0.001754299 sec.
2819 2025.01.22 09:23:35.369769 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2820 2025.01.22 09:23:35.369974 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2821 2025.01.22 09:23:35.370048 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2822 2025.01.22 09:23:35.370851 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.01.22 09:23:35.370904 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2824 2025.01.22 09:23:35.371340 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2825 2025.01.22 09:23:35.371594 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2025.01.22 09:23:35.371869 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Debug> executeQuery: Read 64 rows, 5.15 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.59 MiB/sec.
2827 2025.01.22 09:23:35.372015 [ 286 ] {6daf6cfa-a2bc-487d-bdc9-5380cf118bcc} <Debug> TCPHandler: Processed in 0.002374016 sec.
2828 2025.01.22 09:23:35.372310 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2829 2025.01.22 09:23:35.372522 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2830 2025.01.22 09:23:35.372607 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2831 2025.01.22 09:23:35.373415 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2832 2025.01.22 09:23:35.373468 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2833 2025.01.22 09:23:35.373906 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2834 2025.01.22 09:23:35.374159 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2835 2025.01.22 09:23:35.374453 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001983 sec., 2017.145738779627 rows/sec., 151.68 KiB/sec.
2836 2025.01.22 09:23:35.374625 [ 285 ] {61f0f107-45a2-4167-9597-dffd59ac1cb8} <Debug> TCPHandler: Processed in 0.002454696 sec.
2837 2025.01.22 09:23:35.374784 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2838 2025.01.22 09:23:35.374930 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2839 2025.01.22 09:23:35.374992 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2840 2025.01.22 09:23:35.375644 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2841 2025.01.22 09:23:35.375686 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2842 2025.01.22 09:23:35.376058 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2843 2025.01.22 09:23:35.376294 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2025.01.22 09:23:35.376522 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001629 sec., 41743.40085942296 rows/sec., 3.26 MiB/sec.
2845 2025.01.22 09:23:35.376579 [ 286 ] {804bf163-d0b5-411f-b679-70c893df0bae} <Debug> TCPHandler: Processed in 0.00186132 sec.
2846 2025.01.22 09:23:35.376753 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2847 2025.01.22 09:23:35.376900 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2848 2025.01.22 09:23:35.376965 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2849 2025.01.22 09:23:35.377570 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2025.01.22 09:23:35.377613 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2851 2025.01.22 09:23:35.378013 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2852 2025.01.22 09:23:35.378256 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2025.01.22 09:23:35.378476 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec.
2854 2025.01.22 09:23:35.378536 [ 285 ] {0e2736a5-b640-4a9d-826a-8b4fc2168b03} <Debug> TCPHandler: Processed in 0.00184897 sec.
2855 2025.01.22 09:23:35.378706 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2856 2025.01.22 09:23:35.378845 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2857 2025.01.22 09:23:35.378940 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2858 2025.01.22 09:23:35.380030 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2859 2025.01.22 09:23:35.380070 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2860 2025.01.22 09:23:35.380668 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2861 2025.01.22 09:23:35.380916 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2862 2025.01.22 09:23:35.381261 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002429 sec., 1646.7682173734045 rows/sec., 2.95 MiB/sec.
2863 2025.01.22 09:23:35.381397 [ 286 ] {9955a8b1-e06f-4aac-b8c9-0a3c66fd7643} <Debug> TCPHandler: Processed in 0.00275659 sec.
2864 2025.01.22 09:23:35.381564 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2865 2025.01.22 09:23:35.381704 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2866 2025.01.22 09:23:35.381765 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2867 2025.01.22 09:23:35.382295 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2025.01.22 09:23:35.382337 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2869 2025.01.22 09:23:35.382709 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2870 2025.01.22 09:23:35.382943 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2871 2025.01.22 09:23:35.383161 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec.
2872 2025.01.22 09:23:35.383214 [ 285 ] {0180cdbb-d64c-4fc6-8c7e-587523293e0b} <Debug> TCPHandler: Processed in 0.001712508 sec.
2873 2025.01.22 09:23:37.038770 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
2874 2025.01.22 09:23:37.038826 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
2875 2025.01.22 09:23:37.130116 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2876 2025.01.22 09:23:37.130752 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2877 2025.01.22 09:23:37.130793 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2878 2025.01.22 09:23:37.131318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2879 2025.01.22 09:23:37.131593 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2880 2025.01.22 09:23:37.131843 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2881 2025.01.22 09:23:37.140771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 410
2882 2025.01.22 09:23:37.144034 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2883 2025.01.22 09:23:37.144084 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2884 2025.01.22 09:23:37.145588 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2885 2025.01.22 09:23:37.145897 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2886 2025.01.22 09:23:37.146880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 410
2887 2025.01.22 09:23:37.492335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2888 2025.01.22 09:23:37.512068 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2889 2025.01.22 09:23:37.512131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2890 2025.01.22 09:23:37.519432 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2891 2025.01.22 09:23:37.520232 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2892 2025.01.22 09:23:37.523159 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2893 2025.01.22 09:23:40.374938 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2025.01.22 09:23:40.375180 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2895 2025.01.22 09:23:40.375278 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2896 2025.01.22 09:23:40.376077 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.01.22 09:23:40.376145 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2898 2025.01.22 09:23:40.376594 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2899 2025.01.22 09:23:40.376850 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2025.01.22 09:23:40.377069 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 514.19 KiB/sec.
2901 2025.01.22 09:23:40.377244 [ 286 ] {cf08e898-d3b7-4f24-8c12-574855533ee5} <Debug> TCPHandler: Processed in 0.002432486 sec.
2902 2025.01.22 09:23:40.377523 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2903 2025.01.22 09:23:40.377718 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2904 2025.01.22 09:23:40.377793 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2905 2025.01.22 09:23:40.378744 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.01.22 09:23:40.378818 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2907 2025.01.22 09:23:40.379332 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2908 2025.01.22 09:23:40.379593 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.01.22 09:23:40.379776 [ 146 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2910 2025.01.22 09:23:40.379830 [ 146 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2911 2025.01.22 09:23:40.379862 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002197 sec., 124260.35502958579 rows/sec., 10.93 MiB/sec.
2912 2025.01.22 09:23:40.379868 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2913 2025.01.22 09:23:40.380011 [ 285 ] {188af8ad-50c7-4ef0-ae39-0ce3c83fbe62} <Debug> TCPHandler: Processed in 0.002612838 sec.
2914 2025.01.22 09:23:40.380094 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
2915 2025.01.22 09:23:40.380209 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2916 2025.01.22 09:23:40.380222 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2917 2025.01.22 09:23:40.380260 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1413 rows starting from the beginning of the part
2918 2025.01.22 09:23:40.380336 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2919 2025.01.22 09:23:40.380385 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part
2920 2025.01.22 09:23:40.380450 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2921 2025.01.22 09:23:40.380772 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 65 rows starting from the beginning of the part
2922 2025.01.22 09:23:40.381163 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 278 rows starting from the beginning of the part
2923 2025.01.22 09:23:40.381544 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2924 2025.01.22 09:23:40.382011 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 273 rows starting from the beginning of the part
2925 2025.01.22 09:23:40.383130 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2926 2025.01.22 09:23:40.383172 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2927 2025.01.22 09:23:40.383830 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2928 2025.01.22 09:23:40.384101 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2025.01.22 09:23:40.384576 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004233 sec., 9922.041105598866 rows/sec., 729.48 KiB/sec.
2930 2025.01.22 09:23:40.385025 [ 286 ] {720d830b-5bc2-47e4-a50b-6e10e5cb4584} <Debug> TCPHandler: Processed in 0.004873452 sec.
2931 2025.01.22 09:23:40.385086 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.005071235 sec., 466553.01913636416 rows/sec., 41.31 MiB/sec.
2932 2025.01.22 09:23:40.385187 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2933 2025.01.22 09:23:40.385320 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2934 2025.01.22 09:23:40.385355 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2935 2025.01.22 09:23:40.385382 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2936 2025.01.22 09:23:40.385757 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2937 2025.01.22 09:23:40.385877 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_16_3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2938 2025.01.22 09:23:40.385970 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
2939 2025.01.22 09:23:40.386191 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2940 2025.01.22 09:23:40.386231 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2941 2025.01.22 09:23:40.386596 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2942 2025.01.22 09:23:40.386835 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2943 2025.01.22 09:23:40.387036 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001748 sec., 8009.153318077803 rows/sec., 560.91 KiB/sec.
2944 2025.01.22 09:23:40.387094 [ 285 ] {adfaa3a5-7dc9-40fe-b261-3a582da0cf9c} <Debug> TCPHandler: Processed in 0.001966301 sec.
2945 2025.01.22 09:23:40.387249 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2946 2025.01.22 09:23:40.387368 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2947 2025.01.22 09:23:40.387416 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2948 2025.01.22 09:23:40.388018 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2949 2025.01.22 09:23:40.388057 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2950 2025.01.22 09:23:40.388416 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2951 2025.01.22 09:23:40.388656 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2952 2025.01.22 09:23:40.388863 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
2953 2025.01.22 09:23:40.388916 [ 286 ] {160b1850-b452-433e-9a25-8b5e7440646e} <Debug> TCPHandler: Processed in 0.001723209 sec.
2954 2025.01.22 09:23:40.389075 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2955 2025.01.22 09:23:40.389196 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2956 2025.01.22 09:23:40.389247 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2957 2025.01.22 09:23:40.389990 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2958 2025.01.22 09:23:40.390030 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2959 2025.01.22 09:23:40.390427 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2960 2025.01.22 09:23:40.390674 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2961 2025.01.22 09:23:40.390849 [ 145 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2962 2025.01.22 09:23:40.390909 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001737 sec., 240069.08462867013 rows/sec., 17.14 MiB/sec.
2963 2025.01.22 09:23:40.390923 [ 145 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2964 2025.01.22 09:23:40.390999 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2965 2025.01.22 09:23:40.391043 [ 285 ] {0c2104a1-5130-41b6-a8fe-a080d0c8b2a1} <Debug> TCPHandler: Processed in 0.002021842 sec.
2966 2025.01.22 09:23:40.391267 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2967 2025.01.22 09:23:40.391286 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
2968 2025.01.22 09:23:40.391472 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2969 2025.01.22 09:23:40.391534 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2970 2025.01.22 09:23:40.391570 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2971 2025.01.22 09:23:40.391604 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part
2972 2025.01.22 09:23:40.391979 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part
2973 2025.01.22 09:23:40.392425 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part
2974 2025.01.22 09:23:40.392810 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
2975 2025.01.22 09:23:40.393158 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part
2976 2025.01.22 09:23:40.393588 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 417 rows starting from the beginning of the part
2977 2025.01.22 09:23:40.394124 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2978 2025.01.22 09:23:40.394205 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2979 2025.01.22 09:23:40.394930 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2980 2025.01.22 09:23:40.395480 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2025.01.22 09:23:40.396179 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004753 sec., 1262.3606143488323 rows/sec., 65.95 KiB/sec.
2982 2025.01.22 09:23:40.396388 [ 286 ] {f4ab0115-f047-4323-b4c9-0d1d612c8eb0} <Debug> TCPHandler: Processed in 0.005232946 sec.
2983 2025.01.22 09:23:40.396574 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2025.01.22 09:23:40.396754 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2985 2025.01.22 09:23:40.396915 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2986 2025.01.22 09:23:40.397227 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2289 rows, containing 5 columns (5 merged, 0 gathered) in 0.006125326 sec., 373694.3960207179 rows/sec., 28.44 MiB/sec.
2987 2025.01.22 09:23:40.397509 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2988 2025.01.22 09:23:40.397966 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2025.01.22 09:23:40.398186 [ 201 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_16_3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2990 2025.01.22 09:23:40.398315 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2025.01.22 09:23:40.398326 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
2992 2025.01.22 09:23:40.398390 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2993 2025.01.22 09:23:40.398835 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2994 2025.01.22 09:23:40.399097 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2995 2025.01.22 09:23:40.399265 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2996 2025.01.22 09:23:40.399328 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2997 2025.01.22 09:23:40.399359 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002678 sec., 88498.87976101569 rows/sec., 5.93 MiB/sec.
2998 2025.01.22 09:23:40.399373 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
2999 2025.01.22 09:23:40.399560 [ 285 ] {833a812d-abc1-43fb-b8e9-2d3b86291631} <Debug> TCPHandler: Processed in 0.003054162 sec.
3000 2025.01.22 09:23:40.399637 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
3001 2025.01.22 09:23:40.399764 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3002 2025.01.22 09:23:40.399777 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3003 2025.01.22 09:23:40.399796 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4756 rows starting from the beginning of the part
3004 2025.01.22 09:23:40.399963 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
3005 2025.01.22 09:23:40.400152 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3006 2025.01.22 09:23:40.400303 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
3007 2025.01.22 09:23:40.400378 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3008 2025.01.22 09:23:40.400697 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part
3009 2025.01.22 09:23:40.401140 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
3010 2025.01.22 09:23:40.401505 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
3011 2025.01.22 09:23:40.402362 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2025.01.22 09:23:40.402416 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3013 2025.01.22 09:23:40.402962 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3014 2025.01.22 09:23:40.403251 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2025.01.22 09:23:40.403665 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003666 sec., 272.7768685215494 rows/sec., 18.38 KiB/sec.
3016 2025.01.22 09:23:40.403755 [ 286 ] {568fbf1f-b36d-4734-a91a-caad4e2e2cf1} <Debug> TCPHandler: Processed in 0.004037623 sec.
3017 2025.01.22 09:23:40.403946 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3018 2025.01.22 09:23:40.404065 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3019 2025.01.22 09:23:40.404238 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3020 2025.01.22 09:23:40.404598 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5792 rows, containing 5 columns (5 merged, 0 gathered) in 0.005098244 sec., 1136077.4415661548 rows/sec., 76.59 MiB/sec.
3021 2025.01.22 09:23:40.405084 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3022 2025.01.22 09:23:40.405635 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2025.01.22 09:23:40.405824 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3024 2025.01.22 09:23:40.406000 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB.
3025 2025.01.22 09:23:40.406387 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2025.01.22 09:23:40.406433 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3027 2025.01.22 09:23:40.407130 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3028 2025.01.22 09:23:40.407399 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2025.01.22 09:23:40.407650 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003611 sec., 9692.605926336195 rows/sec., 17.37 MiB/sec.
3030 2025.01.22 09:23:40.407775 [ 285 ] {5d6bf191-0809-4911-8f80-08dc5fd84582} <Debug> TCPHandler: Processed in 0.003899212 sec.
3031 2025.01.22 09:23:40.407945 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3032 2025.01.22 09:23:40.408081 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3033 2025.01.22 09:23:40.408155 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3034 2025.01.22 09:23:40.408693 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3035 2025.01.22 09:23:40.408733 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3036 2025.01.22 09:23:40.409123 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3037 2025.01.22 09:23:40.409392 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3038 2025.01.22 09:23:40.409584 [ 145 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3039 2025.01.22 09:23:40.409644 [ 145 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3040 2025.01.22 09:23:40.409659 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001604 sec., 51122.19451371571 rows/sec., 3.25 MiB/sec.
3041 2025.01.22 09:23:40.409680 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3042 2025.01.22 09:23:40.409802 [ 286 ] {e9828b18-0ef8-458c-865d-32eed8b37e3b} <Debug> TCPHandler: Processed in 0.001927511 sec.
3043 2025.01.22 09:23:40.409849 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
3044 2025.01.22 09:23:40.409944 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3045 2025.01.22 09:23:40.409970 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 646 rows starting from the beginning of the part
3046 2025.01.22 09:23:40.410028 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
3047 2025.01.22 09:23:40.410277 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
3048 2025.01.22 09:23:40.410372 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part
3049 2025.01.22 09:23:40.410610 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
3050 2025.01.22 09:23:40.410724 [ 198 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
3051 2025.01.22 09:23:40.411950 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 4 columns (4 merged, 0 gathered) in 0.002166743 sec., 467060.46817735187 rows/sec., 30.53 MiB/sec.
3052 2025.01.22 09:23:40.412105 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3053 2025.01.22 09:23:40.412397 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3054 2025.01.22 09:23:40.412471 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_16_3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3055 2025.01.22 09:23:40.412536 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3056 2025.01.22 09:23:43.669719 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3057 2025.01.22 09:23:43.669909 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3058 2025.01.22 09:23:43.669983 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3059 2025.01.22 09:23:43.670713 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3060 2025.01.22 09:23:43.670766 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3061 2025.01.22 09:23:43.671200 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3062 2025.01.22 09:23:43.671450 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3063 2025.01.22 09:23:43.671675 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001822 sec., 2195.389681668496 rows/sec., 179.02 KiB/sec.
3064 2025.01.22 09:23:43.671743 [ 286 ] {a38b0383-5806-4692-ad0a-c74af2a3e177} <Debug> TCPHandler: Processed in 0.002155183 sec.
3065 2025.01.22 09:23:43.672015 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3066 2025.01.22 09:23:43.672226 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3067 2025.01.22 09:23:43.672307 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3068 2025.01.22 09:23:43.673698 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3069 2025.01.22 09:23:43.673745 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3070 2025.01.22 09:23:43.674246 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3071 2025.01.22 09:23:43.674515 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3072 2025.01.22 09:23:43.674717 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Debug> executeQuery: Read 1206 rows, 101.42 KiB in 0.002554 sec., 472200.4698512138 rows/sec., 38.78 MiB/sec.
3073 2025.01.22 09:23:43.674781 [ 285 ] {c8ca1fbc-f836-49b5-a3da-2bd4f6ee2a8c} <Debug> TCPHandler: Processed in 0.002903371 sec.
3074 2025.01.22 09:23:43.674939 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3075 2025.01.22 09:23:43.675064 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3076 2025.01.22 09:23:43.675119 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3077 2025.01.22 09:23:43.675729 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3078 2025.01.22 09:23:43.675772 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3079 2025.01.22 09:23:43.676144 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3080 2025.01.22 09:23:43.676385 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3081 2025.01.22 09:23:43.676608 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001572 sec., 5089.058524173028 rows/sec., 369.01 KiB/sec.
3082 2025.01.22 09:23:43.676671 [ 286 ] {193ed4aa-3dad-434b-bea2-c0512b687a0d} <Debug> TCPHandler: Processed in 0.001790589 sec.
3083 2025.01.22 09:23:43.676837 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3084 2025.01.22 09:23:43.676961 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3085 2025.01.22 09:23:43.677014 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3086 2025.01.22 09:23:43.677697 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3087 2025.01.22 09:23:43.677735 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3088 2025.01.22 09:23:43.678102 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3089 2025.01.22 09:23:43.678358 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3090 2025.01.22 09:23:43.678537 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001605 sec., 142056.07476635513 rows/sec., 9.62 MiB/sec.
3091 2025.01.22 09:23:43.678591 [ 285 ] {149e6d64-6dd9-4841-920b-4256711ae5b6} <Debug> TCPHandler: Processed in 0.00180971 sec.
3092 2025.01.22 09:23:43.678762 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3093 2025.01.22 09:23:43.678902 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3094 2025.01.22 09:23:43.678963 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3095 2025.01.22 09:23:43.679835 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3096 2025.01.22 09:23:43.679877 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3097 2025.01.22 09:23:43.680273 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3098 2025.01.22 09:23:43.680511 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3099 2025.01.22 09:23:43.680719 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.00185 sec., 285405.4054054054 rows/sec., 21.14 MiB/sec.
3100 2025.01.22 09:23:43.680777 [ 286 ] {990b23c6-4e57-44ed-a3ff-6acaa769acac} <Debug> TCPHandler: Processed in 0.002082472 sec.
3101 2025.01.22 09:23:43.680934 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3102 2025.01.22 09:23:43.681071 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3103 2025.01.22 09:23:43.681135 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3104 2025.01.22 09:23:43.681957 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3105 2025.01.22 09:23:43.681994 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3106 2025.01.22 09:23:43.682443 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3107 2025.01.22 09:23:43.682688 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3108 2025.01.22 09:23:43.682867 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001828 sec., 528446.3894967177 rows/sec., 35.47 MiB/sec.
3109 2025.01.22 09:23:43.682920 [ 285 ] {f33f7c6a-daf3-45af-bcea-17b28a308679} <Debug> TCPHandler: Processed in 0.002050452 sec.
3110 2025.01.22 09:23:43.683134 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3111 2025.01.22 09:23:43.683274 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3112 2025.01.22 09:23:43.683364 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3113 2025.01.22 09:23:43.684431 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3114 2025.01.22 09:23:43.684471 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3115 2025.01.22 09:23:43.685109 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3116 2025.01.22 09:23:43.685371 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3117 2025.01.22 09:23:43.685733 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002475 sec., 1616.161616161616 rows/sec., 2.90 MiB/sec.
3118 2025.01.22 09:23:43.685933 [ 286 ] {5b55f58d-57ca-4816-921b-dfe0a258dca3} <Debug> TCPHandler: Processed in 0.00286501 sec.
3119 2025.01.22 09:23:43.686101 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3120 2025.01.22 09:23:43.686237 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3121 2025.01.22 09:23:43.686297 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3122 2025.01.22 09:23:43.686872 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3123 2025.01.22 09:23:43.686919 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3124 2025.01.22 09:23:43.687351 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3125 2025.01.22 09:23:43.687588 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3126 2025.01.22 09:23:43.687763 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001555 sec., 28295.819935691317 rows/sec., 1.90 MiB/sec.
3127 2025.01.22 09:23:43.687879 [ 285 ] {9cbf40d3-5c94-41e6-a99c-63495499d829} <Debug> TCPHandler: Processed in 0.001841049 sec.
3128 2025.01.22 09:23:44.632024 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
3129 2025.01.22 09:23:44.632713 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2025.01.22 09:23:44.632768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3131 2025.01.22 09:23:44.633294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3132 2025.01.22 09:23:44.633556 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2025.01.22 09:23:44.633847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3134 2025.01.22 09:23:45.023289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3135 2025.01.22 09:23:45.044740 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3136 2025.01.22 09:23:45.044795 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3137 2025.01.22 09:23:45.052629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3138 2025.01.22 09:23:45.053336 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3139 2025.01.22 09:23:45.056504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3140 2025.01.22 09:23:45.363691 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3141 2025.01.22 09:23:45.363874 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3142 2025.01.22 09:23:45.363947 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3143 2025.01.22 09:23:45.364773 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3144 2025.01.22 09:23:45.364819 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3145 2025.01.22 09:23:45.365233 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3146 2025.01.22 09:23:45.365485 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3147 2025.01.22 09:23:45.365723 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec.
3148 2025.01.22 09:23:45.365788 [ 286 ] {5eb44afb-753f-46d2-bbc3-7a76d70ce8db} <Debug> TCPHandler: Processed in 0.002220964 sec.
3149 2025.01.22 09:23:45.366126 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3150 2025.01.22 09:23:45.366434 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3151 2025.01.22 09:23:45.366558 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3152 2025.01.22 09:23:45.367287 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3153 2025.01.22 09:23:45.367333 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3154 2025.01.22 09:23:45.367840 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3155 2025.01.22 09:23:45.368118 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3156 2025.01.22 09:23:45.368373 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002026 sec., 31589.3385982231 rows/sec., 2.47 MiB/sec.
3157 2025.01.22 09:23:45.368440 [ 285 ] {94389689-6a33-4f2a-aeff-6face043909e} <Debug> TCPHandler: Processed in 0.002500047 sec.
3158 2025.01.22 09:23:45.368594 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3159 2025.01.22 09:23:45.368737 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3160 2025.01.22 09:23:45.368803 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3161 2025.01.22 09:23:45.369440 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3162 2025.01.22 09:23:45.369488 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3163 2025.01.22 09:23:45.369859 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3164 2025.01.22 09:23:45.370083 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3165 2025.01.22 09:23:45.370288 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001639 sec., 25625.381330079315 rows/sec., 1.78 MiB/sec.
3166 2025.01.22 09:23:45.370345 [ 286 ] {1a005c6e-bd00-4456-b648-123203760660} <Debug> TCPHandler: Processed in 0.00187376 sec.
3167 2025.01.22 09:23:45.370558 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3168 2025.01.22 09:23:45.370703 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3169 2025.01.22 09:23:45.370767 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3170 2025.01.22 09:23:45.371386 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3171 2025.01.22 09:23:45.371434 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3172 2025.01.22 09:23:45.371830 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3173 2025.01.22 09:23:45.372068 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3174 2025.01.22 09:23:45.372283 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001618 sec., 9888.751545117428 rows/sec., 685.65 KiB/sec.
3175 2025.01.22 09:23:45.372334 [ 285 ] {5c533b1d-39f4-4a1f-8562-3747a6491fa1} <Debug> TCPHandler: Processed in 0.00184608 sec.
3176 2025.01.22 09:23:47.149114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 456
3177 2025.01.22 09:23:47.152684 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3178 2025.01.22 09:23:47.152726 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3179 2025.01.22 09:23:47.154171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3180 2025.01.22 09:23:47.154559 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3181 2025.01.22 09:23:47.155626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456
3182 2025.01.22 09:23:50.377230 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3183 2025.01.22 09:23:50.377453 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3184 2025.01.22 09:23:50.377538 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3185 2025.01.22 09:23:50.378266 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3186 2025.01.22 09:23:50.378314 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3187 2025.01.22 09:23:50.378733 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3188 2025.01.22 09:23:50.378979 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3189 2025.01.22 09:23:50.379227 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec.
3190 2025.01.22 09:23:50.379415 [ 286 ] {86a700f0-9a0a-435c-b83e-8511f9f779d4} <Debug> TCPHandler: Processed in 0.002321075 sec.
3191 2025.01.22 09:23:50.379672 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3192 2025.01.22 09:23:50.379859 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3193 2025.01.22 09:23:50.379930 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3194 2025.01.22 09:23:50.380763 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2025.01.22 09:23:50.380809 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3196 2025.01.22 09:23:50.381279 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3197 2025.01.22 09:23:50.381533 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2025.01.22 09:23:50.381732 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.001925 sec., 141818.18181818182 rows/sec., 12.48 MiB/sec.
3199 2025.01.22 09:23:50.381793 [ 285 ] {c6fb38e0-bfa8-4012-8644-f7a116094699} <Debug> TCPHandler: Processed in 0.002250764 sec.
3200 2025.01.22 09:23:50.381947 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3201 2025.01.22 09:23:50.382083 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3202 2025.01.22 09:23:50.382143 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3203 2025.01.22 09:23:50.382829 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3204 2025.01.22 09:23:50.382868 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3205 2025.01.22 09:23:50.383218 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3206 2025.01.22 09:23:50.383448 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3207 2025.01.22 09:23:50.383602 [ 128 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3208 2025.01.22 09:23:50.383675 [ 128 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3209 2025.01.22 09:23:50.383691 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001632 sec., 25735.29411764706 rows/sec., 1.85 MiB/sec.
3210 2025.01.22 09:23:50.383722 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3211 2025.01.22 09:23:50.383810 [ 286 ] {46ef39a8-6356-4771-8dee-2784d33b0a68} <Debug> TCPHandler: Processed in 0.001924391 sec.
3212 2025.01.22 09:23:50.384111 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
3213 2025.01.22 09:23:50.384144 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3214 2025.01.22 09:23:50.384460 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3215 2025.01.22 09:23:50.384470 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3216 2025.01.22 09:23:50.384520 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
3217 2025.01.22 09:23:50.384583 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3218 2025.01.22 09:23:50.384779 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
3219 2025.01.22 09:23:50.385090 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
3220 2025.01.22 09:23:50.385472 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part
3221 2025.01.22 09:23:50.385824 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
3222 2025.01.22 09:23:50.386248 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part
3223 2025.01.22 09:23:50.387709 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3224 2025.01.22 09:23:50.387775 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3225 2025.01.22 09:23:50.388817 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3226 2025.01.22 09:23:50.389107 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005260106 sec., 36881.38604050945 rows/sec., 2.78 MiB/sec.
3227 2025.01.22 09:23:50.389302 [ 198 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3228 2025.01.22 09:23:50.389330 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2025.01.22 09:23:50.389582 [ 128 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3230 2025.01.22 09:23:50.389663 [ 128 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2025.01.22 09:23:50.389718 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3232 2025.01.22 09:23:50.389854 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005454 sec., 2566.923359002567 rows/sec., 179.77 KiB/sec.
3233 2025.01.22 09:23:50.390129 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2025.01.22 09:23:50.390175 [ 285 ] {d60ca054-24f3-4972-ab1c-b3e4421eca1f} <Debug> TCPHandler: Processed in 0.006228507 sec.
3235 2025.01.22 09:23:50.390190 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
3236 2025.01.22 09:23:50.390471 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3237 2025.01.22 09:23:50.390557 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_11_2} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3238 2025.01.22 09:23:50.390644 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3239 2025.01.22 09:23:50.390777 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3240 2025.01.22 09:23:50.390823 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3241 2025.01.22 09:23:50.390931 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3242 2025.01.22 09:23:50.391045 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3243 2025.01.22 09:23:50.391185 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3244 2025.01.22 09:23:50.391661 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3245 2025.01.22 09:23:50.392061 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3246 2025.01.22 09:23:50.392452 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part
3247 2025.01.22 09:23:50.392786 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
3248 2025.01.22 09:23:50.393633 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2025.01.22 09:23:50.393699 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3250 2025.01.22 09:23:50.394732 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3251 2025.01.22 09:23:50.395234 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2025.01.22 09:23:50.395511 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005647421 sec., 90837.92407189052 rows/sec., 6.50 MiB/sec.
3253 2025.01.22 09:23:50.395624 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004942 sec., 2630.513961958721 rows/sec., 164.01 KiB/sec.
3254 2025.01.22 09:23:50.395748 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3255 2025.01.22 09:23:50.395758 [ 286 ] {eece77cf-1e19-446f-beb6-0bf7ae1edba3} <Debug> TCPHandler: Processed in 0.005423958 sec.
3256 2025.01.22 09:23:50.395971 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3257 2025.01.22 09:23:50.396160 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3258 2025.01.22 09:23:50.396214 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3259 2025.01.22 09:23:50.396243 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3260 2025.01.22 09:23:50.396413 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_11_2} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3261 2025.01.22 09:23:50.396564 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3262 2025.01.22 09:23:50.397213 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3263 2025.01.22 09:23:50.397256 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3264 2025.01.22 09:23:50.397650 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3265 2025.01.22 09:23:50.397891 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3266 2025.01.22 09:23:50.398073 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001971 sec., 211567.73211567733 rows/sec., 15.10 MiB/sec.
3267 2025.01.22 09:23:50.398128 [ 285 ] {42b83df5-7cae-4bf2-aa56-31a994e798fa} <Debug> TCPHandler: Processed in 0.002251764 sec.
3268 2025.01.22 09:23:50.398266 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3269 2025.01.22 09:23:50.398381 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3270 2025.01.22 09:23:50.398432 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3271 2025.01.22 09:23:50.398897 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3272 2025.01.22 09:23:50.398935 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3273 2025.01.22 09:23:50.399294 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3274 2025.01.22 09:23:50.399528 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3275 2025.01.22 09:23:50.399738 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec.
3276 2025.01.22 09:23:50.399788 [ 286 ] {997308c5-dc41-4123-969a-d7effeafbd71} <Debug> TCPHandler: Processed in 0.001576577 sec.
3277 2025.01.22 09:23:50.399915 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3278 2025.01.22 09:23:50.400032 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3279 2025.01.22 09:23:50.400085 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3280 2025.01.22 09:23:50.400675 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3281 2025.01.22 09:23:50.400711 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3282 2025.01.22 09:23:50.401113 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3283 2025.01.22 09:23:50.401343 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3284 2025.01.22 09:23:50.401548 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec.
3285 2025.01.22 09:23:50.401647 [ 285 ] {0bb348e7-5bfd-4986-a139-1e768bd5c684} <Debug> TCPHandler: Processed in 0.001787329 sec.
3286 2025.01.22 09:23:50.401799 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3287 2025.01.22 09:23:50.401915 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3288 2025.01.22 09:23:50.401965 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3289 2025.01.22 09:23:50.402419 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3290 2025.01.22 09:23:50.402458 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3291 2025.01.22 09:23:50.402806 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3292 2025.01.22 09:23:50.403039 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3293 2025.01.22 09:23:50.403242 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec.
3294 2025.01.22 09:23:50.403291 [ 286 ] {e8ccfcb2-97ad-45ee-8971-02d5afe4d55d} <Debug> TCPHandler: Processed in 0.001546537 sec.
3295 2025.01.22 09:23:50.403426 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3296 2025.01.22 09:23:50.403541 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3297 2025.01.22 09:23:50.403632 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3298 2025.01.22 09:23:50.404948 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2025.01.22 09:23:50.404984 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3300 2025.01.22 09:23:50.405653 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3301 2025.01.22 09:23:50.405930 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2025.01.22 09:23:50.406061 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3303 2025.01.22 09:23:50.406108 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2025.01.22 09:23:50.406135 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3305 2025.01.22 09:23:50.406140 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00262 sec., 13358.778625954199 rows/sec., 23.94 MiB/sec.
3306 2025.01.22 09:23:50.406439 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
3307 2025.01.22 09:23:50.406530 [ 285 ] {f10cd756-4b27-4b40-82b8-e45709f180b4} <Debug> TCPHandler: Processed in 0.003156094 sec.
3308 2025.01.22 09:23:50.406716 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2025.01.22 09:23:50.406873 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3310 2025.01.22 09:23:50.406886 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3311 2025.01.22 09:23:50.406942 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3312 2025.01.22 09:23:50.406975 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part
3313 2025.01.22 09:23:50.407648 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part
3314 2025.01.22 09:23:50.408167 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
3315 2025.01.22 09:23:50.408632 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3316 2025.01.22 09:23:50.408697 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3317 2025.01.22 09:23:50.408717 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part
3318 2025.01.22 09:23:50.409246 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
3319 2025.01.22 09:23:50.409733 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part
3320 2025.01.22 09:23:50.409755 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3321 2025.01.22 09:23:50.410424 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3322 2025.01.22 09:23:50.410747 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00391 sec., 20971.867007672634 rows/sec., 1.33 MiB/sec.
3323 2025.01.22 09:23:50.410821 [ 286 ] {aadbb203-e699-46ca-9ec1-9b7da25221ba} <Debug> TCPHandler: Processed in 0.004191165 sec.
3324 2025.01.22 09:23:50.413254 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 19 columns (19 merged, 0 gathered) in 0.007038416 sec., 41344.52979193046 rows/sec., 74.09 MiB/sec.
3325 2025.01.22 09:23:50.413854 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3326 2025.01.22 09:23:50.414276 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3327 2025.01.22 09:23:50.414355 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3328 2025.01.22 09:23:50.414494 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB.
3329 2025.01.22 09:23:52.038871 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
3330 2025.01.22 09:23:52.038924 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
3331 2025.01.22 09:23:52.136000 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3332 2025.01.22 09:23:52.136737 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3333 2025.01.22 09:23:52.136782 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3334 2025.01.22 09:23:52.137307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3335 2025.01.22 09:23:52.137569 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3336 2025.01.22 09:23:52.137808 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3337 2025.01.22 09:23:52.558584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3338 2025.01.22 09:23:52.580202 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2025.01.22 09:23:52.580273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3340 2025.01.22 09:23:52.587935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3341 2025.01.22 09:23:52.588778 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3342 2025.01.22 09:23:52.592440 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3343 2025.01.22 09:23:55.371293 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3344 2025.01.22 09:23:55.371516 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3345 2025.01.22 09:23:55.371595 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3346 2025.01.22 09:23:55.372336 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3347 2025.01.22 09:23:55.372379 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3348 2025.01.22 09:23:55.372811 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3349 2025.01.22 09:23:55.373062 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3350 2025.01.22 09:23:55.373298 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Debug> executeQuery: Read 64 rows, 5.15 KiB in 0.001829 sec., 34991.79879715692 rows/sec., 2.75 MiB/sec.
3351 2025.01.22 09:23:55.373421 [ 286 ] {e69927fa-1666-40b2-bf02-ab2b9228e6cb} <Debug> TCPHandler: Processed in 0.002259754 sec.
3352 2025.01.22 09:23:55.373761 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3353 2025.01.22 09:23:55.373968 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3354 2025.01.22 09:23:55.374047 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3355 2025.01.22 09:23:55.374835 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3356 2025.01.22 09:23:55.374881 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3357 2025.01.22 09:23:55.375301 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3358 2025.01.22 09:23:55.375557 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3359 2025.01.22 09:23:55.375841 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001916 sec., 2087.6826722338205 rows/sec., 156.98 KiB/sec.
3360 2025.01.22 09:23:55.376010 [ 285 ] {468aedc5-120a-4d90-b7d6-b2ece4dd32f5} <Debug> TCPHandler: Processed in 0.002444216 sec.
3361 2025.01.22 09:23:55.376160 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3362 2025.01.22 09:23:55.376301 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3363 2025.01.22 09:23:55.376362 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3364 2025.01.22 09:23:55.377041 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3365 2025.01.22 09:23:55.377080 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3366 2025.01.22 09:23:55.377484 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3367 2025.01.22 09:23:55.377800 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3368 2025.01.22 09:23:55.378027 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001759 sec., 38658.328595793064 rows/sec., 3.02 MiB/sec.
3369 2025.01.22 09:23:55.378094 [ 286 ] {fccbefcc-92d2-4f6f-ab5a-39032546572c} <Debug> TCPHandler: Processed in 0.002005772 sec.
3370 2025.01.22 09:23:55.378325 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3371 2025.01.22 09:23:55.378545 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3372 2025.01.22 09:23:55.378644 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3373 2025.01.22 09:23:55.379218 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3374 2025.01.22 09:23:55.379258 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3375 2025.01.22 09:23:55.379657 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3376 2025.01.22 09:23:55.379895 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3377 2025.01.22 09:23:55.380107 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec.
3378 2025.01.22 09:23:55.380159 [ 285 ] {59ad1acc-3070-45b9-927d-1807b4937807} <Debug> TCPHandler: Processed in 0.001941951 sec.
3379 2025.01.22 09:23:55.380307 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3380 2025.01.22 09:23:55.380451 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3381 2025.01.22 09:23:55.380543 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3382 2025.01.22 09:23:55.381620 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3383 2025.01.22 09:23:55.381658 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3384 2025.01.22 09:23:55.382273 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3385 2025.01.22 09:23:55.382535 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3386 2025.01.22 09:23:55.382804 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002373 sec., 1685.630004214075 rows/sec., 3.02 MiB/sec.
3387 2025.01.22 09:23:55.383148 [ 286 ] {902e10da-cdca-41fb-80dd-e624ae61f836} <Debug> TCPHandler: Processed in 0.002906971 sec.
3388 2025.01.22 09:23:55.383347 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3389 2025.01.22 09:23:55.383569 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3390 2025.01.22 09:23:55.383666 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3391 2025.01.22 09:23:55.384157 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3392 2025.01.22 09:23:55.384196 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3393 2025.01.22 09:23:55.384561 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3394 2025.01.22 09:23:55.384799 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3395 2025.01.22 09:23:55.385079 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec.
3396 2025.01.22 09:23:55.385279 [ 285 ] {3383f6aa-9d70-4aec-8109-d00d44b0dae7} <Debug> TCPHandler: Processed in 0.002029872 sec.
3397 2025.01.22 09:23:57.155905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 490
3398 2025.01.22 09:23:57.159014 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2025.01.22 09:23:57.159065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3400 2025.01.22 09:23:57.160532 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3401 2025.01.22 09:23:57.160844 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2025.01.22 09:23:57.161992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490
3403 2025.01.22 09:23:59.638822 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3404 2025.01.22 09:23:59.639489 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3405 2025.01.22 09:23:59.639536 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3406 2025.01.22 09:23:59.640342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3407 2025.01.22 09:23:59.640661 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3408 2025.01.22 09:23:59.640990 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3409 2025.01.22 09:24:00.093402 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3410 2025.01.22 09:24:00.123507 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2025.01.22 09:24:00.123614 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3412 2025.01.22 09:24:00.134216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3413 2025.01.22 09:24:00.135819 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3414 2025.01.22 09:24:00.142985 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3415 2025.01.22 09:24:00.377924 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3416 2025.01.22 09:24:00.378120 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3417 2025.01.22 09:24:00.378195 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3418 2025.01.22 09:24:00.378988 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3419 2025.01.22 09:24:00.379045 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3420 2025.01.22 09:24:00.379573 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3421 2025.01.22 09:24:00.379917 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3422 2025.01.22 09:24:00.380147 [ 113 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3423 2025.01.22 09:24:00.380240 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002163 sec., 6472.491909385113 rows/sec., 465.93 KiB/sec.
3424 2025.01.22 09:24:00.380242 [ 113 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3425 2025.01.22 09:24:00.380324 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3426 2025.01.22 09:24:00.380446 [ 286 ] {18c7a5e5-b823-4f3d-9b97-868ad24139d0} <Debug> TCPHandler: Processed in 0.002647988 sec.
3427 2025.01.22 09:24:00.380607 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3428 2025.01.22 09:24:00.380798 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3429 2025.01.22 09:24:00.380814 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3430 2025.01.22 09:24:00.380873 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3431 2025.01.22 09:24:00.381060 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3432 2025.01.22 09:24:00.381078 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3433 2025.01.22 09:24:00.381275 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3434 2025.01.22 09:24:00.381442 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3435 2025.01.22 09:24:00.381662 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3436 2025.01.22 09:24:00.381849 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
3437 2025.01.22 09:24:00.383028 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3438 2025.01.22 09:24:00.383083 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3439 2025.01.22 09:24:00.383421 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002952412 sec., 23709.428087949782 rows/sec., 1.76 MiB/sec.
3440 2025.01.22 09:24:00.383702 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3441 2025.01.22 09:24:00.383830 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3442 2025.01.22 09:24:00.384244 [ 189 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_9_2} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3443 2025.01.22 09:24:00.384335 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3444 2025.01.22 09:24:00.384449 [ 189 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_9_2} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3445 2025.01.22 09:24:00.384590 [ 113 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3446 2025.01.22 09:24:00.384709 [ 113 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2025.01.22 09:24:00.384750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3448 2025.01.22 09:24:00.384784 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3449 2025.01.22 09:24:00.384922 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.003957 sec., 68991.66034874906 rows/sec., 6.07 MiB/sec.
3450 2025.01.22 09:24:00.384980 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
3451 2025.01.22 09:24:00.385115 [ 285 ] {dbf8434e-fbbb-4f6c-8cad-468c5b51bfc9} <Debug> TCPHandler: Processed in 0.004497398 sec.
3452 2025.01.22 09:24:00.385289 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3453 2025.01.22 09:24:00.385344 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1427 rows starting from the beginning of the part
3454 2025.01.22 09:24:00.385355 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2025.01.22 09:24:00.385615 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1206 rows starting from the beginning of the part
3456 2025.01.22 09:24:00.385670 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3457 2025.01.22 09:24:00.385840 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3458 2025.01.22 09:24:00.386004 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3459 2025.01.22 09:24:00.386391 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 273 rows starting from the beginning of the part
3460 2025.01.22 09:24:00.386719 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3461 2025.01.22 09:24:00.387060 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 273 rows starting from the beginning of the part
3462 2025.01.22 09:24:00.388596 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3463 2025.01.22 09:24:00.388656 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3464 2025.01.22 09:24:00.389719 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3465 2025.01.22 09:24:00.390020 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3466 2025.01.22 09:24:00.390440 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004866 sec., 8631.319358816278 rows/sec., 634.59 KiB/sec.
3467 2025.01.22 09:24:00.390789 [ 286 ] {43135e70-b289-467b-899f-ab8815227b84} <Debug> TCPHandler: Processed in 0.00554866 sec.
3468 2025.01.22 09:24:00.390820 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005957734 sec., 553734.0203506903 rows/sec., 48.35 MiB/sec.
3469 2025.01.22 09:24:00.391020 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3470 2025.01.22 09:24:00.391057 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3471 2025.01.22 09:24:00.391229 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3472 2025.01.22 09:24:00.391378 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3473 2025.01.22 09:24:00.391516 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3474 2025.01.22 09:24:00.391707 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_21_4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3475 2025.01.22 09:24:00.391865 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
3476 2025.01.22 09:24:00.392532 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3477 2025.01.22 09:24:00.392591 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3478 2025.01.22 09:24:00.393093 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3479 2025.01.22 09:24:00.393441 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3480 2025.01.22 09:24:00.393817 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002629 sec., 5325.218714340053 rows/sec., 372.94 KiB/sec.
3481 2025.01.22 09:24:00.393940 [ 285 ] {e37dc4b1-d31c-418d-9867-d13a0472ab1f} <Debug> TCPHandler: Processed in 0.003015613 sec.
3482 2025.01.22 09:24:00.394121 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3483 2025.01.22 09:24:00.394247 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3484 2025.01.22 09:24:00.394303 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3485 2025.01.22 09:24:00.394910 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3486 2025.01.22 09:24:00.394952 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3487 2025.01.22 09:24:00.395343 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3488 2025.01.22 09:24:00.395601 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3489 2025.01.22 09:24:00.395772 [ 113 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3490 2025.01.22 09:24:00.395841 [ 113 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3491 2025.01.22 09:24:00.395866 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec.
3492 2025.01.22 09:24:00.395881 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3493 2025.01.22 09:24:00.396055 [ 286 ] {ea204dd6-5cf2-4cf4-801a-79f398547c57} <Debug> TCPHandler: Processed in 0.001986061 sec.
3494 2025.01.22 09:24:00.396104 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3495 2025.01.22 09:24:00.396288 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3496 2025.01.22 09:24:00.396299 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3497 2025.01.22 09:24:00.396365 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3498 2025.01.22 09:24:00.396576 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3499 2025.01.22 09:24:00.396620 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3500 2025.01.22 09:24:00.396751 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3501 2025.01.22 09:24:00.396928 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3502 2025.01.22 09:24:00.397410 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3503 2025.01.22 09:24:00.397706 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
3504 2025.01.22 09:24:00.399787 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3505 2025.01.22 09:24:00.399858 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3506 2025.01.22 09:24:00.400225 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004235945 sec., 15344.864014995475 rows/sec., 1016.69 KiB/sec.
3507 2025.01.22 09:24:00.400428 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3508 2025.01.22 09:24:00.400857 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3509 2025.01.22 09:24:00.400937 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_9_2} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3510 2025.01.22 09:24:00.401100 [ 197 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_9_2} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3511 2025.01.22 09:24:00.401231 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3512 2025.01.22 09:24:00.401333 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3513 2025.01.22 09:24:00.401525 [ 113 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3514 2025.01.22 09:24:00.401604 [ 113 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3515 2025.01.22 09:24:00.401627 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3516 2025.01.22 09:24:00.401696 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005231 sec., 79717.07130567769 rows/sec., 5.69 MiB/sec.
3517 2025.01.22 09:24:00.401843 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
3518 2025.01.22 09:24:00.401926 [ 285 ] {c5abda9e-e87e-4ca3-a078-89a5e7906e08} <Debug> TCPHandler: Processed in 0.005718461 sec.
3519 2025.01.22 09:24:00.402118 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3520 2025.01.22 09:24:00.402171 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part
3521 2025.01.22 09:24:00.402180 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3522 2025.01.22 09:24:00.402351 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 528 rows starting from the beginning of the part
3523 2025.01.22 09:24:00.402571 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3524 2025.01.22 09:24:00.402639 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
3525 2025.01.22 09:24:00.402733 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3526 2025.01.22 09:24:00.402936 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 417 rows starting from the beginning of the part
3527 2025.01.22 09:24:00.403290 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part
3528 2025.01.22 09:24:00.403644 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 417 rows starting from the beginning of the part
3529 2025.01.22 09:24:00.404918 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2025.01.22 09:24:00.404993 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3531 2025.01.22 09:24:00.406105 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3532 2025.01.22 09:24:00.406577 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3533 2025.01.22 09:24:00.406806 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005074615 sec., 472745.22303662443 rows/sec., 36.24 MiB/sec.
3534 2025.01.22 09:24:00.407150 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3535 2025.01.22 09:24:00.407173 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004742 sec., 1265.2889076339097 rows/sec., 66.11 KiB/sec.
3536 2025.01.22 09:24:00.407366 [ 286 ] {c93139fa-e501-4fe9-a5ba-6305e768a6a5} <Debug> TCPHandler: Processed in 0.005287957 sec.
3537 2025.01.22 09:24:00.407558 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3538 2025.01.22 09:24:00.407678 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.01.22 09:24:00.407799 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3540 2025.01.22 09:24:00.407860 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_21_4} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3541 2025.01.22 09:24:00.407911 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3542 2025.01.22 09:24:00.408014 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3543 2025.01.22 09:24:00.408713 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3544 2025.01.22 09:24:00.408757 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3545 2025.01.22 09:24:00.409211 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3546 2025.01.22 09:24:00.409483 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2025.01.22 09:24:00.409650 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3548 2025.01.22 09:24:00.409713 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2025.01.22 09:24:00.409746 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002027 sec., 116921.55895411938 rows/sec., 7.84 MiB/sec.
3550 2025.01.22 09:24:00.409755 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3551 2025.01.22 09:24:00.409980 [ 285 ] {bfc96834-5ccf-4401-af23-0307da132f4f} <Debug> TCPHandler: Processed in 0.002505927 sec.
3552 2025.01.22 09:24:00.410251 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3553 2025.01.22 09:24:00.410251 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
3554 2025.01.22 09:24:00.410548 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3555 2025.01.22 09:24:00.410632 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3556 2025.01.22 09:24:00.410658 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3557 2025.01.22 09:24:00.410685 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5792 rows starting from the beginning of the part
3558 2025.01.22 09:24:00.411062 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 966 rows starting from the beginning of the part
3559 2025.01.22 09:24:00.411507 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part
3560 2025.01.22 09:24:00.411962 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3561 2025.01.22 09:24:00.412164 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3562 2025.01.22 09:24:00.412592 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
3563 2025.01.22 09:24:00.413226 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3564 2025.01.22 09:24:00.413278 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3565 2025.01.22 09:24:00.414099 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3566 2025.01.22 09:24:00.414677 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3567 2025.01.22 09:24:00.415010 [ 113 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3568 2025.01.22 09:24:00.415113 [ 113 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3569 2025.01.22 09:24:00.415205 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3570 2025.01.22 09:24:00.415425 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004959 sec., 201.65355918531964 rows/sec., 13.59 KiB/sec.
3571 2025.01.22 09:24:00.415749 [ 286 ] {2c0fef6b-ffe5-44e0-add9-bb972d34caed} <Debug> TCPHandler: Processed in 0.005641781 sec.
3572 2025.01.22 09:24:00.415789 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3573 2025.01.22 09:24:00.415977 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2025.01.22 09:24:00.416105 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3575 2025.01.22 09:24:00.416176 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3576 2025.01.22 09:24:00.416289 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3577 2025.01.22 09:24:00.416500 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3578 2025.01.22 09:24:00.416937 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3579 2025.01.22 09:24:00.416926 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3580 2025.01.22 09:24:00.417846 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7434 rows, containing 5 columns (5 merged, 0 gathered) in 0.007954775 sec., 934533.0320467894 rows/sec., 63.00 MiB/sec.
3581 2025.01.22 09:24:00.418033 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3582 2025.01.22 09:24:00.418465 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3583 2025.01.22 09:24:00.418538 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3584 2025.01.22 09:24:00.419050 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
3585 2025.01.22 09:24:00.420035 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3586 2025.01.22 09:24:00.420430 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3587 2025.01.22 09:24:00.420704 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
3588 2025.01.22 09:24:00.423434 [ 193 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.008032917 sec., 1244.8777947039662 rows/sec., 83.40 KiB/sec.
3589 2025.01.22 09:24:00.423668 [ 193 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3590 2025.01.22 09:24:00.424298 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3591 2025.01.22 09:24:00.424332 [ 193 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_10_2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3592 2025.01.22 09:24:00.424381 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3593 2025.01.22 09:24:00.424510 [ 193 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_10_2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3594 2025.01.22 09:24:00.424694 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3595 2025.01.22 09:24:00.425397 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3596 2025.01.22 09:24:00.425714 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3597 2025.01.22 09:24:00.425985 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009784 sec., 3577.2690106295995 rows/sec., 6.41 MiB/sec.
3598 2025.01.22 09:24:00.426129 [ 285 ] {ed43711b-67f2-4ab3-9be8-21bc14e75eea} <Debug> TCPHandler: Processed in 0.010277851 sec.
3599 2025.01.22 09:24:00.426300 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3600 2025.01.22 09:24:00.426463 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3601 2025.01.22 09:24:00.426536 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3602 2025.01.22 09:24:00.427086 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2025.01.22 09:24:00.427137 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3604 2025.01.22 09:24:00.427604 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3605 2025.01.22 09:24:00.427858 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.01.22 09:24:00.428035 [ 113 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3607 2025.01.22 09:24:00.428096 [ 113 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2025.01.22 09:24:00.428142 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3609 2025.01.22 09:24:00.428139 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001695 sec., 48377.581120943956 rows/sec., 3.07 MiB/sec.
3610 2025.01.22 09:24:00.428428 [ 286 ] {5afe7ec4-a810-44dc-9993-dfbd83d208b2} <Debug> TCPHandler: Processed in 0.002192744 sec.
3611 2025.01.22 09:24:00.428624 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
3612 2025.01.22 09:24:00.428833 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3613 2025.01.22 09:24:00.428874 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1012 rows starting from the beginning of the part
3614 2025.01.22 09:24:00.428957 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
3615 2025.01.22 09:24:00.429211 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part
3616 2025.01.22 09:24:00.429359 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3617 2025.01.22 09:24:00.429538 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3618 2025.01.22 09:24:00.429677 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
3619 2025.01.22 09:24:00.431340 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 4 columns (4 merged, 0 gathered) in 0.003095803 sec., 418631.28887723153 rows/sec., 27.34 MiB/sec.
3620 2025.01.22 09:24:00.431542 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3621 2025.01.22 09:24:00.431863 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3622 2025.01.22 09:24:00.431943 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_21_4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3623 2025.01.22 09:24:00.432035 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3624 2025.01.22 09:24:01.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.89 MiB, peak 182.10 MiB, free memory in arenas 0.00 B, will set to 176.80 MiB (RSS), difference: -1.08 MiB
3625 2025.01.22 09:24:05.371978 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3626 2025.01.22 09:24:05.372201 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3627 2025.01.22 09:24:05.372283 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3628 2025.01.22 09:24:05.373097 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3629 2025.01.22 09:24:05.373145 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3630 2025.01.22 09:24:05.373578 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3631 2025.01.22 09:24:05.373831 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3632 2025.01.22 09:24:05.374083 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Debug> executeQuery: Read 64 rows, 5.15 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.59 MiB/sec.
3633 2025.01.22 09:24:05.374149 [ 286 ] {7885250b-d18b-40b4-a234-a6ca06809a09} <Debug> TCPHandler: Processed in 0.002303634 sec.
3634 2025.01.22 09:24:05.374459 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3635 2025.01.22 09:24:05.374772 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3636 2025.01.22 09:24:05.374861 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3637 2025.01.22 09:24:05.375610 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3638 2025.01.22 09:24:05.375662 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3639 2025.01.22 09:24:05.376101 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3640 2025.01.22 09:24:05.376359 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3641 2025.01.22 09:24:05.376694 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001984 sec., 2016.1290322580644 rows/sec., 151.60 KiB/sec.
3642 2025.01.22 09:24:05.376831 [ 285 ] {4aee671f-84c2-4ec7-b401-894ddebcd437} <Debug> TCPHandler: Processed in 0.002567487 sec.
3643 2025.01.22 09:24:05.376983 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3644 2025.01.22 09:24:05.377128 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3645 2025.01.22 09:24:05.377191 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3646 2025.01.22 09:24:05.377906 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3647 2025.01.22 09:24:05.377948 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3648 2025.01.22 09:24:05.378320 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3649 2025.01.22 09:24:05.378560 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3650 2025.01.22 09:24:05.378793 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.0017 sec., 40000 rows/sec., 3.12 MiB/sec.
3651 2025.01.22 09:24:05.378923 [ 286 ] {3c003bdf-1077-4fa1-8a09-bbfb1cce77a5} <Debug> TCPHandler: Processed in 0.002005232 sec.
3652 2025.01.22 09:24:05.379102 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3653 2025.01.22 09:24:05.379243 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3654 2025.01.22 09:24:05.379307 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3655 2025.01.22 09:24:05.379943 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3656 2025.01.22 09:24:05.379983 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3657 2025.01.22 09:24:05.380386 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3658 2025.01.22 09:24:05.380626 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3659 2025.01.22 09:24:05.380900 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec.
3660 2025.01.22 09:24:05.381166 [ 285 ] {307204d4-ac4c-42d7-92f5-afa38d2a2184} <Debug> TCPHandler: Processed in 0.002126422 sec.
3661 2025.01.22 09:24:05.381403 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3662 2025.01.22 09:24:05.381544 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3663 2025.01.22 09:24:05.381641 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3664 2025.01.22 09:24:05.382740 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3665 2025.01.22 09:24:05.382781 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3666 2025.01.22 09:24:05.383391 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3667 2025.01.22 09:24:05.383649 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3668 2025.01.22 09:24:05.383911 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.0024 sec., 1666.6666666666667 rows/sec., 2.99 MiB/sec.
3669 2025.01.22 09:24:05.384018 [ 286 ] {85d9c2d2-b7e0-40a9-b67f-9832247612e6} <Debug> TCPHandler: Processed in 0.002734639 sec.
3670 2025.01.22 09:24:05.384227 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3671 2025.01.22 09:24:05.384454 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3672 2025.01.22 09:24:05.384551 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3673 2025.01.22 09:24:05.385162 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3674 2025.01.22 09:24:05.385202 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3675 2025.01.22 09:24:05.385573 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3676 2025.01.22 09:24:05.385810 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3677 2025.01.22 09:24:05.386023 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec.
3678 2025.01.22 09:24:05.386143 [ 285 ] {b737b9b9-f284-45bb-ae24-058761ef20fb} <Debug> TCPHandler: Processed in 0.002023802 sec.
3679 2025.01.22 09:24:07.038965 [ 11 ] {} <Debug> DNSResolver: Updating DNS cache
3680 2025.01.22 09:24:07.039022 [ 11 ] {} <Debug> DNSResolver: Updated DNS cache
3681 2025.01.22 09:24:07.141100 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3682 2025.01.22 09:24:07.141850 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3683 2025.01.22 09:24:07.141893 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3684 2025.01.22 09:24:07.142410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3685 2025.01.22 09:24:07.142673 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3686 2025.01.22 09:24:07.142878 [ 11 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3687 2025.01.22 09:24:07.142924 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3688 2025.01.22 09:24:07.142969 [ 11 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3689 2025.01.22 09:24:07.143002 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3690 2025.01.22 09:24:07.143120 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
3691 2025.01.22 09:24:07.143213 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3692 2025.01.22 09:24:07.143245 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3693 2025.01.22 09:24:07.143309 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3694 2025.01.22 09:24:07.143407 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3695 2025.01.22 09:24:07.143601 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3696 2025.01.22 09:24:07.143849 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3697 2025.01.22 09:24:07.144102 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3698 2025.01.22 09:24:07.145865 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00279061 sec., 2644941.428576548 rows/sec., 37.84 MiB/sec.
3699 2025.01.22 09:24:07.146343 [ 192 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3700 2025.01.22 09:24:07.146669 [ 192 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3701 2025.01.22 09:24:07.146756 [ 192 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_16_3} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3702 2025.01.22 09:24:07.146837 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3703 2025.01.22 09:24:07.163131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 524
3704 2025.01.22 09:24:07.166304 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3705 2025.01.22 09:24:07.166346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3706 2025.01.22 09:24:07.167837 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3707 2025.01.22 09:24:07.168152 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3708 2025.01.22 09:24:07.168308 [ 11 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3709 2025.01.22 09:24:07.168372 [ 11 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2025.01.22 09:24:07.168414 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3711 2025.01.22 09:24:07.168654 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
3712 2025.01.22 09:24:07.169110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524
3713 2025.01.22 09:24:07.169467 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3714 2025.01.22 09:24:07.169588 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part
3715 2025.01.22 09:24:07.170013 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
3716 2025.01.22 09:24:07.170405 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
3717 2025.01.22 09:24:07.170812 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part
3718 2025.01.22 09:24:07.171233 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3719 2025.01.22 09:24:07.171675 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part
3720 2025.01.22 09:24:07.179143 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 72 columns (72 merged, 0 gathered) in 0.010651284 sec., 49195.94670464143 rows/sec., 44.62 MiB/sec.
3721 2025.01.22 09:24:07.180282 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3722 2025.01.22 09:24:07.181125 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3723 2025.01.22 09:24:07.181228 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_11_2} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3724 2025.01.22 09:24:07.181586 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3725 2025.01.22 09:24:07.643069 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3726 2025.01.22 09:24:07.664932 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3727 2025.01.22 09:24:07.664987 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3728 2025.01.22 09:24:07.672349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3729 2025.01.22 09:24:07.673142 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3730 2025.01.22 09:24:07.673516 [ 8 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3731 2025.01.22 09:24:07.673656 [ 8 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2025.01.22 09:24:07.673719 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3733 2025.01.22 09:24:07.674219 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3734 2025.01.22 09:24:07.690942 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3735 2025.01.22 09:24:07.692085 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3736 2025.01.22 09:24:07.693756 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3737 2025.01.22 09:24:07.700011 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3738 2025.01.22 09:24:07.705600 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3739 2025.01.22 09:24:07.710937 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3740 2025.01.22 09:24:07.716586 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3741 2025.01.22 09:24:07.721028 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
3742 2025.01.22 09:24:07.779610 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105726195 sec., 1144.4656643512046 rows/sec., 5.92 MiB/sec.
3743 2025.01.22 09:24:07.782158 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3744 2025.01.22 09:24:07.785197 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_16_3} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.01.22 09:24:07.785287 [ 190 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_16_3} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3746 2025.01.22 09:24:07.787867 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3747 2025.01.22 09:24:08.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.02 MiB, peak 187.97 MiB, free memory in arenas 0.00 B, will set to 180.09 MiB (RSS), difference: 2.08 MiB
3748 2025.01.22 09:24:08.001355 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094692 sec.
3749 2025.01.22 09:24:10.376589 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3750 2025.01.22 09:24:10.376809 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3751 2025.01.22 09:24:10.376883 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3752 2025.01.22 09:24:10.377635 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3753 2025.01.22 09:24:10.377677 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3754 2025.01.22 09:24:10.378103 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3755 2025.01.22 09:24:10.378355 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3756 2025.01.22 09:24:10.378586 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec.
3757 2025.01.22 09:24:10.378651 [ 286 ] {f6e97ab0-9ba8-4a6a-8dc0-db8a65796705} <Debug> TCPHandler: Processed in 0.002198394 sec.
3758 2025.01.22 09:24:10.378918 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3759 2025.01.22 09:24:10.379109 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3760 2025.01.22 09:24:10.379179 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3761 2025.01.22 09:24:10.380080 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2025.01.22 09:24:10.380126 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3763 2025.01.22 09:24:10.380592 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3764 2025.01.22 09:24:10.380847 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3765 2025.01.22 09:24:10.381036 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.001981 sec., 137809.18727915193 rows/sec., 12.12 MiB/sec.
3766 2025.01.22 09:24:10.381091 [ 285 ] {bfde6de4-727e-42f7-935b-c1b4c8ee358c} <Debug> TCPHandler: Processed in 0.002307895 sec.
3767 2025.01.22 09:24:10.381354 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3768 2025.01.22 09:24:10.381501 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3769 2025.01.22 09:24:10.381564 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3770 2025.01.22 09:24:10.382231 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2025.01.22 09:24:10.382271 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3772 2025.01.22 09:24:10.382643 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3773 2025.01.22 09:24:10.382881 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2025.01.22 09:24:10.383119 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001653 sec., 25408.348457350272 rows/sec., 1.82 MiB/sec.
3775 2025.01.22 09:24:10.383296 [ 286 ] {1e98ab77-6c0a-42a3-a04b-1d13aa19b7e2} <Debug> TCPHandler: Processed in 0.002007631 sec.
3776 2025.01.22 09:24:10.383483 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3777 2025.01.22 09:24:10.383602 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3778 2025.01.22 09:24:10.383652 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3779 2025.01.22 09:24:10.384214 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3780 2025.01.22 09:24:10.384253 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3781 2025.01.22 09:24:10.384604 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3782 2025.01.22 09:24:10.384839 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2025.01.22 09:24:10.385016 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001438 sec., 9735.744089012516 rows/sec., 681.83 KiB/sec.
3784 2025.01.22 09:24:10.385068 [ 285 ] {230e45a5-9b47-4d41-957e-85eb02c226f0} <Debug> TCPHandler: Processed in 0.001643388 sec.
3785 2025.01.22 09:24:10.385275 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3786 2025.01.22 09:24:10.385396 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3787 2025.01.22 09:24:10.385448 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3788 2025.01.22 09:24:10.386012 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3789 2025.01.22 09:24:10.386052 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3790 2025.01.22 09:24:10.386432 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3791 2025.01.22 09:24:10.386663 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3792 2025.01.22 09:24:10.386868 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001497 sec., 8684.034736138945 rows/sec., 541.45 KiB/sec.
3793 2025.01.22 09:24:10.386923 [ 286 ] {05e20042-162d-462e-8254-c61e0dbc3335} <Debug> TCPHandler: Processed in 0.001704678 sec.
3794 2025.01.22 09:24:10.387058 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3795 2025.01.22 09:24:10.387175 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3796 2025.01.22 09:24:10.387223 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3797 2025.01.22 09:24:10.387976 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3798 2025.01.22 09:24:10.388014 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3799 2025.01.22 09:24:10.388387 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3800 2025.01.22 09:24:10.388622 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3801 2025.01.22 09:24:10.388795 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001643 sec., 253804.01704199635 rows/sec., 18.12 MiB/sec.
3802 2025.01.22 09:24:10.388846 [ 285 ] {7eab1f00-ed89-4d62-9390-8cefc9b92314} <Debug> TCPHandler: Processed in 0.00184274 sec.
3803 2025.01.22 09:24:10.389005 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3804 2025.01.22 09:24:10.389144 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3805 2025.01.22 09:24:10.389205 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3806 2025.01.22 09:24:10.389763 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2025.01.22 09:24:10.389810 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3808 2025.01.22 09:24:10.390172 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3809 2025.01.22 09:24:10.390415 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2025.01.22 09:24:10.390623 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec.
3811 2025.01.22 09:24:10.390674 [ 286 ] {e9c0c04b-7320-40c2-ab9c-f5ae01f4ffcf} <Debug> TCPHandler: Processed in 0.001734669 sec.
3812 2025.01.22 09:24:10.390808 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3813 2025.01.22 09:24:10.390925 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3814 2025.01.22 09:24:10.390977 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3815 2025.01.22 09:24:10.391563 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3816 2025.01.22 09:24:10.391601 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3817 2025.01.22 09:24:10.391990 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3818 2025.01.22 09:24:10.392241 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3819 2025.01.22 09:24:10.392419 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001518 sec., 156126.48221343872 rows/sec., 10.46 MiB/sec.
3820 2025.01.22 09:24:10.392469 [ 285 ] {2e61ef2c-6ac2-438a-ac64-cc2c49a6505a} <Debug> TCPHandler: Processed in 0.001715328 sec.
3821 2025.01.22 09:24:10.392607 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3822 2025.01.22 09:24:10.392721 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3823 2025.01.22 09:24:10.392772 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3824 2025.01.22 09:24:10.393297 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3825 2025.01.22 09:24:10.393342 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3826 2025.01.22 09:24:10.393882 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3827 2025.01.22 09:24:10.394113 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3828 2025.01.22 09:24:10.394390 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001675 sec., 597.0149253731344 rows/sec., 40.23 KiB/sec.
3829 2025.01.22 09:24:10.394524 [ 286 ] {972c5a4e-1b36-43f3-8222-697db87b4630} <Debug> TCPHandler: Processed in 0.001968671 sec.
3830 2025.01.22 09:24:10.394661 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3831 2025.01.22 09:24:10.394778 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3832 2025.01.22 09:24:10.394856 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3833 2025.01.22 09:24:10.395991 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2025.01.22 09:24:10.396029 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3835 2025.01.22 09:24:10.396668 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3836 2025.01.22 09:24:10.396919 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3837 2025.01.22 09:24:10.397111 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002357 sec., 14849.384811200678 rows/sec., 26.61 MiB/sec.
3838 2025.01.22 09:24:10.397202 [ 285 ] {c7e7846e-4d88-4e5e-9c34-2e1bf407122f} <Debug> TCPHandler: Processed in 0.002599428 sec.
3839 2025.01.22 09:24:10.397368 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3840 2025.01.22 09:24:10.397504 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3841 2025.01.22 09:24:10.397564 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3842 2025.01.22 09:24:10.398074 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3843 2025.01.22 09:24:10.398112 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3844 2025.01.22 09:24:10.398480 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3845 2025.01.22 09:24:10.398730 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3846 2025.01.22 09:24:10.398935 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec.
3847 2025.01.22 09:24:10.398985 [ 286 ] {1a870e31-ffa4-4379-a175-919db68dd680} <Debug> TCPHandler: Processed in 0.001680808 sec.
3848 2025.01.22 09:24:13.675931 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3849 2025.01.22 09:24:13.676115 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3850 2025.01.22 09:24:13.676186 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3851 2025.01.22 09:24:13.676908 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.01.22 09:24:13.676952 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3853 2025.01.22 09:24:13.677361 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3854 2025.01.22 09:24:13.677609 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2025.01.22 09:24:13.677830 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 185.01 KiB/sec.
3856 2025.01.22 09:24:13.678008 [ 286 ] {8e777f6a-1635-4684-8dca-d9b82e99df21} <Debug> TCPHandler: Processed in 0.002201593 sec.
3857 2025.01.22 09:24:13.678290 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3858 2025.01.22 09:24:13.678499 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3859 2025.01.22 09:24:13.678581 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3860 2025.01.22 09:24:13.679936 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3861 2025.01.22 09:24:13.679982 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3862 2025.01.22 09:24:13.680469 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3863 2025.01.22 09:24:13.680723 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3864 2025.01.22 09:24:13.680957 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Debug> executeQuery: Read 1206 rows, 101.42 KiB in 0.002518 sec., 478951.5488482923 rows/sec., 39.33 MiB/sec.
3865 2025.01.22 09:24:13.681016 [ 285 ] {09d24564-de42-4b0e-9cab-2b430c8a07c4} <Debug> TCPHandler: Processed in 0.002863561 sec.
3866 2025.01.22 09:24:13.681159 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3867 2025.01.22 09:24:13.681289 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3868 2025.01.22 09:24:13.681344 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3869 2025.01.22 09:24:13.681922 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3870 2025.01.22 09:24:13.681961 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3871 2025.01.22 09:24:13.682318 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3872 2025.01.22 09:24:13.682556 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3873 2025.01.22 09:24:13.682686 [ 42 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3874 2025.01.22 09:24:13.682727 [ 42 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3875 2025.01.22 09:24:13.682752 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3876 2025.01.22 09:24:13.682755 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001498 sec., 5340.45393858478 rows/sec., 387.24 KiB/sec.
3877 2025.01.22 09:24:13.682870 [ 286 ] {3ce2e186-6a9e-4aa9-beb5-5ee438c857d4} <Debug> TCPHandler: Processed in 0.001765879 sec.
3878 2025.01.22 09:24:13.682906 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
3879 2025.01.22 09:24:13.683028 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3880 2025.01.22 09:24:13.683070 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part
3881 2025.01.22 09:24:13.683077 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3882 2025.01.22 09:24:13.683165 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
3883 2025.01.22 09:24:13.683498 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3884 2025.01.22 09:24:13.683572 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part
3885 2025.01.22 09:24:13.683753 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3886 2025.01.22 09:24:13.683975 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
3887 2025.01.22 09:24:13.684397 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part
3888 2025.01.22 09:24:13.684884 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3889 2025.01.22 09:24:13.686776 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3890 2025.01.22 09:24:13.686854 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3891 2025.01.22 09:24:13.688075 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3892 2025.01.22 09:24:13.688070 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005243766 sec., 30512.421797616444 rows/sec., 2.30 MiB/sec.
3893 2025.01.22 09:24:13.688352 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3894 2025.01.22 09:24:13.688552 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3895 2025.01.22 09:24:13.689348 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006028 sec., 37823.4903782349 rows/sec., 2.56 MiB/sec.
3896 2025.01.22 09:24:13.689414 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2025.01.22 09:24:13.689507 [ 285 ] {9038c84f-4cb5-4f70-9933-8c715b9baf5b} <Debug> TCPHandler: Processed in 0.00653093 sec.
3898 2025.01.22 09:24:13.689585 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_16_3} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3899 2025.01.22 09:24:13.689693 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3900 2025.01.22 09:24:13.689708 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3901 2025.01.22 09:24:13.689833 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3902 2025.01.22 09:24:13.689888 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3903 2025.01.22 09:24:13.690828 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3904 2025.01.22 09:24:13.690875 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3905 2025.01.22 09:24:13.691262 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3906 2025.01.22 09:24:13.691513 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3907 2025.01.22 09:24:13.691693 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001888 sec., 279661.0169491526 rows/sec., 20.72 MiB/sec.
3908 2025.01.22 09:24:13.691748 [ 286 ] {041f2c35-8509-42f9-a3f8-15fb520bde89} <Debug> TCPHandler: Processed in 0.002142733 sec.
3909 2025.01.22 09:24:13.691891 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3910 2025.01.22 09:24:13.692032 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3911 2025.01.22 09:24:13.692096 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3912 2025.01.22 09:24:13.693034 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3913 2025.01.22 09:24:13.693074 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3914 2025.01.22 09:24:13.693522 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3915 2025.01.22 09:24:13.693766 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2025.01.22 09:24:13.693989 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Debug> executeQuery: Read 958 rows, 65.87 KiB in 0.001988 sec., 481891.3480885311 rows/sec., 32.36 MiB/sec.
3917 2025.01.22 09:24:13.694042 [ 285 ] {96818d94-da2b-4b23-b11f-bf508afa7e5d} <Debug> TCPHandler: Processed in 0.002207844 sec.
3918 2025.01.22 09:24:13.694184 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3919 2025.01.22 09:24:13.694324 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3920 2025.01.22 09:24:13.694414 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3921 2025.01.22 09:24:13.695545 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3922 2025.01.22 09:24:13.695581 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3923 2025.01.22 09:24:13.696178 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3924 2025.01.22 09:24:13.696432 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3925 2025.01.22 09:24:13.696564 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3926 2025.01.22 09:24:13.696614 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3927 2025.01.22 09:24:13.696642 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
3928 2025.01.22 09:24:13.696644 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002351 sec., 1701.403658017865 rows/sec., 3.05 MiB/sec.
3929 2025.01.22 09:24:13.697037 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
3930 2025.01.22 09:24:13.697070 [ 286 ] {bf902eef-585f-4265-af71-f78214b62045} <Debug> TCPHandler: Processed in 0.002948831 sec.
3931 2025.01.22 09:24:13.697301 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3932 2025.01.22 09:24:13.697629 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3933 2025.01.22 09:24:13.697797 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3934 2025.01.22 09:24:13.698130 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3935 2025.01.22 09:24:13.698387 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 291 rows starting from the beginning of the part
3936 2025.01.22 09:24:13.699017 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
3937 2025.01.22 09:24:13.699769 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part
3938 2025.01.22 09:24:13.700024 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3939 2025.01.22 09:24:13.700166 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3940 2025.01.22 09:24:13.700448 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
3941 2025.01.22 09:24:13.701053 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part
3942 2025.01.22 09:24:13.701719 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part
3943 2025.01.22 09:24:13.701792 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3944 2025.01.22 09:24:13.702652 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2025.01.22 09:24:13.703093 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005563 sec., 8628.437893223081 rows/sec., 595.45 KiB/sec.
3946 2025.01.22 09:24:13.703301 [ 285 ] {c6f2f921-cf88-4a73-af09-cd27ba0bd121} <Debug> TCPHandler: Processed in 0.006116495 sec.
3947 2025.01.22 09:24:13.706559 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 19 columns (19 merged, 0 gathered) in 0.009820435 sec., 37982.024217868144 rows/sec., 68.06 MiB/sec.
3948 2025.01.22 09:24:13.707228 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3949 2025.01.22 09:24:13.707661 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3950 2025.01.22 09:24:13.707735 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3951 2025.01.22 09:24:13.707885 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB.
3952 2025.01.22 09:24:14.643063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3953 2025.01.22 09:24:14.643820 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3954 2025.01.22 09:24:14.643875 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3955 2025.01.22 09:24:14.644409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3956 2025.01.22 09:24:14.644652 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3957 2025.01.22 09:24:14.644982 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3958 2025.01.22 09:24:15.191025 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3959 2025.01.22 09:24:15.210651 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2025.01.22 09:24:15.210704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3961 2025.01.22 09:24:15.217916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3962 2025.01.22 09:24:15.218643 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3963 2025.01.22 09:24:15.222339 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3964 2025.01.22 09:24:15.364896 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3965 2025.01.22 09:24:15.365053 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3966 2025.01.22 09:24:15.365117 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3967 2025.01.22 09:24:15.365815 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3968 2025.01.22 09:24:15.365857 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3969 2025.01.22 09:24:15.366249 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3970 2025.01.22 09:24:15.366509 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3971 2025.01.22 09:24:15.366741 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001734 sec., 32295.271049596307 rows/sec., 2.47 MiB/sec.
3972 2025.01.22 09:24:15.366796 [ 286 ] {70defffd-f76f-4e4a-9a7b-ed44f8ef91a6} <Debug> TCPHandler: Processed in 0.002020812 sec.
3973 2025.01.22 09:24:15.367077 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3974 2025.01.22 09:24:15.367295 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3975 2025.01.22 09:24:15.367383 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3976 2025.01.22 09:24:15.368242 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3977 2025.01.22 09:24:15.368294 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3978 2025.01.22 09:24:15.368737 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3979 2025.01.22 09:24:15.369003 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3980 2025.01.22 09:24:15.369247 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002013 sec., 31793.343268753106 rows/sec., 2.48 MiB/sec.
3981 2025.01.22 09:24:15.369304 [ 285 ] {690704cf-1a4c-4cce-93c7-6725189ded96} <Debug> TCPHandler: Processed in 0.002369455 sec.
3982 2025.01.22 09:24:15.369474 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3983 2025.01.22 09:24:15.369613 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3984 2025.01.22 09:24:15.369676 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3985 2025.01.22 09:24:15.370355 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3986 2025.01.22 09:24:15.370420 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3987 2025.01.22 09:24:15.370914 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3988 2025.01.22 09:24:15.371160 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3989 2025.01.22 09:24:15.371386 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001805 sec., 17728.53185595568 rows/sec., 1.23 MiB/sec.
3990 2025.01.22 09:24:15.371449 [ 286 ] {c2410b26-278f-47ee-b832-f6bf4d6880d6} <Debug> TCPHandler: Processed in 0.002038782 sec.
3991 2025.01.22 09:24:15.371625 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3992 2025.01.22 09:24:15.371766 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3993 2025.01.22 09:24:15.371827 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3994 2025.01.22 09:24:15.372337 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3995 2025.01.22 09:24:15.372377 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
3996 2025.01.22 09:24:15.372750 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3997 2025.01.22 09:24:15.372991 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3998 2025.01.22 09:24:15.373213 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 559.92 KiB/sec.
3999 2025.01.22 09:24:15.373264 [ 285 ] {d84ccc47-4f08-494d-9c04-cd0dad774662} <Debug> TCPHandler: Processed in 0.001706309 sec.
4000 2025.01.22 09:24:17.169317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 570
4001 2025.01.22 09:24:17.172667 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4002 2025.01.22 09:24:17.172717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4003 2025.01.22 09:24:17.174200 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4004 2025.01.22 09:24:17.174515 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4005 2025.01.22 09:24:17.175366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570
4006 2025.01.22 09:24:20.377092 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4007 2025.01.22 09:24:20.377320 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4008 2025.01.22 09:24:20.377400 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4009 2025.01.22 09:24:20.378224 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2025.01.22 09:24:20.378272 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4011 2025.01.22 09:24:20.378707 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4012 2025.01.22 09:24:20.378962 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2025.01.22 09:24:20.379172 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec.
4014 2025.01.22 09:24:20.379287 [ 286 ] {6de86ea5-5566-405c-ae2a-05725960ac2d} <Debug> TCPHandler: Processed in 0.002335095 sec.
4015 2025.01.22 09:24:20.379571 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4016 2025.01.22 09:24:20.379767 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4017 2025.01.22 09:24:20.379843 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4018 2025.01.22 09:24:20.380751 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4019 2025.01.22 09:24:20.380805 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4020 2025.01.22 09:24:20.381250 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4021 2025.01.22 09:24:20.381581 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4022 2025.01.22 09:24:20.381757 [ 106 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4023 2025.01.22 09:24:20.381824 [ 106 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4024 2025.01.22 09:24:20.381857 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4025 2025.01.22 09:24:20.381865 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002143 sec., 127391.50723285115 rows/sec., 11.21 MiB/sec.
4026 2025.01.22 09:24:20.382052 [ 285 ] {523cf6ab-27e1-4da6-aadc-2fe5de45ae77} <Debug> TCPHandler: Processed in 0.002612248 sec.
4027 2025.01.22 09:24:20.382157 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
4028 2025.01.22 09:24:20.382263 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4029 2025.01.22 09:24:20.382459 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4030 2025.01.22 09:24:20.382490 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4031 2025.01.22 09:24:20.382533 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part
4032 2025.01.22 09:24:20.382577 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4033 2025.01.22 09:24:20.382877 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
4034 2025.01.22 09:24:20.383204 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 273 rows starting from the beginning of the part
4035 2025.01.22 09:24:20.383510 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1206 rows starting from the beginning of the part
4036 2025.01.22 09:24:20.383934 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
4037 2025.01.22 09:24:20.384341 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 273 rows starting from the beginning of the part
4038 2025.01.22 09:24:20.385521 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.01.22 09:24:20.385603 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4040 2025.01.22 09:24:20.386568 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4041 2025.01.22 09:24:20.387065 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.01.22 09:24:20.387292 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004869 sec., 8626.001232285891 rows/sec., 634.19 KiB/sec.
4043 2025.01.22 09:24:20.387361 [ 286 ] {73b81cb9-e320-478f-b7c1-d4de56ff603a} <Debug> TCPHandler: Processed in 0.005160696 sec.
4044 2025.01.22 09:24:20.387550 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4045 2025.01.22 09:24:20.387881 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4046 2025.01.22 09:24:20.388012 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4047 2025.01.22 09:24:20.388028 [ 190 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006048115 sec., 545789.8866010319 rows/sec., 47.65 MiB/sec.
4048 2025.01.22 09:24:20.388402 [ 190 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4049 2025.01.22 09:24:20.388937 [ 190 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4050 2025.01.22 09:24:20.389146 [ 190 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_26_5} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4051 2025.01.22 09:24:20.389264 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4052 2025.01.22 09:24:20.389311 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4053 2025.01.22 09:24:20.389333 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4054 2025.01.22 09:24:20.389723 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4055 2025.01.22 09:24:20.389972 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4056 2025.01.22 09:24:20.390200 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002464 sec., 5681.818181818182 rows/sec., 397.92 KiB/sec.
4057 2025.01.22 09:24:20.390260 [ 285 ] {4a34575d-a836-4115-b974-61e072d3cc47} <Debug> TCPHandler: Processed in 0.00279511 sec.
4058 2025.01.22 09:24:20.390422 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4059 2025.01.22 09:24:20.390541 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4060 2025.01.22 09:24:20.390590 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4061 2025.01.22 09:24:20.391174 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2025.01.22 09:24:20.391213 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4063 2025.01.22 09:24:20.391591 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4064 2025.01.22 09:24:20.391840 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2025.01.22 09:24:20.392051 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
4066 2025.01.22 09:24:20.392231 [ 286 ] {ce32b030-aed6-4e53-8f8d-7258d2314f96} <Debug> TCPHandler: Processed in 0.00186072 sec.
4067 2025.01.22 09:24:20.392386 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4068 2025.01.22 09:24:20.392527 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4069 2025.01.22 09:24:20.392586 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4070 2025.01.22 09:24:20.393391 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2025.01.22 09:24:20.393430 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4072 2025.01.22 09:24:20.393832 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4073 2025.01.22 09:24:20.394070 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2025.01.22 09:24:20.394230 [ 106 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4075 2025.01.22 09:24:20.394297 [ 106 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4076 2025.01.22 09:24:20.394323 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001822 sec., 228869.37431394073 rows/sec., 16.34 MiB/sec.
4077 2025.01.22 09:24:20.394339 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4078 2025.01.22 09:24:20.394476 [ 285 ] {efe54a9c-98d9-40a0-8d65-63869a3ff27a} <Debug> TCPHandler: Processed in 0.002152463 sec.
4079 2025.01.22 09:24:20.394563 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
4080 2025.01.22 09:24:20.394663 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4081 2025.01.22 09:24:20.394709 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4082 2025.01.22 09:24:20.394747 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
4083 2025.01.22 09:24:20.394829 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4084 2025.01.22 09:24:20.395011 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4085 2025.01.22 09:24:20.395015 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part
4086 2025.01.22 09:24:20.395333 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 417 rows starting from the beginning of the part
4087 2025.01.22 09:24:20.395696 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 528 rows starting from the beginning of the part
4088 2025.01.22 09:24:20.396060 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
4089 2025.01.22 09:24:20.396510 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 417 rows starting from the beginning of the part
4090 2025.01.22 09:24:20.397351 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4091 2025.01.22 09:24:20.397400 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4092 2025.01.22 09:24:20.397908 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4093 2025.01.22 09:24:20.398196 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4094 2025.01.22 09:24:20.398322 [ 106 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4095 2025.01.22 09:24:20.398362 [ 106 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4096 2025.01.22 09:24:20.398383 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4097 2025.01.22 09:24:20.398403 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003618 sec., 1658.374792703151 rows/sec., 86.64 KiB/sec.
4098 2025.01.22 09:24:20.398950 [ 286 ] {a7ea7db2-4f8c-406b-9fe7-6109a1569db1} <Debug> TCPHandler: Processed in 0.004344537 sec.
4099 2025.01.22 09:24:20.399286 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4100 2025.01.22 09:24:20.399320 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4101 2025.01.22 09:24:20.399776 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4102 2025.01.22 09:24:20.399940 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4103 2025.01.22 09:24:20.399946 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4104 2025.01.22 09:24:20.399981 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005517199 sec., 435547.09554612765 rows/sec., 33.39 MiB/sec.
4105 2025.01.22 09:24:20.400013 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4106 2025.01.22 09:24:20.400368 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4107 2025.01.22 09:24:20.400440 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4108 2025.01.22 09:24:20.400836 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4109 2025.01.22 09:24:20.401269 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4110 2025.01.22 09:24:20.402077 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4111 2025.01.22 09:24:20.402074 [ 189 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2025.01.22 09:24:20.402498 [ 196 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
4113 2025.01.22 09:24:20.403333 [ 189 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_26_5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4114 2025.01.22 09:24:20.403692 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4115 2025.01.22 09:24:20.403926 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4116 2025.01.22 09:24:20.403974 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4117 2025.01.22 09:24:20.404626 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4118 2025.01.22 09:24:20.404743 [ 190 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006223726 sec., 10604.57995740815 rows/sec., 554.05 KiB/sec.
4119 2025.01.22 09:24:20.404935 [ 190 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4120 2025.01.22 09:24:20.405109 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2025.01.22 09:24:20.405355 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4122 2025.01.22 09:24:20.405457 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2025.01.22 09:24:20.405536 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4124 2025.01.22 09:24:20.405639 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005952 sec., 39818.54838709677 rows/sec., 2.67 MiB/sec.
4125 2025.01.22 09:24:20.405677 [ 190 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_11_2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2025.01.22 09:24:20.406054 [ 285 ] {9ded553b-f606-42c2-9778-ac3bb2587944} <Debug> TCPHandler: Processed in 0.006957204 sec.
4127 2025.01.22 09:24:20.406206 [ 190 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_11_2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4128 2025.01.22 09:24:20.406352 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4129 2025.01.22 09:24:20.406704 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4130 2025.01.22 09:24:20.406704 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4131 2025.01.22 09:24:20.406773 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4132 2025.01.22 09:24:20.406778 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
4133 2025.01.22 09:24:20.407173 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4134 2025.01.22 09:24:20.407262 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7434 rows starting from the beginning of the part
4135 2025.01.22 09:24:20.407591 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
4136 2025.01.22 09:24:20.407909 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4137 2025.01.22 09:24:20.408360 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 958 rows starting from the beginning of the part
4138 2025.01.22 09:24:20.408661 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
4139 2025.01.22 09:24:20.408978 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4140 2025.01.22 09:24:20.409080 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4141 2025.01.22 09:24:20.409097 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
4142 2025.01.22 09:24:20.410157 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4143 2025.01.22 09:24:20.410502 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4144 2025.01.22 09:24:20.410753 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004139 sec., 241.60425223483932 rows/sec., 16.28 KiB/sec.
4145 2025.01.22 09:24:20.410900 [ 286 ] {0307c01b-1a5c-40ff-bede-8d46e09e6b25} <Debug> TCPHandler: Processed in 0.00471076 sec.
4146 2025.01.22 09:24:20.411147 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4147 2025.01.22 09:24:20.411426 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4148 2025.01.22 09:24:20.411697 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4149 2025.01.22 09:24:20.413449 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2025.01.22 09:24:20.413503 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4151 2025.01.22 09:24:20.414407 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9058 rows, containing 5 columns (5 merged, 0 gathered) in 0.008643603 sec., 1047942.6230010795 rows/sec., 70.65 MiB/sec.
4152 2025.01.22 09:24:20.414673 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4153 2025.01.22 09:24:20.414906 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4154 2025.01.22 09:24:20.415258 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4155 2025.01.22 09:24:20.415441 [ 189 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4156 2025.01.22 09:24:20.415477 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2025.01.22 09:24:20.415602 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
4158 2025.01.22 09:24:20.415837 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00452 sec., 7743.362831858408 rows/sec., 13.88 MiB/sec.
4159 2025.01.22 09:24:20.415950 [ 285 ] {b04d586c-e8d9-4214-b996-2d50f1adc1ef} <Debug> TCPHandler: Processed in 0.004935963 sec.
4160 2025.01.22 09:24:20.416126 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4161 2025.01.22 09:24:20.416264 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4162 2025.01.22 09:24:20.416323 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4163 2025.01.22 09:24:20.416900 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4164 2025.01.22 09:24:20.416946 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4165 2025.01.22 09:24:20.417348 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4166 2025.01.22 09:24:20.417590 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4167 2025.01.22 09:24:20.417713 [ 106 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4168 2025.01.22 09:24:20.417751 [ 106 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4169 2025.01.22 09:24:20.417775 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
4170 2025.01.22 09:24:20.417779 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4171 2025.01.22 09:24:20.417887 [ 286 ] {874df0d5-8dfc-4f0b-a61c-693444e6e353} <Debug> TCPHandler: Processed in 0.00182679 sec.
4172 2025.01.22 09:24:20.418031 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
4173 2025.01.22 09:24:20.418169 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4174 2025.01.22 09:24:20.418203 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1296 rows starting from the beginning of the part
4175 2025.01.22 09:24:20.418298 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4176 2025.01.22 09:24:20.418394 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4177 2025.01.22 09:24:20.418497 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part
4178 2025.01.22 09:24:20.418581 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part
4179 2025.01.22 09:24:20.418678 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
4180 2025.01.22 09:24:20.419873 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 4 columns (4 merged, 0 gathered) in 0.001978852 sec., 798442.7334636445 rows/sec., 52.13 MiB/sec.
4181 2025.01.22 09:24:20.420080 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4182 2025.01.22 09:24:20.420368 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.01.22 09:24:20.420449 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_26_5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4184 2025.01.22 09:24:20.420522 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4185 2025.01.22 09:24:22.040026 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
4186 2025.01.22 09:24:22.040077 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
4187 2025.01.22 09:24:22.145169 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
4188 2025.01.22 09:24:22.145830 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4189 2025.01.22 09:24:22.145880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4190 2025.01.22 09:24:22.146428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4191 2025.01.22 09:24:22.146696 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.01.22 09:24:22.146947 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4193 2025.01.22 09:24:22.722446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4194 2025.01.22 09:24:22.742271 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4195 2025.01.22 09:24:22.742322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4196 2025.01.22 09:24:22.749926 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4197 2025.01.22 09:24:22.750708 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4198 2025.01.22 09:24:22.753586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4199 2025.01.22 09:24:25.371612 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4200 2025.01.22 09:24:25.371841 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4201 2025.01.22 09:24:25.371925 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4202 2025.01.22 09:24:25.372756 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4203 2025.01.22 09:24:25.372815 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4204 2025.01.22 09:24:25.373257 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4205 2025.01.22 09:24:25.373513 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4206 2025.01.22 09:24:25.373753 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Debug> executeQuery: Read 64 rows, 5.15 KiB in 0.001966 sec., 32553.407934893185 rows/sec., 2.56 MiB/sec.
4207 2025.01.22 09:24:25.373855 [ 286 ] {a1d1726d-a3de-49dc-b221-02594f92d877} <Debug> TCPHandler: Processed in 0.002375065 sec.
4208 2025.01.22 09:24:25.374165 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4209 2025.01.22 09:24:25.374380 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4210 2025.01.22 09:24:25.374463 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4211 2025.01.22 09:24:25.375288 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4212 2025.01.22 09:24:25.375339 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4213 2025.01.22 09:24:25.375822 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4214 2025.01.22 09:24:25.376114 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4215 2025.01.22 09:24:25.376363 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002041 sec., 1959.8236158745715 rows/sec., 147.37 KiB/sec.
4216 2025.01.22 09:24:25.376429 [ 285 ] {d3074072-aa74-4c29-baa7-69d467f21245} <Debug> TCPHandler: Processed in 0.002417026 sec.
4217 2025.01.22 09:24:25.376599 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4218 2025.01.22 09:24:25.376745 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4219 2025.01.22 09:24:25.376806 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4220 2025.01.22 09:24:25.377480 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2025.01.22 09:24:25.377523 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4222 2025.01.22 09:24:25.377894 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4223 2025.01.22 09:24:25.378143 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4224 2025.01.22 09:24:25.378379 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001668 sec., 40767.3860911271 rows/sec., 3.18 MiB/sec.
4225 2025.01.22 09:24:25.378591 [ 286 ] {0732390c-0133-4569-b9b3-14370facd278} <Debug> TCPHandler: Processed in 0.002055092 sec.
4226 2025.01.22 09:24:25.378783 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4227 2025.01.22 09:24:25.378929 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4228 2025.01.22 09:24:25.378998 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4229 2025.01.22 09:24:25.379635 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4230 2025.01.22 09:24:25.379677 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4231 2025.01.22 09:24:25.380085 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4232 2025.01.22 09:24:25.380332 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4233 2025.01.22 09:24:25.380543 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec.
4234 2025.01.22 09:24:25.380597 [ 285 ] {748c6a8c-b916-421c-97f2-8568aa167a50} <Debug> TCPHandler: Processed in 0.00188653 sec.
4235 2025.01.22 09:24:25.380782 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4236 2025.01.22 09:24:25.380924 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4237 2025.01.22 09:24:25.381017 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4238 2025.01.22 09:24:25.382336 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2025.01.22 09:24:25.382377 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4240 2025.01.22 09:24:25.382982 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4241 2025.01.22 09:24:25.383240 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2025.01.22 09:24:25.383535 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002645 sec., 1512.2873345935727 rows/sec., 2.71 MiB/sec.
4243 2025.01.22 09:24:25.383930 [ 286 ] {167776f4-23e6-4d61-a4e9-42c2f91efaf7} <Debug> TCPHandler: Processed in 0.003215394 sec.
4244 2025.01.22 09:24:25.384110 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4245 2025.01.22 09:24:25.384255 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4246 2025.01.22 09:24:25.384319 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4247 2025.01.22 09:24:25.384910 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2025.01.22 09:24:25.384960 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4249 2025.01.22 09:24:25.385388 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4250 2025.01.22 09:24:25.385628 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.01.22 09:24:25.385896 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001673 sec., 35863.717872086076 rows/sec., 2.42 MiB/sec.
4252 2025.01.22 09:24:25.386025 [ 285 ] {62ed97d4-af5a-4e14-b4fd-e182bc3cc824} <Debug> TCPHandler: Processed in 0.001983672 sec.
4253 2025.01.22 09:24:27.175699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 604
4254 2025.01.22 09:24:27.178865 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4255 2025.01.22 09:24:27.178923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4256 2025.01.22 09:24:27.180413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4257 2025.01.22 09:24:27.180736 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4258 2025.01.22 09:24:27.181793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604
4259 2025.01.22 09:24:29.647160 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4260 2025.01.22 09:24:29.647861 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4261 2025.01.22 09:24:29.647910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4262 2025.01.22 09:24:29.648529 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4263 2025.01.22 09:24:29.648798 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4264 2025.01.22 09:24:29.649052 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4265 2025.01.22 09:24:30.253734 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4266 2025.01.22 09:24:30.274495 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4267 2025.01.22 09:24:30.274559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4268 2025.01.22 09:24:30.281873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4269 2025.01.22 09:24:30.282642 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4270 2025.01.22 09:24:30.286337 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4271 2025.01.22 09:24:30.377859 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4272 2025.01.22 09:24:30.378056 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4273 2025.01.22 09:24:30.378135 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4274 2025.01.22 09:24:30.378896 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4275 2025.01.22 09:24:30.378947 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4276 2025.01.22 09:24:30.379369 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4277 2025.01.22 09:24:30.379679 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2025.01.22 09:24:30.379932 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec.
4279 2025.01.22 09:24:30.380056 [ 286 ] {750778b9-bc30-4d4b-8ac3-bab669d0d2a7} <Debug> TCPHandler: Processed in 0.002378306 sec.
4280 2025.01.22 09:24:30.380370 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4281 2025.01.22 09:24:30.380560 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4282 2025.01.22 09:24:30.380632 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4283 2025.01.22 09:24:30.381342 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2025.01.22 09:24:30.381382 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4285 2025.01.22 09:24:30.381887 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4286 2025.01.22 09:24:30.382149 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4287 2025.01.22 09:24:30.382362 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001845 sec., 5420.054200542005 rows/sec., 441.97 KiB/sec.
4288 2025.01.22 09:24:30.382426 [ 285 ] {068be398-4e7d-45c5-9f6a-b8ec31f8d1a9} <Debug> TCPHandler: Processed in 0.002198334 sec.
4289 2025.01.22 09:24:30.382601 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2025.01.22 09:24:30.382723 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4291 2025.01.22 09:24:30.382774 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4292 2025.01.22 09:24:30.383592 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2025.01.22 09:24:30.383635 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4294 2025.01.22 09:24:30.384035 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4295 2025.01.22 09:24:30.384296 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4296 2025.01.22 09:24:30.384531 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.001831 sec., 151829.60131075914 rows/sec., 13.31 MiB/sec.
4297 2025.01.22 09:24:30.384606 [ 286 ] {03dba4a1-b820-4eec-bc99-2142d46715c9} <Debug> TCPHandler: Processed in 0.002061982 sec.
4298 2025.01.22 09:24:30.384817 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4299 2025.01.22 09:24:30.384942 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4300 2025.01.22 09:24:30.384994 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4301 2025.01.22 09:24:30.385623 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2025.01.22 09:24:30.385666 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4303 2025.01.22 09:24:30.386039 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4304 2025.01.22 09:24:30.386283 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2025.01.22 09:24:30.386460 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001545 sec., 33656.95792880259 rows/sec., 2.39 MiB/sec.
4306 2025.01.22 09:24:30.386517 [ 285 ] {bd017c6f-818c-4264-bef7-9545765e7ac4} <Debug> TCPHandler: Processed in 0.001761109 sec.
4307 2025.01.22 09:24:30.386693 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4308 2025.01.22 09:24:30.386816 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4309 2025.01.22 09:24:30.386867 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4310 2025.01.22 09:24:30.387490 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.01.22 09:24:30.387531 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4312 2025.01.22 09:24:30.387899 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4313 2025.01.22 09:24:30.388142 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4314 2025.01.22 09:24:30.388309 [ 92 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4315 2025.01.22 09:24:30.388368 [ 92 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4316 2025.01.22 09:24:30.388382 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec.
4317 2025.01.22 09:24:30.388405 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4318 2025.01.22 09:24:30.388579 [ 286 ] {b3225691-7b5d-41ea-b16b-fa8fc738af4b} <Debug> TCPHandler: Processed in 0.001934961 sec.
4319 2025.01.22 09:24:30.388702 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
4320 2025.01.22 09:24:30.388931 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4321 2025.01.22 09:24:30.389028 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4322 2025.01.22 09:24:30.389108 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
4323 2025.01.22 09:24:30.389185 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4324 2025.01.22 09:24:30.389340 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4325 2025.01.22 09:24:30.389365 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4326 2025.01.22 09:24:30.389871 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4327 2025.01.22 09:24:30.390238 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part
4328 2025.01.22 09:24:30.390596 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
4329 2025.01.22 09:24:30.390984 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
4330 2025.01.22 09:24:30.392401 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4331 2025.01.22 09:24:30.392483 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4332 2025.01.22 09:24:30.393590 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4333 2025.01.22 09:24:30.394164 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563108 sec., 93587.7309503683 rows/sec., 6.70 MiB/sec.
4334 2025.01.22 09:24:30.394173 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4335 2025.01.22 09:24:30.394376 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4336 2025.01.22 09:24:30.394753 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005644 sec., 2303.330970942594 rows/sec., 143.61 KiB/sec.
4337 2025.01.22 09:24:30.394960 [ 285 ] {da189653-22c7-46f5-b72b-a1bd9db93229} <Debug> TCPHandler: Processed in 0.006244337 sec.
4338 2025.01.22 09:24:30.395178 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4339 2025.01.22 09:24:30.395204 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2025.01.22 09:24:30.395369 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_16_3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4341 2025.01.22 09:24:30.395378 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4342 2025.01.22 09:24:30.395498 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4343 2025.01.22 09:24:30.395518 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
4344 2025.01.22 09:24:30.396334 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2025.01.22 09:24:30.396379 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4346 2025.01.22 09:24:30.396789 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4347 2025.01.22 09:24:30.397032 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4348 2025.01.22 09:24:30.397246 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001923 sec., 222048.88195527822 rows/sec., 15.90 MiB/sec.
4349 2025.01.22 09:24:30.397306 [ 286 ] {cfb4940b-8ab6-4b00-863c-9fde99324364} <Debug> TCPHandler: Processed in 0.002213574 sec.
4350 2025.01.22 09:24:30.397485 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4351 2025.01.22 09:24:30.397625 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4352 2025.01.22 09:24:30.397685 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4353 2025.01.22 09:24:30.398255 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4354 2025.01.22 09:24:30.398302 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4355 2025.01.22 09:24:30.398692 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4356 2025.01.22 09:24:30.398946 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4357 2025.01.22 09:24:30.399179 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 198.91 KiB/sec.
4358 2025.01.22 09:24:30.399373 [ 285 ] {ac7bf04c-e942-48c2-940b-1c0e9ba09de2} <Debug> TCPHandler: Processed in 0.001953651 sec.
4359 2025.01.22 09:24:30.399561 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4360 2025.01.22 09:24:30.399682 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4361 2025.01.22 09:24:30.399737 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4362 2025.01.22 09:24:30.400356 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4363 2025.01.22 09:24:30.400397 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4364 2025.01.22 09:24:30.400820 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4365 2025.01.22 09:24:30.401053 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4366 2025.01.22 09:24:30.401292 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001629 sec., 148557.3971761817 rows/sec., 9.96 MiB/sec.
4367 2025.01.22 09:24:30.401487 [ 286 ] {61397c7f-b37c-4039-a5a7-14a09f705ce2} <Debug> TCPHandler: Processed in 0.001980461 sec.
4368 2025.01.22 09:24:30.401692 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4369 2025.01.22 09:24:30.401830 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4370 2025.01.22 09:24:30.401885 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4371 2025.01.22 09:24:30.402394 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2025.01.22 09:24:30.402434 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4373 2025.01.22 09:24:30.402819 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4374 2025.01.22 09:24:30.403067 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2025.01.22 09:24:30.403354 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec.
4376 2025.01.22 09:24:30.403515 [ 285 ] {4144a9ce-962b-4bea-8022-9b3655b9f9e3} <Debug> TCPHandler: Processed in 0.001895441 sec.
4377 2025.01.22 09:24:30.403666 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4378 2025.01.22 09:24:30.403784 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4379 2025.01.22 09:24:30.403865 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4380 2025.01.22 09:24:30.405109 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2025.01.22 09:24:30.405150 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4382 2025.01.22 09:24:30.405815 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4383 2025.01.22 09:24:30.406069 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2025.01.22 09:24:30.406385 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002609 sec., 13415.101571483327 rows/sec., 24.04 MiB/sec.
4385 2025.01.22 09:24:30.406638 [ 286 ] {314441fb-b3f4-4630-b52d-5c806daebfdc} <Debug> TCPHandler: Processed in 0.003026112 sec.
4386 2025.01.22 09:24:30.406802 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4387 2025.01.22 09:24:30.406925 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4388 2025.01.22 09:24:30.406976 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4389 2025.01.22 09:24:30.407482 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4390 2025.01.22 09:24:30.407522 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4391 2025.01.22 09:24:30.407911 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4392 2025.01.22 09:24:30.408151 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4393 2025.01.22 09:24:30.408420 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec.
4394 2025.01.22 09:24:30.408633 [ 285 ] {3419bbf0-e414-4f5e-849f-e728f52199ce} <Debug> TCPHandler: Processed in 0.00188237 sec.
4395 2025.01.22 09:24:31.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.77 MiB, peak 187.97 MiB, free memory in arenas 0.00 B, will set to 183.38 MiB (RSS), difference: -1.39 MiB
4396 2025.01.22 09:24:35.371752 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4397 2025.01.22 09:24:35.371978 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4398 2025.01.22 09:24:35.372060 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4399 2025.01.22 09:24:35.372939 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4400 2025.01.22 09:24:35.372989 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4401 2025.01.22 09:24:35.373423 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4402 2025.01.22 09:24:35.373681 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2025.01.22 09:24:35.373924 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Debug> executeQuery: Read 64 rows, 5.15 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.51 MiB/sec.
4404 2025.01.22 09:24:35.373990 [ 286 ] {659dc1ca-bb77-42fc-a79d-eff29f482a8f} <Debug> TCPHandler: Processed in 0.002372275 sec.
4405 2025.01.22 09:24:35.374249 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4406 2025.01.22 09:24:35.374440 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4407 2025.01.22 09:24:35.374512 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4408 2025.01.22 09:24:35.375234 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4409 2025.01.22 09:24:35.375274 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4410 2025.01.22 09:24:35.375702 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4411 2025.01.22 09:24:35.375956 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2025.01.22 09:24:35.376210 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001815 sec., 2203.8567493112946 rows/sec., 165.72 KiB/sec.
4413 2025.01.22 09:24:35.376439 [ 285 ] {61ff0236-7df1-482c-a3c0-def3e23626f1} <Debug> TCPHandler: Processed in 0.002317144 sec.
4414 2025.01.22 09:24:35.376619 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4415 2025.01.22 09:24:35.376763 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4416 2025.01.22 09:24:35.376823 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4417 2025.01.22 09:24:35.377549 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4418 2025.01.22 09:24:35.377596 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4419 2025.01.22 09:24:35.377958 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4420 2025.01.22 09:24:35.378196 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4421 2025.01.22 09:24:35.378401 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001675 sec., 40597.014925373136 rows/sec., 3.17 MiB/sec.
4422 2025.01.22 09:24:35.378455 [ 286 ] {56350b73-3f00-42ee-9c05-7e59d6ebd7d1} <Debug> TCPHandler: Processed in 0.00190289 sec.
4423 2025.01.22 09:24:35.378595 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4424 2025.01.22 09:24:35.378716 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4425 2025.01.22 09:24:35.378772 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4426 2025.01.22 09:24:35.379345 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.01.22 09:24:35.379383 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4428 2025.01.22 09:24:35.379788 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4429 2025.01.22 09:24:35.380031 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4430 2025.01.22 09:24:35.380257 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec.
4431 2025.01.22 09:24:35.380391 [ 285 ] {e44237ab-b9f6-47b2-8d0a-8df9c07d1528} <Debug> TCPHandler: Processed in 0.0018518 sec.
4432 2025.01.22 09:24:35.380577 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2025.01.22 09:24:35.380717 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4434 2025.01.22 09:24:35.380803 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4435 2025.01.22 09:24:35.382007 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4436 2025.01.22 09:24:35.382044 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4437 2025.01.22 09:24:35.382654 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4438 2025.01.22 09:24:35.382907 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4439 2025.01.22 09:24:35.383167 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002473 sec., 1617.4686615446826 rows/sec., 2.90 MiB/sec.
4440 2025.01.22 09:24:35.383506 [ 286 ] {78d5214f-45df-47d5-a500-c60a1dd29be4} <Debug> TCPHandler: Processed in 0.002994503 sec.
4441 2025.01.22 09:24:35.383699 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4442 2025.01.22 09:24:35.383839 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4443 2025.01.22 09:24:35.383899 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4444 2025.01.22 09:24:35.384477 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4445 2025.01.22 09:24:35.384528 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4446 2025.01.22 09:24:35.384924 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4447 2025.01.22 09:24:35.385166 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4448 2025.01.22 09:24:35.385400 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec.
4449 2025.01.22 09:24:35.385590 [ 285 ] {0be94791-8811-43b6-8612-aaf1aea9cad5} <Debug> TCPHandler: Processed in 0.001953991 sec.
4450 2025.01.22 09:24:37.040313 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
4451 2025.01.22 09:24:37.040370 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
4452 2025.01.22 09:24:37.149228 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4453 2025.01.22 09:24:37.149905 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4454 2025.01.22 09:24:37.149955 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4455 2025.01.22 09:24:37.150479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4456 2025.01.22 09:24:37.150744 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2025.01.22 09:24:37.151004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4458 2025.01.22 09:24:37.182070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 640
4459 2025.01.22 09:24:37.185181 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4460 2025.01.22 09:24:37.185233 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4461 2025.01.22 09:24:37.186687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4462 2025.01.22 09:24:37.187000 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4463 2025.01.22 09:24:37.188020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 640
4464 2025.01.22 09:24:37.786452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4465 2025.01.22 09:24:37.807994 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2025.01.22 09:24:37.808059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4467 2025.01.22 09:24:37.815685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4468 2025.01.22 09:24:37.816484 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2025.01.22 09:24:37.819903 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4470 2025.01.22 09:24:40.377171 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4471 2025.01.22 09:24:40.377394 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4472 2025.01.22 09:24:40.377473 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4473 2025.01.22 09:24:40.378232 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4474 2025.01.22 09:24:40.378274 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4475 2025.01.22 09:24:40.378720 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4476 2025.01.22 09:24:40.378973 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4477 2025.01.22 09:24:40.379123 [ 82 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4478 2025.01.22 09:24:40.379175 [ 82 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4479 2025.01.22 09:24:40.379182 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec.
4480 2025.01.22 09:24:40.379205 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4481 2025.01.22 09:24:40.379271 [ 286 ] {81a6c7b5-10c6-495f-82bc-55259b280448} <Debug> TCPHandler: Processed in 0.002229614 sec.
4482 2025.01.22 09:24:40.379511 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4483 2025.01.22 09:24:40.379601 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2025.01.22 09:24:40.379844 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4485 2025.01.22 09:24:40.379918 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4486 2025.01.22 09:24:40.379930 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4487 2025.01.22 09:24:40.380119 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4488 2025.01.22 09:24:40.380141 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4489 2025.01.22 09:24:40.380545 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4490 2025.01.22 09:24:40.380724 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4491 2025.01.22 09:24:40.381087 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
4492 2025.01.22 09:24:40.383327 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4493 2025.01.22 09:24:40.383420 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4494 2025.01.22 09:24:40.383849 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004518119 sec., 15493.17315458048 rows/sec., 1.15 MiB/sec.
4495 2025.01.22 09:24:40.384095 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4496 2025.01.22 09:24:40.384552 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4497 2025.01.22 09:24:40.384645 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_13_3} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4498 2025.01.22 09:24:40.384783 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_13_3} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4499 2025.01.22 09:24:40.384919 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4500 2025.01.22 09:24:40.385009 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4501 2025.01.22 09:24:40.385269 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.00545 sec., 50091.74311926606 rows/sec., 4.41 MiB/sec.
4502 2025.01.22 09:24:40.385345 [ 285 ] {ba735675-2759-4e04-abcb-3f8b504f30bc} <Debug> TCPHandler: Processed in 0.005904003 sec.
4503 2025.01.22 09:24:40.385506 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4504 2025.01.22 09:24:40.385633 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4505 2025.01.22 09:24:40.385686 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4506 2025.01.22 09:24:40.386385 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4507 2025.01.22 09:24:40.386431 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4508 2025.01.22 09:24:40.386851 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4509 2025.01.22 09:24:40.387095 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4510 2025.01.22 09:24:40.387222 [ 82 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4511 2025.01.22 09:24:40.387259 [ 82 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4512 2025.01.22 09:24:40.387281 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001677 sec., 25044.722719141322 rows/sec., 1.80 MiB/sec.
4513 2025.01.22 09:24:40.387283 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4514 2025.01.22 09:24:40.387392 [ 286 ] {2a2dae37-e890-44c3-b62a-2397439e528e} <Debug> TCPHandler: Processed in 0.001940141 sec.
4515 2025.01.22 09:24:40.387551 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
4516 2025.01.22 09:24:40.387573 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4517 2025.01.22 09:24:40.387729 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4518 2025.01.22 09:24:40.387737 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4519 2025.01.22 09:24:40.387766 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 64 rows starting from the beginning of the part
4520 2025.01.22 09:24:40.387812 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4521 2025.01.22 09:24:40.387973 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part
4522 2025.01.22 09:24:40.388425 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
4523 2025.01.22 09:24:40.388765 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part
4524 2025.01.22 09:24:40.389139 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part
4525 2025.01.22 09:24:40.389484 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part
4526 2025.01.22 09:24:40.391191 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4527 2025.01.22 09:24:40.391234 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4528 2025.01.22 09:24:40.391794 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4529 2025.01.22 09:24:40.391955 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554079 sec., 45673.34031754829 rows/sec., 3.44 MiB/sec.
4530 2025.01.22 09:24:40.392162 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4531 2025.01.22 09:24:40.392219 [ 201 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4532 2025.01.22 09:24:40.392514 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004829 sec., 2899.150962932284 rows/sec., 203.04 KiB/sec.
4533 2025.01.22 09:24:40.392683 [ 285 ] {852206e6-fb17-4415-91fb-398d73aad25d} <Debug> TCPHandler: Processed in 0.005185496 sec.
4534 2025.01.22 09:24:40.392854 [ 201 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4535 2025.01.22 09:24:40.392920 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4536 2025.01.22 09:24:40.392994 [ 201 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_21_4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4537 2025.01.22 09:24:40.393139 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4538 2025.01.22 09:24:40.393148 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4539 2025.01.22 09:24:40.393223 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4540 2025.01.22 09:24:40.393865 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4541 2025.01.22 09:24:40.393903 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4542 2025.01.22 09:24:40.394270 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4543 2025.01.22 09:24:40.394506 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4544 2025.01.22 09:24:40.394621 [ 82 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4545 2025.01.22 09:24:40.394660 [ 82 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4546 2025.01.22 09:24:40.394683 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4547 2025.01.22 09:24:40.394699 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec.
4548 2025.01.22 09:24:40.394889 [ 286 ] {7940eccc-144f-4640-b51b-009e02f663db} <Debug> TCPHandler: Processed in 0.002070233 sec.
4549 2025.01.22 09:24:40.394998 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4550 2025.01.22 09:24:40.395095 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4551 2025.01.22 09:24:40.395338 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4552 2025.01.22 09:24:40.395376 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4553 2025.01.22 09:24:40.395440 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4554 2025.01.22 09:24:40.395484 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4555 2025.01.22 09:24:40.395915 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4556 2025.01.22 09:24:40.396184 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4557 2025.01.22 09:24:40.396649 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4558 2025.01.22 09:24:40.397089 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
4559 2025.01.22 09:24:40.398803 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.01.22 09:24:40.398881 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4561 2025.01.22 09:24:40.399487 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004689581 sec., 13860.513337971985 rows/sec., 918.34 KiB/sec.
4562 2025.01.22 09:24:40.399667 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4563 2025.01.22 09:24:40.399855 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4564 2025.01.22 09:24:40.400071 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_13_3} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4565 2025.01.22 09:24:40.400219 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_13_3} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4566 2025.01.22 09:24:40.400390 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4567 2025.01.22 09:24:40.400388 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2025.01.22 09:24:40.400657 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005367 sec., 77697.03745108999 rows/sec., 5.55 MiB/sec.
4569 2025.01.22 09:24:40.400787 [ 285 ] {51b3df3e-e03e-4aa4-bf63-11764f4d46ba} <Debug> TCPHandler: Processed in 0.005785512 sec.
4570 2025.01.22 09:24:40.400971 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4571 2025.01.22 09:24:40.401110 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4572 2025.01.22 09:24:40.401170 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4573 2025.01.22 09:24:40.401731 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2025.01.22 09:24:40.401768 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4575 2025.01.22 09:24:40.402133 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4576 2025.01.22 09:24:40.402370 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2025.01.22 09:24:40.402546 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec.
4578 2025.01.22 09:24:40.402596 [ 286 ] {d5127c71-3378-483b-808f-f993ae16b4e4} <Debug> TCPHandler: Processed in 0.001714978 sec.
4579 2025.01.22 09:24:40.402756 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4580 2025.01.22 09:24:40.402894 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4581 2025.01.22 09:24:40.402954 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4582 2025.01.22 09:24:40.403650 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4583 2025.01.22 09:24:40.403696 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4584 2025.01.22 09:24:40.404102 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4585 2025.01.22 09:24:40.404341 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4586 2025.01.22 09:24:40.404590 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001725 sec., 137391.30434782608 rows/sec., 9.21 MiB/sec.
4587 2025.01.22 09:24:40.404786 [ 285 ] {f70da587-7c72-463f-8eac-dbfc517a6688} <Debug> TCPHandler: Processed in 0.002094323 sec.
4588 2025.01.22 09:24:40.404976 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4589 2025.01.22 09:24:40.405110 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4590 2025.01.22 09:24:40.405167 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4591 2025.01.22 09:24:40.405684 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4592 2025.01.22 09:24:40.405724 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4593 2025.01.22 09:24:40.406082 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4594 2025.01.22 09:24:40.406317 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4595 2025.01.22 09:24:40.406491 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec.
4596 2025.01.22 09:24:40.406539 [ 286 ] {4e4302e3-1916-43a3-9da8-13bbf1f5b1f5} <Debug> TCPHandler: Processed in 0.001641408 sec.
4597 2025.01.22 09:24:40.406686 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4598 2025.01.22 09:24:40.406826 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4599 2025.01.22 09:24:40.406918 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4600 2025.01.22 09:24:40.408222 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2025.01.22 09:24:40.408260 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4602 2025.01.22 09:24:40.408938 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4603 2025.01.22 09:24:40.409199 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): 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.22 09:24:40.409369 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4605 2025.01.22 09:24:40.409433 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4606 2025.01.22 09:24:40.409465 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4607 2025.01.22 09:24:40.409482 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002682 sec., 13049.962714392244 rows/sec., 23.38 MiB/sec.
4608 2025.01.22 09:24:40.409874 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
4609 2025.01.22 09:24:40.409901 [ 285 ] {5ae84e92-b758-435d-8408-e9e86b6dcf97} <Debug> TCPHandler: Processed in 0.003271875 sec.
4610 2025.01.22 09:24:40.410166 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4611 2025.01.22 09:24:40.410461 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4612 2025.01.22 09:24:40.410612 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4613 2025.01.22 09:24:40.410653 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4614 2025.01.22 09:24:40.410882 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 373 rows starting from the beginning of the part
4615 2025.01.22 09:24:40.411700 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part
4616 2025.01.22 09:24:40.412518 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
4617 2025.01.22 09:24:40.412776 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4618 2025.01.22 09:24:40.412915 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4619 2025.01.22 09:24:40.413288 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part
4620 2025.01.22 09:24:40.413948 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part
4621 2025.01.22 09:24:40.414568 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4622 2025.01.22 09:24:40.414598 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part
4623 2025.01.22 09:24:40.415378 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4624 2025.01.22 09:24:40.415888 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005514 sec., 14871.236851650345 rows/sec., 967.18 KiB/sec.
4625 2025.01.22 09:24:40.416012 [ 286 ] {f8e46442-65b7-4a84-8191-1b3ec085531b} <Debug> TCPHandler: Processed in 0.005963724 sec.
4626 2025.01.22 09:24:40.420064 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 19 columns (19 merged, 0 gathered) in 0.010490923 sec., 46325.761803799345 rows/sec., 83.01 MiB/sec.
4627 2025.01.22 09:24:40.420973 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4628 2025.01.22 09:24:40.421397 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4629 2025.01.22 09:24:40.421474 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4630 2025.01.22 09:24:40.421623 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
4631 2025.01.22 09:24:43.673607 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4632 2025.01.22 09:24:43.673793 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4633 2025.01.22 09:24:43.673866 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4634 2025.01.22 09:24:43.674613 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4635 2025.01.22 09:24:43.674663 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4636 2025.01.22 09:24:43.675073 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4637 2025.01.22 09:24:43.675327 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4638 2025.01.22 09:24:43.675570 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001822 sec., 2195.389681668496 rows/sec., 179.02 KiB/sec.
4639 2025.01.22 09:24:43.675746 [ 286 ] {4705d5b0-ed9a-42b6-9ee2-79c1fa2b4374} <Debug> TCPHandler: Processed in 0.002268355 sec.
4640 2025.01.22 09:24:43.676031 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4641 2025.01.22 09:24:43.676221 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4642 2025.01.22 09:24:43.676296 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4643 2025.01.22 09:24:43.677688 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4644 2025.01.22 09:24:43.677732 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4645 2025.01.22 09:24:43.678245 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4646 2025.01.22 09:24:43.678524 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4647 2025.01.22 09:24:43.678673 [ 76 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4648 2025.01.22 09:24:43.678725 [ 76 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4649 2025.01.22 09:24:43.678737 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Debug> executeQuery: Read 1206 rows, 101.42 KiB in 0.002566 sec., 469992.2057677319 rows/sec., 38.60 MiB/sec.
4650 2025.01.22 09:24:43.678757 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4651 2025.01.22 09:24:43.678847 [ 285 ] {86873a99-7930-4086-99a3-eb0b67cfc516} <Debug> TCPHandler: Processed in 0.002946912 sec.
4652 2025.01.22 09:24:43.679096 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4653 2025.01.22 09:24:43.679131 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
4654 2025.01.22 09:24:43.679299 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4655 2025.01.22 09:24:43.679394 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4656 2025.01.22 09:24:43.679701 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4657 2025.01.22 09:24:43.679825 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1431 rows starting from the beginning of the part
4658 2025.01.22 09:24:43.680126 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4659 2025.01.22 09:24:43.680524 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 278 rows starting from the beginning of the part
4660 2025.01.22 09:24:43.680980 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4661 2025.01.22 09:24:43.681290 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 273 rows starting from the beginning of the part
4662 2025.01.22 09:24:43.681479 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1206 rows starting from the beginning of the part
4663 2025.01.22 09:24:43.682341 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4664 2025.01.22 09:24:43.682424 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4665 2025.01.22 09:24:43.683206 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4666 2025.01.22 09:24:43.683773 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4667 2025.01.22 09:24:43.684251 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.005022 sec., 1592.9908403026682 rows/sec., 115.51 KiB/sec.
4668 2025.01.22 09:24:43.684353 [ 286 ] {dd539753-89ed-4d3f-93e0-473b31617b30} <Debug> TCPHandler: Processed in 0.005351098 sec.
4669 2025.01.22 09:24:43.684521 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4670 2025.01.22 09:24:43.684666 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4671 2025.01.22 09:24:43.684747 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4672 2025.01.22 09:24:43.685343 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.00644576 sec., 514446.70605173014 rows/sec., 44.92 MiB/sec.
4673 2025.01.22 09:24:43.685684 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4674 2025.01.22 09:24:43.686244 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4675 2025.01.22 09:24:43.686335 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2025.01.22 09:24:43.686403 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_31_6} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4677 2025.01.22 09:24:43.686404 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4678 2025.01.22 09:24:43.686582 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4679 2025.01.22 09:24:43.686968 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4680 2025.01.22 09:24:43.687243 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4681 2025.01.22 09:24:43.687481 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002842 sec., 80225.19352568613 rows/sec., 5.43 MiB/sec.
4682 2025.01.22 09:24:43.687733 [ 285 ] {7679ef85-2c35-4e39-953f-d94dc93c370d} <Debug> TCPHandler: Processed in 0.003279315 sec.
4683 2025.01.22 09:24:43.687916 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4684 2025.01.22 09:24:43.688040 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4685 2025.01.22 09:24:43.688092 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4686 2025.01.22 09:24:43.688925 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4687 2025.01.22 09:24:43.688965 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4688 2025.01.22 09:24:43.689350 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4689 2025.01.22 09:24:43.689600 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4690 2025.01.22 09:24:43.689764 [ 76 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4691 2025.01.22 09:24:43.689829 [ 76 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4692 2025.01.22 09:24:43.689855 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.00183 sec., 288524.5901639344 rows/sec., 21.37 MiB/sec.
4693 2025.01.22 09:24:43.689872 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4694 2025.01.22 09:24:43.690003 [ 286 ] {64c659e3-d9bc-4935-9493-7fd723691555} <Debug> TCPHandler: Processed in 0.002144233 sec.
4695 2025.01.22 09:24:43.690069 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
4696 2025.01.22 09:24:43.690204 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4697 2025.01.22 09:24:43.690217 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4698 2025.01.22 09:24:43.690239 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4699 2025.01.22 09:24:43.690439 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part
4700 2025.01.22 09:24:43.690610 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4701 2025.01.22 09:24:43.690758 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
4702 2025.01.22 09:24:43.690850 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4703 2025.01.22 09:24:43.691077 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 68 rows starting from the beginning of the part
4704 2025.01.22 09:24:43.691391 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 417 rows starting from the beginning of the part
4705 2025.01.22 09:24:43.691773 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 528 rows starting from the beginning of the part
4706 2025.01.22 09:24:43.693746 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4707 2025.01.22 09:24:43.693819 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4708 2025.01.22 09:24:43.694609 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4709 2025.01.22 09:24:43.694785 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.004795491 sec., 504849.2427574153 rows/sec., 38.73 MiB/sec.
4710 2025.01.22 09:24:43.694993 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4711 2025.01.22 09:24:43.695057 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4712 2025.01.22 09:24:43.695268 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4713 2025.01.22 09:24:43.695347 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4714 2025.01.22 09:24:43.695412 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4715 2025.01.22 09:24:43.695481 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.005041 sec., 191628.6451100972 rows/sec., 12.86 MiB/sec.
4716 2025.01.22 09:24:43.695739 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4717 2025.01.22 09:24:43.695894 [ 285 ] {3767d2c2-13a3-4035-acb1-243f4fd53b4e} <Debug> TCPHandler: Processed in 0.005760002 sec.
4718 2025.01.22 09:24:43.695917 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
4719 2025.01.22 09:24:43.696012 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_31_6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4720 2025.01.22 09:24:43.696177 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4721 2025.01.22 09:24:43.696254 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4722 2025.01.22 09:24:43.696296 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4723 2025.01.22 09:24:43.696342 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9058 rows starting from the beginning of the part
4724 2025.01.22 09:24:43.696363 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4725 2025.01.22 09:24:43.696504 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4726 2025.01.22 09:24:43.696752 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4727 2025.01.22 09:24:43.697017 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part
4728 2025.01.22 09:24:43.697453 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
4729 2025.01.22 09:24:43.697868 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4730 2025.01.22 09:24:43.698253 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 966 rows starting from the beginning of the part
4731 2025.01.22 09:24:43.700366 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2025.01.22 09:24:43.700414 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4733 2025.01.22 09:24:43.701420 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4734 2025.01.22 09:24:43.701762 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2025.01.22 09:24:43.702052 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005722 sec., 699.0562740300595 rows/sec., 1.25 MiB/sec.
4736 2025.01.22 09:24:43.702175 [ 286 ] {880c0aa6-6c1d-49bb-8ef2-33091b292af4} <Debug> TCPHandler: Processed in 0.006153916 sec.
4737 2025.01.22 09:24:43.702479 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4738 2025.01.22 09:24:43.702716 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10823 rows, containing 5 columns (5 merged, 0 gathered) in 0.007172257 sec., 1509008.9493446765 rows/sec., 101.76 MiB/sec.
4739 2025.01.22 09:24:43.702797 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4740 2025.01.22 09:24:43.702879 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4741 2025.01.22 09:24:43.703128 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4742 2025.01.22 09:24:43.703479 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4743 2025.01.22 09:24:43.703522 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4744 2025.01.22 09:24:43.703562 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4745 2025.01.22 09:24:43.703691 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4746 2025.01.22 09:24:43.703815 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB.
4747 2025.01.22 09:24:43.703981 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4748 2025.01.22 09:24:43.704222 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4749 2025.01.22 09:24:43.704345 [ 76 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4750 2025.01.22 09:24:43.704384 [ 76 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4751 2025.01.22 09:24:43.704409 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4752 2025.01.22 09:24:43.704412 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001686 sec., 26097.271648873073 rows/sec., 1.76 MiB/sec.
4753 2025.01.22 09:24:43.704596 [ 285 ] {e38b4789-aeaa-4927-bf04-c5c18e8bddf6} <Debug> TCPHandler: Processed in 0.002275344 sec.
4754 2025.01.22 09:24:43.704692 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
4755 2025.01.22 09:24:43.704866 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4756 2025.01.22 09:24:43.704902 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1580 rows starting from the beginning of the part
4757 2025.01.22 09:24:43.704985 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
4758 2025.01.22 09:24:43.705206 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
4759 2025.01.22 09:24:43.705493 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
4760 2025.01.22 09:24:43.705632 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4761 2025.01.22 09:24:43.705790 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part
4762 2025.01.22 09:24:43.707198 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 4 columns (4 merged, 0 gathered) in 0.002695569 sec., 707828.2915406729 rows/sec., 46.23 MiB/sec.
4763 2025.01.22 09:24:43.707411 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4764 2025.01.22 09:24:43.707710 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4765 2025.01.22 09:24:43.707794 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_31_6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4766 2025.01.22 09:24:43.707872 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4767 2025.01.22 09:24:44.651162 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4768 2025.01.22 09:24:44.651909 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4769 2025.01.22 09:24:44.651959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4770 2025.01.22 09:24:44.652487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4771 2025.01.22 09:24:44.652744 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4772 2025.01.22 09:24:44.652973 [ 73 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4773 2025.01.22 09:24:44.653014 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4774 2025.01.22 09:24:44.653059 [ 73 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4775 2025.01.22 09:24:44.653089 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4776 2025.01.22 09:24:44.653242 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
4777 2025.01.22 09:24:44.653402 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4778 2025.01.22 09:24:44.653448 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
4779 2025.01.22 09:24:44.653528 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4780 2025.01.22 09:24:44.653751 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4781 2025.01.22 09:24:44.653902 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4782 2025.01.22 09:24:44.654066 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4783 2025.01.22 09:24:44.654135 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4784 2025.01.22 09:24:44.656594 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003425057 sec., 2813967.7675437224 rows/sec., 40.25 MiB/sec.
4785 2025.01.22 09:24:44.656894 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4786 2025.01.22 09:24:44.657225 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2025.01.22 09:24:44.657313 [ 189 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_21_4} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4788 2025.01.22 09:24:44.657430 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4789 2025.01.22 09:24:45.320002 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4790 2025.01.22 09:24:45.342757 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4791 2025.01.22 09:24:45.342829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4792 2025.01.22 09:24:45.350335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4793 2025.01.22 09:24:45.351091 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4794 2025.01.22 09:24:45.351527 [ 73 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4795 2025.01.22 09:24:45.351722 [ 73 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4796 2025.01.22 09:24:45.351825 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4797 2025.01.22 09:24:45.352583 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4798 2025.01.22 09:24:45.365768 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4799 2025.01.22 09:24:45.366253 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4800 2025.01.22 09:24:45.366458 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4801 2025.01.22 09:24:45.371758 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2025.01.22 09:24:45.371880 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4803 2025.01.22 09:24:45.373948 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4804 2025.01.22 09:24:45.375081 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4805 2025.01.22 09:24:45.375289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4806 2025.01.22 09:24:45.375940 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.009817 sec., 5704.3903432820625 rows/sec., 445.95 KiB/sec.
4807 2025.01.22 09:24:45.376398 [ 286 ] {2ade20b5-4c15-487d-bad8-43bb72c01e51} <Debug> TCPHandler: Processed in 0.010826197 sec.
4808 2025.01.22 09:24:45.376837 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4809 2025.01.22 09:24:45.377238 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4810 2025.01.22 09:24:45.377384 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4811 2025.01.22 09:24:45.380269 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4812 2025.01.22 09:24:45.380356 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4813 2025.01.22 09:24:45.380778 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4814 2025.01.22 09:24:45.381888 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4815 2025.01.22 09:24:45.382910 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2025.01.22 09:24:45.383534 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006411 sec., 9982.841990329121 rows/sec., 797.88 KiB/sec.
4817 2025.01.22 09:24:45.383777 [ 285 ] {60e13494-7c38-4762-ae92-2f20aa12ea01} <Debug> TCPHandler: Processed in 0.007225418 sec.
4818 2025.01.22 09:24:45.383992 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4819 2025.01.22 09:24:45.384232 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4820 2025.01.22 09:24:45.384362 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4821 2025.01.22 09:24:45.386019 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4822 2025.01.22 09:24:45.387031 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2025.01.22 09:24:45.387101 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4824 2025.01.22 09:24:45.388057 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4825 2025.01.22 09:24:45.388508 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4826 2025.01.22 09:24:45.388919 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00475 sec., 8842.105263157895 rows/sec., 629.93 KiB/sec.
4827 2025.01.22 09:24:45.389051 [ 286 ] {acbbac9a-52ce-4008-807e-0a5526aa8e27} <Debug> TCPHandler: Processed in 0.005164075 sec.
4828 2025.01.22 09:24:45.389234 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4829 2025.01.22 09:24:45.389433 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4830 2025.01.22 09:24:45.389640 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4831 2025.01.22 09:24:45.392025 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4832 2025.01.22 09:24:45.392104 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4833 2025.01.22 09:24:45.393277 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4834 2025.01.22 09:24:45.393876 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4835 2025.01.22 09:24:45.394411 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.005023 sec., 3185.3474019510254 rows/sec., 220.86 KiB/sec.
4836 2025.01.22 09:24:45.394607 [ 285 ] {3fd3c9e5-8a81-4605-b991-01d7869faaa5} <Debug> TCPHandler: Processed in 0.005463179 sec.
4837 2025.01.22 09:24:45.397916 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4838 2025.01.22 09:24:45.403483 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4839 2025.01.22 09:24:45.409342 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4840 2025.01.22 09:24:45.414968 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4841 2025.01.22 09:24:45.419427 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
4842 2025.01.22 09:24:45.481113 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.129079426 sec., 1231.7997137669329 rows/sec., 6.37 MiB/sec.
4843 2025.01.22 09:24:45.482911 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4844 2025.01.22 09:24:45.485632 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_21_4} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.01.22 09:24:45.485740 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_21_4} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4846 2025.01.22 09:24:45.487433 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.08 MiB.
4847 2025.01.22 09:24:46.000205 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.33 MiB, peak 197.89 MiB, free memory in arenas 0.00 B, will set to 189.31 MiB (RSS), difference: 1.98 MiB
4848 2025.01.22 09:24:47.188307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 686
4849 2025.01.22 09:24:47.191924 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4850 2025.01.22 09:24:47.191976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
4851 2025.01.22 09:24:47.193504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4852 2025.01.22 09:24:47.193839 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4853 2025.01.22 09:24:47.194629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686
4854 2025.01.22 09:24:50.377872 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4855 2025.01.22 09:24:50.378080 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4856 2025.01.22 09:24:50.378151 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4857 2025.01.22 09:24:50.378907 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4858 2025.01.22 09:24:50.378955 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4859 2025.01.22 09:24:50.379400 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4860 2025.01.22 09:24:50.379673 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4861 2025.01.22 09:24:50.379876 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec.
4862 2025.01.22 09:24:50.379942 [ 286 ] {73a59cfd-4c27-4800-b9c7-47fb69fc44e0} <Debug> TCPHandler: Processed in 0.002206854 sec.
4863 2025.01.22 09:24:50.380194 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4864 2025.01.22 09:24:50.380408 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4865 2025.01.22 09:24:50.380489 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4866 2025.01.22 09:24:50.381399 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2025.01.22 09:24:50.381448 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4868 2025.01.22 09:24:50.381913 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4869 2025.01.22 09:24:50.382165 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2025.01.22 09:24:50.382383 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002036 sec., 134086.44400785855 rows/sec., 11.80 MiB/sec.
4871 2025.01.22 09:24:50.382438 [ 285 ] {bf984be4-b01d-4ec2-8ed6-b67af1613170} <Debug> TCPHandler: Processed in 0.002382695 sec.
4872 2025.01.22 09:24:50.382589 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4873 2025.01.22 09:24:50.382740 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4874 2025.01.22 09:24:50.382805 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4875 2025.01.22 09:24:50.383428 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2025.01.22 09:24:50.383469 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4877 2025.01.22 09:24:50.383847 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4878 2025.01.22 09:24:50.384087 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2025.01.22 09:24:50.384266 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001563 sec., 26871.40115163148 rows/sec., 1.93 MiB/sec.
4880 2025.01.22 09:24:50.384321 [ 286 ] {373d559b-5916-46ad-ba2f-03e5533c3077} <Debug> TCPHandler: Processed in 0.001800979 sec.
4881 2025.01.22 09:24:50.384476 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4882 2025.01.22 09:24:50.384615 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4883 2025.01.22 09:24:50.384675 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4884 2025.01.22 09:24:50.385348 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4885 2025.01.22 09:24:50.385397 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4886 2025.01.22 09:24:50.385769 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4887 2025.01.22 09:24:50.386006 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4888 2025.01.22 09:24:50.386205 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001622 sec., 8631.319358816276 rows/sec., 604.48 KiB/sec.
4889 2025.01.22 09:24:50.386257 [ 285 ] {a32d8a11-0def-441f-bc78-bdd5ac3b58b0} <Debug> TCPHandler: Processed in 0.0018474 sec.
4890 2025.01.22 09:24:50.386441 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4891 2025.01.22 09:24:50.386579 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4892 2025.01.22 09:24:50.386638 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4893 2025.01.22 09:24:50.387264 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4894 2025.01.22 09:24:50.387303 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4895 2025.01.22 09:24:50.387669 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4896 2025.01.22 09:24:50.387910 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4897 2025.01.22 09:24:50.388112 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec.
4898 2025.01.22 09:24:50.388188 [ 286 ] {c4571436-f551-431d-9b6e-7e313e543ba8} <Debug> TCPHandler: Processed in 0.001814399 sec.
4899 2025.01.22 09:24:50.388338 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4900 2025.01.22 09:24:50.388473 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4901 2025.01.22 09:24:50.388528 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4902 2025.01.22 09:24:50.389289 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2025.01.22 09:24:50.389328 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4904 2025.01.22 09:24:50.389704 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4905 2025.01.22 09:24:50.389943 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4906 2025.01.22 09:24:50.390154 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001711 sec., 243717.12448860315 rows/sec., 17.40 MiB/sec.
4907 2025.01.22 09:24:50.390280 [ 285 ] {2d2d28d8-2159-42a3-9dd6-43f4e4d0b3bc} <Debug> TCPHandler: Processed in 0.002008121 sec.
4908 2025.01.22 09:24:50.390444 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4909 2025.01.22 09:24:50.390581 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4910 2025.01.22 09:24:50.390641 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4911 2025.01.22 09:24:50.391163 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4912 2025.01.22 09:24:50.391202 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4913 2025.01.22 09:24:50.391566 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4914 2025.01.22 09:24:50.391809 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4915 2025.01.22 09:24:50.392042 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
4916 2025.01.22 09:24:50.392254 [ 286 ] {d3954eb5-d3ee-46d8-82c1-e3c943eafc23} <Debug> TCPHandler: Processed in 0.001892161 sec.
4917 2025.01.22 09:24:50.392437 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4918 2025.01.22 09:24:50.392573 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4919 2025.01.22 09:24:50.392638 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4920 2025.01.22 09:24:50.393263 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4921 2025.01.22 09:24:50.393303 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4922 2025.01.22 09:24:50.393700 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4923 2025.01.22 09:24:50.393944 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4924 2025.01.22 09:24:50.394150 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001608 sec., 147388.05970149254 rows/sec., 9.88 MiB/sec.
4925 2025.01.22 09:24:50.394200 [ 285 ] {366cbb3a-b235-4535-91d3-649d81bcbbca} <Debug> TCPHandler: Processed in 0.00185071 sec.
4926 2025.01.22 09:24:50.394341 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4927 2025.01.22 09:24:50.394479 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4928 2025.01.22 09:24:50.394540 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4929 2025.01.22 09:24:50.395062 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4930 2025.01.22 09:24:50.395125 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4931 2025.01.22 09:24:50.395490 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4932 2025.01.22 09:24:50.395727 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4933 2025.01.22 09:24:50.395840 [ 66 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4934 2025.01.22 09:24:50.395884 [ 66 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2025.01.22 09:24:50.395907 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4936 2025.01.22 09:24:50.395912 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec.
4937 2025.01.22 09:24:50.396065 [ 286 ] {b25ebcee-7ad9-453c-bd8e-c80ed76f0c29} <Debug> TCPHandler: Processed in 0.001786809 sec.
4938 2025.01.22 09:24:50.396156 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4939 2025.01.22 09:24:50.396240 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4940 2025.01.22 09:24:50.396461 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4941 2025.01.22 09:24:50.396492 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4942 2025.01.22 09:24:50.396525 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
4943 2025.01.22 09:24:50.396801 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4944 2025.01.22 09:24:50.396834 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4945 2025.01.22 09:24:50.397221 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4946 2025.01.22 09:24:50.397625 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4947 2025.01.22 09:24:50.397960 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4948 2025.01.22 09:24:50.398310 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
4949 2025.01.22 09:24:50.401905 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005897073 sec., 2543.6347828829657 rows/sec., 170.73 KiB/sec.
4950 2025.01.22 09:24:50.402136 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4951 2025.01.22 09:24:50.402494 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4952 2025.01.22 09:24:50.402568 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4953 2025.01.22 09:24:50.402794 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4954 2025.01.22 09:24:50.403036 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_15_3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4955 2025.01.22 09:24:50.403174 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4956 2025.01.22 09:24:50.403652 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4957 2025.01.22 09:24:50.403920 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4958 2025.01.22 09:24:50.404161 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007751 sec., 4515.546381112114 rows/sec., 8.09 MiB/sec.
4959 2025.01.22 09:24:50.404285 [ 285 ] {04365ea9-7885-41bf-aae6-40a8f7e3d89f} <Debug> TCPHandler: Processed in 0.008129347 sec.
4960 2025.01.22 09:24:50.404416 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4961 2025.01.22 09:24:50.404532 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4962 2025.01.22 09:24:50.404583 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4963 2025.01.22 09:24:50.405063 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4964 2025.01.22 09:24:50.405100 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4965 2025.01.22 09:24:50.405471 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4966 2025.01.22 09:24:50.405709 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4967 2025.01.22 09:24:50.405888 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec.
4968 2025.01.22 09:24:50.405941 [ 286 ] {088861fb-d11c-4a20-ba5b-3f60bafb49bd} <Debug> TCPHandler: Processed in 0.001578717 sec.
4969 2025.01.22 09:24:52.040413 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
4970 2025.01.22 09:24:52.040461 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
4971 2025.01.22 09:24:52.153173 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4972 2025.01.22 09:24:52.153939 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4973 2025.01.22 09:24:52.153992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4974 2025.01.22 09:24:52.154638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4975 2025.01.22 09:24:52.154901 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4976 2025.01.22 09:24:52.155133 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4977 2025.01.22 09:24:52.875437 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4978 2025.01.22 09:24:52.893779 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4979 2025.01.22 09:24:52.893836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4980 2025.01.22 09:24:52.901961 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4981 2025.01.22 09:24:52.902695 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4982 2025.01.22 09:24:52.905237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4983 2025.01.22 09:24:55.371784 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4984 2025.01.22 09:24:55.371989 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4985 2025.01.22 09:24:55.372062 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4986 2025.01.22 09:24:55.372855 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4987 2025.01.22 09:24:55.372902 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4988 2025.01.22 09:24:55.373352 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4989 2025.01.22 09:24:55.373597 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2025.01.22 09:24:55.373805 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001867 sec., 35350.83020889127 rows/sec., 2.80 MiB/sec.
4991 2025.01.22 09:24:55.373869 [ 286 ] {e56bb3ba-388a-4755-984c-5a43fe0b37df} <Debug> TCPHandler: Processed in 0.002215554 sec.
4992 2025.01.22 09:24:55.374135 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4993 2025.01.22 09:24:55.374358 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4994 2025.01.22 09:24:55.374445 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4995 2025.01.22 09:24:55.375279 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2025.01.22 09:24:55.375332 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
4997 2025.01.22 09:24:55.375770 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4998 2025.01.22 09:24:55.376035 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4999 2025.01.22 09:24:55.376280 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001988 sec., 2515.0905432595573 rows/sec., 189.12 KiB/sec.
5000 2025.01.22 09:24:55.376349 [ 285 ] {13e23e39-8013-4f76-8cc2-ba2c1d4a533a} <Debug> TCPHandler: Processed in 0.002354566 sec.
5001 2025.01.22 09:24:55.376494 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5002 2025.01.22 09:24:55.376620 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5003 2025.01.22 09:24:55.376673 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5004 2025.01.22 09:24:55.377289 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5005 2025.01.22 09:24:55.377327 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5006 2025.01.22 09:24:55.377732 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5007 2025.01.22 09:24:55.378006 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5008 2025.01.22 09:24:55.378194 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001604 sec., 43017.456359102245 rows/sec., 3.36 MiB/sec.
5009 2025.01.22 09:24:55.378248 [ 286 ] {bc0b253c-b57c-4fa5-af4c-a5ea8f950276} <Debug> TCPHandler: Processed in 0.001811949 sec.
5010 2025.01.22 09:24:55.378406 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5011 2025.01.22 09:24:55.378531 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5012 2025.01.22 09:24:55.378587 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5013 2025.01.22 09:24:55.379198 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5014 2025.01.22 09:24:55.379239 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5015 2025.01.22 09:24:55.379631 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5016 2025.01.22 09:24:55.379867 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5017 2025.01.22 09:24:55.380078 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec.
5018 2025.01.22 09:24:55.380132 [ 285 ] {29b6cf18-9786-4983-a3af-1607f3e8bbae} <Debug> TCPHandler: Processed in 0.001783749 sec.
5019 2025.01.22 09:24:55.380314 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5020 2025.01.22 09:24:55.380458 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5021 2025.01.22 09:24:55.380552 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5022 2025.01.22 09:24:55.381732 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5023 2025.01.22 09:24:55.381770 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5024 2025.01.22 09:24:55.382381 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5025 2025.01.22 09:24:55.382651 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5026 2025.01.22 09:24:55.382853 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002429 sec., 2058.460271716756 rows/sec., 3.69 MiB/sec.
5027 2025.01.22 09:24:55.382958 [ 286 ] {30051678-5b70-4f38-8e65-e7dbc7a265ca} <Debug> TCPHandler: Processed in 0.00271275 sec.
5028 2025.01.22 09:24:55.383122 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5029 2025.01.22 09:24:55.383240 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5030 2025.01.22 09:24:55.383293 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5031 2025.01.22 09:24:55.383790 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5032 2025.01.22 09:24:55.383829 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5033 2025.01.22 09:24:55.384196 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5034 2025.01.22 09:24:55.384429 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5035 2025.01.22 09:24:55.384655 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec.
5036 2025.01.22 09:24:55.384710 [ 285 ] {0e73f652-0985-4fb0-9c92-6970561cec0f} <Debug> TCPHandler: Processed in 0.001649147 sec.
5037 2025.01.22 09:24:55.531698 [ 58 ] {} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5038 2025.01.22 09:24:55.531741 [ 58 ] {} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2025.01.22 09:24:55.531762 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5040 2025.01.22 09:24:55.531892 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::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
5041 2025.01.22 09:24:55.532019 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5042 2025.01.22 09:24:55.532054 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
5043 2025.01.22 09:24:55.532140 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
5044 2025.01.22 09:24:55.532246 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
5045 2025.01.22 09:24:55.532522 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part
5046 2025.01.22 09:24:55.532642 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
5047 2025.01.22 09:24:55.533861 [ 201 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002027291 sec., 15784.611089379867 rows/sec., 1.32 MiB/sec.
5048 2025.01.22 09:24:55.534058 [ 201 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5049 2025.01.22 09:24:55.534388 [ 201 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5050 2025.01.22 09:24:55.534479 [ 201 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_5_1} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5051 2025.01.22 09:24:55.534587 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5052 2025.01.22 09:24:57.194977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 720
5053 2025.01.22 09:24:57.198218 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5054 2025.01.22 09:24:57.198268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5055 2025.01.22 09:24:57.199739 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5056 2025.01.22 09:24:57.200046 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5057 2025.01.22 09:24:57.200309 [ 56 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5058 2025.01.22 09:24:57.200501 [ 56 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5059 2025.01.22 09:24:57.200636 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5060 2025.01.22 09:24:57.201410 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
5061 2025.01.22 09:24:57.202085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 720
5062 2025.01.22 09:24:57.202591 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5063 2025.01.22 09:24:57.202753 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 524 rows starting from the beginning of the part
5064 2025.01.22 09:24:57.203393 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part
5065 2025.01.22 09:24:57.204036 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
5066 2025.01.22 09:24:57.204638 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part
5067 2025.01.22 09:24:57.205243 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part
5068 2025.01.22 09:24:57.205802 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
5069 2025.01.22 09:24:57.213407 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 72 columns (72 merged, 0 gathered) in 0.012568195 sec., 57287.46251947873 rows/sec., 48.84 MiB/sec.
5070 2025.01.22 09:24:57.214920 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5071 2025.01.22 09:24:57.215692 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.01.22 09:24:57.215772 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_16_3} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5073 2025.01.22 09:24:57.216098 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB.
5074 2025.01.22 09:24:59.655293 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
5075 2025.01.22 09:24:59.655960 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5076 2025.01.22 09:24:59.656011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5077 2025.01.22 09:24:59.656646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5078 2025.01.22 09:24:59.656929 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5079 2025.01.22 09:24:59.657223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
5080 2025.01.22 09:25:00.377324 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5081 2025.01.22 09:25:00.377514 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5082 2025.01.22 09:25:00.377589 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5083 2025.01.22 09:25:00.378348 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5084 2025.01.22 09:25:00.378402 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5085 2025.01.22 09:25:00.378827 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5086 2025.01.22 09:25:00.379277 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5087 2025.01.22 09:25:00.379589 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002128 sec., 6578.9473684210525 rows/sec., 473.60 KiB/sec.
5088 2025.01.22 09:25:00.379654 [ 286 ] {93895c8b-4256-4b50-b07f-5dfbfeadd81c} <Debug> TCPHandler: Processed in 0.002463867 sec.
5089 2025.01.22 09:25:00.379922 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5090 2025.01.22 09:25:00.380113 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5091 2025.01.22 09:25:00.380191 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5092 2025.01.22 09:25:00.381063 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5093 2025.01.22 09:25:00.381114 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5094 2025.01.22 09:25:00.381566 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5095 2025.01.22 09:25:00.381824 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5096 2025.01.22 09:25:00.382064 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002006 sec., 136091.72482552344 rows/sec., 11.97 MiB/sec.
5097 2025.01.22 09:25:00.382120 [ 285 ] {bac7d4bf-ee78-4142-addf-3d7edd176bea} <Debug> TCPHandler: Processed in 0.002330575 sec.
5098 2025.01.22 09:25:00.382286 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5099 2025.01.22 09:25:00.382430 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5100 2025.01.22 09:25:00.382491 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5101 2025.01.22 09:25:00.383222 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5102 2025.01.22 09:25:00.383264 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5103 2025.01.22 09:25:00.383626 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5104 2025.01.22 09:25:00.383891 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5105 2025.01.22 09:25:00.384119 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001724 sec., 24361.948955916472 rows/sec., 1.75 MiB/sec.
5106 2025.01.22 09:25:00.384176 [ 286 ] {cb68434a-11f6-43df-aaa4-8f5a927ca648} <Debug> TCPHandler: Processed in 0.001957631 sec.
5107 2025.01.22 09:25:00.384355 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5108 2025.01.22 09:25:00.384472 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5109 2025.01.22 09:25:00.384519 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5110 2025.01.22 09:25:00.385096 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5111 2025.01.22 09:25:00.385135 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5112 2025.01.22 09:25:00.385485 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5113 2025.01.22 09:25:00.385717 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2025.01.22 09:25:00.385930 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec.
5115 2025.01.22 09:25:00.385983 [ 285 ] {9843e1ee-1308-4949-84bc-8363a05d2493} <Debug> TCPHandler: Processed in 0.001686299 sec.
5116 2025.01.22 09:25:00.386136 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5117 2025.01.22 09:25:00.386263 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5118 2025.01.22 09:25:00.386322 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5119 2025.01.22 09:25:00.386992 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5120 2025.01.22 09:25:00.387040 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5121 2025.01.22 09:25:00.387425 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5122 2025.01.22 09:25:00.387661 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5123 2025.01.22 09:25:00.387879 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec.
5124 2025.01.22 09:25:00.387935 [ 286 ] {8ae1fb2b-402e-4d05-ac32-6dee6754d442} <Debug> TCPHandler: Processed in 0.00185472 sec.
5125 2025.01.22 09:25:00.388092 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5126 2025.01.22 09:25:00.388207 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5127 2025.01.22 09:25:00.388255 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5128 2025.01.22 09:25:00.389004 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5129 2025.01.22 09:25:00.389044 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5130 2025.01.22 09:25:00.389418 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5131 2025.01.22 09:25:00.389655 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5132 2025.01.22 09:25:00.389900 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001713 sec., 243432.57443082312 rows/sec., 17.38 MiB/sec.
5133 2025.01.22 09:25:00.390063 [ 285 ] {1b79ab37-6508-4c7e-9fc2-296e63915b4e} <Debug> TCPHandler: Processed in 0.002021911 sec.
5134 2025.01.22 09:25:00.390299 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5135 2025.01.22 09:25:00.390436 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5136 2025.01.22 09:25:00.390497 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5137 2025.01.22 09:25:00.391059 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5138 2025.01.22 09:25:00.391105 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5139 2025.01.22 09:25:00.391490 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5140 2025.01.22 09:25:00.391732 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5141 2025.01.22 09:25:00.391949 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec.
5142 2025.01.22 09:25:00.392002 [ 286 ] {ec5e081a-f105-4e2c-b9f4-c6ae8e717d03} <Debug> TCPHandler: Processed in 0.001828719 sec.
5143 2025.01.22 09:25:00.392152 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5144 2025.01.22 09:25:00.392270 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5145 2025.01.22 09:25:00.392322 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5146 2025.01.22 09:25:00.392932 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5147 2025.01.22 09:25:00.392971 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5148 2025.01.22 09:25:00.393356 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5149 2025.01.22 09:25:00.393583 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5150 2025.01.22 09:25:00.393830 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec.
5151 2025.01.22 09:25:00.394040 [ 285 ] {a449b417-804b-4004-8bf0-392d3ac4ab16} <Debug> TCPHandler: Processed in 0.001940411 sec.
5152 2025.01.22 09:25:00.394241 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5153 2025.01.22 09:25:00.394377 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5154 2025.01.22 09:25:00.394439 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5155 2025.01.22 09:25:00.394993 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2025.01.22 09:25:00.395040 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5157 2025.01.22 09:25:00.395425 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5158 2025.01.22 09:25:00.395674 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2025.01.22 09:25:00.395883 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec.
5160 2025.01.22 09:25:00.395935 [ 286 ] {95e115f6-9cde-4d63-b1d7-bf594538d948} <Debug> TCPHandler: Processed in 0.001792429 sec.
5161 2025.01.22 09:25:00.396077 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5162 2025.01.22 09:25:00.396192 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5163 2025.01.22 09:25:00.396282 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5164 2025.01.22 09:25:00.397589 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5165 2025.01.22 09:25:00.397629 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5166 2025.01.22 09:25:00.398400 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5167 2025.01.22 09:25:00.398669 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5168 2025.01.22 09:25:00.398983 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002807 sec., 12468.827930174564 rows/sec., 22.34 MiB/sec.
5169 2025.01.22 09:25:00.399354 [ 285 ] {554c64a3-c72b-4ae8-baa6-4c158d0aa339} <Debug> TCPHandler: Processed in 0.003332316 sec.
5170 2025.01.22 09:25:00.399528 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5171 2025.01.22 09:25:00.399665 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5172 2025.01.22 09:25:00.399724 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5173 2025.01.22 09:25:00.400282 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2025.01.22 09:25:00.400322 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5175 2025.01.22 09:25:00.400692 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5176 2025.01.22 09:25:00.400933 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5177 2025.01.22 09:25:00.401163 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec.
5178 2025.01.22 09:25:00.401253 [ 286 ] {6befd22b-26c1-4792-ace5-9b096c42c6f4} <Debug> TCPHandler: Processed in 0.00179311 sec.
5179 2025.01.22 09:25:00.405318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5180 2025.01.22 09:25:00.425103 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5181 2025.01.22 09:25:00.425156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5182 2025.01.22 09:25:00.432552 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5183 2025.01.22 09:25:00.433381 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5184 2025.01.22 09:25:00.438103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5185 2025.01.22 09:25:01.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.17 MiB, peak 197.89 MiB, free memory in arenas 0.00 B, will set to 189.92 MiB (RSS), difference: -1.25 MiB
5186 2025.01.22 09:25:05.371550 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5187 2025.01.22 09:25:05.371756 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5188 2025.01.22 09:25:05.371831 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5189 2025.01.22 09:25:05.372609 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5190 2025.01.22 09:25:05.372664 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5191 2025.01.22 09:25:05.373118 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5192 2025.01.22 09:25:05.373377 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5193 2025.01.22 09:25:05.373610 [ 44 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5194 2025.01.22 09:25:05.373626 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001914 sec., 34482.75862068966 rows/sec., 2.73 MiB/sec.
5195 2025.01.22 09:25:05.373740 [ 44 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5196 2025.01.22 09:25:05.373823 [ 286 ] {5f40acbf-ce75-403a-8dba-9f305bc52143} <Debug> TCPHandler: Processed in 0.002403926 sec.
5197 2025.01.22 09:25:05.373835 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5198 2025.01.22 09:25:05.374105 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
5199 2025.01.22 09:25:05.374195 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5200 2025.01.22 09:25:05.374338 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5201 2025.01.22 09:25:05.374409 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part
5202 2025.01.22 09:25:05.374477 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5203 2025.01.22 09:25:05.374506 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
5204 2025.01.22 09:25:05.374600 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5205 2025.01.22 09:25:05.374968 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 273 rows starting from the beginning of the part
5206 2025.01.22 09:25:05.375332 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part
5207 2025.01.22 09:25:05.375568 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 273 rows starting from the beginning of the part
5208 2025.01.22 09:25:05.375927 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part
5209 2025.01.22 09:25:05.377023 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2025.01.22 09:25:05.377069 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5211 2025.01.22 09:25:05.377682 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5212 2025.01.22 09:25:05.377974 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5213 2025.01.22 09:25:05.378173 [ 188 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 5 columns (5 merged, 0 gathered) in 0.004182734 sec., 517604.0360204594 rows/sec., 45.52 MiB/sec.
5214 2025.01.22 09:25:05.378198 [ 44 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5215 2025.01.22 09:25:05.378271 [ 44 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5216 2025.01.22 09:25:05.378296 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5217 2025.01.22 09:25:05.378322 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00391 sec., 1278.772378516624 rows/sec., 96.16 KiB/sec.
5218 2025.01.22 09:25:05.378645 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
5219 2025.01.22 09:25:05.378674 [ 285 ] {c7c21c2a-5950-4631-9005-526776da3695} <Debug> TCPHandler: Processed in 0.00467494 sec.
5220 2025.01.22 09:25:05.378734 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5221 2025.01.22 09:25:05.379033 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5222 2025.01.22 09:25:05.379302 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5223 2025.01.22 09:25:05.379446 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5224 2025.01.22 09:25:05.379487 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 64 rows starting from the beginning of the part
5225 2025.01.22 09:25:05.379658 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5226 2025.01.22 09:25:05.380063 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
5227 2025.01.22 09:25:05.380235 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5228 2025.01.22 09:25:05.380557 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
5229 2025.01.22 09:25:05.380677 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_36_7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5230 2025.01.22 09:25:05.380999 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
5231 2025.01.22 09:25:05.381034 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
5232 2025.01.22 09:25:05.381431 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part
5233 2025.01.22 09:25:05.381948 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
5234 2025.01.22 09:25:05.384210 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5235 2025.01.22 09:25:05.384284 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5236 2025.01.22 09:25:05.385343 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.006998885 sec., 23718.06366299775 rows/sec., 1.79 MiB/sec.
5237 2025.01.22 09:25:05.385363 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5238 2025.01.22 09:25:05.385521 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5239 2025.01.22 09:25:05.385824 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5240 2025.01.22 09:25:05.386011 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5241 2025.01.22 09:25:05.386071 [ 44 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5242 2025.01.22 09:25:05.386185 [ 44 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5243 2025.01.22 09:25:05.386250 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5244 2025.01.22 09:25:05.386312 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_26_5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5245 2025.01.22 09:25:05.386394 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.007083 sec., 9741.634900465904 rows/sec., 778.71 KiB/sec.
5246 2025.01.22 09:25:05.386800 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
5247 2025.01.22 09:25:05.386879 [ 286 ] {66944b13-8223-411b-b607-66545abebc4a} <Debug> TCPHandler: Processed in 0.008038797 sec.
5248 2025.01.22 09:25:05.386896 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5249 2025.01.22 09:25:05.387203 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5250 2025.01.22 09:25:05.387406 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5251 2025.01.22 09:25:05.387519 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5252 2025.01.22 09:25:05.387626 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5253 2025.01.22 09:25:05.387844 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5254 2025.01.22 09:25:05.387867 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
5255 2025.01.22 09:25:05.388232 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 417 rows starting from the beginning of the part
5256 2025.01.22 09:25:05.388638 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 69 rows starting from the beginning of the part
5257 2025.01.22 09:25:05.389019 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 417 rows starting from the beginning of the part
5258 2025.01.22 09:25:05.389466 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 69 rows starting from the beginning of the part
5259 2025.01.22 09:25:05.390815 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5260 2025.01.22 09:25:05.390867 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5261 2025.01.22 09:25:05.391938 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5262 2025.01.22 09:25:05.392295 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5263 2025.01.22 09:25:05.392522 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5264 2025.01.22 09:25:05.392646 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5265 2025.01.22 09:25:05.392722 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5266 2025.01.22 09:25:05.393002 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005477 sec., 29213.07285010042 rows/sec., 2.03 MiB/sec.
5267 2025.01.22 09:25:05.393497 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
5268 2025.01.22 09:25:05.393492 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.007095637 sec., 274675.83248692116 rows/sec., 21.02 MiB/sec.
5269 2025.01.22 09:25:05.393538 [ 285 ] {9833e0e8-3040-487a-8dc9-2254e18a518c} <Debug> TCPHandler: Processed in 0.006506059 sec.
5270 2025.01.22 09:25:05.393976 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5271 2025.01.22 09:25:05.394299 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5272 2025.01.22 09:25:05.394324 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5273 2025.01.22 09:25:05.394447 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10823 rows starting from the beginning of the part
5274 2025.01.22 09:25:05.394554 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5275 2025.01.22 09:25:05.394989 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part
5276 2025.01.22 09:25:05.395130 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5277 2025.01.22 09:25:05.395613 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
5278 2025.01.22 09:25:05.396057 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5279 2025.01.22 09:25:05.396288 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
5280 2025.01.22 09:25:05.396507 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_36_7} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5281 2025.01.22 09:25:05.396892 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
5282 2025.01.22 09:25:05.396926 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5283 2025.01.22 09:25:05.397320 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
5284 2025.01.22 09:25:05.399205 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5285 2025.01.22 09:25:05.399256 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5286 2025.01.22 09:25:05.400168 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5287 2025.01.22 09:25:05.400821 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5288 2025.01.22 09:25:05.401067 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5289 2025.01.22 09:25:05.401145 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006791 sec., 736.2685907819173 rows/sec., 1.32 MiB/sec.
5290 2025.01.22 09:25:05.401156 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5291 2025.01.22 09:25:05.401254 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5292 2025.01.22 09:25:05.401688 [ 286 ] {7536b041-c59f-4311-9fb6-ce8a3cb7b2d2} <Debug> TCPHandler: Processed in 0.007974526 sec.
5293 2025.01.22 09:25:05.401762 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
5294 2025.01.22 09:25:05.402052 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5295 2025.01.22 09:25:05.402688 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5296 2025.01.22 09:25:05.402969 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5297 2025.01.22 09:25:05.403661 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11659 rows, containing 5 columns (5 merged, 0 gathered) in 0.010763876 sec., 1083160.0066741756 rows/sec., 73.10 MiB/sec.
5298 2025.01.22 09:25:05.403988 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5299 2025.01.22 09:25:05.404162 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 486 rows starting from the beginning of the part
5300 2025.01.22 09:25:05.404316 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5301 2025.01.22 09:25:05.405275 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part
5302 2025.01.22 09:25:05.405480 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5303 2025.01.22 09:25:05.405571 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5304 2025.01.22 09:25:05.406011 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5305 2025.01.22 09:25:05.406415 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part
5306 2025.01.22 09:25:05.406415 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5307 2025.01.22 09:25:05.406857 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
5308 2025.01.22 09:25:05.407216 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
5309 2025.01.22 09:25:05.407261 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5310 2025.01.22 09:25:05.407545 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part
5311 2025.01.22 09:25:05.407782 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5312 2025.01.22 09:25:05.407929 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
5313 2025.01.22 09:25:05.408059 [ 47 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5314 2025.01.22 09:25:05.408187 [ 47 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5315 2025.01.22 09:25:05.408266 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5316 2025.01.22 09:25:05.408391 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005833 sec., 10286.302074404251 rows/sec., 709.86 KiB/sec.
5317 2025.01.22 09:25:05.408904 [ 285 ] {18279fab-e735-4695-b072-1ff9720a30f9} <Debug> TCPHandler: Processed in 0.007078996 sec.
5318 2025.01.22 09:25:05.409193 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
5319 2025.01.22 09:25:05.409572 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5320 2025.01.22 09:25:05.409712 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1908 rows starting from the beginning of the part
5321 2025.01.22 09:25:05.409952 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part
5322 2025.01.22 09:25:05.410218 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
5323 2025.01.22 09:25:05.410558 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
5324 2025.01.22 09:25:05.410966 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
5325 2025.01.22 09:25:05.411318 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5326 2025.01.22 09:25:05.413715 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 4 columns (4 merged, 0 gathered) in 0.005203896 sec., 424297.4878821559 rows/sec., 27.71 MiB/sec.
5327 2025.01.22 09:25:05.414162 [ 197 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5328 2025.01.22 09:25:05.414915 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5329 2025.01.22 09:25:05.415157 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_36_7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5330 2025.01.22 09:25:05.415302 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
5331 2025.01.22 09:25:05.424846 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 19 columns (19 merged, 0 gathered) in 0.02333175 sec., 24430.229194123887 rows/sec., 43.78 MiB/sec.
5332 2025.01.22 09:25:05.425872 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5333 2025.01.22 09:25:05.426289 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5334 2025.01.22 09:25:05.426374 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5335 2025.01.22 09:25:05.426545 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5336 2025.01.22 09:25:06.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.54 MiB, peak 197.89 MiB, free memory in arenas 0.00 B, will set to 192.33 MiB (RSS), difference: 1.79 MiB
5337 2025.01.22 09:25:07.040505 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
5338 2025.01.22 09:25:07.040563 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
5339 2025.01.22 09:25:07.157387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5340 2025.01.22 09:25:07.158155 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2025.01.22 09:25:07.158211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5342 2025.01.22 09:25:07.158769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5343 2025.01.22 09:25:07.159042 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2025.01.22 09:25:07.159303 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5345 2025.01.22 09:25:07.202385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 754
5346 2025.01.22 09:25:07.206036 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5347 2025.01.22 09:25:07.206086 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5348 2025.01.22 09:25:07.207570 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5349 2025.01.22 09:25:07.207885 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2025.01.22 09:25:07.208413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 754
5351 2025.01.22 09:25:07.938213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5352 2025.01.22 09:25:07.959409 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5353 2025.01.22 09:25:07.959464 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5354 2025.01.22 09:25:07.966688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5355 2025.01.22 09:25:07.967462 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5356 2025.01.22 09:25:07.970934 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5357 2025.01.22 09:25:10.377880 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.01.22 09:25:10.378099 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5359 2025.01.22 09:25:10.378178 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5360 2025.01.22 09:25:10.378960 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5361 2025.01.22 09:25:10.379006 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5362 2025.01.22 09:25:10.379426 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5363 2025.01.22 09:25:10.379682 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5364 2025.01.22 09:25:10.379945 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
5365 2025.01.22 09:25:10.380092 [ 286 ] {97e4728a-f9c2-4b5f-bbed-752efae31704} <Debug> TCPHandler: Processed in 0.002340236 sec.
5366 2025.01.22 09:25:10.380399 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.01.22 09:25:10.380605 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5368 2025.01.22 09:25:10.380678 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5369 2025.01.22 09:25:10.381650 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.01.22 09:25:10.381695 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5371 2025.01.22 09:25:10.382169 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5372 2025.01.22 09:25:10.382426 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.01.22 09:25:10.382629 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002078 sec., 131376.32338787295 rows/sec., 11.56 MiB/sec.
5374 2025.01.22 09:25:10.382697 [ 285 ] {b17a0919-8239-41e2-8ebe-ce53c0d37ec3} <Debug> TCPHandler: Processed in 0.002437487 sec.
5375 2025.01.22 09:25:10.382882 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.01.22 09:25:10.383003 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5377 2025.01.22 09:25:10.383054 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5378 2025.01.22 09:25:10.383639 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.01.22 09:25:10.383679 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5380 2025.01.22 09:25:10.384046 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5381 2025.01.22 09:25:10.384303 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.01.22 09:25:10.384577 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001579 sec., 26599.113362887903 rows/sec., 1.91 MiB/sec.
5383 2025.01.22 09:25:10.385081 [ 286 ] {f2fa358c-5944-438f-8325-ad2d941249d0} <Debug> TCPHandler: Processed in 0.002252074 sec.
5384 2025.01.22 09:25:10.385364 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2025.01.22 09:25:10.385515 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5386 2025.01.22 09:25:10.385578 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5387 2025.01.22 09:25:10.386298 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2025.01.22 09:25:10.386344 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5389 2025.01.22 09:25:10.386720 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5390 2025.01.22 09:25:10.386949 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.01.22 09:25:10.387066 [ 40 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5392 2025.01.22 09:25:10.387109 [ 40 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5393 2025.01.22 09:25:10.387129 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec.
5394 2025.01.22 09:25:10.387133 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5395 2025.01.22 09:25:10.387233 [ 285 ] {81fa0b2e-45e5-45dc-bb03-c13279c214d3} <Debug> TCPHandler: Processed in 0.001993561 sec.
5396 2025.01.22 09:25:10.387334 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
5397 2025.01.22 09:25:10.387399 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5398 2025.01.22 09:25:10.387508 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5399 2025.01.22 09:25:10.387546 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5400 2025.01.22 09:25:10.387564 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
5401 2025.01.22 09:25:10.387618 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5402 2025.01.22 09:25:10.387777 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5403 2025.01.22 09:25:10.388198 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part
5404 2025.01.22 09:25:10.388611 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5405 2025.01.22 09:25:10.389011 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5406 2025.01.22 09:25:10.389292 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
5407 2025.01.22 09:25:10.390087 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5408 2025.01.22 09:25:10.390133 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5409 2025.01.22 09:25:10.390688 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5410 2025.01.22 09:25:10.391008 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003767171 sec., 139892.77364897955 rows/sec., 10.02 MiB/sec.
5411 2025.01.22 09:25:10.391074 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.01.22 09:25:10.391330 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5413 2025.01.22 09:25:10.391600 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004073 sec., 3191.750552418365 rows/sec., 199.00 KiB/sec.
5414 2025.01.22 09:25:10.391957 [ 286 ] {78d0b405-95c3-4723-b648-0d30773858bc} <Debug> TCPHandler: Processed in 0.00461631 sec.
5415 2025.01.22 09:25:10.392172 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5416 2025.01.22 09:25:10.392186 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5417 2025.01.22 09:25:10.392315 [ 197 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_21_4} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5418 2025.01.22 09:25:10.392382 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5419 2025.01.22 09:25:10.392491 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5420 2025.01.22 09:25:10.392500 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5421 2025.01.22 09:25:10.393302 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5422 2025.01.22 09:25:10.393346 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5423 2025.01.22 09:25:10.393725 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5424 2025.01.22 09:25:10.393959 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5425 2025.01.22 09:25:10.394171 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001832 sec., 227620.08733624453 rows/sec., 16.25 MiB/sec.
5426 2025.01.22 09:25:10.394223 [ 285 ] {95625354-a4b3-4eae-9085-ab6dd7e5dcc9} <Debug> TCPHandler: Processed in 0.002144243 sec.
5427 2025.01.22 09:25:10.394361 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5428 2025.01.22 09:25:10.394478 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5429 2025.01.22 09:25:10.394529 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5430 2025.01.22 09:25:10.395004 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5431 2025.01.22 09:25:10.395043 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5432 2025.01.22 09:25:10.395407 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5433 2025.01.22 09:25:10.395640 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5434 2025.01.22 09:25:10.395817 [ 39 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5435 2025.01.22 09:25:10.395884 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
5436 2025.01.22 09:25:10.395903 [ 39 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2025.01.22 09:25:10.395976 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5438 2025.01.22 09:25:10.396010 [ 286 ] {e35d98c2-7c6b-4b8f-8a64-ebf726e77d28} <Debug> TCPHandler: Processed in 0.001698209 sec.
5439 2025.01.22 09:25:10.396261 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5440 2025.01.22 09:25:10.396691 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5441 2025.01.22 09:25:10.396728 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
5442 2025.01.22 09:25:10.396874 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5443 2025.01.22 09:25:10.397148 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5444 2025.01.22 09:25:10.397255 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5445 2025.01.22 09:25:10.397579 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5446 2025.01.22 09:25:10.397978 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5447 2025.01.22 09:25:10.398234 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5448 2025.01.22 09:25:10.398536 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5449 2025.01.22 09:25:10.398949 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5450 2025.01.22 09:25:10.399682 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2025.01.22 09:25:10.399768 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5452 2025.01.22 09:25:10.400836 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5453 2025.01.22 09:25:10.401508 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.01.22 09:25:10.401533 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005361268 sec., 17906.211739461636 rows/sec., 935.53 KiB/sec.
5455 2025.01.22 09:25:10.401760 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5456 2025.01.22 09:25:10.401939 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005412 sec., 43791.57427937916 rows/sec., 2.94 MiB/sec.
5457 2025.01.22 09:25:10.402096 [ 285 ] {b626b0e4-759b-4d07-8897-104de4e4ed3e} <Debug> TCPHandler: Processed in 0.005975194 sec.
5458 2025.01.22 09:25:10.402254 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5459 2025.01.22 09:25:10.402314 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5460 2025.01.22 09:25:10.402476 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5461 2025.01.22 09:25:10.402492 [ 189 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_16_3} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5462 2025.01.22 09:25:10.402567 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5463 2025.01.22 09:25:10.402662 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5464 2025.01.22 09:25:10.403155 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5465 2025.01.22 09:25:10.403199 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5466 2025.01.22 09:25:10.403561 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5467 2025.01.22 09:25:10.403805 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5468 2025.01.22 09:25:10.404020 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec.
5469 2025.01.22 09:25:10.404071 [ 286 ] {7d7cd311-946e-4b83-81ed-b5fd15f77200} <Debug> TCPHandler: Processed in 0.00188857 sec.
5470 2025.01.22 09:25:10.404210 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5471 2025.01.22 09:25:10.404327 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5472 2025.01.22 09:25:10.404409 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5473 2025.01.22 09:25:10.405616 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5474 2025.01.22 09:25:10.405656 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5475 2025.01.22 09:25:10.406323 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5476 2025.01.22 09:25:10.406583 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5477 2025.01.22 09:25:10.406906 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002602 sec., 13451.19139123751 rows/sec., 24.10 MiB/sec.
5478 2025.01.22 09:25:10.407549 [ 285 ] {5dc5448b-db8c-45b5-9982-fb4ee6ec9061} <Debug> TCPHandler: Processed in 0.003391016 sec.
5479 2025.01.22 09:25:10.407701 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5480 2025.01.22 09:25:10.407821 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5481 2025.01.22 09:25:10.407872 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5482 2025.01.22 09:25:10.408372 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2025.01.22 09:25:10.408411 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5484 2025.01.22 09:25:10.408787 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5485 2025.01.22 09:25:10.409023 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2025.01.22 09:25:10.409226 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec.
5487 2025.01.22 09:25:10.409276 [ 286 ] {3044b5f2-3be5-4bcc-b736-296b63fd6713} <Debug> TCPHandler: Processed in 0.001632757 sec.
5488 2025.01.22 09:25:13.672338 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5489 2025.01.22 09:25:13.672553 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5490 2025.01.22 09:25:13.672636 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5491 2025.01.22 09:25:13.673353 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2025.01.22 09:25:13.673408 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5493 2025.01.22 09:25:13.673836 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5494 2025.01.22 09:25:13.674086 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5495 2025.01.22 09:25:13.674361 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001861 sec., 2149.38205265986 rows/sec., 175.27 KiB/sec.
5496 2025.01.22 09:25:13.674553 [ 286 ] {98ade87c-81d1-4a14-8943-815fafc212e9} <Debug> TCPHandler: Processed in 0.002352846 sec.
5497 2025.01.22 09:25:13.674803 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5498 2025.01.22 09:25:13.675015 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5499 2025.01.22 09:25:13.675098 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5500 2025.01.22 09:25:13.676364 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5501 2025.01.22 09:25:13.676414 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5502 2025.01.22 09:25:13.676918 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5503 2025.01.22 09:25:13.677177 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5504 2025.01.22 09:25:13.677430 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002475 sec., 488080.808080808 rows/sec., 40.10 MiB/sec.
5505 2025.01.22 09:25:13.677495 [ 285 ] {0c9c0e6e-bd6a-46c6-aa92-298ddb24a68f} <Debug> TCPHandler: Processed in 0.00283117 sec.
5506 2025.01.22 09:25:13.677647 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5507 2025.01.22 09:25:13.677797 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5508 2025.01.22 09:25:13.677860 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5509 2025.01.22 09:25:13.678594 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2025.01.22 09:25:13.678638 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5511 2025.01.22 09:25:13.679014 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5512 2025.01.22 09:25:13.679253 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.01.22 09:25:13.679524 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001763 sec., 5104.934770277935 rows/sec., 371.68 KiB/sec.
5514 2025.01.22 09:25:13.679766 [ 286 ] {9723b2e5-10a7-42d5-850c-5c622b7fd019} <Debug> TCPHandler: Processed in 0.002185354 sec.
5515 2025.01.22 09:25:13.679984 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5516 2025.01.22 09:25:13.680131 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5517 2025.01.22 09:25:13.680194 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5518 2025.01.22 09:25:13.680920 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5519 2025.01.22 09:25:13.680962 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5520 2025.01.22 09:25:13.681328 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5521 2025.01.22 09:25:13.681576 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5522 2025.01.22 09:25:13.681794 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0017 sec., 134117.64705882352 rows/sec., 9.08 MiB/sec.
5523 2025.01.22 09:25:13.681850 [ 285 ] {1a1739d9-3424-4fc0-865d-d57d68eb26fb} <Debug> TCPHandler: Processed in 0.001951501 sec.
5524 2025.01.22 09:25:13.681999 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5525 2025.01.22 09:25:13.682138 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5526 2025.01.22 09:25:13.682197 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5527 2025.01.22 09:25:13.683077 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5528 2025.01.22 09:25:13.683117 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5529 2025.01.22 09:25:13.683503 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5530 2025.01.22 09:25:13.683743 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5531 2025.01.22 09:25:13.683978 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001872 sec., 282585.47008547006 rows/sec., 20.93 MiB/sec.
5532 2025.01.22 09:25:13.684034 [ 286 ] {7087ce9a-5743-4f4f-ae57-47f02b292338} <Debug> TCPHandler: Processed in 0.002101822 sec.
5533 2025.01.22 09:25:13.684193 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5534 2025.01.22 09:25:13.684334 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5535 2025.01.22 09:25:13.684397 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5536 2025.01.22 09:25:13.685184 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5537 2025.01.22 09:25:13.685222 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5538 2025.01.22 09:25:13.685665 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5539 2025.01.22 09:25:13.685903 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5540 2025.01.22 09:25:13.686100 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001799 sec., 536964.9805447471 rows/sec., 36.04 MiB/sec.
5541 2025.01.22 09:25:13.686154 [ 285 ] {75a788f3-74c8-4497-a065-6597716ac6e3} <Debug> TCPHandler: Processed in 0.002029571 sec.
5542 2025.01.22 09:25:13.686301 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5543 2025.01.22 09:25:13.686438 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5544 2025.01.22 09:25:13.686532 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5545 2025.01.22 09:25:13.687632 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5546 2025.01.22 09:25:13.687671 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5547 2025.01.22 09:25:13.688276 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5548 2025.01.22 09:25:13.688531 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5549 2025.01.22 09:25:13.688769 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002363 sec., 2115.9542953872196 rows/sec., 3.79 MiB/sec.
5550 2025.01.22 09:25:13.688874 [ 286 ] {573ecf31-801a-4354-91b0-8ee99a5c0cef} <Debug> TCPHandler: Processed in 0.002637808 sec.
5551 2025.01.22 09:25:13.689022 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5552 2025.01.22 09:25:13.689161 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5553 2025.01.22 09:25:13.689221 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5554 2025.01.22 09:25:13.689765 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5555 2025.01.22 09:25:13.689802 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5556 2025.01.22 09:25:13.690169 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5557 2025.01.22 09:25:13.690401 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5558 2025.01.22 09:25:13.690586 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001458 sec., 30178.32647462277 rows/sec., 2.03 MiB/sec.
5559 2025.01.22 09:25:13.690637 [ 285 ] {d76b6be3-57bb-43c8-bca0-d129a9869371} <Debug> TCPHandler: Processed in 0.001684648 sec.
5560 2025.01.22 09:25:14.659486 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5561 2025.01.22 09:25:14.660359 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5562 2025.01.22 09:25:14.660420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5563 2025.01.22 09:25:14.661070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5564 2025.01.22 09:25:14.661374 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5565 2025.01.22 09:25:14.661661 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5566 2025.01.22 09:25:15.366135 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5567 2025.01.22 09:25:15.366346 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5568 2025.01.22 09:25:15.366429 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5569 2025.01.22 09:25:15.367221 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5570 2025.01.22 09:25:15.367274 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5571 2025.01.22 09:25:15.367708 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5572 2025.01.22 09:25:15.368001 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5573 2025.01.22 09:25:15.368237 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec.
5574 2025.01.22 09:25:15.368302 [ 286 ] {1bcff2fc-6d6d-4715-83e0-d8a104f0d1ec} <Debug> TCPHandler: Processed in 0.002305925 sec.
5575 2025.01.22 09:25:15.368566 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5576 2025.01.22 09:25:15.368757 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5577 2025.01.22 09:25:15.368826 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5578 2025.01.22 09:25:15.369573 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5579 2025.01.22 09:25:15.369618 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5580 2025.01.22 09:25:15.370048 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5581 2025.01.22 09:25:15.370306 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5582 2025.01.22 09:25:15.370536 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001832 sec., 34934.49781659389 rows/sec., 2.73 MiB/sec.
5583 2025.01.22 09:25:15.370593 [ 285 ] {253049e4-f8ee-4616-808e-10f2143b01b3} <Debug> TCPHandler: Processed in 0.002165844 sec.
5584 2025.01.22 09:25:15.370756 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5585 2025.01.22 09:25:15.370890 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5586 2025.01.22 09:25:15.370948 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5587 2025.01.22 09:25:15.371497 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5588 2025.01.22 09:25:15.371539 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5589 2025.01.22 09:25:15.371947 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5590 2025.01.22 09:25:15.372197 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5591 2025.01.22 09:25:15.372416 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001558 sec., 26957.63799743261 rows/sec., 1.88 MiB/sec.
5592 2025.01.22 09:25:15.372474 [ 286 ] {26c35807-6941-47fd-9e18-cf6628bba6ef} <Debug> TCPHandler: Processed in 0.00178479 sec.
5593 2025.01.22 09:25:15.372619 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5594 2025.01.22 09:25:15.372758 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5595 2025.01.22 09:25:15.372818 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5596 2025.01.22 09:25:15.373383 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5597 2025.01.22 09:25:15.373429 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5598 2025.01.22 09:25:15.373823 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5599 2025.01.22 09:25:15.374063 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5600 2025.01.22 09:25:15.374268 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001543 sec., 10369.41023979261 rows/sec., 718.97 KiB/sec.
5601 2025.01.22 09:25:15.374320 [ 285 ] {98a7dee9-3cf4-4047-8969-58a9fb0adebf} <Debug> TCPHandler: Processed in 0.001758339 sec.
5602 2025.01.22 09:25:15.471037 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5603 2025.01.22 09:25:15.493124 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2025.01.22 09:25:15.493173 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5605 2025.01.22 09:25:15.500827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5606 2025.01.22 09:25:15.501591 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2025.01.22 09:25:15.505789 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5608 2025.01.22 09:25:17.208662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 800
5609 2025.01.22 09:25:17.212229 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5610 2025.01.22 09:25:17.212283 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5611 2025.01.22 09:25:17.213792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5612 2025.01.22 09:25:17.214107 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5613 2025.01.22 09:25:17.215576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800
5614 2025.01.22 09:25:20.378058 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5615 2025.01.22 09:25:20.378280 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5616 2025.01.22 09:25:20.378357 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5617 2025.01.22 09:25:20.379155 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5618 2025.01.22 09:25:20.379219 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5619 2025.01.22 09:25:20.379637 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5620 2025.01.22 09:25:20.379882 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5621 2025.01.22 09:25:20.380027 [ 18 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5622 2025.01.22 09:25:20.380069 [ 18 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2025.01.22 09:25:20.380083 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec.
5624 2025.01.22 09:25:20.380094 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5625 2025.01.22 09:25:20.380190 [ 286 ] {7ef1f165-9000-4bb6-af12-444f868c070e} <Debug> TCPHandler: Processed in 0.002255814 sec.
5626 2025.01.22 09:25:20.380528 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5627 2025.01.22 09:25:20.380677 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5628 2025.01.22 09:25:20.380730 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5629 2025.01.22 09:25:20.380793 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5630 2025.01.22 09:25:20.380986 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5631 2025.01.22 09:25:20.381107 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5632 2025.01.22 09:25:20.381370 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5633 2025.01.22 09:25:20.381391 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5634 2025.01.22 09:25:20.381770 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5635 2025.01.22 09:25:20.382142 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
5636 2025.01.22 09:25:20.384423 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5637 2025.01.22 09:25:20.384513 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5638 2025.01.22 09:25:20.384712 [ 187 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004494249 sec., 15575.460994706793 rows/sec., 1.15 MiB/sec.
5639 2025.01.22 09:25:20.384988 [ 187 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5640 2025.01.22 09:25:20.385452 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5641 2025.01.22 09:25:20.385616 [ 187 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_17_4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5642 2025.01.22 09:25:20.385830 [ 187 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_17_4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5643 2025.01.22 09:25:20.386063 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5644 2025.01.22 09:25:20.386132 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5645 2025.01.22 09:25:20.386653 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005709 sec., 47819.23279033106 rows/sec., 4.21 MiB/sec.
5646 2025.01.22 09:25:20.386909 [ 285 ] {06a4fdae-a009-4e5b-9fea-c54de35a2905} <Debug> TCPHandler: Processed in 0.00654599 sec.
5647 2025.01.22 09:25:20.387106 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5648 2025.01.22 09:25:20.387225 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5649 2025.01.22 09:25:20.387275 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5650 2025.01.22 09:25:20.387873 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5651 2025.01.22 09:25:20.387911 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5652 2025.01.22 09:25:20.388269 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5653 2025.01.22 09:25:20.388502 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5654 2025.01.22 09:25:20.388710 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001507 sec., 27869.9402786994 rows/sec., 2.00 MiB/sec.
5655 2025.01.22 09:25:20.388924 [ 286 ] {ce6e3862-e5a0-405b-abf5-a454c127a389} <Debug> TCPHandler: Processed in 0.00187147 sec.
5656 2025.01.22 09:25:20.389211 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5657 2025.01.22 09:25:20.389431 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5658 2025.01.22 09:25:20.389523 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5659 2025.01.22 09:25:20.390216 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5660 2025.01.22 09:25:20.390254 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5661 2025.01.22 09:25:20.390600 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5662 2025.01.22 09:25:20.390863 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5663 2025.01.22 09:25:20.391117 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec.
5664 2025.01.22 09:25:20.391358 [ 285 ] {cfb15d0f-9b25-4dfc-b8d2-0114e3d8791c} <Debug> TCPHandler: Processed in 0.002305085 sec.
5665 2025.01.22 09:25:20.391518 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5666 2025.01.22 09:25:20.391652 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5667 2025.01.22 09:25:20.391708 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5668 2025.01.22 09:25:20.392398 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5669 2025.01.22 09:25:20.392443 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5670 2025.01.22 09:25:20.392840 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5671 2025.01.22 09:25:20.393076 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5672 2025.01.22 09:25:20.393200 [ 18 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5673 2025.01.22 09:25:20.393243 [ 18 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5674 2025.01.22 09:25:20.393268 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5675 2025.01.22 09:25:20.393271 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec.
5676 2025.01.22 09:25:20.393461 [ 286 ] {7f91dc96-4ff7-4699-9dbe-f9e53c0b7570} <Debug> TCPHandler: Processed in 0.002005282 sec.
5677 2025.01.22 09:25:20.393529 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5678 2025.01.22 09:25:20.393676 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5679 2025.01.22 09:25:20.393748 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5680 2025.01.22 09:25:20.393790 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5681 2025.01.22 09:25:20.394011 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5682 2025.01.22 09:25:20.394070 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5683 2025.01.22 09:25:20.394227 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5684 2025.01.22 09:25:20.394315 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5685 2025.01.22 09:25:20.394721 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5686 2025.01.22 09:25:20.395021 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
5687 2025.01.22 09:25:20.397163 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2025.01.22 09:25:20.397247 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5689 2025.01.22 09:25:20.397614 [ 187 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004241665 sec., 15324.171050754832 rows/sec., 1015.32 KiB/sec.
5690 2025.01.22 09:25:20.397858 [ 187 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5691 2025.01.22 09:25:20.398192 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5692 2025.01.22 09:25:20.398395 [ 187 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_17_4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5693 2025.01.22 09:25:20.398553 [ 187 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_17_4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5694 2025.01.22 09:25:20.398738 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5695 2025.01.22 09:25:20.398749 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2025.01.22 09:25:20.399008 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005154 sec., 80908.03259604191 rows/sec., 5.78 MiB/sec.
5697 2025.01.22 09:25:20.399076 [ 285 ] {aa231c07-d5b2-489f-877e-c24e2a522055} <Debug> TCPHandler: Processed in 0.005491059 sec.
5698 2025.01.22 09:25:20.399251 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5699 2025.01.22 09:25:20.399390 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5700 2025.01.22 09:25:20.399450 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5701 2025.01.22 09:25:20.399966 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5702 2025.01.22 09:25:20.400003 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5703 2025.01.22 09:25:20.400372 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5704 2025.01.22 09:25:20.400600 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5705 2025.01.22 09:25:20.400776 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec.
5706 2025.01.22 09:25:20.400828 [ 286 ] {b75e40ef-7f4c-425f-a04e-e1618fbede29} <Debug> TCPHandler: Processed in 0.001645008 sec.
5707 2025.01.22 09:25:20.401029 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5708 2025.01.22 09:25:20.401247 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5709 2025.01.22 09:25:20.401344 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5710 2025.01.22 09:25:20.402137 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2025.01.22 09:25:20.402175 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5712 2025.01.22 09:25:20.402572 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5713 2025.01.22 09:25:20.402810 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2025.01.22 09:25:20.403021 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001827 sec., 129720.85385878489 rows/sec., 8.69 MiB/sec.
5715 2025.01.22 09:25:20.403077 [ 285 ] {29be779d-1ac3-42c3-8a07-a17c714fbfc3} <Debug> TCPHandler: Processed in 0.002158443 sec.
5716 2025.01.22 09:25:20.403216 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5717 2025.01.22 09:25:20.403331 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5718 2025.01.22 09:25:20.403383 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5719 2025.01.22 09:25:20.403872 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2025.01.22 09:25:20.403908 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5721 2025.01.22 09:25:20.404253 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5722 2025.01.22 09:25:20.404480 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2025.01.22 09:25:20.404656 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec.
5724 2025.01.22 09:25:20.404705 [ 286 ] {a11344cc-8ed5-4f79-bdb0-23966bd0a982} <Debug> TCPHandler: Processed in 0.001542706 sec.
5725 2025.01.22 09:25:20.404909 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2025.01.22 09:25:20.405126 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5727 2025.01.22 09:25:20.405264 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5728 2025.01.22 09:25:20.406628 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2025.01.22 09:25:20.406666 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5730 2025.01.22 09:25:20.407327 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5731 2025.01.22 09:25:20.407596 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5732 2025.01.22 09:25:20.407835 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002761 sec., 12676.566461427019 rows/sec., 22.72 MiB/sec.
5733 2025.01.22 09:25:20.407941 [ 285 ] {ff2ff0ad-2a4a-4e3d-a32f-ee90d650ec07} <Debug> TCPHandler: Processed in 0.003138843 sec.
5734 2025.01.22 09:25:20.408103 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5735 2025.01.22 09:25:20.408239 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5736 2025.01.22 09:25:20.408297 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5737 2025.01.22 09:25:20.408872 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5738 2025.01.22 09:25:20.408912 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5739 2025.01.22 09:25:20.409307 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5740 2025.01.22 09:25:20.409548 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2025.01.22 09:25:20.409728 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec.
5742 2025.01.22 09:25:20.409782 [ 286 ] {07099ad4-11c6-4171-8430-9445276a3aad} <Debug> TCPHandler: Processed in 0.001747659 sec.
5743 2025.01.22 09:25:22.040608 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
5744 2025.01.22 09:25:22.040667 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
5745 2025.01.22 09:25:22.161850 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5746 2025.01.22 09:25:22.162991 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5747 2025.01.22 09:25:22.163081 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5748 2025.01.22 09:25:22.163648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5749 2025.01.22 09:25:22.163895 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5750 2025.01.22 09:25:22.164106 [ 126 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5751 2025.01.22 09:25:22.164133 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5752 2025.01.22 09:25:22.164182 [ 126 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5753 2025.01.22 09:25:22.164215 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5754 2025.01.22 09:25:22.164388 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
5755 2025.01.22 09:25:22.164571 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5756 2025.01.22 09:25:22.164619 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5757 2025.01.22 09:25:22.164715 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5758 2025.01.22 09:25:22.164810 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5759 2025.01.22 09:25:22.164941 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5760 2025.01.22 09:25:22.165042 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5761 2025.01.22 09:25:22.165158 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5762 2025.01.22 09:25:22.167249 [ 188 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002949622 sec., 4053400.740840691 rows/sec., 57.98 MiB/sec.
5763 2025.01.22 09:25:22.167536 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5764 2025.01.22 09:25:22.167880 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5765 2025.01.22 09:25:22.167962 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_26_5} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5766 2025.01.22 09:25:22.168050 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5767 2025.01.22 09:25:23.005892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5768 2025.01.22 09:25:23.029272 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5769 2025.01.22 09:25:23.029359 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5770 2025.01.22 09:25:23.037040 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5771 2025.01.22 09:25:23.037847 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5772 2025.01.22 09:25:23.038133 [ 118 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5773 2025.01.22 09:25:23.038195 [ 118 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5774 2025.01.22 09:25:23.038235 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5775 2025.01.22 09:25:23.038590 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5776 2025.01.22 09:25:23.053239 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5777 2025.01.22 09:25:23.054680 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5778 2025.01.22 09:25:23.056255 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5779 2025.01.22 09:25:23.061873 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5780 2025.01.22 09:25:23.067719 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5781 2025.01.22 09:25:23.073245 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5782 2025.01.22 09:25:23.079082 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5783 2025.01.22 09:25:23.083846 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
5784 2025.01.22 09:25:23.143119 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104771565 sec., 1870.7365877373313 rows/sec., 9.67 MiB/sec.
5785 2025.01.22 09:25:23.145866 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5786 2025.01.22 09:25:23.148852 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_26_5} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5787 2025.01.22 09:25:23.148979 [ 193 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_26_5} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5788 2025.01.22 09:25:23.151456 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5789 2025.01.22 09:25:24.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.59 MiB, peak 205.14 MiB, free memory in arenas 0.00 B, will set to 196.80 MiB (RSS), difference: 2.22 MiB
5790 2025.01.22 09:25:25.372290 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5791 2025.01.22 09:25:25.372531 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5792 2025.01.22 09:25:25.372614 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5793 2025.01.22 09:25:25.373448 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2025.01.22 09:25:25.373498 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5795 2025.01.22 09:25:25.373950 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5796 2025.01.22 09:25:25.374235 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2025.01.22 09:25:25.374403 [ 122 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5798 2025.01.22 09:25:25.374459 [ 122 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.01.22 09:25:25.374459 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001986 sec., 33232.628398791545 rows/sec., 2.63 MiB/sec.
5800 2025.01.22 09:25:25.374488 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5801 2025.01.22 09:25:25.374587 [ 286 ] {84cbe903-a781-4dfe-96fc-d2ace1cfed99} <Debug> TCPHandler: Processed in 0.002436456 sec.
5802 2025.01.22 09:25:25.374843 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
5803 2025.01.22 09:25:25.374954 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5804 2025.01.22 09:25:25.375043 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5805 2025.01.22 09:25:25.375086 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1433 rows starting from the beginning of the part
5806 2025.01.22 09:25:25.375160 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5807 2025.01.22 09:25:25.375189 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 273 rows starting from the beginning of the part
5808 2025.01.22 09:25:25.375350 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5809 2025.01.22 09:25:25.375637 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1208 rows starting from the beginning of the part
5810 2025.01.22 09:25:25.376044 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
5811 2025.01.22 09:25:25.376268 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 273 rows starting from the beginning of the part
5812 2025.01.22 09:25:25.376522 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part
5813 2025.01.22 09:25:25.377889 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5814 2025.01.22 09:25:25.377936 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5815 2025.01.22 09:25:25.378570 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5816 2025.01.22 09:25:25.378834 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5817 2025.01.22 09:25:25.379124 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004036 sec., 1238.8503468780973 rows/sec., 93.16 KiB/sec.
5818 2025.01.22 09:25:25.379294 [ 285 ] {ec8a40f6-894f-4d44-98b7-b60a3f4bd9dc} <Debug> TCPHandler: Processed in 0.004549939 sec.
5819 2025.01.22 09:25:25.379439 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.004823712 sec., 685986.2280335145 rows/sec., 59.91 MiB/sec.
5820 2025.01.22 09:25:25.379491 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5821 2025.01.22 09:25:25.379672 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5822 2025.01.22 09:25:25.379751 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5823 2025.01.22 09:25:25.379758 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5824 2025.01.22 09:25:25.380473 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2025.01.22 09:25:25.380654 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_41_8} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5826 2025.01.22 09:25:25.380818 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
5827 2025.01.22 09:25:25.381062 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2025.01.22 09:25:25.381107 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5829 2025.01.22 09:25:25.381487 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5830 2025.01.22 09:25:25.381728 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5831 2025.01.22 09:25:25.381863 [ 122 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5832 2025.01.22 09:25:25.381907 [ 122 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5833 2025.01.22 09:25:25.381925 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002315 sec., 29805.61555075594 rows/sec., 2.33 MiB/sec.
5834 2025.01.22 09:25:25.381933 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5835 2025.01.22 09:25:25.382135 [ 286 ] {2b83f475-55c4-4bcb-9aba-535e1b9b48f8} <Debug> TCPHandler: Processed in 0.00271714 sec.
5836 2025.01.22 09:25:25.382358 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
5837 2025.01.22 09:25:25.382440 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5838 2025.01.22 09:25:25.382870 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5839 2025.01.22 09:25:25.382885 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5840 2025.01.22 09:25:25.383087 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5841 2025.01.22 09:25:25.383071 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part
5842 2025.01.22 09:25:25.383881 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 417 rows starting from the beginning of the part
5843 2025.01.22 09:25:25.384233 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 529 rows starting from the beginning of the part
5844 2025.01.22 09:25:25.384598 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
5845 2025.01.22 09:25:25.384820 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 417 rows starting from the beginning of the part
5846 2025.01.22 09:25:25.385206 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 69 rows starting from the beginning of the part
5847 2025.01.22 09:25:25.386112 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5848 2025.01.22 09:25:25.386181 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5849 2025.01.22 09:25:25.387189 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5850 2025.01.22 09:25:25.387708 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5851 2025.01.22 09:25:25.387901 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5852 2025.01.22 09:25:25.387998 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5853 2025.01.22 09:25:25.388053 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5854 2025.01.22 09:25:25.388110 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005383 sec., 29723.202675088243 rows/sec., 2.07 MiB/sec.
5855 2025.01.22 09:25:25.388453 [ 285 ] {6986ce86-fb0e-430a-8d86-d255a61c1b88} <Debug> TCPHandler: Processed in 0.006161266 sec.
5856 2025.01.22 09:25:25.388468 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
5857 2025.01.22 09:25:25.388729 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5858 2025.01.22 09:25:25.389102 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5859 2025.01.22 09:25:25.389136 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5860 2025.01.22 09:25:25.389204 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11659 rows starting from the beginning of the part
5861 2025.01.22 09:25:25.389231 [ 199 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.007175246 sec., 335876.98595978454 rows/sec., 25.75 MiB/sec.
5862 2025.01.22 09:25:25.389436 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5863 2025.01.22 09:25:25.389687 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
5864 2025.01.22 09:25:25.389734 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5865 2025.01.22 09:25:25.390271 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 966 rows starting from the beginning of the part
5866 2025.01.22 09:25:25.390754 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part
5867 2025.01.22 09:25:25.391219 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
5868 2025.01.22 09:25:25.391269 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5869 2025.01.22 09:25:25.391738 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
5870 2025.01.22 09:25:25.391759 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_41_8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5871 2025.01.22 09:25:25.392188 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
5872 2025.01.22 09:25:25.393558 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5873 2025.01.22 09:25:25.393596 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5874 2025.01.22 09:25:25.394659 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5875 2025.01.22 09:25:25.395073 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5876 2025.01.22 09:25:25.395473 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006476 sec., 772.0815318097591 rows/sec., 1.38 MiB/sec.
5877 2025.01.22 09:25:25.395600 [ 286 ] {5d9212f4-3391-45af-ba73-87bcf1bc3241} <Debug> TCPHandler: Processed in 0.007017425 sec.
5878 2025.01.22 09:25:25.395932 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5879 2025.01.22 09:25:25.396138 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5880 2025.01.22 09:25:25.396200 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5881 2025.01.22 09:25:25.396836 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5882 2025.01.22 09:25:25.396895 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5883 2025.01.22 09:25:25.397467 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13301 rows, containing 5 columns (5 merged, 0 gathered) in 0.0093253 sec., 1426334.8096039805 rows/sec., 96.25 MiB/sec.
5884 2025.01.22 09:25:25.397745 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5885 2025.01.22 09:25:25.397887 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5886 2025.01.22 09:25:25.398206 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2025.01.22 09:25:25.398464 [ 122 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5888 2025.01.22 09:25:25.398529 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5889 2025.01.22 09:25:25.398589 [ 122 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2025.01.22 09:25:25.398648 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5891 2025.01.22 09:25:25.398686 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002555 sec., 23483.365949119376 rows/sec., 1.58 MiB/sec.
5892 2025.01.22 09:25:25.398790 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5893 2025.01.22 09:25:25.399189 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
5894 2025.01.22 09:25:25.399251 [ 285 ] {c82677fc-97fb-4fef-894f-65431e2646c0} <Debug> TCPHandler: Processed in 0.003513097 sec.
5895 2025.01.22 09:25:25.399291 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
5896 2025.01.22 09:25:25.399760 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5897 2025.01.22 09:25:25.399837 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2208 rows starting from the beginning of the part
5898 2025.01.22 09:25:25.399970 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
5899 2025.01.22 09:25:25.400120 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
5900 2025.01.22 09:25:25.400340 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part
5901 2025.01.22 09:25:25.400475 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
5902 2025.01.22 09:25:25.400612 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
5903 2025.01.22 09:25:25.401859 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2492 rows, containing 4 columns (4 merged, 0 gathered) in 0.003080983 sec., 808832.7653868912 rows/sec., 52.81 MiB/sec.
5904 2025.01.22 09:25:25.402046 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5905 2025.01.22 09:25:25.402312 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5906 2025.01.22 09:25:25.402384 [ 190 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_41_8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5907 2025.01.22 09:25:25.402452 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5908 2025.01.22 09:25:27.215930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 834
5909 2025.01.22 09:25:27.219626 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5910 2025.01.22 09:25:27.219676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5911 2025.01.22 09:25:27.221128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5912 2025.01.22 09:25:27.221433 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5913 2025.01.22 09:25:27.221995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834
5914 2025.01.22 09:25:29.664327 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5915 2025.01.22 09:25:29.665008 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5916 2025.01.22 09:25:29.665066 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5917 2025.01.22 09:25:29.665637 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5918 2025.01.22 09:25:29.665902 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5919 2025.01.22 09:25:29.666145 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5920 2025.01.22 09:25:30.377763 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5921 2025.01.22 09:25:30.377953 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5922 2025.01.22 09:25:30.378023 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5923 2025.01.22 09:25:30.378765 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2025.01.22 09:25:30.378808 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5925 2025.01.22 09:25:30.379239 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5926 2025.01.22 09:25:30.379504 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2025.01.22 09:25:30.379714 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
5928 2025.01.22 09:25:30.379772 [ 286 ] {b4a7656c-e38e-45f8-aec9-f009cc2b690c} <Debug> TCPHandler: Processed in 0.002135293 sec.
5929 2025.01.22 09:25:30.380046 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5930 2025.01.22 09:25:30.380247 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5931 2025.01.22 09:25:30.380324 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5932 2025.01.22 09:25:30.381266 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5933 2025.01.22 09:25:30.381325 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5934 2025.01.22 09:25:30.381762 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5935 2025.01.22 09:25:30.382021 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.01.22 09:25:30.382326 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002127 sec., 4701.457451810061 rows/sec., 383.37 KiB/sec.
5937 2025.01.22 09:25:30.382473 [ 285 ] {f311ed79-dbc3-4913-b830-cde805536374} <Debug> TCPHandler: Processed in 0.002563627 sec.
5938 2025.01.22 09:25:30.382658 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2025.01.22 09:25:30.382787 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5940 2025.01.22 09:25:30.382837 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5941 2025.01.22 09:25:30.383630 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2025.01.22 09:25:30.383671 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5943 2025.01.22 09:25:30.384074 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5944 2025.01.22 09:25:30.384322 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2025.01.22 09:25:30.384543 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.001785 sec., 155742.2969187675 rows/sec., 13.66 MiB/sec.
5946 2025.01.22 09:25:30.384602 [ 286 ] {d694e63b-14cb-4465-9a92-c68f52c633f4} <Debug> TCPHandler: Processed in 0.002003242 sec.
5947 2025.01.22 09:25:30.384782 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5948 2025.01.22 09:25:30.384911 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5949 2025.01.22 09:25:30.384967 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5950 2025.01.22 09:25:30.385698 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2025.01.22 09:25:30.385750 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5952 2025.01.22 09:25:30.386174 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5953 2025.01.22 09:25:30.386427 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2025.01.22 09:25:30.386610 [ 125 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5955 2025.01.22 09:25:30.386674 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001791 sec., 29034.05918481295 rows/sec., 2.06 MiB/sec.
5956 2025.01.22 09:25:30.386693 [ 125 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5957 2025.01.22 09:25:30.386770 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5958 2025.01.22 09:25:30.386816 [ 285 ] {a329b09b-e1dc-457f-9c43-81adaef3118d} <Debug> TCPHandler: Processed in 0.002088342 sec.
5959 2025.01.22 09:25:30.387091 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5960 2025.01.22 09:25:30.387243 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
5961 2025.01.22 09:25:30.387428 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5962 2025.01.22 09:25:30.387583 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5963 2025.01.22 09:25:30.387793 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5964 2025.01.22 09:25:30.387870 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 65 rows starting from the beginning of the part
5965 2025.01.22 09:25:30.388152 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part
5966 2025.01.22 09:25:30.388733 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part
5967 2025.01.22 09:25:30.388943 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part
5968 2025.01.22 09:25:30.389332 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part
5969 2025.01.22 09:25:30.389697 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part
5970 2025.01.22 09:25:30.390459 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5971 2025.01.22 09:25:30.390518 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5972 2025.01.22 09:25:30.391383 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5973 2025.01.22 09:25:30.391962 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5974 2025.01.22 09:25:30.392564 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005244 sec., 2669.7177726926006 rows/sec., 186.97 KiB/sec.
5975 2025.01.22 09:25:30.392596 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724852 sec., 37555.5560213609 rows/sec., 2.82 MiB/sec.
5976 2025.01.22 09:25:30.392664 [ 286 ] {450e0b8e-9b23-4e30-923e-eba361175963} <Debug> TCPHandler: Processed in 0.005730421 sec.
5977 2025.01.22 09:25:30.392757 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5978 2025.01.22 09:25:30.392856 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5979 2025.01.22 09:25:30.393062 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5980 2025.01.22 09:25:30.393154 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5981 2025.01.22 09:25:30.393229 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5982 2025.01.22 09:25:30.393422 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_31_6} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5983 2025.01.22 09:25:30.393641 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5984 2025.01.22 09:25:30.394119 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5985 2025.01.22 09:25:30.394166 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5986 2025.01.22 09:25:30.394562 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5987 2025.01.22 09:25:30.394809 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5988 2025.01.22 09:25:30.395026 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002027 sec., 6413.418845584607 rows/sec., 399.88 KiB/sec.
5989 2025.01.22 09:25:30.395083 [ 285 ] {d102d4de-f79f-4b94-bbbb-3de18c14a82a} <Debug> TCPHandler: Processed in 0.002308665 sec.
5990 2025.01.22 09:25:30.395253 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5991 2025.01.22 09:25:30.395372 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5992 2025.01.22 09:25:30.395421 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5993 2025.01.22 09:25:30.396161 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5994 2025.01.22 09:25:30.396200 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
5995 2025.01.22 09:25:30.396591 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5996 2025.01.22 09:25:30.396827 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5997 2025.01.22 09:25:30.397067 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001717 sec., 248689.57483983692 rows/sec., 17.80 MiB/sec.
5998 2025.01.22 09:25:30.397220 [ 286 ] {02a1a144-6c70-4511-9832-160ff2f57ace} <Debug> TCPHandler: Processed in 0.002018901 sec.
5999 2025.01.22 09:25:30.397461 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6000 2025.01.22 09:25:30.397598 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6001 2025.01.22 09:25:30.397660 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6002 2025.01.22 09:25:30.398191 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2025.01.22 09:25:30.398232 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6004 2025.01.22 09:25:30.398602 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6005 2025.01.22 09:25:30.398844 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.01.22 09:25:30.399106 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec.
6007 2025.01.22 09:25:30.399301 [ 285 ] {cda7c033-b196-4fec-94bb-8cd795eea45f} <Debug> TCPHandler: Processed in 0.001963602 sec.
6008 2025.01.22 09:25:30.399472 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6009 2025.01.22 09:25:30.399589 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6010 2025.01.22 09:25:30.399641 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6011 2025.01.22 09:25:30.400221 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6012 2025.01.22 09:25:30.400259 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6013 2025.01.22 09:25:30.400648 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6014 2025.01.22 09:25:30.400891 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6015 2025.01.22 09:25:30.401099 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001535 sec., 157654.72312703583 rows/sec., 10.57 MiB/sec.
6016 2025.01.22 09:25:30.401150 [ 286 ] {316db6cd-37d3-4495-9bf3-9e33667c3921} <Debug> TCPHandler: Processed in 0.001735528 sec.
6017 2025.01.22 09:25:30.401301 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6018 2025.01.22 09:25:30.401417 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6019 2025.01.22 09:25:30.401472 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6020 2025.01.22 09:25:30.401937 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6021 2025.01.22 09:25:30.401977 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6022 2025.01.22 09:25:30.402340 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6023 2025.01.22 09:25:30.402586 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6024 2025.01.22 09:25:30.402809 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec.
6025 2025.01.22 09:25:30.402859 [ 285 ] {fb7442cb-4b39-4757-a6f1-62a579db3ac2} <Debug> TCPHandler: Processed in 0.001612447 sec.
6026 2025.01.22 09:25:30.403013 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2025.01.22 09:25:30.403128 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6028 2025.01.22 09:25:30.403208 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6029 2025.01.22 09:25:30.404403 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6030 2025.01.22 09:25:30.404442 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6031 2025.01.22 09:25:30.405089 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6032 2025.01.22 09:25:30.405340 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6033 2025.01.22 09:25:30.405523 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6034 2025.01.22 09:25:30.405587 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6035 2025.01.22 09:25:30.405604 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002486 sec., 14078.841512469831 rows/sec., 25.23 MiB/sec.
6036 2025.01.22 09:25:30.405620 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6037 2025.01.22 09:25:30.405899 [ 286 ] {a201aa57-0329-4268-aef4-4bb289a7f223} <Debug> TCPHandler: Processed in 0.002942112 sec.
6038 2025.01.22 09:25:30.405903 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
6039 2025.01.22 09:25:30.406102 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6040 2025.01.22 09:25:30.406306 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6041 2025.01.22 09:25:30.406332 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6042 2025.01.22 09:25:30.406421 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 570 rows starting from the beginning of the part
6043 2025.01.22 09:25:30.406436 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6044 2025.01.22 09:25:30.407224 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part
6045 2025.01.22 09:25:30.408013 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part
6046 2025.01.22 09:25:30.408697 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part
6047 2025.01.22 09:25:30.408981 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.01.22 09:25:30.409118 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6049 2025.01.22 09:25:30.409481 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part
6050 2025.01.22 09:25:30.410072 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part
6051 2025.01.22 09:25:30.411019 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6052 2025.01.22 09:25:30.411605 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2025.01.22 09:25:30.412163 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005891 sec., 13919.538278730266 rows/sec., 905.28 KiB/sec.
6054 2025.01.22 09:25:30.412232 [ 285 ] {f07ce54d-040f-4785-a05a-85b753c799be} <Debug> TCPHandler: Processed in 0.006216736 sec.
6055 2025.01.22 09:25:30.416596 [ 187 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 19 columns (19 merged, 0 gathered) in 0.010848316 sec., 63143.440880593815 rows/sec., 113.15 MiB/sec.
6056 2025.01.22 09:25:30.417734 [ 201 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6057 2025.01.22 09:25:30.418188 [ 201 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6058 2025.01.22 09:25:30.418281 [ 201 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6059 2025.01.22 09:25:30.418443 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB.
6060 2025.01.22 09:25:30.553363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
6061 2025.01.22 09:25:30.572276 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2025.01.22 09:25:30.572334 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
6063 2025.01.22 09:25:30.579356 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6064 2025.01.22 09:25:30.580114 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6065 2025.01.22 09:25:30.583586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
6066 2025.01.22 09:25:35.372800 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6067 2025.01.22 09:25:35.373023 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6068 2025.01.22 09:25:35.373103 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6069 2025.01.22 09:25:35.373958 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6070 2025.01.22 09:25:35.374001 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6071 2025.01.22 09:25:35.374441 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6072 2025.01.22 09:25:35.374706 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6073 2025.01.22 09:25:35.374957 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001992 sec., 33132.53012048193 rows/sec., 2.62 MiB/sec.
6074 2025.01.22 09:25:35.375174 [ 286 ] {779711df-d8fd-46b7-8279-14e2f194ae58} <Debug> TCPHandler: Processed in 0.002502497 sec.
6075 2025.01.22 09:25:35.375467 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6076 2025.01.22 09:25:35.375671 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6077 2025.01.22 09:25:35.375752 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6078 2025.01.22 09:25:35.376531 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6079 2025.01.22 09:25:35.376579 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6080 2025.01.22 09:25:35.377009 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6081 2025.01.22 09:25:35.377271 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6082 2025.01.22 09:25:35.377568 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001939 sec., 2578.6487880350696 rows/sec., 193.90 KiB/sec.
6083 2025.01.22 09:25:35.377799 [ 285 ] {31e74d37-30e8-4699-aa98-b491de4902b1} <Debug> TCPHandler: Processed in 0.002468236 sec.
6084 2025.01.22 09:25:35.378017 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6085 2025.01.22 09:25:35.378171 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6086 2025.01.22 09:25:35.378234 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6087 2025.01.22 09:25:35.378939 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6088 2025.01.22 09:25:35.378988 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6089 2025.01.22 09:25:35.379398 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6090 2025.01.22 09:25:35.379637 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6091 2025.01.22 09:25:35.379858 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001714 sec., 40256.70945157526 rows/sec., 3.14 MiB/sec.
6092 2025.01.22 09:25:35.380028 [ 286 ] {9fdcb7d7-324a-4290-b00e-d61693191909} <Debug> TCPHandler: Processed in 0.002088132 sec.
6093 2025.01.22 09:25:35.380228 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6094 2025.01.22 09:25:35.380376 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6095 2025.01.22 09:25:35.380438 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6096 2025.01.22 09:25:35.381106 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6097 2025.01.22 09:25:35.381153 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6098 2025.01.22 09:25:35.381572 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6099 2025.01.22 09:25:35.381809 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6100 2025.01.22 09:25:35.382004 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec.
6101 2025.01.22 09:25:35.382057 [ 285 ] {7f47565b-3d1c-4919-8108-ad81c34d86a1} <Debug> TCPHandler: Processed in 0.001928461 sec.
6102 2025.01.22 09:25:35.382222 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6103 2025.01.22 09:25:35.382365 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6104 2025.01.22 09:25:35.382459 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6105 2025.01.22 09:25:35.383716 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6106 2025.01.22 09:25:35.383756 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6107 2025.01.22 09:25:35.384358 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6108 2025.01.22 09:25:35.384612 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6109 2025.01.22 09:25:35.384876 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002546 sec., 1963.8648860958365 rows/sec., 3.52 MiB/sec.
6110 2025.01.22 09:25:35.385178 [ 286 ] {af4bea73-e488-42a6-9b9e-7fd1f143dd05} <Debug> TCPHandler: Processed in 0.003021683 sec.
6111 2025.01.22 09:25:35.385361 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6112 2025.01.22 09:25:35.385499 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6113 2025.01.22 09:25:35.385558 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6114 2025.01.22 09:25:35.386144 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6115 2025.01.22 09:25:35.386191 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6116 2025.01.22 09:25:35.386557 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6117 2025.01.22 09:25:35.386785 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6118 2025.01.22 09:25:35.387009 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec.
6119 2025.01.22 09:25:35.387116 [ 285 ] {82a59ad4-ab4a-4d51-9cd9-ca689de8bd03} <Debug> TCPHandler: Processed in 0.001819399 sec.
6120 2025.01.22 09:25:37.040912 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
6121 2025.01.22 09:25:37.040973 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
6122 2025.01.22 09:25:37.166359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
6123 2025.01.22 09:25:37.167536 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6124 2025.01.22 09:25:37.167619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6125 2025.01.22 09:25:37.168219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6126 2025.01.22 09:25:37.168477 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6127 2025.01.22 09:25:37.168694 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6128 2025.01.22 09:25:37.222322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 870
6129 2025.01.22 09:25:37.225853 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6130 2025.01.22 09:25:37.225898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6131 2025.01.22 09:25:37.227364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6132 2025.01.22 09:25:37.227663 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6133 2025.01.22 09:25:37.228818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870
6134 2025.01.22 09:25:38.083713 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
6135 2025.01.22 09:25:38.103995 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6136 2025.01.22 09:25:38.104043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6137 2025.01.22 09:25:38.111218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6138 2025.01.22 09:25:38.111963 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6139 2025.01.22 09:25:38.114417 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
6140 2025.01.22 09:25:40.378249 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6141 2025.01.22 09:25:40.378549 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6142 2025.01.22 09:25:40.378623 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6143 2025.01.22 09:25:40.379409 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6144 2025.01.22 09:25:40.379463 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6145 2025.01.22 09:25:40.379902 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6146 2025.01.22 09:25:40.380165 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6147 2025.01.22 09:25:40.380432 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec.
6148 2025.01.22 09:25:40.380559 [ 286 ] {9756881b-90b8-4c56-a15e-33dae6e1e878} <Debug> TCPHandler: Processed in 0.002474677 sec.
6149 2025.01.22 09:25:40.380907 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6150 2025.01.22 09:25:40.381120 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6151 2025.01.22 09:25:40.381204 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6152 2025.01.22 09:25:40.382121 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6153 2025.01.22 09:25:40.382171 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6154 2025.01.22 09:25:40.382621 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6155 2025.01.22 09:25:40.382869 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6156 2025.01.22 09:25:40.383111 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002051 sec., 133105.8020477816 rows/sec., 11.71 MiB/sec.
6157 2025.01.22 09:25:40.383179 [ 285 ] {a29ea7a4-c1c7-4d16-996b-f0b2020c3977} <Debug> TCPHandler: Processed in 0.002452827 sec.
6158 2025.01.22 09:25:40.383381 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6159 2025.01.22 09:25:40.383590 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6160 2025.01.22 09:25:40.383679 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6161 2025.01.22 09:25:40.384582 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6162 2025.01.22 09:25:40.384625 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6163 2025.01.22 09:25:40.385013 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6164 2025.01.22 09:25:40.385255 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6165 2025.01.22 09:25:40.385467 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.00193 sec., 21761.65803108808 rows/sec., 1.56 MiB/sec.
6166 2025.01.22 09:25:40.385523 [ 286 ] {ab288373-3978-4d73-b4bc-4debfb3c7b01} <Debug> TCPHandler: Processed in 0.002231634 sec.
6167 2025.01.22 09:25:40.385715 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6168 2025.01.22 09:25:40.385862 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6169 2025.01.22 09:25:40.385925 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6170 2025.01.22 09:25:40.386595 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6171 2025.01.22 09:25:40.386635 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6172 2025.01.22 09:25:40.387010 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6173 2025.01.22 09:25:40.387250 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6174 2025.01.22 09:25:40.387451 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec.
6175 2025.01.22 09:25:40.387582 [ 285 ] {7751ff9a-8ca1-46c5-85ad-45f9c36e934f} <Debug> TCPHandler: Processed in 0.001934861 sec.
6176 2025.01.22 09:25:40.387755 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6177 2025.01.22 09:25:40.387872 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6178 2025.01.22 09:25:40.387923 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6179 2025.01.22 09:25:40.388516 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6180 2025.01.22 09:25:40.388557 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6181 2025.01.22 09:25:40.388911 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6182 2025.01.22 09:25:40.389148 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6183 2025.01.22 09:25:40.389411 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec.
6184 2025.01.22 09:25:40.389647 [ 286 ] {96f82d92-1d6b-4b67-8a98-c6d6169bb981} <Debug> TCPHandler: Processed in 0.001947111 sec.
6185 2025.01.22 09:25:40.389819 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6186 2025.01.22 09:25:40.389956 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6187 2025.01.22 09:25:40.390010 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6188 2025.01.22 09:25:40.390751 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2025.01.22 09:25:40.390789 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6190 2025.01.22 09:25:40.391235 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6191 2025.01.22 09:25:40.391468 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2025.01.22 09:25:40.391663 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001725 sec., 241739.13043478262 rows/sec., 17.26 MiB/sec.
6193 2025.01.22 09:25:40.391723 [ 285 ] {d69f3be6-eb50-47d7-9e94-1dc4669b6da6} <Debug> TCPHandler: Processed in 0.001970632 sec.
6194 2025.01.22 09:25:40.391898 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6195 2025.01.22 09:25:40.392037 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6196 2025.01.22 09:25:40.392097 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6197 2025.01.22 09:25:40.392611 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2025.01.22 09:25:40.392652 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6199 2025.01.22 09:25:40.393019 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6200 2025.01.22 09:25:40.393256 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6201 2025.01.22 09:25:40.393519 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec.
6202 2025.01.22 09:25:40.393713 [ 286 ] {643dc442-a308-4d7f-b869-6a3a2c947474} <Debug> TCPHandler: Processed in 0.001882651 sec.
6203 2025.01.22 09:25:40.393899 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6204 2025.01.22 09:25:40.394019 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6205 2025.01.22 09:25:40.394074 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6206 2025.01.22 09:25:40.394668 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2025.01.22 09:25:40.394704 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6208 2025.01.22 09:25:40.395098 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6209 2025.01.22 09:25:40.395328 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6210 2025.01.22 09:25:40.395507 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001514 sec., 156538.96961690887 rows/sec., 10.49 MiB/sec.
6211 2025.01.22 09:25:40.395562 [ 285 ] {ec1e1e43-6114-4671-993c-d3543869620b} <Debug> TCPHandler: Processed in 0.001720009 sec.
6212 2025.01.22 09:25:40.395722 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6213 2025.01.22 09:25:40.395841 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6214 2025.01.22 09:25:40.395892 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6215 2025.01.22 09:25:40.396362 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2025.01.22 09:25:40.396400 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6217 2025.01.22 09:25:40.396769 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6218 2025.01.22 09:25:40.397003 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6219 2025.01.22 09:25:40.397151 [ 136 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6220 2025.01.22 09:25:40.397214 [ 136 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6221 2025.01.22 09:25:40.397252 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec.
6222 2025.01.22 09:25:40.397258 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6223 2025.01.22 09:25:40.397403 [ 286 ] {cfb272a0-c18b-46a6-9511-1b4399080f19} <Debug> TCPHandler: Processed in 0.001732308 sec.
6224 2025.01.22 09:25:40.397539 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::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
6225 2025.01.22 09:25:40.397616 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6226 2025.01.22 09:25:40.397826 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6227 2025.01.22 09:25:40.397862 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6228 2025.01.22 09:25:40.397889 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
6229 2025.01.22 09:25:40.398164 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6230 2025.01.22 09:25:40.398190 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6231 2025.01.22 09:25:40.398705 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6232 2025.01.22 09:25:40.399042 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6233 2025.01.22 09:25:40.399396 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6234 2025.01.22 09:25:40.399743 [ 187 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
6235 2025.01.22 09:25:40.403689 [ 201 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006253856 sec., 3198.02694529583 rows/sec., 214.87 KiB/sec.
6236 2025.01.22 09:25:40.403828 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6237 2025.01.22 09:25:40.403894 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6238 2025.01.22 09:25:40.403978 [ 201 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6239 2025.01.22 09:25:40.404664 [ 201 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6240 2025.01.22 09:25:40.404955 [ 201 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_20_4} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6241 2025.01.22 09:25:40.405125 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6242 2025.01.22 09:25:40.405384 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6243 2025.01.22 09:25:40.405676 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6244 2025.01.22 09:25:40.405895 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008105 sec., 4318.32202344232 rows/sec., 7.74 MiB/sec.
6245 2025.01.22 09:25:40.406051 [ 285 ] {3a3e813a-57dd-4875-b44f-2370287c8232} <Debug> TCPHandler: Processed in 0.008523241 sec.
6246 2025.01.22 09:25:40.406246 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6247 2025.01.22 09:25:40.406383 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6248 2025.01.22 09:25:40.406438 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6249 2025.01.22 09:25:40.406961 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6250 2025.01.22 09:25:40.407002 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6251 2025.01.22 09:25:40.407397 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6252 2025.01.22 09:25:40.407649 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6253 2025.01.22 09:25:40.407871 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec.
6254 2025.01.22 09:25:40.407928 [ 286 ] {7fb9679e-e328-4ee0-ada9-06353c931144} <Debug> TCPHandler: Processed in 0.001756719 sec.
6255 2025.01.22 09:25:43.678999 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6256 2025.01.22 09:25:43.679204 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6257 2025.01.22 09:25:43.679284 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6258 2025.01.22 09:25:43.680067 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6259 2025.01.22 09:25:43.680115 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6260 2025.01.22 09:25:43.680534 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6261 2025.01.22 09:25:43.680787 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6262 2025.01.22 09:25:43.681070 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001917 sec., 2086.5936358894105 rows/sec., 170.15 KiB/sec.
6263 2025.01.22 09:25:43.681255 [ 286 ] {17e0e55c-2f43-49e8-b0b4-c151e2a967e2} <Debug> TCPHandler: Processed in 0.002385096 sec.
6264 2025.01.22 09:25:43.681580 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6265 2025.01.22 09:25:43.681793 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6266 2025.01.22 09:25:43.681873 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6267 2025.01.22 09:25:43.683338 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6268 2025.01.22 09:25:43.683380 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6269 2025.01.22 09:25:43.683881 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6270 2025.01.22 09:25:43.684134 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6271 2025.01.22 09:25:43.684338 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002607 sec., 463367.8557729191 rows/sec., 38.07 MiB/sec.
6272 2025.01.22 09:25:43.684403 [ 285 ] {eef84ecb-44d5-4327-8be8-8fab62154091} <Debug> TCPHandler: Processed in 0.002974622 sec.
6273 2025.01.22 09:25:43.684650 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6274 2025.01.22 09:25:43.684860 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6275 2025.01.22 09:25:43.684947 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6276 2025.01.22 09:25:43.685770 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6277 2025.01.22 09:25:43.685810 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6278 2025.01.22 09:25:43.686160 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6279 2025.01.22 09:25:43.686393 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6280 2025.01.22 09:25:43.686610 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001804 sec., 4988.913525498891 rows/sec., 363.23 KiB/sec.
6281 2025.01.22 09:25:43.686666 [ 286 ] {04399d4e-e9c4-48c0-8781-f9ee5782eec7} <Debug> TCPHandler: Processed in 0.002118643 sec.
6282 2025.01.22 09:25:43.686897 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6283 2025.01.22 09:25:43.687131 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6284 2025.01.22 09:25:43.687226 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6285 2025.01.22 09:25:43.688019 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6286 2025.01.22 09:25:43.688057 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6287 2025.01.22 09:25:43.688417 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6288 2025.01.22 09:25:43.688674 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6289 2025.01.22 09:25:43.688797 [ 132 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6290 2025.01.22 09:25:43.688851 [ 132 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6291 2025.01.22 09:25:43.688861 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001787 sec., 127588.13654168998 rows/sec., 8.64 MiB/sec.
6292 2025.01.22 09:25:43.688880 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6293 2025.01.22 09:25:43.688952 [ 285 ] {8ef3bb60-b256-422a-b7a8-88c4cba394b2} <Debug> TCPHandler: Processed in 0.002165633 sec.
6294 2025.01.22 09:25:43.689014 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
6295 2025.01.22 09:25:43.689124 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6296 2025.01.22 09:25:43.689149 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6297 2025.01.22 09:25:43.689232 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part
6298 2025.01.22 09:25:43.689405 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part
6299 2025.01.22 09:25:43.689432 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6300 2025.01.22 09:25:43.689586 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6301 2025.01.22 09:25:43.689699 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
6302 2025.01.22 09:25:43.690102 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6303 2025.01.22 09:25:43.690511 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6304 2025.01.22 09:25:43.690782 [ 188 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part
6305 2025.01.22 09:25:43.692788 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6306 2025.01.22 09:25:43.692863 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6307 2025.01.22 09:25:43.693565 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.00458969 sec., 161448.81244702803 rows/sec., 11.56 MiB/sec.
6308 2025.01.22 09:25:43.693729 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6309 2025.01.22 09:25:43.693976 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6310 2025.01.22 09:25:43.694225 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2025.01.22 09:25:43.694588 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.005273 sec., 100322.39711739049 rows/sec., 7.43 MiB/sec.
6312 2025.01.22 09:25:43.694755 [ 286 ] {1765ddcc-f79a-40b1-a4df-dae801d9521f} <Debug> TCPHandler: Processed in 0.005720232 sec.
6313 2025.01.22 09:25:43.694795 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6314 2025.01.22 09:25:43.694944 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6315 2025.01.22 09:25:43.694959 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_26_5} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6316 2025.01.22 09:25:43.695143 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
6317 2025.01.22 09:25:43.695167 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6318 2025.01.22 09:25:43.695234 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6319 2025.01.22 09:25:43.696036 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2025.01.22 09:25:43.696074 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6321 2025.01.22 09:25:43.696510 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6322 2025.01.22 09:25:43.696752 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6323 2025.01.22 09:25:43.696985 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Debug> executeQuery: Read 958 rows, 65.87 KiB in 0.001881 sec., 509303.56193514087 rows/sec., 34.20 MiB/sec.
6324 2025.01.22 09:25:43.697061 [ 285 ] {ccfa992a-4836-4f1c-a50a-595ef895a656} <Debug> TCPHandler: Processed in 0.002199504 sec.
6325 2025.01.22 09:25:43.697269 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6326 2025.01.22 09:25:43.697417 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6327 2025.01.22 09:25:43.697505 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6328 2025.01.22 09:25:43.698727 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6329 2025.01.22 09:25:43.698766 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6330 2025.01.22 09:25:43.699373 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6331 2025.01.22 09:25:43.699641 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6332 2025.01.22 09:25:43.699887 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.0025 sec., 2000 rows/sec., 3.58 MiB/sec.
6333 2025.01.22 09:25:43.699995 [ 286 ] {b96080bc-df3c-41bc-8c0b-fc0e6cf37c68} <Debug> TCPHandler: Processed in 0.002832871 sec.
6334 2025.01.22 09:25:43.700195 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6335 2025.01.22 09:25:43.700414 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6336 2025.01.22 09:25:43.700498 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6337 2025.01.22 09:25:43.700981 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6338 2025.01.22 09:25:43.701020 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6339 2025.01.22 09:25:43.701381 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6340 2025.01.22 09:25:43.701613 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6341 2025.01.22 09:25:43.701825 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001465 sec., 32764.505119453926 rows/sec., 2.21 MiB/sec.
6342 2025.01.22 09:25:43.701876 [ 285 ] {99c07aa1-2785-4f42-a5d4-4da947b6c8f8} <Debug> TCPHandler: Processed in 0.001790939 sec.
6343 2025.01.22 09:25:44.668877 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6344 2025.01.22 09:25:44.669520 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6345 2025.01.22 09:25:44.669567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6346 2025.01.22 09:25:44.670070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6347 2025.01.22 09:25:44.670326 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6348 2025.01.22 09:25:44.670551 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6349 2025.01.22 09:25:45.366333 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6350 2025.01.22 09:25:45.366595 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6351 2025.01.22 09:25:45.366667 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6352 2025.01.22 09:25:45.367452 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6353 2025.01.22 09:25:45.367499 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6354 2025.01.22 09:25:45.367933 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6355 2025.01.22 09:25:45.368196 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6356 2025.01.22 09:25:45.368380 [ 128 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6357 2025.01.22 09:25:45.368445 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.24 MiB/sec.
6358 2025.01.22 09:25:45.368460 [ 128 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6359 2025.01.22 09:25:45.368531 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6360 2025.01.22 09:25:45.368584 [ 286 ] {68b231ea-e6a7-418d-91d2-2527f4eb70ef} <Debug> TCPHandler: Processed in 0.002419856 sec.
6361 2025.01.22 09:25:45.368790 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
6362 2025.01.22 09:25:45.368884 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6363 2025.01.22 09:25:45.369015 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6364 2025.01.22 09:25:45.369097 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1433 rows starting from the beginning of the part
6365 2025.01.22 09:25:45.369159 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6366 2025.01.22 09:25:45.369352 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 278 rows starting from the beginning of the part
6367 2025.01.22 09:25:45.369374 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6368 2025.01.22 09:25:45.369747 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part
6369 2025.01.22 09:25:45.370075 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 273 rows starting from the beginning of the part
6370 2025.01.22 09:25:45.370356 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1208 rows starting from the beginning of the part
6371 2025.01.22 09:25:45.370648 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
6372 2025.01.22 09:25:45.372365 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6373 2025.01.22 09:25:45.372445 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6374 2025.01.22 09:25:45.373564 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6375 2025.01.22 09:25:45.373856 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6376 2025.01.22 09:25:45.374104 [ 128 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6377 2025.01.22 09:25:45.374214 [ 128 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6378 2025.01.22 09:25:45.374288 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6379 2025.01.22 09:25:45.374570 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005469 sec., 11702.322179557506 rows/sec., 935.31 KiB/sec.
6380 2025.01.22 09:25:45.374779 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
6381 2025.01.22 09:25:45.374898 [ 285 ] {49498d2b-9594-4df6-a69f-a624fa4a3ff2} <Debug> TCPHandler: Processed in 0.006163736 sec.
6382 2025.01.22 09:25:45.374921 [ 189 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006263627 sec., 529086.4222917488 rows/sec., 46.19 MiB/sec.
6383 2025.01.22 09:25:45.375149 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6384 2025.01.22 09:25:45.375168 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6385 2025.01.22 09:25:45.375195 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
6386 2025.01.22 09:25:45.375493 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
6387 2025.01.22 09:25:45.375585 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6388 2025.01.22 09:25:45.375639 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6389 2025.01.22 09:25:45.375942 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6390 2025.01.22 09:25:45.375969 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 69 rows starting from the beginning of the part
6391 2025.01.22 09:25:45.376545 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 417 rows starting from the beginning of the part
6392 2025.01.22 09:25:45.377011 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 529 rows starting from the beginning of the part
6393 2025.01.22 09:25:45.377550 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part
6394 2025.01.22 09:25:45.377554 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2025.01.22 09:25:45.378104 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_46_9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6396 2025.01.22 09:25:45.378410 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
6397 2025.01.22 09:25:45.378864 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2025.01.22 09:25:45.378913 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6399 2025.01.22 09:25:45.379520 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6400 2025.01.22 09:25:45.379796 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6401 2025.01.22 09:25:45.380023 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6402 2025.01.22 09:25:45.380142 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6403 2025.01.22 09:25:45.380249 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6404 2025.01.22 09:25:45.380365 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.004867 sec., 6574.892130675981 rows/sec., 468.92 KiB/sec.
6405 2025.01.22 09:25:45.380565 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006124866 sec., 395110.68487049354 rows/sec., 30.31 MiB/sec.
6406 2025.01.22 09:25:45.380812 [ 286 ] {0cc2075d-68cf-4d30-b73c-0241324fc53a} <Debug> TCPHandler: Processed in 0.005754502 sec.
6407 2025.01.22 09:25:45.381006 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6408 2025.01.22 09:25:45.381148 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6409 2025.01.22 09:25:45.381672 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6410 2025.01.22 09:25:45.381897 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6411 2025.01.22 09:25:45.382023 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
6412 2025.01.22 09:25:45.382224 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2025.01.22 09:25:45.382536 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_46_9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6414 2025.01.22 09:25:45.382832 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6415 2025.01.22 09:25:45.382813 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6416 2025.01.22 09:25:45.382958 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13301 rows starting from the beginning of the part
6417 2025.01.22 09:25:45.383249 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
6418 2025.01.22 09:25:45.383467 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part
6419 2025.01.22 09:25:45.383787 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6420 2025.01.22 09:25:45.384067 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 958 rows starting from the beginning of the part
6421 2025.01.22 09:25:45.384372 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
6422 2025.01.22 09:25:45.384925 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6423 2025.01.22 09:25:45.384989 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6424 2025.01.22 09:25:45.385708 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6425 2025.01.22 09:25:45.386027 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6426 2025.01.22 09:25:45.386311 [ 129 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6427 2025.01.22 09:25:45.386451 [ 129 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6428 2025.01.22 09:25:45.386535 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005021 sec., 2389.9621589324834 rows/sec., 164.93 KiB/sec.
6429 2025.01.22 09:25:45.386547 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6430 2025.01.22 09:25:45.386840 [ 285 ] {da7b4e00-4a05-4952-844a-98ff0219aa18} <Debug> TCPHandler: Processed in 0.005857732 sec.
6431 2025.01.22 09:25:45.386964 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
6432 2025.01.22 09:25:45.387339 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6433 2025.01.22 09:25:45.387415 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2492 rows starting from the beginning of the part
6434 2025.01.22 09:25:45.387706 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
6435 2025.01.22 09:25:45.388056 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
6436 2025.01.22 09:25:45.388265 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6437 2025.01.22 09:25:45.388390 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 48 rows starting from the beginning of the part
6438 2025.01.22 09:25:45.388690 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part
6439 2025.01.22 09:25:45.390989 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 4 columns (4 merged, 0 gathered) in 0.004309656 sec., 644134.9379161585 rows/sec., 42.05 MiB/sec.
6440 2025.01.22 09:25:45.391400 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6441 2025.01.22 09:25:45.391434 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14930 rows, containing 5 columns (5 merged, 0 gathered) in 0.010946148 sec., 1363950.1311328881 rows/sec., 92.03 MiB/sec.
6442 2025.01.22 09:25:45.391777 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2025.01.22 09:25:45.391869 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6444 2025.01.22 09:25:45.391925 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_46_9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6445 2025.01.22 09:25:45.392072 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6446 2025.01.22 09:25:45.392296 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6447 2025.01.22 09:25:45.392381 [ 195 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6448 2025.01.22 09:25:45.392468 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
6449 2025.01.22 09:25:45.614550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
6450 2025.01.22 09:25:45.636401 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6451 2025.01.22 09:25:45.636457 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6452 2025.01.22 09:25:45.643802 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6453 2025.01.22 09:25:45.644582 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6454 2025.01.22 09:25:45.647822 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6455 2025.01.22 09:25:47.229092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 916
6456 2025.01.22 09:25:47.232389 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6457 2025.01.22 09:25:47.232436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6458 2025.01.22 09:25:47.233923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6459 2025.01.22 09:25:47.234226 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6460 2025.01.22 09:25:47.234412 [ 127 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6461 2025.01.22 09:25:47.234486 [ 127 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2025.01.22 09:25:47.234531 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6463 2025.01.22 09:25:47.235205 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
6464 2025.01.22 09:25:47.236004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 916
6465 2025.01.22 09:25:47.236497 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6466 2025.01.22 09:25:47.236669 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 720 rows starting from the beginning of the part
6467 2025.01.22 09:25:47.237334 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part
6468 2025.01.22 09:25:47.237996 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part
6469 2025.01.22 09:25:47.238640 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
6470 2025.01.22 09:25:47.239263 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part
6471 2025.01.22 09:25:47.239859 [ 198 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part
6472 2025.01.22 09:25:47.247935 [ 189 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 72 columns (72 merged, 0 gathered) in 0.013261833 sec., 69070.39170226318 rows/sec., 56.73 MiB/sec.
6473 2025.01.22 09:25:47.249324 [ 196 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6474 2025.01.22 09:25:47.250220 [ 196 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6475 2025.01.22 09:25:47.250324 [ 196 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_21_4} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6476 2025.01.22 09:25:47.250660 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
6477 2025.01.22 09:25:50.378336 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6478 2025.01.22 09:25:50.378561 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6479 2025.01.22 09:25:50.378640 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6480 2025.01.22 09:25:50.379362 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6481 2025.01.22 09:25:50.379408 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6482 2025.01.22 09:25:50.379849 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6483 2025.01.22 09:25:50.380102 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6484 2025.01.22 09:25:50.380309 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec.
6485 2025.01.22 09:25:50.380372 [ 286 ] {bd7676f4-9668-4786-90f0-99f6bb2dafd9} <Debug> TCPHandler: Processed in 0.002171204 sec.
6486 2025.01.22 09:25:50.380682 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6487 2025.01.22 09:25:50.380899 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6488 2025.01.22 09:25:50.380984 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6489 2025.01.22 09:25:50.381941 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6490 2025.01.22 09:25:50.381993 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6491 2025.01.22 09:25:50.382452 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6492 2025.01.22 09:25:50.382704 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6493 2025.01.22 09:25:50.382929 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002092 sec., 130497.13193116634 rows/sec., 11.48 MiB/sec.
6494 2025.01.22 09:25:50.382993 [ 285 ] {54f3f5ee-7b89-4d1a-b599-6dcf14948cba} <Debug> TCPHandler: Processed in 0.002500877 sec.
6495 2025.01.22 09:25:50.383154 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6496 2025.01.22 09:25:50.383304 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6497 2025.01.22 09:25:50.383364 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6498 2025.01.22 09:25:50.383990 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6499 2025.01.22 09:25:50.384029 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6500 2025.01.22 09:25:50.384398 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6501 2025.01.22 09:25:50.384627 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6502 2025.01.22 09:25:50.384807 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001541 sec., 27255.029201817 rows/sec., 1.96 MiB/sec.
6503 2025.01.22 09:25:50.384860 [ 286 ] {4c10ac2a-20f7-4f2e-916a-d12ce1df57ab} <Debug> TCPHandler: Processed in 0.001776179 sec.
6504 2025.01.22 09:25:50.385002 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6505 2025.01.22 09:25:50.385149 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6506 2025.01.22 09:25:50.385212 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6507 2025.01.22 09:25:50.385859 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6508 2025.01.22 09:25:50.385900 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6509 2025.01.22 09:25:50.386271 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6510 2025.01.22 09:25:50.386511 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6511 2025.01.22 09:25:50.386708 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001594 sec., 8782.936010037642 rows/sec., 615.10 KiB/sec.
6512 2025.01.22 09:25:50.386762 [ 285 ] {7d8f1313-00f4-4693-9bfe-b841908c1240} <Debug> TCPHandler: Processed in 0.001827099 sec.
6513 2025.01.22 09:25:50.386899 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6514 2025.01.22 09:25:50.387015 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6515 2025.01.22 09:25:50.387069 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6516 2025.01.22 09:25:50.387630 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6517 2025.01.22 09:25:50.387668 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6518 2025.01.22 09:25:50.388016 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6519 2025.01.22 09:25:50.388258 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6520 2025.01.22 09:25:50.388434 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001443 sec., 9009.009009009009 rows/sec., 561.71 KiB/sec.
6521 2025.01.22 09:25:50.388487 [ 286 ] {0aee37cd-80eb-43dc-af64-ab81ad6e9455} <Debug> TCPHandler: Processed in 0.001641418 sec.
6522 2025.01.22 09:25:50.388618 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6523 2025.01.22 09:25:50.388737 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6524 2025.01.22 09:25:50.388786 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6525 2025.01.22 09:25:50.389508 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6526 2025.01.22 09:25:50.389549 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6527 2025.01.22 09:25:50.389946 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6528 2025.01.22 09:25:50.390184 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6529 2025.01.22 09:25:50.390407 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00169 sec., 246745.5621301775 rows/sec., 17.62 MiB/sec.
6530 2025.01.22 09:25:50.390497 [ 285 ] {4b19d1f0-99a8-4929-8da6-6f3db289e8e9} <Debug> TCPHandler: Processed in 0.001934741 sec.
6531 2025.01.22 09:25:50.390718 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6532 2025.01.22 09:25:50.390904 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6533 2025.01.22 09:25:50.390967 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6534 2025.01.22 09:25:50.391524 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6535 2025.01.22 09:25:50.391569 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6536 2025.01.22 09:25:50.391937 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6537 2025.01.22 09:25:50.392171 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6538 2025.01.22 09:25:50.392361 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
6539 2025.01.22 09:25:50.392479 [ 286 ] {9e5e7e00-f2ea-4072-b8b9-a949a1c233fb} <Debug> TCPHandler: Processed in 0.00189195 sec.
6540 2025.01.22 09:25:50.392616 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6541 2025.01.22 09:25:50.392755 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6542 2025.01.22 09:25:50.392818 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6543 2025.01.22 09:25:50.393497 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6544 2025.01.22 09:25:50.393546 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6545 2025.01.22 09:25:50.393949 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6546 2025.01.22 09:25:50.394184 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6547 2025.01.22 09:25:50.394394 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec.
6548 2025.01.22 09:25:50.394449 [ 285 ] {52fec9ac-95fe-40a0-81e5-5092e7600a21} <Debug> TCPHandler: Processed in 0.001890551 sec.
6549 2025.01.22 09:25:50.394594 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6550 2025.01.22 09:25:50.394715 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6551 2025.01.22 09:25:50.394767 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6552 2025.01.22 09:25:50.395236 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6553 2025.01.22 09:25:50.395274 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6554 2025.01.22 09:25:50.395641 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6555 2025.01.22 09:25:50.395898 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6556 2025.01.22 09:25:50.396074 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec.
6557 2025.01.22 09:25:50.396124 [ 286 ] {274e26ed-d045-496c-a6bd-53d4cd98925a} <Debug> TCPHandler: Processed in 0.001585467 sec.
6558 2025.01.22 09:25:50.396253 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6559 2025.01.22 09:25:50.396369 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6560 2025.01.22 09:25:50.396449 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6561 2025.01.22 09:25:50.397604 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6562 2025.01.22 09:25:50.397644 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6563 2025.01.22 09:25:50.398366 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6564 2025.01.22 09:25:50.398635 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6565 2025.01.22 09:25:50.398876 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002531 sec., 13828.526274199921 rows/sec., 24.78 MiB/sec.
6566 2025.01.22 09:25:50.398987 [ 285 ] {55e8f380-33b2-4666-a739-49faeabd5ec6} <Debug> TCPHandler: Processed in 0.00278974 sec.
6567 2025.01.22 09:25:50.399119 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6568 2025.01.22 09:25:50.399234 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6569 2025.01.22 09:25:50.399285 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6570 2025.01.22 09:25:50.399761 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6571 2025.01.22 09:25:50.399797 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6572 2025.01.22 09:25:50.400169 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6573 2025.01.22 09:25:50.400407 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6574 2025.01.22 09:25:50.400580 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec.
6575 2025.01.22 09:25:50.400633 [ 286 ] {dc6db8b3-f176-4b13-a59d-3c1c0cc4d38c} <Debug> TCPHandler: Processed in 0.001567187 sec.
6576 2025.01.22 09:25:52.041240 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
6577 2025.01.22 09:25:52.041325 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
6578 2025.01.22 09:25:52.170718 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6579 2025.01.22 09:25:52.171477 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6580 2025.01.22 09:25:52.171533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6581 2025.01.22 09:25:52.172098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6582 2025.01.22 09:25:52.172368 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6583 2025.01.22 09:25:52.172629 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6584 2025.01.22 09:25:53.147938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6585 2025.01.22 09:25:53.169903 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6586 2025.01.22 09:25:53.169970 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6587 2025.01.22 09:25:53.177343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6588 2025.01.22 09:25:53.178096 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6589 2025.01.22 09:25:53.182216 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6590 2025.01.22 09:25:55.372519 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6591 2025.01.22 09:25:55.372750 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6592 2025.01.22 09:25:55.372823 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6593 2025.01.22 09:25:55.373554 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6594 2025.01.22 09:25:55.373599 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6595 2025.01.22 09:25:55.374038 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6596 2025.01.22 09:25:55.374298 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2025.01.22 09:25:55.374508 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001818 sec., 36303.6303630363 rows/sec., 2.88 MiB/sec.
6598 2025.01.22 09:25:55.374569 [ 286 ] {794de924-c40c-446d-9a26-471b4125df6c} <Debug> TCPHandler: Processed in 0.002185784 sec.
6599 2025.01.22 09:25:55.374851 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6600 2025.01.22 09:25:55.375068 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6601 2025.01.22 09:25:55.375153 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6602 2025.01.22 09:25:55.375967 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6603 2025.01.22 09:25:55.376018 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6604 2025.01.22 09:25:55.376459 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6605 2025.01.22 09:25:55.376722 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6606 2025.01.22 09:25:55.376896 [ 114 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6607 2025.01.22 09:25:55.376961 [ 114 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2025.01.22 09:25:55.376988 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001978 sec., 2527.8058645096053 rows/sec., 190.08 KiB/sec.
6609 2025.01.22 09:25:55.377004 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6610 2025.01.22 09:25:55.377147 [ 285 ] {306234c6-05fd-4b2c-887b-c81e76ba1cd8} <Debug> TCPHandler: Processed in 0.002464027 sec.
6611 2025.01.22 09:25:55.377326 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
6612 2025.01.22 09:25:55.377350 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6613 2025.01.22 09:25:55.377571 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6614 2025.01.22 09:25:55.377611 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6615 2025.01.22 09:25:55.377661 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6616 2025.01.22 09:25:55.377684 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 65 rows starting from the beginning of the part
6617 2025.01.22 09:25:55.378003 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part
6618 2025.01.22 09:25:55.378359 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part
6619 2025.01.22 09:25:55.378827 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part
6620 2025.01.22 09:25:55.379179 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part
6621 2025.01.22 09:25:55.379556 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part
6622 2025.01.22 09:25:55.380418 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6623 2025.01.22 09:25:55.380489 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6624 2025.01.22 09:25:55.381523 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6625 2025.01.22 09:25:55.382092 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.004930032 sec., 34076.857918974965 rows/sec., 2.57 MiB/sec.
6626 2025.01.22 09:25:55.382110 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6627 2025.01.22 09:25:55.382315 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6628 2025.01.22 09:25:55.382603 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.0051 sec., 13529.411764705881 rows/sec., 1.06 MiB/sec.
6629 2025.01.22 09:25:55.382763 [ 286 ] {94de84e1-f4e3-4e71-a380-dff3bd97c553} <Debug> TCPHandler: Processed in 0.005501229 sec.
6630 2025.01.22 09:25:55.382939 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6631 2025.01.22 09:25:55.383010 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6632 2025.01.22 09:25:55.383067 [ 189 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_36_7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6633 2025.01.22 09:25:55.383223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6634 2025.01.22 09:25:55.383267 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6635 2025.01.22 09:25:55.383338 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6636 2025.01.22 09:25:55.384001 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6637 2025.01.22 09:25:55.384042 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6638 2025.01.22 09:25:55.384455 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6639 2025.01.22 09:25:55.384701 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6640 2025.01.22 09:25:55.384967 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec.
6641 2025.01.22 09:25:55.385138 [ 285 ] {5460e4a0-36b4-4a83-8d91-43ea113497d1} <Debug> TCPHandler: Processed in 0.002228624 sec.
6642 2025.01.22 09:25:55.385355 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6643 2025.01.22 09:25:55.385489 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6644 2025.01.22 09:25:55.385573 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6645 2025.01.22 09:25:55.386670 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6646 2025.01.22 09:25:55.386707 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6647 2025.01.22 09:25:55.387311 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6648 2025.01.22 09:25:55.387578 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6649 2025.01.22 09:25:55.387719 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6650 2025.01.22 09:25:55.387763 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6651 2025.01.22 09:25:55.387787 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6652 2025.01.22 09:25:55.387795 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002333 sec., 2143.163309044149 rows/sec., 3.84 MiB/sec.
6653 2025.01.22 09:25:55.388125 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
6654 2025.01.22 09:25:55.388150 [ 286 ] {2735c113-a1ea-4ede-aa71-7ec15050c994} <Debug> TCPHandler: Processed in 0.002898611 sec.
6655 2025.01.22 09:25:55.388376 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6656 2025.01.22 09:25:55.388573 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6657 2025.01.22 09:25:55.388585 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6658 2025.01.22 09:25:55.388655 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6659 2025.01.22 09:25:55.388673 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 685 rows starting from the beginning of the part
6660 2025.01.22 09:25:55.389377 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part
6661 2025.01.22 09:25:55.389924 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part
6662 2025.01.22 09:25:55.390567 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2025.01.22 09:25:55.390573 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part
6664 2025.01.22 09:25:55.390613 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6665 2025.01.22 09:25:55.391081 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part
6666 2025.01.22 09:25:55.391616 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part
6667 2025.01.22 09:25:55.391761 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6668 2025.01.22 09:25:55.392289 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6669 2025.01.22 09:25:55.392607 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004088 sec., 14677.10371819961 rows/sec., 1012.87 KiB/sec.
6670 2025.01.22 09:25:55.392696 [ 285 ] {3fad1c18-9aca-43c9-adcb-9f879316e929} <Debug> TCPHandler: Processed in 0.004426197 sec.
6671 2025.01.22 09:25:55.397474 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 19 columns (19 merged, 0 gathered) in 0.009601123 sec., 80198.9517267928 rows/sec., 143.71 MiB/sec.
6672 2025.01.22 09:25:55.398446 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6673 2025.01.22 09:25:55.398886 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2025.01.22 09:25:55.398975 [ 197 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6675 2025.01.22 09:25:55.399147 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB.
6676 2025.01.22 09:25:56.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.61 MiB, peak 209.44 MiB, free memory in arenas 0.00 B, will set to 203.20 MiB (RSS), difference: 1.59 MiB
6677 2025.01.22 09:25:57.236378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 950
6678 2025.01.22 09:25:57.239773 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6679 2025.01.22 09:25:57.239817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6680 2025.01.22 09:25:57.241281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6681 2025.01.22 09:25:57.241585 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6682 2025.01.22 09:25:57.242922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 950
6683 2025.01.22 09:25:59.672842 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6684 2025.01.22 09:25:59.673608 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6685 2025.01.22 09:25:59.673684 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6686 2025.01.22 09:25:59.674301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6687 2025.01.22 09:25:59.674623 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2025.01.22 09:25:59.674921 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6689 2025.01.22 09:25:59.674922 [ 109 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6690 2025.01.22 09:25:59.675020 [ 109 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2025.01.22 09:25:59.675058 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6692 2025.01.22 09:25:59.675275 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
6693 2025.01.22 09:25:59.675488 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6694 2025.01.22 09:25:59.675540 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
6695 2025.01.22 09:25:59.675638 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6696 2025.01.22 09:25:59.675879 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6697 2025.01.22 09:25:59.676195 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6698 2025.01.22 09:25:59.676410 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6699 2025.01.22 09:25:59.676576 [ 186 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6700 2025.01.22 09:25:59.679268 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.004095714 sec., 3470213.008037182 rows/sec., 49.64 MiB/sec.
6701 2025.01.22 09:25:59.679761 [ 201 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6702 2025.01.22 09:25:59.680124 [ 201 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6703 2025.01.22 09:25:59.680225 [ 201 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_31_6} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6704 2025.01.22 09:25:59.680350 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6705 2025.01.22 09:26:00.379651 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6706 2025.01.22 09:26:00.379840 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6707 2025.01.22 09:26:00.379915 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6708 2025.01.22 09:26:00.380714 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2025.01.22 09:26:00.380769 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6710 2025.01.22 09:26:00.381236 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6711 2025.01.22 09:26:00.381566 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2025.01.22 09:26:00.381775 [ 109 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6713 2025.01.22 09:26:00.381802 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002013 sec., 6954.793840039742 rows/sec., 500.65 KiB/sec.
6714 2025.01.22 09:26:00.381870 [ 109 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6715 2025.01.22 09:26:00.381957 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6716 2025.01.22 09:26:00.381962 [ 286 ] {2412ec29-1661-46b6-bf58-835b3d8d64be} <Debug> TCPHandler: Processed in 0.002440806 sec.
6717 2025.01.22 09:26:00.382158 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6718 2025.01.22 09:26:00.382298 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6719 2025.01.22 09:26:00.382296 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2025.01.22 09:26:00.382336 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6721 2025.01.22 09:26:00.382515 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6722 2025.01.22 09:26:00.382663 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6723 2025.01.22 09:26:00.382848 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6724 2025.01.22 09:26:00.382878 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6725 2025.01.22 09:26:00.383369 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6726 2025.01.22 09:26:00.383652 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
6727 2025.01.22 09:26:00.385767 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6728 2025.01.22 09:26:00.385870 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6729 2025.01.22 09:26:00.386074 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004003453 sec., 17484.906154761902 rows/sec., 1.30 MiB/sec.
6730 2025.01.22 09:26:00.386360 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6731 2025.01.22 09:26:00.386775 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6732 2025.01.22 09:26:00.386945 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_21_5} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2025.01.22 09:26:00.387157 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_21_5} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6734 2025.01.22 09:26:00.387324 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6735 2025.01.22 09:26:00.387366 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6736 2025.01.22 09:26:00.387643 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005141 sec., 53102.50923944758 rows/sec., 4.67 MiB/sec.
6737 2025.01.22 09:26:00.387727 [ 285 ] {928188fb-d9f1-4cd1-b5ab-19216bde5bf0} <Debug> TCPHandler: Processed in 0.00559298 sec.
6738 2025.01.22 09:26:00.387917 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6739 2025.01.22 09:26:00.388052 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6740 2025.01.22 09:26:00.388147 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6741 2025.01.22 09:26:00.388846 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6742 2025.01.22 09:26:00.388888 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6743 2025.01.22 09:26:00.389287 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6744 2025.01.22 09:26:00.389537 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6745 2025.01.22 09:26:00.389747 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001726 sec., 24333.71958285052 rows/sec., 1.75 MiB/sec.
6746 2025.01.22 09:26:00.389802 [ 286 ] {ce0fba33-8389-4fb6-8b28-2fd0fe6f5b97} <Debug> TCPHandler: Processed in 0.001948981 sec.
6747 2025.01.22 09:26:00.390002 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6748 2025.01.22 09:26:00.390155 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6749 2025.01.22 09:26:00.390218 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6750 2025.01.22 09:26:00.390914 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6751 2025.01.22 09:26:00.390958 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6752 2025.01.22 09:26:00.391331 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6753 2025.01.22 09:26:00.391580 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6754 2025.01.22 09:26:00.391800 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 582.57 KiB/sec.
6755 2025.01.22 09:26:00.391860 [ 285 ] {8b3cc5fd-bb3c-4b08-81f2-822338f45a8e} <Debug> TCPHandler: Processed in 0.001931791 sec.
6756 2025.01.22 09:26:00.392034 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6757 2025.01.22 09:26:00.392156 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6758 2025.01.22 09:26:00.392206 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6759 2025.01.22 09:26:00.392785 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6760 2025.01.22 09:26:00.392825 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6761 2025.01.22 09:26:00.393189 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6762 2025.01.22 09:26:00.393440 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6763 2025.01.22 09:26:00.393624 [ 109 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6764 2025.01.22 09:26:00.393686 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec.
6765 2025.01.22 09:26:00.393694 [ 109 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6766 2025.01.22 09:26:00.393770 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6767 2025.01.22 09:26:00.393822 [ 286 ] {ebc0f9e8-3aaf-4d8e-9e09-edf600831cb2} <Debug> TCPHandler: Processed in 0.00185516 sec.
6768 2025.01.22 09:26:00.394084 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6769 2025.01.22 09:26:00.394254 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6770 2025.01.22 09:26:00.394404 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6771 2025.01.22 09:26:00.394506 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6772 2025.01.22 09:26:00.394683 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6773 2025.01.22 09:26:00.394777 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6774 2025.01.22 09:26:00.395073 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6775 2025.01.22 09:26:00.395493 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6776 2025.01.22 09:26:00.395893 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6777 2025.01.22 09:26:00.396248 [ 191 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
6778 2025.01.22 09:26:00.397550 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6779 2025.01.22 09:26:00.397625 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6780 2025.01.22 09:26:00.398701 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004783312 sec., 13588.910779811144 rows/sec., 900.35 KiB/sec.
6781 2025.01.22 09:26:00.398770 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6782 2025.01.22 09:26:00.398911 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6783 2025.01.22 09:26:00.399259 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6784 2025.01.22 09:26:00.399470 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_21_5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2025.01.22 09:26:00.399786 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_21_5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6786 2025.01.22 09:26:00.399800 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00546 sec., 76373.62637362638 rows/sec., 5.45 MiB/sec.
6787 2025.01.22 09:26:00.400134 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6788 2025.01.22 09:26:00.400182 [ 285 ] {04cd5512-ff86-4c18-87e3-65fc55665f5d} <Debug> TCPHandler: Processed in 0.006232676 sec.
6789 2025.01.22 09:26:00.400408 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6790 2025.01.22 09:26:00.400534 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6791 2025.01.22 09:26:00.400589 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6792 2025.01.22 09:26:00.401089 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6793 2025.01.22 09:26:00.401128 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6794 2025.01.22 09:26:00.401520 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6795 2025.01.22 09:26:00.401773 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6796 2025.01.22 09:26:00.401943 [ 109 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6797 2025.01.22 09:26:00.402020 [ 109 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6798 2025.01.22 09:26:00.402040 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec.
6799 2025.01.22 09:26:00.402070 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6800 2025.01.22 09:26:00.402149 [ 286 ] {3c52a81c-f780-4220-849f-5b3847c8631d} <Debug> TCPHandler: Processed in 0.0018116 sec.
6801 2025.01.22 09:26:00.402361 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
6802 2025.01.22 09:26:00.402362 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6803 2025.01.22 09:26:00.402511 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6804 2025.01.22 09:26:00.402533 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6805 2025.01.22 09:26:00.402549 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
6806 2025.01.22 09:26:00.402605 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6807 2025.01.22 09:26:00.402718 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6808 2025.01.22 09:26:00.403095 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6809 2025.01.22 09:26:00.403472 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6810 2025.01.22 09:26:00.403819 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6811 2025.01.22 09:26:00.404083 [ 200 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6812 2025.01.22 09:26:00.405022 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6813 2025.01.22 09:26:00.405068 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6814 2025.01.22 09:26:00.405742 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6815 2025.01.22 09:26:00.405890 [ 188 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00369064 sec., 34140.42008974053 rows/sec., 1.74 MiB/sec.
6816 2025.01.22 09:26:00.406031 [ 188 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6817 2025.01.22 09:26:00.406135 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6818 2025.01.22 09:26:00.406462 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003959 sec., 59863.60191967669 rows/sec., 4.01 MiB/sec.
6819 2025.01.22 09:26:00.406478 [ 188 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6820 2025.01.22 09:26:00.406559 [ 285 ] {853f8a0c-7470-482b-914e-87a4975f472d} <Debug> TCPHandler: Processed in 0.004283396 sec.
6821 2025.01.22 09:26:00.406601 [ 188 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_21_4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6822 2025.01.22 09:26:00.406719 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6823 2025.01.22 09:26:00.406768 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6824 2025.01.22 09:26:00.406894 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6825 2025.01.22 09:26:00.406970 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6826 2025.01.22 09:26:00.407528 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6827 2025.01.22 09:26:00.407568 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6828 2025.01.22 09:26:00.407942 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6829 2025.01.22 09:26:00.408180 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6830 2025.01.22 09:26:00.408404 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec.
6831 2025.01.22 09:26:00.408459 [ 286 ] {ff49ae62-bab1-4057-8ad1-9ef3a653c317} <Debug> TCPHandler: Processed in 0.001784839 sec.
6832 2025.01.22 09:26:00.408626 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6833 2025.01.22 09:26:00.408744 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6834 2025.01.22 09:26:00.408829 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6835 2025.01.22 09:26:00.409998 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6836 2025.01.22 09:26:00.410039 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6837 2025.01.22 09:26:00.410740 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6838 2025.01.22 09:26:00.411006 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6839 2025.01.22 09:26:00.411311 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002593 sec., 13497.878904743542 rows/sec., 24.19 MiB/sec.
6840 2025.01.22 09:26:00.411869 [ 285 ] {f9b9f628-44c1-4289-a585-d3396d3c76f7} <Debug> TCPHandler: Processed in 0.003294275 sec.
6841 2025.01.22 09:26:00.412072 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6842 2025.01.22 09:26:00.412195 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6843 2025.01.22 09:26:00.412249 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6844 2025.01.22 09:26:00.412800 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6845 2025.01.22 09:26:00.412842 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6846 2025.01.22 09:26:00.413245 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6847 2025.01.22 09:26:00.413567 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6848 2025.01.22 09:26:00.413844 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001674 sec., 48984.46833930705 rows/sec., 3.11 MiB/sec.
6849 2025.01.22 09:26:00.413916 [ 286 ] {d5145b62-4302-4193-b7e8-e0967e8810e3} <Debug> TCPHandler: Processed in 0.001904471 sec.
6850 2025.01.22 09:26:00.682331 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6851 2025.01.22 09:26:00.704097 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2025.01.22 09:26:00.704160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6853 2025.01.22 09:26:00.711549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6854 2025.01.22 09:26:00.712323 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6855 2025.01.22 09:26:00.712708 [ 13 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6856 2025.01.22 09:26:00.712844 [ 13 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6857 2025.01.22 09:26:00.712927 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
6858 2025.01.22 09:26:00.713305 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
6859 2025.01.22 09:26:00.728281 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6860 2025.01.22 09:26:00.729686 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6861 2025.01.22 09:26:00.730919 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
6862 2025.01.22 09:26:00.736158 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
6863 2025.01.22 09:26:00.741656 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
6864 2025.01.22 09:26:00.747254 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
6865 2025.01.22 09:26:00.753089 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
6866 2025.01.22 09:26:00.757768 [ 188 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
6867 2025.01.22 09:26:00.819813 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106755087 sec., 2191.933017674371 rows/sec., 11.33 MiB/sec.
6868 2025.01.22 09:26:00.822448 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6869 2025.01.22 09:26:00.825224 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6870 2025.01.22 09:26:00.825336 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_31_6} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6871 2025.01.22 09:26:00.827531 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB.
6872 2025.01.22 09:26:05.372723 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6873 2025.01.22 09:26:05.372957 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6874 2025.01.22 09:26:05.373041 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6875 2025.01.22 09:26:05.373829 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6876 2025.01.22 09:26:05.373876 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6877 2025.01.22 09:26:05.374333 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6878 2025.01.22 09:26:05.374591 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6879 2025.01.22 09:26:05.374805 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.00191 sec., 34554.97382198953 rows/sec., 2.74 MiB/sec.
6880 2025.01.22 09:26:05.374871 [ 286 ] {3fb3d363-28b6-4ba4-b44d-9701942dfc77} <Debug> TCPHandler: Processed in 0.002284224 sec.
6881 2025.01.22 09:26:05.375178 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6882 2025.01.22 09:26:05.375383 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6883 2025.01.22 09:26:05.375465 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6884 2025.01.22 09:26:05.376288 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6885 2025.01.22 09:26:05.376335 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6886 2025.01.22 09:26:05.376778 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6887 2025.01.22 09:26:05.377036 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6888 2025.01.22 09:26:05.377293 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001967 sec., 2541.942043721403 rows/sec., 191.14 KiB/sec.
6889 2025.01.22 09:26:05.377425 [ 285 ] {ca8b6617-d67c-4b86-b9b4-a8da8390595c} <Debug> TCPHandler: Processed in 0.002397346 sec.
6890 2025.01.22 09:26:05.377606 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6891 2025.01.22 09:26:05.377753 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6892 2025.01.22 09:26:05.377815 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6893 2025.01.22 09:26:05.378486 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6894 2025.01.22 09:26:05.378525 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6895 2025.01.22 09:26:05.378906 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6896 2025.01.22 09:26:05.379147 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.01.22 09:26:05.379372 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001644 sec., 41970.802919708025 rows/sec., 3.28 MiB/sec.
6898 2025.01.22 09:26:05.379425 [ 286 ] {c30b8d22-4f29-42bb-8c90-d66368f46aed} <Debug> TCPHandler: Processed in 0.0018983 sec.
6899 2025.01.22 09:26:05.379685 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6900 2025.01.22 09:26:05.379847 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6901 2025.01.22 09:26:05.379914 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6902 2025.01.22 09:26:05.380539 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6903 2025.01.22 09:26:05.380579 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6904 2025.01.22 09:26:05.381000 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6905 2025.01.22 09:26:05.381251 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6906 2025.01.22 09:26:05.381470 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec.
6907 2025.01.22 09:26:05.381528 [ 285 ] {3d08e3b3-e1a8-40e6-88cf-2fc95d4bb13b} <Debug> TCPHandler: Processed in 0.001961711 sec.
6908 2025.01.22 09:26:05.381694 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6909 2025.01.22 09:26:05.381835 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6910 2025.01.22 09:26:05.381928 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6911 2025.01.22 09:26:05.383055 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6912 2025.01.22 09:26:05.383093 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6913 2025.01.22 09:26:05.383717 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6914 2025.01.22 09:26:05.383985 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6915 2025.01.22 09:26:05.384188 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002385 sec., 2096.4360587002097 rows/sec., 3.76 MiB/sec.
6916 2025.01.22 09:26:05.384277 [ 286 ] {4659d990-5a7a-4230-bafd-8e4103a2ed17} <Debug> TCPHandler: Processed in 0.002649738 sec.
6917 2025.01.22 09:26:05.384445 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6918 2025.01.22 09:26:05.384585 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6919 2025.01.22 09:26:05.384646 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6920 2025.01.22 09:26:05.385203 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6921 2025.01.22 09:26:05.385244 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6922 2025.01.22 09:26:05.385626 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6923 2025.01.22 09:26:05.385863 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6924 2025.01.22 09:26:05.386081 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
6925 2025.01.22 09:26:05.386135 [ 285 ] {78cfa66b-c1ad-4518-a805-d96a2a1517b4} <Debug> TCPHandler: Processed in 0.001760829 sec.
6926 2025.01.22 09:26:07.041387 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
6927 2025.01.22 09:26:07.041462 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
6928 2025.01.22 09:26:07.175080 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6929 2025.01.22 09:26:07.175806 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6930 2025.01.22 09:26:07.175852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6931 2025.01.22 09:26:07.176480 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6932 2025.01.22 09:26:07.176747 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6933 2025.01.22 09:26:07.176979 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6934 2025.01.22 09:26:07.243244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 984
6935 2025.01.22 09:26:07.246818 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6936 2025.01.22 09:26:07.246881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6937 2025.01.22 09:26:07.248390 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6938 2025.01.22 09:26:07.248720 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6939 2025.01.22 09:26:07.250078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984
6940 2025.01.22 09:26:08.001457 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001039941 sec.
6941 2025.01.22 09:26:08.228417 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6942 2025.01.22 09:26:08.247681 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6943 2025.01.22 09:26:08.247745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6944 2025.01.22 09:26:08.254651 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6945 2025.01.22 09:26:08.255420 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6946 2025.01.22 09:26:08.258597 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6947 2025.01.22 09:26:10.378322 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6948 2025.01.22 09:26:10.378550 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6949 2025.01.22 09:26:10.378643 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6950 2025.01.22 09:26:10.379444 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6951 2025.01.22 09:26:10.379492 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6952 2025.01.22 09:26:10.379963 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6953 2025.01.22 09:26:10.380240 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6954 2025.01.22 09:26:10.380448 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 514.45 KiB/sec.
6955 2025.01.22 09:26:10.380516 [ 286 ] {02afacba-5611-4218-ac2d-015a601d2e1c} <Debug> TCPHandler: Processed in 0.002332525 sec.
6956 2025.01.22 09:26:10.380780 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6957 2025.01.22 09:26:10.380994 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6958 2025.01.22 09:26:10.381080 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6959 2025.01.22 09:26:10.382101 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2025.01.22 09:26:10.382156 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6961 2025.01.22 09:26:10.382656 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6962 2025.01.22 09:26:10.382921 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.01.22 09:26:10.383110 [ 42 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6964 2025.01.22 09:26:10.383171 [ 42 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6965 2025.01.22 09:26:10.383187 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.00224 sec., 121875.00000000001 rows/sec., 10.72 MiB/sec.
6966 2025.01.22 09:26:10.383204 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6967 2025.01.22 09:26:10.383369 [ 285 ] {23db79b2-330c-4484-9b6d-25d85cd07a5e} <Debug> TCPHandler: Processed in 0.002731759 sec.
6968 2025.01.22 09:26:10.383471 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
6969 2025.01.22 09:26:10.383585 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6970 2025.01.22 09:26:10.383750 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6971 2025.01.22 09:26:10.383821 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6972 2025.01.22 09:26:10.383829 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1433 rows starting from the beginning of the part
6973 2025.01.22 09:26:10.383915 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6974 2025.01.22 09:26:10.384109 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 273 rows starting from the beginning of the part
6975 2025.01.22 09:26:10.384515 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part
6976 2025.01.22 09:26:10.384925 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 273 rows starting from the beginning of the part
6977 2025.01.22 09:26:10.385390 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 66 rows starting from the beginning of the part
6978 2025.01.22 09:26:10.385796 [ 193 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 273 rows starting from the beginning of the part
6979 2025.01.22 09:26:10.386703 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6980 2025.01.22 09:26:10.386769 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6981 2025.01.22 09:26:10.387729 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6982 2025.01.22 09:26:10.388226 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6983 2025.01.22 09:26:10.388633 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004841 sec., 8675.893410452387 rows/sec., 637.86 KiB/sec.
6984 2025.01.22 09:26:10.389212 [ 286 ] {85483b2a-00bf-4de4-9ee5-03a1d1d317bd} <Debug> TCPHandler: Processed in 0.005686731 sec.
6985 2025.01.22 09:26:10.389686 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6986 2025.01.22 09:26:10.390074 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 5 columns (5 merged, 0 gathered) in 0.006729723 sec., 354249.350233286 rows/sec., 31.38 MiB/sec.
6987 2025.01.22 09:26:10.390267 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6988 2025.01.22 09:26:10.390425 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6989 2025.01.22 09:26:10.390546 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6990 2025.01.22 09:26:10.391198 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6991 2025.01.22 09:26:10.391406 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_51_10} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6992 2025.01.22 09:26:10.391593 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
6993 2025.01.22 09:26:10.391710 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6994 2025.01.22 09:26:10.391758 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
6995 2025.01.22 09:26:10.392125 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6996 2025.01.22 09:26:10.392373 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6997 2025.01.22 09:26:10.392613 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002511 sec., 5575.467941059338 rows/sec., 390.47 KiB/sec.
6998 2025.01.22 09:26:10.392778 [ 285 ] {54eefa12-3668-4f43-9e1e-2598751f05a1} <Debug> TCPHandler: Processed in 0.003390786 sec.
6999 2025.01.22 09:26:10.392994 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7000 2025.01.22 09:26:10.393138 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7001 2025.01.22 09:26:10.393197 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7002 2025.01.22 09:26:10.393932 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7003 2025.01.22 09:26:10.393979 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7004 2025.01.22 09:26:10.394373 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7005 2025.01.22 09:26:10.394610 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7006 2025.01.22 09:26:10.394831 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001728 sec., 7523.148148148149 rows/sec., 469.07 KiB/sec.
7007 2025.01.22 09:26:10.395061 [ 286 ] {837b8d8a-042d-4bfd-9871-6d3c8b32fce0} <Debug> TCPHandler: Processed in 0.002164133 sec.
7008 2025.01.22 09:26:10.395224 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7009 2025.01.22 09:26:10.395344 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7010 2025.01.22 09:26:10.395395 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7011 2025.01.22 09:26:10.396178 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7012 2025.01.22 09:26:10.396220 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7013 2025.01.22 09:26:10.396607 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7014 2025.01.22 09:26:10.396850 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7015 2025.01.22 09:26:10.397020 [ 34 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7016 2025.01.22 09:26:10.397081 [ 34 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7017 2025.01.22 09:26:10.397088 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001764 sec., 236394.55782312926 rows/sec., 16.88 MiB/sec.
7018 2025.01.22 09:26:10.397111 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7019 2025.01.22 09:26:10.397238 [ 285 ] {b923895a-d161-496d-8ae2-8f709749b0bc} <Debug> TCPHandler: Processed in 0.002070862 sec.
7020 2025.01.22 09:26:10.397291 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
7021 2025.01.22 09:26:10.397417 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7022 2025.01.22 09:26:10.397417 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7023 2025.01.22 09:26:10.397463 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
7024 2025.01.22 09:26:10.397700 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 417 rows starting from the beginning of the part
7025 2025.01.22 09:26:10.397806 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7026 2025.01.22 09:26:10.397985 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 69 rows starting from the beginning of the part
7027 2025.01.22 09:26:10.398026 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7028 2025.01.22 09:26:10.398283 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 417 rows starting from the beginning of the part
7029 2025.01.22 09:26:10.398629 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 69 rows starting from the beginning of the part
7030 2025.01.22 09:26:10.398984 [ 200 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 417 rows starting from the beginning of the part
7031 2025.01.22 09:26:10.400180 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7032 2025.01.22 09:26:10.400242 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7033 2025.01.22 09:26:10.401267 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7034 2025.01.22 09:26:10.401575 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7035 2025.01.22 09:26:10.402210 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004544 sec., 1320.4225352112676 rows/sec., 68.99 KiB/sec.
7036 2025.01.22 09:26:10.402289 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2303 rows, containing 5 columns (5 merged, 0 gathered) in 0.005047494 sec., 456266.02032612625 rows/sec., 34.74 MiB/sec.
7037 2025.01.22 09:26:10.402549 [ 286 ] {36dc1a65-5337-4725-a4c1-dd460ea029aa} <Debug> TCPHandler: Processed in 0.005207966 sec.
7038 2025.01.22 09:26:10.402773 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7039 2025.01.22 09:26:10.402862 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7040 2025.01.22 09:26:10.403029 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7041 2025.01.22 09:26:10.403102 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7042 2025.01.22 09:26:10.403270 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.01.22 09:26:10.403411 [ 192 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_51_10} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7044 2025.01.22 09:26:10.403510 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7045 2025.01.22 09:26:10.403833 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2025.01.22 09:26:10.403871 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7047 2025.01.22 09:26:10.404263 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7048 2025.01.22 09:26:10.404505 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7049 2025.01.22 09:26:10.404680 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7050 2025.01.22 09:26:10.404736 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7051 2025.01.22 09:26:10.404748 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001748 sec., 135583.52402745996 rows/sec., 9.09 MiB/sec.
7052 2025.01.22 09:26:10.404771 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7053 2025.01.22 09:26:10.404937 [ 285 ] {ac076b9f-dc6d-47a8-9f5b-58c0348b3ed9} <Debug> TCPHandler: Processed in 0.002221084 sec.
7054 2025.01.22 09:26:10.405146 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
7055 2025.01.22 09:26:10.405195 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7056 2025.01.22 09:26:10.405689 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7057 2025.01.22 09:26:10.405797 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7058 2025.01.22 09:26:10.405938 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7059 2025.01.22 09:26:10.405959 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14930 rows starting from the beginning of the part
7060 2025.01.22 09:26:10.406411 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
7061 2025.01.22 09:26:10.406897 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
7062 2025.01.22 09:26:10.407463 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
7063 2025.01.22 09:26:10.407826 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
7064 2025.01.22 09:26:10.408053 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
7065 2025.01.22 09:26:10.408889 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7066 2025.01.22 09:26:10.408931 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7067 2025.01.22 09:26:10.409370 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7068 2025.01.22 09:26:10.409628 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7069 2025.01.22 09:26:10.409939 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004427 sec., 225.88660492432797 rows/sec., 15.22 KiB/sec.
7070 2025.01.22 09:26:10.410211 [ 286 ] {353fefe0-24d5-4631-81d0-2617a0a8cc24} <Debug> TCPHandler: Processed in 0.005140345 sec.
7071 2025.01.22 09:26:10.410424 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7072 2025.01.22 09:26:10.410694 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7073 2025.01.22 09:26:10.410841 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7074 2025.01.22 09:26:10.412576 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7075 2025.01.22 09:26:10.412617 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7076 2025.01.22 09:26:10.413569 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7077 2025.01.22 09:26:10.413853 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7078 2025.01.22 09:26:10.414182 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00357 sec., 9803.921568627451 rows/sec., 17.57 MiB/sec.
7079 2025.01.22 09:26:10.414324 [ 285 ] {49bdae8e-3f59-451a-bb42-71f2bd3258c8} <Debug> TCPHandler: Processed in 0.004010403 sec.
7080 2025.01.22 09:26:10.414602 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7081 2025.01.22 09:26:10.414756 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15961 rows, containing 5 columns (5 merged, 0 gathered) in 0.009866896 sec., 1617631.319920672 rows/sec., 109.18 MiB/sec.
7082 2025.01.22 09:26:10.414821 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7083 2025.01.22 09:26:10.414882 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7084 2025.01.22 09:26:10.415182 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7085 2025.01.22 09:26:10.415518 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7086 2025.01.22 09:26:10.415564 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7087 2025.01.22 09:26:10.415568 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2025.01.22 09:26:10.415686 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7089 2025.01.22 09:26:10.415799 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
7090 2025.01.22 09:26:10.416012 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7091 2025.01.22 09:26:10.416367 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7092 2025.01.22 09:26:10.416526 [ 34 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7093 2025.01.22 09:26:10.416573 [ 34 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7094 2025.01.22 09:26:10.416601 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7095 2025.01.22 09:26:10.416612 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00183 sec., 44808.743169398906 rows/sec., 2.85 MiB/sec.
7096 2025.01.22 09:26:10.416836 [ 286 ] {1f5d24f7-3002-4845-964c-d84f7e775285} <Debug> TCPHandler: Processed in 0.002412336 sec.
7097 2025.01.22 09:26:10.416864 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
7098 2025.01.22 09:26:10.417018 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7099 2025.01.22 09:26:10.417047 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2776 rows starting from the beginning of the part
7100 2025.01.22 09:26:10.417109 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
7101 2025.01.22 09:26:10.417322 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
7102 2025.01.22 09:26:10.417476 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
7103 2025.01.22 09:26:10.417630 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
7104 2025.01.22 09:26:10.417768 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
7105 2025.01.22 09:26:10.419169 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3142 rows, containing 4 columns (4 merged, 0 gathered) in 0.002486796 sec., 1263473.1598410164 rows/sec., 82.41 MiB/sec.
7106 2025.01.22 09:26:10.419516 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7107 2025.01.22 09:26:10.419876 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7108 2025.01.22 09:26:10.419987 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_51_10} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7109 2025.01.22 09:26:10.420100 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7110 2025.01.22 09:26:13.673066 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7111 2025.01.22 09:26:13.673348 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7112 2025.01.22 09:26:13.673431 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7113 2025.01.22 09:26:13.674195 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7114 2025.01.22 09:26:13.674250 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7115 2025.01.22 09:26:13.674673 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7116 2025.01.22 09:26:13.674923 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7117 2025.01.22 09:26:13.675222 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001945 sec., 2056.5552699228792 rows/sec., 167.70 KiB/sec.
7118 2025.01.22 09:26:13.675370 [ 286 ] {03e12cc1-3a59-4958-b08d-5b4034555eae} <Debug> TCPHandler: Processed in 0.002483416 sec.
7119 2025.01.22 09:26:13.675629 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7120 2025.01.22 09:26:13.675820 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7121 2025.01.22 09:26:13.675892 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7122 2025.01.22 09:26:13.677261 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2025.01.22 09:26:13.677305 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7124 2025.01.22 09:26:13.677797 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7125 2025.01.22 09:26:13.678051 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7126 2025.01.22 09:26:13.678290 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002524 sec., 478605.38827258314 rows/sec., 39.32 MiB/sec.
7127 2025.01.22 09:26:13.678349 [ 285 ] {bf72ad78-7a99-4f94-88fc-0c5c4c329fbe} <Debug> TCPHandler: Processed in 0.00284865 sec.
7128 2025.01.22 09:26:13.678513 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7129 2025.01.22 09:26:13.678661 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7130 2025.01.22 09:26:13.678724 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7131 2025.01.22 09:26:13.679395 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7132 2025.01.22 09:26:13.679437 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7133 2025.01.22 09:26:13.679793 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7134 2025.01.22 09:26:13.680030 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7135 2025.01.22 09:26:13.680288 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001651 sec., 5451.241671714113 rows/sec., 396.89 KiB/sec.
7136 2025.01.22 09:26:13.680497 [ 286 ] {936cadfb-83dd-43a5-a836-647d27adbc3f} <Debug> TCPHandler: Processed in 0.002047312 sec.
7137 2025.01.22 09:26:13.680731 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7138 2025.01.22 09:26:13.680873 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7139 2025.01.22 09:26:13.680930 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7140 2025.01.22 09:26:13.681653 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7141 2025.01.22 09:26:13.681694 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7142 2025.01.22 09:26:13.682054 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7143 2025.01.22 09:26:13.682296 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7144 2025.01.22 09:26:13.682556 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001704 sec., 133802.81690140846 rows/sec., 9.06 MiB/sec.
7145 2025.01.22 09:26:13.682725 [ 285 ] {0bef8022-dfe4-474e-bc61-3b1836316d33} <Debug> TCPHandler: Processed in 0.002118522 sec.
7146 2025.01.22 09:26:13.682930 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7147 2025.01.22 09:26:13.683069 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7148 2025.01.22 09:26:13.683128 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7149 2025.01.22 09:26:13.683956 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7150 2025.01.22 09:26:13.683997 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7151 2025.01.22 09:26:13.684378 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7152 2025.01.22 09:26:13.684628 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7153 2025.01.22 09:26:13.684839 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001802 sec., 293562.7081021088 rows/sec., 21.75 MiB/sec.
7154 2025.01.22 09:26:13.684899 [ 286 ] {04734797-8e32-4e96-ab04-4fc94cccc079} <Debug> TCPHandler: Processed in 0.002080722 sec.
7155 2025.01.22 09:26:13.685097 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7156 2025.01.22 09:26:13.685318 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7157 2025.01.22 09:26:13.685380 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7158 2025.01.22 09:26:13.686322 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7159 2025.01.22 09:26:13.686361 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7160 2025.01.22 09:26:13.686798 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7161 2025.01.22 09:26:13.687047 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7162 2025.01.22 09:26:13.687261 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001999 sec., 483241.62081040523 rows/sec., 32.43 MiB/sec.
7163 2025.01.22 09:26:13.687315 [ 285 ] {6a26e8e2-b24d-4a0a-abd7-aef8e740bbf9} <Debug> TCPHandler: Processed in 0.002327345 sec.
7164 2025.01.22 09:26:13.687476 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7165 2025.01.22 09:26:13.687625 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7166 2025.01.22 09:26:13.687721 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7167 2025.01.22 09:26:13.688905 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7168 2025.01.22 09:26:13.688946 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7169 2025.01.22 09:26:13.689579 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7170 2025.01.22 09:26:13.689837 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7171 2025.01.22 09:26:13.690136 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002543 sec., 1966.181675186787 rows/sec., 3.52 MiB/sec.
7172 2025.01.22 09:26:13.690697 [ 286 ] {096933ae-5e25-422b-821f-0f240b261ace} <Debug> TCPHandler: Processed in 0.003286745 sec.
7173 2025.01.22 09:26:13.690844 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7174 2025.01.22 09:26:13.690961 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7175 2025.01.22 09:26:13.691012 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7176 2025.01.22 09:26:13.691503 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7177 2025.01.22 09:26:13.691543 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7178 2025.01.22 09:26:13.691906 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7179 2025.01.22 09:26:13.692139 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7180 2025.01.22 09:26:13.692352 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001415 sec., 31095.40636042403 rows/sec., 2.09 MiB/sec.
7181 2025.01.22 09:26:13.692403 [ 285 ] {a0af20df-b473-4595-9bc3-801b8f32854d} <Debug> TCPHandler: Processed in 0.001616687 sec.
7182 2025.01.22 09:26:14.677146 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
7183 2025.01.22 09:26:14.677859 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7184 2025.01.22 09:26:14.677911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7185 2025.01.22 09:26:14.678469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7186 2025.01.22 09:26:14.678724 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7187 2025.01.22 09:26:14.678980 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
7188 2025.01.22 09:26:15.366900 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7189 2025.01.22 09:26:15.367115 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7190 2025.01.22 09:26:15.367198 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7191 2025.01.22 09:26:15.368002 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7192 2025.01.22 09:26:15.368052 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7193 2025.01.22 09:26:15.368493 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7194 2025.01.22 09:26:15.368757 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7195 2025.01.22 09:26:15.369006 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec.
7196 2025.01.22 09:26:15.369111 [ 286 ] {292954ba-7af2-4a94-9662-bbe941653ed1} <Debug> TCPHandler: Processed in 0.002348085 sec.
7197 2025.01.22 09:26:15.369376 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7198 2025.01.22 09:26:15.369558 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7199 2025.01.22 09:26:15.369629 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7200 2025.01.22 09:26:15.370382 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7201 2025.01.22 09:26:15.370427 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7202 2025.01.22 09:26:15.370853 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7203 2025.01.22 09:26:15.371106 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7204 2025.01.22 09:26:15.371346 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001836 sec., 34858.38779956427 rows/sec., 2.72 MiB/sec.
7205 2025.01.22 09:26:15.371424 [ 285 ] {c337562e-3b52-4735-b7d5-a08606ff3f7d} <Debug> TCPHandler: Processed in 0.002183783 sec.
7206 2025.01.22 09:26:15.371637 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7207 2025.01.22 09:26:15.371784 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7208 2025.01.22 09:26:15.371851 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7209 2025.01.22 09:26:15.372465 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7210 2025.01.22 09:26:15.372507 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7211 2025.01.22 09:26:15.372904 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7212 2025.01.22 09:26:15.373152 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7213 2025.01.22 09:26:15.373364 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001617 sec., 25974.025974025975 rows/sec., 1.81 MiB/sec.
7214 2025.01.22 09:26:15.373420 [ 286 ] {32178a97-9725-4e81-bf06-6d86e019f6ed} <Debug> TCPHandler: Processed in 0.00187107 sec.
7215 2025.01.22 09:26:15.373620 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7216 2025.01.22 09:26:15.373841 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7217 2025.01.22 09:26:15.373937 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7218 2025.01.22 09:26:15.374610 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7219 2025.01.22 09:26:15.374650 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7220 2025.01.22 09:26:15.375016 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7221 2025.01.22 09:26:15.375272 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7222 2025.01.22 09:26:15.375472 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001687 sec., 9484.291641967991 rows/sec., 657.60 KiB/sec.
7223 2025.01.22 09:26:15.375521 [ 285 ] {8eee1163-eca3-49cc-b733-c9fc2532cfb5} <Debug> TCPHandler: Processed in 0.002009391 sec.
7224 2025.01.22 09:26:15.758706 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7225 2025.01.22 09:26:15.779637 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2025.01.22 09:26:15.779695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7227 2025.01.22 09:26:15.787333 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7228 2025.01.22 09:26:15.788100 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7229 2025.01.22 09:26:15.792599 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7230 2025.01.22 09:26:17.250405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1030
7231 2025.01.22 09:26:17.254400 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7232 2025.01.22 09:26:17.254460 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7233 2025.01.22 09:26:17.255944 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7234 2025.01.22 09:26:17.256270 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7235 2025.01.22 09:26:17.257733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030
7236 2025.01.22 09:26:20.378403 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7237 2025.01.22 09:26:20.378608 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7238 2025.01.22 09:26:20.378682 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7239 2025.01.22 09:26:20.379439 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7240 2025.01.22 09:26:20.379494 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7241 2025.01.22 09:26:20.379946 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7242 2025.01.22 09:26:20.380202 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2025.01.22 09:26:20.380475 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec.
7244 2025.01.22 09:26:20.380653 [ 286 ] {00f883de-7295-4193-93fc-91090d7cdc41} <Debug> TCPHandler: Processed in 0.002379565 sec.
7245 2025.01.22 09:26:20.380939 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7246 2025.01.22 09:26:20.381136 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7247 2025.01.22 09:26:20.381212 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7248 2025.01.22 09:26:20.382129 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2025.01.22 09:26:20.382183 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7250 2025.01.22 09:26:20.382648 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7251 2025.01.22 09:26:20.382915 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7252 2025.01.22 09:26:20.383153 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002073 sec., 131693.19826338638 rows/sec., 11.59 MiB/sec.
7253 2025.01.22 09:26:20.383223 [ 285 ] {9fb0ac25-7d21-4194-92e9-4a8d8cb3881c} <Debug> TCPHandler: Processed in 0.002419986 sec.
7254 2025.01.22 09:26:20.383409 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7255 2025.01.22 09:26:20.383551 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7256 2025.01.22 09:26:20.383608 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7257 2025.01.22 09:26:20.384234 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7258 2025.01.22 09:26:20.384281 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7259 2025.01.22 09:26:20.384660 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7260 2025.01.22 09:26:20.384905 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7261 2025.01.22 09:26:20.385057 [ 102 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7262 2025.01.22 09:26:20.385104 [ 102 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7263 2025.01.22 09:26:20.385113 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001588 sec., 26448.362720403024 rows/sec., 1.90 MiB/sec.
7264 2025.01.22 09:26:20.385128 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7265 2025.01.22 09:26:20.385253 [ 286 ] {7646edad-2e06-45ba-862a-8783685e2b5f} <Debug> TCPHandler: Processed in 0.001905821 sec.
7266 2025.01.22 09:26:20.385477 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
7267 2025.01.22 09:26:20.385500 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7268 2025.01.22 09:26:20.385923 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7269 2025.01.22 09:26:20.386091 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7270 2025.01.22 09:26:20.386105 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7271 2025.01.22 09:26:20.386233 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 65 rows starting from the beginning of the part
7272 2025.01.22 09:26:20.386752 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part
7273 2025.01.22 09:26:20.387063 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part
7274 2025.01.22 09:26:20.387422 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part
7275 2025.01.22 09:26:20.387843 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part
7276 2025.01.22 09:26:20.388218 [ 192 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part
7277 2025.01.22 09:26:20.388920 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7278 2025.01.22 09:26:20.388970 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7279 2025.01.22 09:26:20.389538 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7280 2025.01.22 09:26:20.389889 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.00464789 sec., 44106.035211676695 rows/sec., 3.32 MiB/sec.
7281 2025.01.22 09:26:20.389953 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7282 2025.01.22 09:26:20.390244 [ 102 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7283 2025.01.22 09:26:20.390295 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7284 2025.01.22 09:26:20.390314 [ 102 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7285 2025.01.22 09:26:20.390375 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004574 sec., 3060.778312199388 rows/sec., 214.36 KiB/sec.
7286 2025.01.22 09:26:20.390382 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7287 2025.01.22 09:26:20.390843 [ 285 ] {01c6791d-e730-40e5-b8b6-c8471b5c7b17} <Debug> TCPHandler: Processed in 0.005456529 sec.
7288 2025.01.22 09:26:20.391109 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
7289 2025.01.22 09:26:20.391276 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7290 2025.01.22 09:26:20.391731 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7291 2025.01.22 09:26:20.391796 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7292 2025.01.22 09:26:20.391914 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7293 2025.01.22 09:26:20.392013 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7294 2025.01.22 09:26:20.392083 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part
7295 2025.01.22 09:26:20.392472 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
7296 2025.01.22 09:26:20.392876 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
7297 2025.01.22 09:26:20.393282 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7298 2025.01.22 09:26:20.393706 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part
7299 2025.01.22 09:26:20.394097 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
7300 2025.01.22 09:26:20.393550 [ 197 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_41_8} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7301 2025.01.22 09:26:20.394867 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7302 2025.01.22 09:26:20.395702 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2025.01.22 09:26:20.395776 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7304 2025.01.22 09:26:20.396716 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7305 2025.01.22 09:26:20.396957 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006409179 sec., 82225.82018695374 rows/sec., 5.89 MiB/sec.
7306 2025.01.22 09:26:20.397202 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7307 2025.01.22 09:26:20.397284 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7308 2025.01.22 09:26:20.397710 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006111 sec., 2127.311405661921 rows/sec., 132.64 KiB/sec.
7309 2025.01.22 09:26:20.398084 [ 286 ] {831c5aeb-d29c-4a5d-9290-989b7190a9ee} <Debug> TCPHandler: Processed in 0.007046675 sec.
7310 2025.01.22 09:26:20.398323 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7311 2025.01.22 09:26:20.398332 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7312 2025.01.22 09:26:20.398525 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_31_6} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7313 2025.01.22 09:26:20.398532 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7314 2025.01.22 09:26:20.398633 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7315 2025.01.22 09:26:20.398691 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7316 2025.01.22 09:26:20.399445 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2025.01.22 09:26:20.399491 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7318 2025.01.22 09:26:20.399877 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7319 2025.01.22 09:26:20.400123 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2025.01.22 09:26:20.400330 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00186 sec., 224193.54838709676 rows/sec., 16.01 MiB/sec.
7321 2025.01.22 09:26:20.400385 [ 285 ] {dc470b7c-b31b-4ff2-9bfe-ded9374da7a8} <Debug> TCPHandler: Processed in 0.002146013 sec.
7322 2025.01.22 09:26:20.400550 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7323 2025.01.22 09:26:20.400694 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7324 2025.01.22 09:26:20.400758 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7325 2025.01.22 09:26:20.401321 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7326 2025.01.22 09:26:20.401366 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7327 2025.01.22 09:26:20.401775 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7328 2025.01.22 09:26:20.402015 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7329 2025.01.22 09:26:20.402244 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 198.40 KiB/sec.
7330 2025.01.22 09:26:20.402461 [ 286 ] {356e25c3-1ad8-404e-9bc0-6b00601b89e2} <Debug> TCPHandler: Processed in 0.001976431 sec.
7331 2025.01.22 09:26:20.402614 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7332 2025.01.22 09:26:20.402735 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7333 2025.01.22 09:26:20.402789 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7334 2025.01.22 09:26:20.403408 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7335 2025.01.22 09:26:20.403447 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7336 2025.01.22 09:26:20.403860 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7337 2025.01.22 09:26:20.404102 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7338 2025.01.22 09:26:20.404313 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec.
7339 2025.01.22 09:26:20.404375 [ 285 ] {ed957ce0-98d7-4f87-bf40-63a2ee619386} <Debug> TCPHandler: Processed in 0.00181746 sec.
7340 2025.01.22 09:26:20.404542 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7341 2025.01.22 09:26:20.404682 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7342 2025.01.22 09:26:20.404743 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7343 2025.01.22 09:26:20.405371 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7344 2025.01.22 09:26:20.405422 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7345 2025.01.22 09:26:20.405951 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7346 2025.01.22 09:26:20.406321 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7347 2025.01.22 09:26:20.406510 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001861 sec., 537.345513164965 rows/sec., 36.21 KiB/sec.
7348 2025.01.22 09:26:20.406564 [ 286 ] {08f764dd-0609-403d-aa5f-7d30663cbbe9} <Debug> TCPHandler: Processed in 0.002088142 sec.
7349 2025.01.22 09:26:20.406707 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7350 2025.01.22 09:26:20.406827 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7351 2025.01.22 09:26:20.406911 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7352 2025.01.22 09:26:20.408045 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.01.22 09:26:20.408085 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7354 2025.01.22 09:26:20.408749 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7355 2025.01.22 09:26:20.409008 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2025.01.22 09:26:20.409189 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7357 2025.01.22 09:26:20.409259 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7358 2025.01.22 09:26:20.409294 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7359 2025.01.22 09:26:20.409300 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002492 sec., 14044.94382022472 rows/sec., 25.17 MiB/sec.
7360 2025.01.22 09:26:20.410025 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
7361 2025.01.22 09:26:20.410074 [ 285 ] {7323b394-7dcc-4fec-9e35-44e8624c07f0} <Debug> TCPHandler: Processed in 0.003418917 sec.
7362 2025.01.22 09:26:20.410342 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7363 2025.01.22 09:26:20.410633 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7364 2025.01.22 09:26:20.410769 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7365 2025.01.22 09:26:20.411361 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7366 2025.01.22 09:26:20.411585 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 770 rows starting from the beginning of the part
7367 2025.01.22 09:26:20.412261 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 35 rows starting from the beginning of the part
7368 2025.01.22 09:26:20.413041 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part
7369 2025.01.22 09:26:20.413106 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7370 2025.01.22 09:26:20.413182 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7371 2025.01.22 09:26:20.413700 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part
7372 2025.01.22 09:26:20.414417 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part
7373 2025.01.22 09:26:20.414992 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7374 2025.01.22 09:26:20.415013 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part
7375 2025.01.22 09:26:20.415745 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7376 2025.01.22 09:26:20.416291 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005725 sec., 14323.144104803494 rows/sec., 931.53 KiB/sec.
7377 2025.01.22 09:26:20.416441 [ 286 ] {8c016074-7c92-417b-abae-3f132323aade} <Debug> TCPHandler: Processed in 0.006242897 sec.
7378 2025.01.22 09:26:20.427111 [ 196 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 885 rows, containing 19 columns (19 merged, 0 gathered) in 0.01768808 sec., 50033.6950081637 rows/sec., 89.66 MiB/sec.
7379 2025.01.22 09:26:20.427908 [ 187 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7380 2025.01.22 09:26:20.428394 [ 187 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7381 2025.01.22 09:26:20.428501 [ 187 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7382 2025.01.22 09:26:20.428619 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB.
7383 2025.01.22 09:26:21.000205 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.91 MiB, peak 215.75 MiB, free memory in arenas 0.00 B, will set to 210.79 MiB (RSS), difference: 2.88 MiB
7384 2025.01.22 09:26:22.041722 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
7385 2025.01.22 09:26:22.041800 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
7386 2025.01.22 09:26:22.179160 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
7387 2025.01.22 09:26:22.179969 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7388 2025.01.22 09:26:22.180008 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7389 2025.01.22 09:26:22.180536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7390 2025.01.22 09:26:22.180787 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7391 2025.01.22 09:26:22.180977 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7392 2025.01.22 09:26:23.292713 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7393 2025.01.22 09:26:23.314199 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7394 2025.01.22 09:26:23.314267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
7395 2025.01.22 09:26:23.321950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7396 2025.01.22 09:26:23.322741 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7397 2025.01.22 09:26:23.326756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7398 2025.01.22 09:26:25.372425 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7399 2025.01.22 09:26:25.372629 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7400 2025.01.22 09:26:25.372704 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7401 2025.01.22 09:26:25.373515 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2025.01.22 09:26:25.373568 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7403 2025.01.22 09:26:25.374012 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7404 2025.01.22 09:26:25.374268 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7405 2025.01.22 09:26:25.374518 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001934 sec., 34126.16339193382 rows/sec., 2.70 MiB/sec.
7406 2025.01.22 09:26:25.374645 [ 286 ] {0e5e0f28-e07d-4ce8-ab0f-010dc57467f7} <Debug> TCPHandler: Processed in 0.002350445 sec.
7407 2025.01.22 09:26:25.374950 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7408 2025.01.22 09:26:25.375186 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7409 2025.01.22 09:26:25.375270 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7410 2025.01.22 09:26:25.376049 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2025.01.22 09:26:25.376096 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7412 2025.01.22 09:26:25.376555 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7413 2025.01.22 09:26:25.376837 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7414 2025.01.22 09:26:25.377042 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001923 sec., 2600.1040041601664 rows/sec., 195.52 KiB/sec.
7415 2025.01.22 09:26:25.377114 [ 285 ] {fb94bf2e-5e35-4540-be91-92eacde53170} <Debug> TCPHandler: Processed in 0.002325805 sec.
7416 2025.01.22 09:26:25.377303 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7417 2025.01.22 09:26:25.377436 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7418 2025.01.22 09:26:25.377501 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7419 2025.01.22 09:26:25.378164 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7420 2025.01.22 09:26:25.378207 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7421 2025.01.22 09:26:25.378600 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7422 2025.01.22 09:26:25.378842 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7423 2025.01.22 09:26:25.379080 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001674 sec., 41218.637992831544 rows/sec., 3.22 MiB/sec.
7424 2025.01.22 09:26:25.379160 [ 286 ] {ebfc501d-0f1a-4e80-8e87-62d3d9a236e7} <Debug> TCPHandler: Processed in 0.001928701 sec.
7425 2025.01.22 09:26:25.379386 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7426 2025.01.22 09:26:25.379606 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7427 2025.01.22 09:26:25.379668 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7428 2025.01.22 09:26:25.380270 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2025.01.22 09:26:25.380311 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7430 2025.01.22 09:26:25.380736 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7431 2025.01.22 09:26:25.380993 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2025.01.22 09:26:25.381184 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
7433 2025.01.22 09:26:25.381245 [ 285 ] {88836c7e-92c9-4c33-b6b6-967aa00f3bec} <Debug> TCPHandler: Processed in 0.001982221 sec.
7434 2025.01.22 09:26:25.381401 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7435 2025.01.22 09:26:25.381527 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7436 2025.01.22 09:26:25.381611 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7437 2025.01.22 09:26:25.382728 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2025.01.22 09:26:25.382770 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7439 2025.01.22 09:26:25.383391 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7440 2025.01.22 09:26:25.383657 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2025.01.22 09:26:25.383940 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002437 sec., 2051.702913418137 rows/sec., 3.68 MiB/sec.
7442 2025.01.22 09:26:25.384468 [ 286 ] {ac129358-7410-4491-9d4c-26ec1ee99eb7} <Debug> TCPHandler: Processed in 0.003119424 sec.
7443 2025.01.22 09:26:25.384696 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7444 2025.01.22 09:26:25.384840 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7445 2025.01.22 09:26:25.384901 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7446 2025.01.22 09:26:25.385501 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2025.01.22 09:26:25.385549 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7448 2025.01.22 09:26:25.385944 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7449 2025.01.22 09:26:25.386191 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2025.01.22 09:26:25.386374 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec.
7451 2025.01.22 09:26:25.386427 [ 285 ] {932119a3-9d5b-4bc8-8050-1cda931f46bf} <Debug> TCPHandler: Processed in 0.00184965 sec.
7452 2025.01.22 09:26:25.591623 [ 96 ] {} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7453 2025.01.22 09:26:25.591700 [ 96 ] {} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7454 2025.01.22 09:26:25.591741 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7455 2025.01.22 09:26:25.591985 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::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
7456 2025.01.22 09:26:25.592228 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7457 2025.01.22 09:26:25.592272 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
7458 2025.01.22 09:26:25.592379 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
7459 2025.01.22 09:26:25.592494 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part
7460 2025.01.22 09:26:25.592785 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
7461 2025.01.22 09:26:25.593062 [ 191 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
7462 2025.01.22 09:26:25.594015 [ 196 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002176823 sec., 18375.40305298134 rows/sec., 1.53 MiB/sec.
7463 2025.01.22 09:26:25.594241 [ 196 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7464 2025.01.22 09:26:25.594737 [ 196 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7465 2025.01.22 09:26:25.594817 [ 196 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_9_2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7466 2025.01.22 09:26:25.594907 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7467 2025.01.22 09:26:27.258041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1064
7468 2025.01.22 09:26:27.261162 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7469 2025.01.22 09:26:27.261209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7470 2025.01.22 09:26:27.262694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7471 2025.01.22 09:26:27.263003 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7472 2025.01.22 09:26:27.263546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064
7473 2025.01.22 09:26:29.681145 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
7474 2025.01.22 09:26:29.681804 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7475 2025.01.22 09:26:29.681853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7476 2025.01.22 09:26:29.682406 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7477 2025.01.22 09:26:29.682663 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7478 2025.01.22 09:26:29.682918 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
7479 2025.01.22 09:26:30.378215 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7480 2025.01.22 09:26:30.378414 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7481 2025.01.22 09:26:30.378487 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7482 2025.01.22 09:26:30.379284 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2025.01.22 09:26:30.379352 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7484 2025.01.22 09:26:30.379791 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7485 2025.01.22 09:26:30.380048 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7486 2025.01.22 09:26:30.380275 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec.
7487 2025.01.22 09:26:30.380408 [ 286 ] {fca8cac0-66e3-4969-ba4b-a61cc22cb5ff} <Debug> TCPHandler: Processed in 0.002315435 sec.
7488 2025.01.22 09:26:30.380713 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7489 2025.01.22 09:26:30.380907 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7490 2025.01.22 09:26:30.380986 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7491 2025.01.22 09:26:30.381750 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7492 2025.01.22 09:26:30.381808 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7493 2025.01.22 09:26:30.382241 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7494 2025.01.22 09:26:30.382501 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7495 2025.01.22 09:26:30.382725 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00187 sec., 5347.593582887701 rows/sec., 436.06 KiB/sec.
7496 2025.01.22 09:26:30.382792 [ 285 ] {e8ffcf6b-f726-422f-9a2c-6630c03a5a13} <Debug> TCPHandler: Processed in 0.002231244 sec.
7497 2025.01.22 09:26:30.382950 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7498 2025.01.22 09:26:30.383078 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7499 2025.01.22 09:26:30.383132 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7500 2025.01.22 09:26:30.383922 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7501 2025.01.22 09:26:30.383963 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7502 2025.01.22 09:26:30.384359 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7503 2025.01.22 09:26:30.384609 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7504 2025.01.22 09:26:30.384740 [ 90 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7505 2025.01.22 09:26:30.384778 [ 90 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7506 2025.01.22 09:26:30.384801 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.001752 sec., 158675.799086758 rows/sec., 13.91 MiB/sec.
7507 2025.01.22 09:26:30.384804 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7508 2025.01.22 09:26:30.384951 [ 286 ] {2e462508-d89e-4c44-a80f-348f9852f657} <Debug> TCPHandler: Processed in 0.002054902 sec.
7509 2025.01.22 09:26:30.385331 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7510 2025.01.22 09:26:30.385334 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
7511 2025.01.22 09:26:30.385794 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7512 2025.01.22 09:26:30.385862 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7513 2025.01.22 09:26:30.385889 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7514 2025.01.22 09:26:30.385930 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1433 rows starting from the beginning of the part
7515 2025.01.22 09:26:30.386250 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1208 rows starting from the beginning of the part
7516 2025.01.22 09:26:30.386583 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
7517 2025.01.22 09:26:30.386966 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 273 rows starting from the beginning of the part
7518 2025.01.22 09:26:30.387312 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part
7519 2025.01.22 09:26:30.387702 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 278 rows starting from the beginning of the part
7520 2025.01.22 09:26:30.388853 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7521 2025.01.22 09:26:30.388920 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7522 2025.01.22 09:26:30.389965 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7523 2025.01.22 09:26:30.390367 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7524 2025.01.22 09:26:30.390641 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.005036 sec., 10325.655281969817 rows/sec., 751.81 KiB/sec.
7525 2025.01.22 09:26:30.390848 [ 285 ] {ac2adfdc-c682-49fe-84a7-b953b765090f} <Debug> TCPHandler: Processed in 0.005727232 sec.
7526 2025.01.22 09:26:30.391143 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7527 2025.01.22 09:26:30.391258 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006320248 sec., 524346.5129849336 rows/sec., 45.78 MiB/sec.
7528 2025.01.22 09:26:30.391319 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7529 2025.01.22 09:26:30.391378 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7530 2025.01.22 09:26:30.391512 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7531 2025.01.22 09:26:30.391904 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7532 2025.01.22 09:26:30.392018 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_56_11} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7533 2025.01.22 09:26:30.392135 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
7534 2025.01.22 09:26:30.392201 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7535 2025.01.22 09:26:30.392240 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7536 2025.01.22 09:26:30.392612 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7537 2025.01.22 09:26:30.392850 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7538 2025.01.22 09:26:30.393027 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001743 sec., 8032.128514056225 rows/sec., 562.52 KiB/sec.
7539 2025.01.22 09:26:30.393084 [ 286 ] {8800189f-3879-4752-a865-d4f6c3e8cca1} <Debug> TCPHandler: Processed in 0.002078303 sec.
7540 2025.01.22 09:26:30.393289 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7541 2025.01.22 09:26:30.393441 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7542 2025.01.22 09:26:30.393522 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7543 2025.01.22 09:26:30.394166 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7544 2025.01.22 09:26:30.394208 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7545 2025.01.22 09:26:30.394580 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7546 2025.01.22 09:26:30.394832 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7547 2025.01.22 09:26:30.395051 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec.
7548 2025.01.22 09:26:30.395110 [ 285 ] {e44a69a0-33d9-4324-be06-1a8acf47288e} <Debug> TCPHandler: Processed in 0.00191767 sec.
7549 2025.01.22 09:26:30.395258 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7550 2025.01.22 09:26:30.395384 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7551 2025.01.22 09:26:30.395435 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7552 2025.01.22 09:26:30.396223 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7553 2025.01.22 09:26:30.396263 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7554 2025.01.22 09:26:30.396664 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7555 2025.01.22 09:26:30.396906 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7556 2025.01.22 09:26:30.397036 [ 90 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7557 2025.01.22 09:26:30.397077 [ 90 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2025.01.22 09:26:30.397098 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001739 sec., 245543.4157561817 rows/sec., 17.58 MiB/sec.
7559 2025.01.22 09:26:30.397102 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7560 2025.01.22 09:26:30.397216 [ 286 ] {6a0aedcf-20af-4d96-9760-8fd6a8a38e85} <Debug> TCPHandler: Processed in 0.002012932 sec.
7561 2025.01.22 09:26:30.397341 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
7562 2025.01.22 09:26:30.397385 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7563 2025.01.22 09:26:30.397511 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7564 2025.01.22 09:26:30.397536 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7565 2025.01.22 09:26:30.397552 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part
7566 2025.01.22 09:26:30.397606 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7567 2025.01.22 09:26:30.397834 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 529 rows starting from the beginning of the part
7568 2025.01.22 09:26:30.398218 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
7569 2025.01.22 09:26:30.398600 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 417 rows starting from the beginning of the part
7570 2025.01.22 09:26:30.398964 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 69 rows starting from the beginning of the part
7571 2025.01.22 09:26:30.399271 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
7572 2025.01.22 09:26:30.399987 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7573 2025.01.22 09:26:30.400041 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7574 2025.01.22 09:26:30.400623 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7575 2025.01.22 09:26:30.400934 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7576 2025.01.22 09:26:30.401219 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003707 sec., 1618.5594820609658 rows/sec., 84.56 KiB/sec.
7577 2025.01.22 09:26:30.401636 [ 285 ] {08bd3238-855a-4d04-b48b-799203d652fe} <Debug> TCPHandler: Processed in 0.004302896 sec.
7578 2025.01.22 09:26:30.401954 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7579 2025.01.22 09:26:30.402277 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005062354 sec., 478038.4777516547 rows/sec., 36.67 MiB/sec.
7580 2025.01.22 09:26:30.402317 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7581 2025.01.22 09:26:30.402404 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7582 2025.01.22 09:26:30.402559 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7583 2025.01.22 09:26:30.403177 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7584 2025.01.22 09:26:30.403397 [ 195 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_56_11} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7585 2025.01.22 09:26:30.403575 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
7586 2025.01.22 09:26:30.403709 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7587 2025.01.22 09:26:30.403754 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7588 2025.01.22 09:26:30.404163 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7589 2025.01.22 09:26:30.404407 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7590 2025.01.22 09:26:30.404538 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7591 2025.01.22 09:26:30.404585 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.01.22 09:26:30.404598 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002393 sec., 101128.29084830756 rows/sec., 6.78 MiB/sec.
7593 2025.01.22 09:26:30.404611 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7594 2025.01.22 09:26:30.404756 [ 286 ] {35cefb4c-81bf-434d-9cc6-e170360b6d5e} <Debug> TCPHandler: Processed in 0.002975862 sec.
7595 2025.01.22 09:26:30.404827 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
7596 2025.01.22 09:26:30.404954 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7597 2025.01.22 09:26:30.404977 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7598 2025.01.22 09:26:30.405013 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15961 rows starting from the beginning of the part
7599 2025.01.22 09:26:30.405230 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 966 rows starting from the beginning of the part
7600 2025.01.22 09:26:30.405254 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7601 2025.01.22 09:26:30.405382 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part
7602 2025.01.22 09:26:30.405385 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7603 2025.01.22 09:26:30.405718 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
7604 2025.01.22 09:26:30.406133 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
7605 2025.01.22 09:26:30.406343 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 242 rows starting from the beginning of the part
7606 2025.01.22 09:26:30.407249 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7607 2025.01.22 09:26:30.407294 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7608 2025.01.22 09:26:30.407829 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7609 2025.01.22 09:26:30.408233 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7610 2025.01.22 09:26:30.408484 [ 90 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7611 2025.01.22 09:26:30.408561 [ 90 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7612 2025.01.22 09:26:30.408602 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7613 2025.01.22 09:26:30.408668 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003547 sec., 281.928390188892 rows/sec., 19.00 KiB/sec.
7614 2025.01.22 09:26:30.408923 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
7615 2025.01.22 09:26:30.409285 [ 285 ] {0f0995d5-e804-43a7-bd99-2162c0009867} <Debug> TCPHandler: Processed in 0.004396697 sec.
7616 2025.01.22 09:26:30.409713 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7617 2025.01.22 09:26:30.409748 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7618 2025.01.22 09:26:30.409850 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
7619 2025.01.22 09:26:30.410063 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7620 2025.01.22 09:26:30.410291 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7621 2025.01.22 09:26:30.410346 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7622 2025.01.22 09:26:30.410721 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7623 2025.01.22 09:26:30.411291 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7624 2025.01.22 09:26:30.411771 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7625 2025.01.22 09:26:30.412822 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17608 rows, containing 5 columns (5 merged, 0 gathered) in 0.008106377 sec., 2172117.0875719204 rows/sec., 146.59 MiB/sec.
7626 2025.01.22 09:26:30.412817 [ 195 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7627 2025.01.22 09:26:30.413213 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7628 2025.01.22 09:26:30.414222 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2025.01.22 09:26:30.414515 [ 188 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7630 2025.01.22 09:26:30.414821 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB.
7631 2025.01.22 09:26:30.417301 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.008572832 sec., 2916.1891892900735 rows/sec., 196.05 KiB/sec.
7632 2025.01.22 09:26:30.417337 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7633 2025.01.22 09:26:30.417391 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7634 2025.01.22 09:26:30.417477 [ 188 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7635 2025.01.22 09:26:30.418057 [ 188 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7636 2025.01.22 09:26:30.418249 [ 188 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_25_5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7637 2025.01.22 09:26:30.418433 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7638 2025.01.22 09:26:30.418752 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7639 2025.01.22 09:26:30.419042 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7640 2025.01.22 09:26:30.419303 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009363 sec., 3738.1181245327352 rows/sec., 6.70 MiB/sec.
7641 2025.01.22 09:26:30.419466 [ 286 ] {4974978e-51b4-4f80-8780-273450c4551f} <Debug> TCPHandler: Processed in 0.009970057 sec.
7642 2025.01.22 09:26:30.419642 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7643 2025.01.22 09:26:30.419763 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7644 2025.01.22 09:26:30.419817 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7645 2025.01.22 09:26:30.420321 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7646 2025.01.22 09:26:30.420362 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7647 2025.01.22 09:26:30.420770 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7648 2025.01.22 09:26:30.421011 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7649 2025.01.22 09:26:30.421214 [ 89 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7650 2025.01.22 09:26:30.421277 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001533 sec., 53489.88910632746 rows/sec., 3.40 MiB/sec.
7651 2025.01.22 09:26:30.421307 [ 89 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7652 2025.01.22 09:26:30.421393 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7653 2025.01.22 09:26:30.421393 [ 285 ] {e86b0945-4512-421d-a6a1-55d0028f390c} <Debug> TCPHandler: Processed in 0.00181134 sec.
7654 2025.01.22 09:26:30.421740 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
7655 2025.01.22 09:26:30.422152 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7656 2025.01.22 09:26:30.422204 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3142 rows starting from the beginning of the part
7657 2025.01.22 09:26:30.422314 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part
7658 2025.01.22 09:26:30.422522 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part
7659 2025.01.22 09:26:30.422662 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
7660 2025.01.22 09:26:30.422819 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
7661 2025.01.22 09:26:30.422912 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
7662 2025.01.22 09:26:30.424506 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 4 columns (4 merged, 0 gathered) in 0.003006662 sec., 1139469.6178020677 rows/sec., 74.31 MiB/sec.
7663 2025.01.22 09:26:30.424759 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7664 2025.01.22 09:26:30.425042 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7665 2025.01.22 09:26:30.425115 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_56_11} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7666 2025.01.22 09:26:30.425199 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7667 2025.01.22 09:26:30.826866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7668 2025.01.22 09:26:30.848272 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7669 2025.01.22 09:26:30.848329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7670 2025.01.22 09:26:30.855679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7671 2025.01.22 09:26:30.856476 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7672 2025.01.22 09:26:30.859635 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7673 2025.01.22 09:26:31.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.29 MiB, peak 217.01 MiB, free memory in arenas 0.00 B, will set to 210.80 MiB (RSS), difference: -1.48 MiB
7674 2025.01.22 09:26:35.372891 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7675 2025.01.22 09:26:35.373095 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7676 2025.01.22 09:26:35.373169 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7677 2025.01.22 09:26:35.373977 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7678 2025.01.22 09:26:35.374033 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7679 2025.01.22 09:26:35.374480 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7680 2025.01.22 09:26:35.374744 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7681 2025.01.22 09:26:35.375004 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001962 sec., 33639.14373088685 rows/sec., 2.66 MiB/sec.
7682 2025.01.22 09:26:35.375090 [ 286 ] {ccb1342c-8cc5-4614-b8f1-d9087e8681ae} <Debug> TCPHandler: Processed in 0.002332675 sec.
7683 2025.01.22 09:26:35.375388 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7684 2025.01.22 09:26:35.375601 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7685 2025.01.22 09:26:35.375683 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7686 2025.01.22 09:26:35.376453 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2025.01.22 09:26:35.376497 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7688 2025.01.22 09:26:35.376932 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7689 2025.01.22 09:26:35.377188 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7690 2025.01.22 09:26:35.377430 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001889 sec., 2646.9031233456853 rows/sec., 199.03 KiB/sec.
7691 2025.01.22 09:26:35.377495 [ 285 ] {471bcc15-2367-48a7-8c3e-39ae55dcf048} <Debug> TCPHandler: Processed in 0.002266074 sec.
7692 2025.01.22 09:26:35.377664 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7693 2025.01.22 09:26:35.377796 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7694 2025.01.22 09:26:35.377855 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7695 2025.01.22 09:26:35.378520 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2025.01.22 09:26:35.378562 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7697 2025.01.22 09:26:35.378939 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7698 2025.01.22 09:26:35.379179 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2025.01.22 09:26:35.379407 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001643 sec., 41996.34814363968 rows/sec., 3.28 MiB/sec.
7700 2025.01.22 09:26:35.379469 [ 286 ] {4a7f9639-7bef-4567-bd1d-01f620d91b57} <Debug> TCPHandler: Processed in 0.00186197 sec.
7701 2025.01.22 09:26:35.379642 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7702 2025.01.22 09:26:35.379767 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7703 2025.01.22 09:26:35.379824 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7704 2025.01.22 09:26:35.380414 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7705 2025.01.22 09:26:35.380455 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7706 2025.01.22 09:26:35.380862 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7707 2025.01.22 09:26:35.381110 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7708 2025.01.22 09:26:35.381319 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec.
7709 2025.01.22 09:26:35.381380 [ 285 ] {7c9c2351-8a6b-46d3-bbc0-2551d078ba83} <Debug> TCPHandler: Processed in 0.00179409 sec.
7710 2025.01.22 09:26:35.381538 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7711 2025.01.22 09:26:35.381661 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7712 2025.01.22 09:26:35.381743 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7713 2025.01.22 09:26:35.382860 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7714 2025.01.22 09:26:35.382901 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7715 2025.01.22 09:26:35.383524 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7716 2025.01.22 09:26:35.383795 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7717 2025.01.22 09:26:35.384091 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002455 sec., 2036.6598778004072 rows/sec., 3.65 MiB/sec.
7718 2025.01.22 09:26:35.384653 [ 286 ] {bc5c1f8c-9d96-4a1c-94e2-961c1f8620c3} <Debug> TCPHandler: Processed in 0.003167424 sec.
7719 2025.01.22 09:26:35.384858 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7720 2025.01.22 09:26:35.385002 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7721 2025.01.22 09:26:35.385063 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7722 2025.01.22 09:26:35.385653 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7723 2025.01.22 09:26:35.385700 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7724 2025.01.22 09:26:35.386105 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7725 2025.01.22 09:26:35.386346 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7726 2025.01.22 09:26:35.386560 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec.
7727 2025.01.22 09:26:35.386612 [ 285 ] {4c3e8630-ffc4-4bbf-9e50-8c9d8d5952e8} <Debug> TCPHandler: Processed in 0.00183492 sec.
7728 2025.01.22 09:26:37.041857 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
7729 2025.01.22 09:26:37.041943 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
7730 2025.01.22 09:26:37.183076 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
7731 2025.01.22 09:26:37.183741 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7732 2025.01.22 09:26:37.183791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7733 2025.01.22 09:26:37.184335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7734 2025.01.22 09:26:37.184593 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7735 2025.01.22 09:26:37.184800 [ 82 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7736 2025.01.22 09:26:37.184850 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7737 2025.01.22 09:26:37.184893 [ 82 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7738 2025.01.22 09:26:37.184921 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7739 2025.01.22 09:26:37.185035 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
7740 2025.01.22 09:26:37.185175 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7741 2025.01.22 09:26:37.185217 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
7742 2025.01.22 09:26:37.185296 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
7743 2025.01.22 09:26:37.185484 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
7744 2025.01.22 09:26:37.185749 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
7745 2025.01.22 09:26:37.185973 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
7746 2025.01.22 09:26:37.186159 [ 190 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
7747 2025.01.22 09:26:37.188757 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003771441 sec., 4383205.252316025 rows/sec., 62.70 MiB/sec.
7748 2025.01.22 09:26:37.188902 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7749 2025.01.22 09:26:37.189286 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7750 2025.01.22 09:26:37.189396 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_36_7} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7751 2025.01.22 09:26:37.189531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7752 2025.01.22 09:26:37.263822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1100
7753 2025.01.22 09:26:37.266982 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7754 2025.01.22 09:26:37.267030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7755 2025.01.22 09:26:37.268505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7756 2025.01.22 09:26:37.268822 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7757 2025.01.22 09:26:37.269031 [ 82 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7758 2025.01.22 09:26:37.269133 [ 82 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7759 2025.01.22 09:26:37.269196 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7760 2025.01.22 09:26:37.270313 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
7761 2025.01.22 09:26:37.270796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100
7762 2025.01.22 09:26:37.271327 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7763 2025.01.22 09:26:37.271514 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 916 rows starting from the beginning of the part
7764 2025.01.22 09:26:37.272396 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7765 2025.01.22 09:26:37.272930 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part
7766 2025.01.22 09:26:37.273454 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part
7767 2025.01.22 09:26:37.273965 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
7768 2025.01.22 09:26:37.274468 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part
7769 2025.01.22 09:26:37.282877 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 72 columns (72 merged, 0 gathered) in 0.013481775 sec., 81591.63018222748 rows/sec., 65.46 MiB/sec.
7770 2025.01.22 09:26:37.284446 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7771 2025.01.22 09:26:37.285246 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7772 2025.01.22 09:26:37.285337 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_26_5} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7773 2025.01.22 09:26:37.285691 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB.
7774 2025.01.22 09:26:38.359749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7775 2025.01.22 09:26:38.381365 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7776 2025.01.22 09:26:38.381437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7777 2025.01.22 09:26:38.389970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7778 2025.01.22 09:26:38.390737 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7779 2025.01.22 09:26:38.391135 [ 80 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7780 2025.01.22 09:26:38.391270 [ 80 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7781 2025.01.22 09:26:38.391337 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7782 2025.01.22 09:26:38.391784 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7783 2025.01.22 09:26:38.407687 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7784 2025.01.22 09:26:38.408949 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7785 2025.01.22 09:26:38.410144 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7786 2025.01.22 09:26:38.415419 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7787 2025.01.22 09:26:38.421033 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7788 2025.01.22 09:26:38.426593 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7789 2025.01.22 09:26:38.432416 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7790 2025.01.22 09:26:38.437045 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
7791 2025.01.22 09:26:38.496446 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104955887 sec., 2591.564968623437 rows/sec., 13.40 MiB/sec.
7792 2025.01.22 09:26:38.499402 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7793 2025.01.22 09:26:38.502394 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_36_7} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7794 2025.01.22 09:26:38.502526 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_36_7} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7795 2025.01.22 09:26:38.505114 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7796 2025.01.22 09:26:40.378541 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7797 2025.01.22 09:26:40.378762 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7798 2025.01.22 09:26:40.378844 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7799 2025.01.22 09:26:40.379607 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7800 2025.01.22 09:26:40.379649 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7801 2025.01.22 09:26:40.380091 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7802 2025.01.22 09:26:40.380358 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7803 2025.01.22 09:26:40.380511 [ 78 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7804 2025.01.22 09:26:40.380553 [ 78 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7805 2025.01.22 09:26:40.380579 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7806 2025.01.22 09:26:40.380578 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec.
7807 2025.01.22 09:26:40.380933 [ 286 ] {db6782d9-43bc-468c-be3b-3e47b0b0dbed} <Debug> TCPHandler: Processed in 0.002507866 sec.
7808 2025.01.22 09:26:40.380970 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7809 2025.01.22 09:26:40.381296 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7810 2025.01.22 09:26:40.381315 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7811 2025.01.22 09:26:40.381342 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7812 2025.01.22 09:26:40.381559 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7813 2025.01.22 09:26:40.381769 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7814 2025.01.22 09:26:40.381825 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7815 2025.01.22 09:26:40.381970 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7816 2025.01.22 09:26:40.382098 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7817 2025.01.22 09:26:40.382461 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
7818 2025.01.22 09:26:40.384744 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7819 2025.01.22 09:26:40.384859 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7820 2025.01.22 09:26:40.385052 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004364407 sec., 16038.834141728763 rows/sec., 1.19 MiB/sec.
7821 2025.01.22 09:26:40.385259 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7822 2025.01.22 09:26:40.385813 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7823 2025.01.22 09:26:40.385821 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_25_6} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7824 2025.01.22 09:26:40.385979 [ 199 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_25_6} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7825 2025.01.22 09:26:40.386133 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7826 2025.01.22 09:26:40.386256 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2025.01.22 09:26:40.386561 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.004975 sec., 54874.37185929648 rows/sec., 4.83 MiB/sec.
7828 2025.01.22 09:26:40.386755 [ 285 ] {3b055f67-c3b3-4fb6-bba1-5d3f4b90e190} <Debug> TCPHandler: Processed in 0.005651471 sec.
7829 2025.01.22 09:26:40.386959 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7830 2025.01.22 09:26:40.387095 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7831 2025.01.22 09:26:40.387147 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7832 2025.01.22 09:26:40.387729 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7833 2025.01.22 09:26:40.387767 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7834 2025.01.22 09:26:40.388147 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7835 2025.01.22 09:26:40.388384 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7836 2025.01.22 09:26:40.388568 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001502 sec., 27962.716378162448 rows/sec., 2.01 MiB/sec.
7837 2025.01.22 09:26:40.388622 [ 286 ] {d95098e2-e0f1-42f9-abc6-37f20da59d75} <Debug> TCPHandler: Processed in 0.001758119 sec.
7838 2025.01.22 09:26:40.388765 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7839 2025.01.22 09:26:40.388889 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7840 2025.01.22 09:26:40.388944 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7841 2025.01.22 09:26:40.389541 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7842 2025.01.22 09:26:40.389581 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7843 2025.01.22 09:26:40.389950 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7844 2025.01.22 09:26:40.390210 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7845 2025.01.22 09:26:40.390472 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec.
7846 2025.01.22 09:26:40.390674 [ 285 ] {49eec61a-6bfd-4053-a061-e10b11477415} <Debug> TCPHandler: Processed in 0.001961221 sec.
7847 2025.01.22 09:26:40.390872 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7848 2025.01.22 09:26:40.391000 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7849 2025.01.22 09:26:40.391054 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7850 2025.01.22 09:26:40.391771 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7851 2025.01.22 09:26:40.391817 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7852 2025.01.22 09:26:40.392204 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7853 2025.01.22 09:26:40.392454 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7854 2025.01.22 09:26:40.392582 [ 78 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7855 2025.01.22 09:26:40.392624 [ 78 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7856 2025.01.22 09:26:40.392652 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7857 2025.01.22 09:26:40.392654 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001676 sec., 7756.5632458233895 rows/sec., 483.62 KiB/sec.
7858 2025.01.22 09:26:40.392863 [ 286 ] {0a39a0ea-140d-4a0a-b171-3d451ae41a20} <Debug> TCPHandler: Processed in 0.002092693 sec.
7859 2025.01.22 09:26:40.392938 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7860 2025.01.22 09:26:40.393163 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7861 2025.01.22 09:26:40.393188 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7862 2025.01.22 09:26:40.393235 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7863 2025.01.22 09:26:40.393483 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7864 2025.01.22 09:26:40.393490 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7865 2025.01.22 09:26:40.393639 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7866 2025.01.22 09:26:40.393805 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7867 2025.01.22 09:26:40.394158 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7868 2025.01.22 09:26:40.394455 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
7869 2025.01.22 09:26:40.396475 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7870 2025.01.22 09:26:40.396550 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7871 2025.01.22 09:26:40.396951 [ 186 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004237715 sec., 15338.454804063038 rows/sec., 1016.26 KiB/sec.
7872 2025.01.22 09:26:40.397165 [ 186 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7873 2025.01.22 09:26:40.397502 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7874 2025.01.22 09:26:40.397838 [ 186 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_25_6} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7875 2025.01.22 09:26:40.398020 [ 186 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_25_6} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7876 2025.01.22 09:26:40.398036 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7877 2025.01.22 09:26:40.398167 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7878 2025.01.22 09:26:40.398425 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005091 sec., 81909.25162050678 rows/sec., 5.85 MiB/sec.
7879 2025.01.22 09:26:40.398575 [ 285 ] {46da38bf-baec-48d4-b698-c38421a43e0b} <Debug> TCPHandler: Processed in 0.0055788 sec.
7880 2025.01.22 09:26:40.398852 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2025.01.22 09:26:40.399003 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7882 2025.01.22 09:26:40.399063 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7883 2025.01.22 09:26:40.399621 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7884 2025.01.22 09:26:40.399667 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7885 2025.01.22 09:26:40.400081 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7886 2025.01.22 09:26:40.400312 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2025.01.22 09:26:40.400495 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec.
7888 2025.01.22 09:26:40.400547 [ 286 ] {199867aa-8c11-4e97-a435-516fe2889ed4} <Debug> TCPHandler: Processed in 0.001806439 sec.
7889 2025.01.22 09:26:40.400687 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7890 2025.01.22 09:26:40.400803 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7891 2025.01.22 09:26:40.400856 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7892 2025.01.22 09:26:40.401442 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2025.01.22 09:26:40.401482 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7894 2025.01.22 09:26:40.401893 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7895 2025.01.22 09:26:40.402136 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.01.22 09:26:40.402347 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec.
7897 2025.01.22 09:26:40.402402 [ 285 ] {3c3b350b-56b8-44e7-b986-e241f1dcea52} <Debug> TCPHandler: Processed in 0.001770489 sec.
7898 2025.01.22 09:26:40.402543 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7899 2025.01.22 09:26:40.402682 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7900 2025.01.22 09:26:40.402748 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7901 2025.01.22 09:26:40.403245 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2025.01.22 09:26:40.403281 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7903 2025.01.22 09:26:40.403636 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7904 2025.01.22 09:26:40.403868 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2025.01.22 09:26:40.404079 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec.
7906 2025.01.22 09:26:40.404132 [ 286 ] {81e9c461-9a37-4123-ae83-bc932ff0ebbd} <Debug> TCPHandler: Processed in 0.001651578 sec.
7907 2025.01.22 09:26:40.404281 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7908 2025.01.22 09:26:40.404418 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7909 2025.01.22 09:26:40.404511 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7910 2025.01.22 09:26:40.405751 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2025.01.22 09:26:40.405790 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7912 2025.01.22 09:26:40.406457 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7913 2025.01.22 09:26:40.406729 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7914 2025.01.22 09:26:40.406991 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002604 sec., 13440.860215053763 rows/sec., 24.09 MiB/sec.
7915 2025.01.22 09:26:40.407098 [ 285 ] {4285e63e-cfcd-42eb-b90f-b6ca86961cd5} <Debug> TCPHandler: Processed in 0.002883711 sec.
7916 2025.01.22 09:26:40.407232 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7917 2025.01.22 09:26:40.407347 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7918 2025.01.22 09:26:40.407398 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7919 2025.01.22 09:26:40.407875 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7920 2025.01.22 09:26:40.407913 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7921 2025.01.22 09:26:40.408274 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7922 2025.01.22 09:26:40.408507 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7923 2025.01.22 09:26:40.408720 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
7924 2025.01.22 09:26:40.408771 [ 286 ] {3bc44fcc-fb14-4a54-a0a8-b948a77547e0} <Debug> TCPHandler: Processed in 0.001593428 sec.
7925 2025.01.22 09:26:43.671268 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7926 2025.01.22 09:26:43.671450 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7927 2025.01.22 09:26:43.671522 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7928 2025.01.22 09:26:43.672255 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7929 2025.01.22 09:26:43.672299 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7930 2025.01.22 09:26:43.672720 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7931 2025.01.22 09:26:43.672969 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7932 2025.01.22 09:26:43.673179 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001781 sec., 2245.929253228523 rows/sec., 183.14 KiB/sec.
7933 2025.01.22 09:26:43.673242 [ 286 ] {bfa68553-b5ca-4459-a4d9-8a1e1fc32716} <Debug> TCPHandler: Processed in 0.002098512 sec.
7934 2025.01.22 09:26:43.673567 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7935 2025.01.22 09:26:43.673876 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7936 2025.01.22 09:26:43.673994 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7937 2025.01.22 09:26:43.675459 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7938 2025.01.22 09:26:43.675510 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7939 2025.01.22 09:26:43.676016 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7940 2025.01.22 09:26:43.676266 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7941 2025.01.22 09:26:43.676530 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002737 sec., 441359.15235659486 rows/sec., 36.26 MiB/sec.
7942 2025.01.22 09:26:43.676662 [ 285 ] {4dcc970d-cda2-4056-8331-be457a59702f} <Debug> TCPHandler: Processed in 0.003289005 sec.
7943 2025.01.22 09:26:43.676893 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7944 2025.01.22 09:26:43.677041 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7945 2025.01.22 09:26:43.677101 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7946 2025.01.22 09:26:43.677669 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7947 2025.01.22 09:26:43.677706 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7948 2025.01.22 09:26:43.678059 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7949 2025.01.22 09:26:43.678293 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7950 2025.01.22 09:26:43.678422 [ 74 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7951 2025.01.22 09:26:43.678466 [ 74 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.01.22 09:26:43.678480 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.00147 sec., 6122.448979591837 rows/sec., 445.76 KiB/sec.
7953 2025.01.22 09:26:43.678490 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7954 2025.01.22 09:26:43.678585 [ 286 ] {9af05133-c228-413a-9ad2-eb0c9dff58e3} <Debug> TCPHandler: Processed in 0.00180176 sec.
7955 2025.01.22 09:26:43.678798 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7956 2025.01.22 09:26:43.678811 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
7957 2025.01.22 09:26:43.678991 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7958 2025.01.22 09:26:43.679114 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7959 2025.01.22 09:26:43.679149 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7960 2025.01.22 09:26:43.679252 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 65 rows starting from the beginning of the part
7961 2025.01.22 09:26:43.679564 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part
7962 2025.01.22 09:26:43.679962 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part
7963 2025.01.22 09:26:43.680330 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part
7964 2025.01.22 09:26:43.680734 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part
7965 2025.01.22 09:26:43.681046 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part
7966 2025.01.22 09:26:43.682086 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7967 2025.01.22 09:26:43.682164 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7968 2025.01.22 09:26:43.683225 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7969 2025.01.22 09:26:43.683564 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004949283 sec., 35964.80540716706 rows/sec., 2.70 MiB/sec.
7970 2025.01.22 09:26:43.683750 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7971 2025.01.22 09:26:43.683778 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7972 2025.01.22 09:26:43.684178 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005245 sec., 43469.97140133461 rows/sec., 2.94 MiB/sec.
7973 2025.01.22 09:26:43.684345 [ 285 ] {79279279-a35c-4a52-9b48-cff91d140045} <Debug> TCPHandler: Processed in 0.00564997 sec.
7974 2025.01.22 09:26:43.684383 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7975 2025.01.22 09:26:43.684540 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2025.01.22 09:26:43.684548 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_46_9} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7977 2025.01.22 09:26:43.684730 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7978 2025.01.22 09:26:43.684761 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7979 2025.01.22 09:26:43.684826 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7980 2025.01.22 09:26:43.685621 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7981 2025.01.22 09:26:43.685661 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7982 2025.01.22 09:26:43.686048 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7983 2025.01.22 09:26:43.686283 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7984 2025.01.22 09:26:43.686479 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001776 sec., 297860.36036036036 rows/sec., 22.07 MiB/sec.
7985 2025.01.22 09:26:43.686587 [ 286 ] {368efb40-1aae-416c-a5fd-b350faf203ee} <Debug> TCPHandler: Processed in 0.002144763 sec.
7986 2025.01.22 09:26:43.686837 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7987 2025.01.22 09:26:43.687079 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7988 2025.01.22 09:26:43.687180 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7989 2025.01.22 09:26:43.687989 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2025.01.22 09:26:43.688028 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
7991 2025.01.22 09:26:43.688522 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7992 2025.01.22 09:26:43.688844 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7993 2025.01.22 09:26:43.689101 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.002078 sec., 464870.06737247354 rows/sec., 31.20 MiB/sec.
7994 2025.01.22 09:26:43.689160 [ 285 ] {bd91a0bd-a636-4aa0-a308-2dfd6e30ef68} <Debug> TCPHandler: Processed in 0.002461826 sec.
7995 2025.01.22 09:26:43.689309 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7996 2025.01.22 09:26:43.689423 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7997 2025.01.22 09:26:43.689504 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7998 2025.01.22 09:26:43.690588 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7999 2025.01.22 09:26:43.690625 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
8000 2025.01.22 09:26:43.691252 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8001 2025.01.22 09:26:43.691510 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8002 2025.01.22 09:26:43.691649 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8003 2025.01.22 09:26:43.691695 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8004 2025.01.22 09:26:43.691721 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
8005 2025.01.22 09:26:43.691729 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002329 sec., 2146.8441391155 rows/sec., 3.85 MiB/sec.
8006 2025.01.22 09:26:43.692403 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
8007 2025.01.22 09:26:43.692678 [ 286 ] {bcb135e2-54af-473b-b711-970314441384} <Debug> TCPHandler: Processed in 0.003414647 sec.
8008 2025.01.22 09:26:43.692985 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8009 2025.01.22 09:26:43.693363 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8010 2025.01.22 09:26:43.693444 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8011 2025.01.22 09:26:43.693605 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8012 2025.01.22 09:26:43.693762 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 885 rows starting from the beginning of the part
8013 2025.01.22 09:26:43.694403 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part
8014 2025.01.22 09:26:43.695008 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8015 2025.01.22 09:26:43.695024 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 35 rows starting from the beginning of the part
8016 2025.01.22 09:26:43.695055 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
8017 2025.01.22 09:26:43.695530 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part
8018 2025.01.22 09:26:43.696044 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part
8019 2025.01.22 09:26:43.696185 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8020 2025.01.22 09:26:43.696489 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part
8021 2025.01.22 09:26:43.696935 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8022 2025.01.22 09:26:43.697284 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.004038 sec., 10896.483407627538 rows/sec., 750.68 KiB/sec.
8023 2025.01.22 09:26:43.697348 [ 285 ] {9ac03261-818d-470b-bf71-003259296f1d} <Debug> TCPHandler: Processed in 0.004519669 sec.
8024 2025.01.22 09:26:43.703438 [ 198 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 970 rows, containing 19 columns (19 merged, 0 gathered) in 0.011597864 sec., 83636.09023178752 rows/sec., 149.87 MiB/sec.
8025 2025.01.22 09:26:43.704729 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8026 2025.01.22 09:26:43.705173 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8027 2025.01.22 09:26:43.705261 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8028 2025.01.22 09:26:43.705436 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB.
8029 2025.01.22 09:26:44.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.40 MiB, peak 224.00 MiB, free memory in arenas 0.00 B, will set to 215.80 MiB (RSS), difference: 2.39 MiB
8030 2025.01.22 09:26:44.685053 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
8031 2025.01.22 09:26:44.686127 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2025.01.22 09:26:44.686217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8033 2025.01.22 09:26:44.686895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8034 2025.01.22 09:26:44.687156 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.01.22 09:26:44.687338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
8036 2025.01.22 09:26:45.367521 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8037 2025.01.22 09:26:45.367708 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8038 2025.01.22 09:26:45.367779 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8039 2025.01.22 09:26:45.368569 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8040 2025.01.22 09:26:45.368617 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8041 2025.01.22 09:26:45.369047 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8042 2025.01.22 09:26:45.369302 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8043 2025.01.22 09:26:45.369547 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.26 MiB/sec.
8044 2025.01.22 09:26:45.369602 [ 286 ] {276d4a31-921d-43f3-8dcb-8df6a468ebbc} <Debug> TCPHandler: Processed in 0.002213193 sec.
8045 2025.01.22 09:26:45.369859 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8046 2025.01.22 09:26:45.370045 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8047 2025.01.22 09:26:45.370115 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8048 2025.01.22 09:26:45.370875 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8049 2025.01.22 09:26:45.370923 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8050 2025.01.22 09:26:45.371354 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8051 2025.01.22 09:26:45.371609 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8052 2025.01.22 09:26:45.371851 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001856 sec., 34482.75862068965 rows/sec., 2.69 MiB/sec.
8053 2025.01.22 09:26:45.371909 [ 285 ] {23e005c6-7e1d-4e74-ab37-ebc5a1333696} <Debug> TCPHandler: Processed in 0.002174763 sec.
8054 2025.01.22 09:26:45.372073 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8055 2025.01.22 09:26:45.372199 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8056 2025.01.22 09:26:45.372253 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8057 2025.01.22 09:26:45.372806 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8058 2025.01.22 09:26:45.372847 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8059 2025.01.22 09:26:45.373239 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8060 2025.01.22 09:26:45.373474 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8061 2025.01.22 09:26:45.373688 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001515 sec., 27722.772277227723 rows/sec., 1.93 MiB/sec.
8062 2025.01.22 09:26:45.373742 [ 286 ] {83fb0e22-51f3-4bf5-9f96-d45911879981} <Debug> TCPHandler: Processed in 0.001730599 sec.
8063 2025.01.22 09:26:45.373895 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8064 2025.01.22 09:26:45.374013 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8065 2025.01.22 09:26:45.374065 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8066 2025.01.22 09:26:45.374556 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8067 2025.01.22 09:26:45.374595 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8068 2025.01.22 09:26:45.374965 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8069 2025.01.22 09:26:45.375207 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8070 2025.01.22 09:26:45.375435 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001447 sec., 11057.360055286801 rows/sec., 766.67 KiB/sec.
8071 2025.01.22 09:26:45.375485 [ 285 ] {846ea69a-e6d0-455c-84c3-b496344fce2d} <Debug> TCPHandler: Processed in 0.001649947 sec.
8072 2025.01.22 09:26:45.907813 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
8073 2025.01.22 09:26:45.926983 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8074 2025.01.22 09:26:45.927032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8075 2025.01.22 09:26:45.933970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8076 2025.01.22 09:26:45.934720 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8077 2025.01.22 09:26:45.937186 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
8078 2025.01.22 09:26:47.271121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1146
8079 2025.01.22 09:26:47.274968 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8080 2025.01.22 09:26:47.275019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8081 2025.01.22 09:26:47.276522 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8082 2025.01.22 09:26:47.276852 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8083 2025.01.22 09:26:47.278396 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146
8084 2025.01.22 09:26:50.378338 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8085 2025.01.22 09:26:50.378599 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8086 2025.01.22 09:26:50.378668 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8087 2025.01.22 09:26:50.379404 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8088 2025.01.22 09:26:50.379445 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8089 2025.01.22 09:26:50.379869 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8090 2025.01.22 09:26:50.380125 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8091 2025.01.22 09:26:50.380345 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001788 sec., 7829.977628635346 rows/sec., 563.65 KiB/sec.
8092 2025.01.22 09:26:50.380451 [ 286 ] {45e0735a-2688-472a-a5a0-c2bbdf8fabaf} <Debug> TCPHandler: Processed in 0.002176363 sec.
8093 2025.01.22 09:26:50.380796 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8094 2025.01.22 09:26:50.381005 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8095 2025.01.22 09:26:50.381086 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8096 2025.01.22 09:26:50.382008 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8097 2025.01.22 09:26:50.382058 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8098 2025.01.22 09:26:50.382508 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8099 2025.01.22 09:26:50.382766 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8100 2025.01.22 09:26:50.382941 [ 62 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8101 2025.01.22 09:26:50.383001 [ 62 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8102 2025.01.22 09:26:50.383029 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002078 sec., 131376.32338787295 rows/sec., 11.56 MiB/sec.
8103 2025.01.22 09:26:50.383043 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8104 2025.01.22 09:26:50.383187 [ 285 ] {2ba9b042-0b03-482a-b043-c495469784d4} <Debug> TCPHandler: Processed in 0.002578668 sec.
8105 2025.01.22 09:26:50.383333 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
8106 2025.01.22 09:26:50.383372 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8107 2025.01.22 09:26:50.383611 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8108 2025.01.22 09:26:50.383729 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8109 2025.01.22 09:26:50.383730 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8110 2025.01.22 09:26:50.383880 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1433 rows starting from the beginning of the part
8111 2025.01.22 09:26:50.384320 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 66 rows starting from the beginning of the part
8112 2025.01.22 09:26:50.384747 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 273 rows starting from the beginning of the part
8113 2025.01.22 09:26:50.385244 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1208 rows starting from the beginning of the part
8114 2025.01.22 09:26:50.386028 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
8115 2025.01.22 09:26:50.386581 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 273 rows starting from the beginning of the part
8116 2025.01.22 09:26:50.387862 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8117 2025.01.22 09:26:50.387927 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8118 2025.01.22 09:26:50.389197 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8119 2025.01.22 09:26:50.389879 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8120 2025.01.22 09:26:50.390445 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.006904 sec., 6083.42989571263 rows/sec., 447.26 KiB/sec.
8121 2025.01.22 09:26:50.390539 [ 286 ] {6d61ed02-ea0e-4d33-9e62-5958b1a8aad5} <Debug> TCPHandler: Processed in 0.007245958 sec.
8122 2025.01.22 09:26:50.390741 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8123 2025.01.22 09:26:50.390912 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8124 2025.01.22 09:26:50.390987 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8125 2025.01.22 09:26:50.391580 [ 191 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.00838503 sec., 394631.86178224767 rows/sec., 34.46 MiB/sec.
8126 2025.01.22 09:26:50.391863 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8127 2025.01.22 09:26:50.392197 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8128 2025.01.22 09:26:50.392241 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8129 2025.01.22 09:26:50.392277 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8130 2025.01.22 09:26:50.392394 [ 200 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_61_12} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8131 2025.01.22 09:26:50.392504 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
8132 2025.01.22 09:26:50.392677 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8133 2025.01.22 09:26:50.392911 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8134 2025.01.22 09:26:50.393118 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002251 sec., 6219.458018658374 rows/sec., 435.57 KiB/sec.
8135 2025.01.22 09:26:50.393174 [ 285 ] {8273388b-8ef6-4345-a646-92583f7ed0b9} <Debug> TCPHandler: Processed in 0.002511587 sec.
8136 2025.01.22 09:26:50.393334 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8137 2025.01.22 09:26:50.393452 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8138 2025.01.22 09:26:50.393502 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8139 2025.01.22 09:26:50.394083 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8140 2025.01.22 09:26:50.394120 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8141 2025.01.22 09:26:50.394470 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8142 2025.01.22 09:26:50.394712 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8143 2025.01.22 09:26:50.394884 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001456 sec., 8928.571428571428 rows/sec., 556.69 KiB/sec.
8144 2025.01.22 09:26:50.394935 [ 286 ] {4f812b3e-101f-41a2-9da0-70477de755af} <Debug> TCPHandler: Processed in 0.001659008 sec.
8145 2025.01.22 09:26:50.395079 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8146 2025.01.22 09:26:50.395193 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8147 2025.01.22 09:26:50.395241 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8148 2025.01.22 09:26:50.396151 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8149 2025.01.22 09:26:50.396199 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8150 2025.01.22 09:26:50.396597 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8151 2025.01.22 09:26:50.396832 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8152 2025.01.22 09:26:50.396994 [ 62 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8153 2025.01.22 09:26:50.397044 [ 62 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8154 2025.01.22 09:26:50.397074 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001896 sec., 219936.7088607595 rows/sec., 15.70 MiB/sec.
8155 2025.01.22 09:26:50.397081 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8156 2025.01.22 09:26:50.397267 [ 285 ] {4babe061-ae82-4992-8980-40ec8c061f96} <Debug> TCPHandler: Processed in 0.002233614 sec.
8157 2025.01.22 09:26:50.397428 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
8158 2025.01.22 09:26:50.397543 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8159 2025.01.22 09:26:50.397955 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8160 2025.01.22 09:26:50.398021 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8161 2025.01.22 09:26:50.398125 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8162 2025.01.22 09:26:50.398152 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part
8163 2025.01.22 09:26:50.398671 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 69 rows starting from the beginning of the part
8164 2025.01.22 09:26:50.399111 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 417 rows starting from the beginning of the part
8165 2025.01.22 09:26:50.399506 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 529 rows starting from the beginning of the part
8166 2025.01.22 09:26:50.399984 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
8167 2025.01.22 09:26:50.400230 [ 188 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 417 rows starting from the beginning of the part
8168 2025.01.22 09:26:50.401079 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8169 2025.01.22 09:26:50.401139 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8170 2025.01.22 09:26:50.402020 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8171 2025.01.22 09:26:50.402499 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8172 2025.01.22 09:26:50.402644 [ 62 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8173 2025.01.22 09:26:50.402701 [ 62 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8174 2025.01.22 09:26:50.402756 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8175 2025.01.22 09:26:50.402761 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004965 sec., 1208.4592145015106 rows/sec., 63.14 KiB/sec.
8176 2025.01.22 09:26:50.403013 [ 286 ] {a010680c-f485-4610-9bf3-9aab745abcd7} <Debug> TCPHandler: Processed in 0.005591789 sec.
8177 2025.01.22 09:26:50.403289 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8178 2025.01.22 09:26:50.403466 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
8179 2025.01.22 09:26:50.403701 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8180 2025.01.22 09:26:50.403774 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.00656328 sec., 367194.45155471045 rows/sec., 28.16 MiB/sec.
8181 2025.01.22 09:26:50.403876 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8182 2025.01.22 09:26:50.404058 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8183 2025.01.22 09:26:50.404186 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8184 2025.01.22 09:26:50.404214 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
8185 2025.01.22 09:26:50.404707 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8186 2025.01.22 09:26:50.405132 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8187 2025.01.22 09:26:50.405247 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8188 2025.01.22 09:26:50.405708 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8189 2025.01.22 09:26:50.406029 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_61_12} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8190 2025.01.22 09:26:50.406136 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8191 2025.01.22 09:26:50.406721 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8192 2025.01.22 09:26:50.406928 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8193 2025.01.22 09:26:50.407870 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8194 2025.01.22 09:26:50.407938 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8195 2025.01.22 09:26:50.408950 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8196 2025.01.22 09:26:50.409565 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2025.01.22 09:26:50.409797 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.006885314 sec., 22656.91876942722 rows/sec., 1.16 MiB/sec.
8198 2025.01.22 09:26:50.409913 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8199 2025.01.22 09:26:50.410005 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8200 2025.01.22 09:26:50.410079 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8201 2025.01.22 09:26:50.410209 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8202 2025.01.22 09:26:50.410244 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006589 sec., 35969.03930793747 rows/sec., 2.41 MiB/sec.
8203 2025.01.22 09:26:50.410486 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
8204 2025.01.22 09:26:50.410584 [ 285 ] {9bd4b930-9bd1-45f7-a719-63ec6a07d78e} <Debug> TCPHandler: Processed in 0.00745028 sec.
8205 2025.01.22 09:26:50.410913 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8206 2025.01.22 09:26:50.410955 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8207 2025.01.22 09:26:50.411017 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17608 rows starting from the beginning of the part
8208 2025.01.22 09:26:50.411154 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8209 2025.01.22 09:26:50.411320 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8210 2025.01.22 09:26:50.411573 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
8211 2025.01.22 09:26:50.411582 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8212 2025.01.22 09:26:50.411596 [ 193 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_26_5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8213 2025.01.22 09:26:50.412125 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8214 2025.01.22 09:26:50.412126 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part
8215 2025.01.22 09:26:50.412589 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 966 rows starting from the beginning of the part
8216 2025.01.22 09:26:50.412882 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part
8217 2025.01.22 09:26:50.413158 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
8218 2025.01.22 09:26:50.413922 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8219 2025.01.22 09:26:50.413995 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8220 2025.01.22 09:26:50.414625 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8221 2025.01.22 09:26:50.414920 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8222 2025.01.22 09:26:50.415280 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004119 sec., 242.7773731488225 rows/sec., 16.36 KiB/sec.
8223 2025.01.22 09:26:50.415713 [ 286 ] {ae8842e8-cc9c-4fe5-8109-fab55075ae7b} <Debug> TCPHandler: Processed in 0.004979594 sec.
8224 2025.01.22 09:26:50.416088 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8225 2025.01.22 09:26:50.416361 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8226 2025.01.22 09:26:50.416614 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8227 2025.01.22 09:26:50.418650 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8228 2025.01.22 09:26:50.418697 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8229 2025.01.22 09:26:50.419850 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8230 2025.01.22 09:26:50.420255 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8231 2025.01.22 09:26:50.420553 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004312 sec., 8116.8831168831175 rows/sec., 14.55 MiB/sec.
8232 2025.01.22 09:26:50.420682 [ 285 ] {d7c7d333-29ee-4b2f-b859-7990c910e002} <Debug> TCPHandler: Processed in 0.004819582 sec.
8233 2025.01.22 09:26:50.420868 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8234 2025.01.22 09:26:50.421065 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8235 2025.01.22 09:26:50.421201 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8236 2025.01.22 09:26:50.421519 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19250 rows, containing 5 columns (5 merged, 0 gathered) in 0.011320341 sec., 1700478.8106648026 rows/sec., 114.75 MiB/sec.
8237 2025.01.22 09:26:50.421858 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8238 2025.01.22 09:26:50.422376 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8239 2025.01.22 09:26:50.422440 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8240 2025.01.22 09:26:50.422501 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2025.01.22 09:26:50.422697 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8242 2025.01.22 09:26:50.422872 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.22 MiB.
8243 2025.01.22 09:26:50.423118 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8244 2025.01.22 09:26:50.423357 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8245 2025.01.22 09:26:50.423483 [ 62 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8246 2025.01.22 09:26:50.423520 [ 62 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8247 2025.01.22 09:26:50.423546 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8248 2025.01.22 09:26:50.423554 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002581 sec., 31770.631538163503 rows/sec., 2.02 MiB/sec.
8249 2025.01.22 09:26:50.423759 [ 286 ] {84965e77-f409-4891-b977-68913e3c694b} <Debug> TCPHandler: Processed in 0.002963821 sec.
8250 2025.01.22 09:26:50.423803 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
8251 2025.01.22 09:26:50.423928 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8252 2025.01.22 09:26:50.423958 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3426 rows starting from the beginning of the part
8253 2025.01.22 09:26:50.424019 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
8254 2025.01.22 09:26:50.424222 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
8255 2025.01.22 09:26:50.424462 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
8256 2025.01.22 09:26:50.424582 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part
8257 2025.01.22 09:26:50.424762 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
8258 2025.01.22 09:26:50.426193 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002572397 sec., 1442234.616196489 rows/sec., 94.05 MiB/sec.
8259 2025.01.22 09:26:50.426600 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8260 2025.01.22 09:26:50.426975 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2025.01.22 09:26:50.427084 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_61_12} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8262 2025.01.22 09:26:50.427192 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
8263 2025.01.22 09:26:52.042450 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
8264 2025.01.22 09:26:52.042501 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
8265 2025.01.22 09:26:52.187502 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
8266 2025.01.22 09:26:52.188172 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8267 2025.01.22 09:26:52.188223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8268 2025.01.22 09:26:52.188762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8269 2025.01.22 09:26:52.189029 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8270 2025.01.22 09:26:52.189288 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
8271 2025.01.22 09:26:53.437299 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
8272 2025.01.22 09:26:53.457703 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8273 2025.01.22 09:26:53.457758 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8274 2025.01.22 09:26:53.465182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8275 2025.01.22 09:26:53.465941 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8276 2025.01.22 09:26:53.469896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
8277 2025.01.22 09:26:55.372632 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8278 2025.01.22 09:26:55.372838 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8279 2025.01.22 09:26:55.372913 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8280 2025.01.22 09:26:55.373744 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8281 2025.01.22 09:26:55.373799 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8282 2025.01.22 09:26:55.374236 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8283 2025.01.22 09:26:55.374489 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8284 2025.01.22 09:26:55.374726 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.00194 sec., 34020.61855670103 rows/sec., 2.69 MiB/sec.
8285 2025.01.22 09:26:55.374795 [ 286 ] {b195efc4-e436-4643-93c1-3c3c45dcd11c} <Debug> TCPHandler: Processed in 0.002295604 sec.
8286 2025.01.22 09:26:55.375147 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8287 2025.01.22 09:26:55.375451 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8288 2025.01.22 09:26:55.375563 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8289 2025.01.22 09:26:55.376322 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8290 2025.01.22 09:26:55.376366 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8291 2025.01.22 09:26:55.376802 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8292 2025.01.22 09:26:55.377078 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8293 2025.01.22 09:26:55.377288 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001922 sec., 2601.456815816857 rows/sec., 195.62 KiB/sec.
8294 2025.01.22 09:26:55.377354 [ 285 ] {7a9627f1-1cc9-410c-a34c-c4b189f14811} <Debug> TCPHandler: Processed in 0.002392686 sec.
8295 2025.01.22 09:26:55.377532 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8296 2025.01.22 09:26:55.377656 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8297 2025.01.22 09:26:55.377708 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8298 2025.01.22 09:26:55.378329 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8299 2025.01.22 09:26:55.378370 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8300 2025.01.22 09:26:55.378756 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8301 2025.01.22 09:26:55.378990 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8302 2025.01.22 09:26:55.379222 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001593 sec., 43314.50094161958 rows/sec., 3.38 MiB/sec.
8303 2025.01.22 09:26:55.379301 [ 286 ] {00d3ea12-9bfd-4230-afea-57c9b06f42f8} <Debug> TCPHandler: Processed in 0.00182801 sec.
8304 2025.01.22 09:26:55.379526 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8305 2025.01.22 09:26:55.379747 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8306 2025.01.22 09:26:55.379806 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8307 2025.01.22 09:26:55.380404 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8308 2025.01.22 09:26:55.380444 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8309 2025.01.22 09:26:55.380849 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8310 2025.01.22 09:26:55.381088 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8311 2025.01.22 09:26:55.381267 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec.
8312 2025.01.22 09:26:55.381323 [ 285 ] {5d600131-2850-4f51-ae4b-33606817ec71} <Debug> TCPHandler: Processed in 0.001916541 sec.
8313 2025.01.22 09:26:55.381480 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8314 2025.01.22 09:26:55.381599 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8315 2025.01.22 09:26:55.381681 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8316 2025.01.22 09:26:55.382795 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2025.01.22 09:26:55.382835 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8318 2025.01.22 09:26:55.383437 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8319 2025.01.22 09:26:55.383721 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8320 2025.01.22 09:26:55.384048 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002465 sec., 2028.3975659229206 rows/sec., 3.63 MiB/sec.
8321 2025.01.22 09:26:55.384468 [ 286 ] {54a0ac78-014e-4dfd-8174-5543a9c3d04b} <Debug> TCPHandler: Processed in 0.003039153 sec.
8322 2025.01.22 09:26:55.384727 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8323 2025.01.22 09:26:55.384884 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8324 2025.01.22 09:26:55.384944 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8325 2025.01.22 09:26:55.385515 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8326 2025.01.22 09:26:55.385558 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8327 2025.01.22 09:26:55.385948 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8328 2025.01.22 09:26:55.386187 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8329 2025.01.22 09:26:55.386365 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec.
8330 2025.01.22 09:26:55.386415 [ 285 ] {f7c49800-786c-44b5-bacc-6b73a70f9dcf} <Debug> TCPHandler: Processed in 0.00183041 sec.
8331 2025.01.22 09:26:57.278708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1180
8332 2025.01.22 09:26:57.281913 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8333 2025.01.22 09:26:57.281965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8334 2025.01.22 09:26:57.283444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8335 2025.01.22 09:26:57.283762 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8336 2025.01.22 09:26:57.284970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1180
8337 2025.01.22 09:26:59.689499 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
8338 2025.01.22 09:26:59.690523 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8339 2025.01.22 09:26:59.690591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8340 2025.01.22 09:26:59.691354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8341 2025.01.22 09:26:59.691749 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8342 2025.01.22 09:26:59.692088 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
8343 2025.01.22 09:27:00.380402 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8344 2025.01.22 09:27:00.380627 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8345 2025.01.22 09:27:00.380709 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8346 2025.01.22 09:27:00.381520 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8347 2025.01.22 09:27:00.381578 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8348 2025.01.22 09:27:00.382064 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8349 2025.01.22 09:27:00.382352 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8350 2025.01.22 09:27:00.382567 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002006 sec., 6979.062811565304 rows/sec., 502.40 KiB/sec.
8351 2025.01.22 09:27:00.382633 [ 286 ] {a6585000-f2be-440e-bb42-73e09be91197} <Debug> TCPHandler: Processed in 0.002371395 sec.
8352 2025.01.22 09:27:00.382927 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8353 2025.01.22 09:27:00.383140 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8354 2025.01.22 09:27:00.383222 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8355 2025.01.22 09:27:00.384233 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8356 2025.01.22 09:27:00.384284 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8357 2025.01.22 09:27:00.384804 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8358 2025.01.22 09:27:00.385125 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8359 2025.01.22 09:27:00.385389 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002307 sec., 118335.50065019506 rows/sec., 10.41 MiB/sec.
8360 2025.01.22 09:27:00.385472 [ 285 ] {b3eafe0e-82a1-430d-b1d0-2560edacbf52} <Debug> TCPHandler: Processed in 0.002698788 sec.
8361 2025.01.22 09:27:00.385675 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8362 2025.01.22 09:27:00.385812 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8363 2025.01.22 09:27:00.385870 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8364 2025.01.22 09:27:00.386568 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8365 2025.01.22 09:27:00.386611 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8366 2025.01.22 09:27:00.387016 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8367 2025.01.22 09:27:00.387288 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8368 2025.01.22 09:27:00.387486 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001704 sec., 24647.88732394366 rows/sec., 1.77 MiB/sec.
8369 2025.01.22 09:27:00.387557 [ 286 ] {1861cce3-560f-40f1-a72f-258f4f401e2a} <Debug> TCPHandler: Processed in 0.001942241 sec.
8370 2025.01.22 09:27:00.387787 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8371 2025.01.22 09:27:00.387931 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8372 2025.01.22 09:27:00.387993 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8373 2025.01.22 09:27:00.388819 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8374 2025.01.22 09:27:00.388919 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8375 2025.01.22 09:27:00.389573 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8376 2025.01.22 09:27:00.389966 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8377 2025.01.22 09:27:00.390211 [ 50 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8378 2025.01.22 09:27:00.390304 [ 50 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8379 2025.01.22 09:27:00.390341 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8380 2025.01.22 09:27:00.390398 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002474 sec., 5658.852061438965 rows/sec., 396.31 KiB/sec.
8381 2025.01.22 09:27:00.390762 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
8382 2025.01.22 09:27:00.390914 [ 285 ] {fa8878df-0d64-42a8-9ada-4479259912f0} <Debug> TCPHandler: Processed in 0.003175494 sec.
8383 2025.01.22 09:27:00.391448 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8384 2025.01.22 09:27:00.391574 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part
8385 2025.01.22 09:27:00.391652 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8386 2025.01.22 09:27:00.391778 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
8387 2025.01.22 09:27:00.392130 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
8388 2025.01.22 09:27:00.392152 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8389 2025.01.22 09:27:00.392481 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8390 2025.01.22 09:27:00.392535 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part
8391 2025.01.22 09:27:00.392954 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
8392 2025.01.22 09:27:00.393219 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
8393 2025.01.22 09:27:00.395069 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8394 2025.01.22 09:27:00.395148 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8395 2025.01.22 09:27:00.396321 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8396 2025.01.22 09:27:00.396397 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005948974 sec., 88586.70419470652 rows/sec., 6.34 MiB/sec.
8397 2025.01.22 09:27:00.396612 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8398 2025.01.22 09:27:00.396891 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8399 2025.01.22 09:27:00.397217 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8400 2025.01.22 09:27:00.397382 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005376 sec., 2418.154761904762 rows/sec., 150.77 KiB/sec.
8401 2025.01.22 09:27:00.397546 [ 196 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_36_7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8402 2025.01.22 09:27:00.397784 [ 286 ] {e8c20a2e-5645-469c-8d37-8c9352aaca30} <Debug> TCPHandler: Processed in 0.006289068 sec.
8403 2025.01.22 09:27:00.397931 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
8404 2025.01.22 09:27:00.398131 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2025.01.22 09:27:00.398313 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8406 2025.01.22 09:27:00.398402 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8407 2025.01.22 09:27:00.399474 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8408 2025.01.22 09:27:00.399525 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8409 2025.01.22 09:27:00.400001 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8410 2025.01.22 09:27:00.400297 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8411 2025.01.22 09:27:00.400561 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002293 sec., 181857.82817269952 rows/sec., 12.98 MiB/sec.
8412 2025.01.22 09:27:00.400648 [ 285 ] {79c8ccff-fb6c-4292-865a-d79d3f1e0947} <Debug> TCPHandler: Processed in 0.002685659 sec.
8413 2025.01.22 09:27:00.400893 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8414 2025.01.22 09:27:00.401035 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8415 2025.01.22 09:27:00.401095 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8416 2025.01.22 09:27:00.401687 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8417 2025.01.22 09:27:00.401732 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8418 2025.01.22 09:27:00.402151 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8419 2025.01.22 09:27:00.402425 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8420 2025.01.22 09:27:00.402698 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001693 sec., 3544.0047253396338 rows/sec., 185.16 KiB/sec.
8421 2025.01.22 09:27:00.402918 [ 286 ] {f8a12aa6-eaad-440e-8f0e-9c7e102dd113} <Debug> TCPHandler: Processed in 0.002104033 sec.
8422 2025.01.22 09:27:00.403160 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8423 2025.01.22 09:27:00.403333 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8424 2025.01.22 09:27:00.403414 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8425 2025.01.22 09:27:00.404140 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8426 2025.01.22 09:27:00.404184 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8427 2025.01.22 09:27:00.404717 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8428 2025.01.22 09:27:00.405011 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8429 2025.01.22 09:27:00.405265 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001974 sec., 120060.79027355622 rows/sec., 8.05 MiB/sec.
8430 2025.01.22 09:27:00.405337 [ 285 ] {9b0adda9-bf66-4450-b12f-9230f53111f6} <Debug> TCPHandler: Processed in 0.002264805 sec.
8431 2025.01.22 09:27:00.405521 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8432 2025.01.22 09:27:00.405673 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8433 2025.01.22 09:27:00.405735 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8434 2025.01.22 09:27:00.406306 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8435 2025.01.22 09:27:00.406349 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8436 2025.01.22 09:27:00.406774 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8437 2025.01.22 09:27:00.407044 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8438 2025.01.22 09:27:00.407250 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec.
8439 2025.01.22 09:27:00.407317 [ 286 ] {a13449d9-d28a-4fd8-a455-e6c990d29038} <Debug> TCPHandler: Processed in 0.00186379 sec.
8440 2025.01.22 09:27:00.407509 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8441 2025.01.22 09:27:00.407656 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8442 2025.01.22 09:27:00.407757 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8443 2025.01.22 09:27:00.409125 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8444 2025.01.22 09:27:00.409174 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8445 2025.01.22 09:27:00.409962 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8446 2025.01.22 09:27:00.410275 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8447 2025.01.22 09:27:00.410555 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002931 sec., 11941.316956670078 rows/sec., 21.40 MiB/sec.
8448 2025.01.22 09:27:00.410704 [ 285 ] {6ad03593-9e07-4f53-b963-9017f7ec80a3} <Debug> TCPHandler: Processed in 0.003261515 sec.
8449 2025.01.22 09:27:00.410886 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8450 2025.01.22 09:27:00.411024 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8451 2025.01.22 09:27:00.411084 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8452 2025.01.22 09:27:00.411668 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8453 2025.01.22 09:27:00.411711 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8454 2025.01.22 09:27:00.412137 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8455 2025.01.22 09:27:00.412418 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8456 2025.01.22 09:27:00.412714 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001705 sec., 48093.84164222874 rows/sec., 3.05 MiB/sec.
8457 2025.01.22 09:27:00.412868 [ 286 ] {73770528-2cde-4a4b-b79f-e487d43eb9ae} <Debug> TCPHandler: Processed in 0.002040152 sec.
8458 2025.01.22 09:27:00.970011 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8459 2025.01.22 09:27:00.993063 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8460 2025.01.22 09:27:00.993123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8461 2025.01.22 09:27:01.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.78 MiB, peak 224.00 MiB, free memory in arenas 0.00 B, will set to 216.61 MiB (RSS), difference: -5.16 MiB
8462 2025.01.22 09:27:01.001974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8463 2025.01.22 09:27:01.002899 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8464 2025.01.22 09:27:01.008038 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8465 2025.01.22 09:27:02.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.61 MiB, peak 224.00 MiB, free memory in arenas 0.00 B, will set to 216.93 MiB (RSS), difference: 4.32 MiB
8466 2025.01.22 09:27:05.372982 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8467 2025.01.22 09:27:05.373182 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8468 2025.01.22 09:27:05.373255 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8469 2025.01.22 09:27:05.374050 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2025.01.22 09:27:05.374102 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8471 2025.01.22 09:27:05.374541 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8472 2025.01.22 09:27:05.374808 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8473 2025.01.22 09:27:05.375044 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001914 sec., 34482.75862068966 rows/sec., 2.73 MiB/sec.
8474 2025.01.22 09:27:05.375112 [ 286 ] {ef671034-88e6-45fb-97d8-e725dc77eac0} <Debug> TCPHandler: Processed in 0.002262285 sec.
8475 2025.01.22 09:27:05.375383 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8476 2025.01.22 09:27:05.375594 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8477 2025.01.22 09:27:05.375679 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8478 2025.01.22 09:27:05.376432 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2025.01.22 09:27:05.376482 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8480 2025.01.22 09:27:05.376911 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8481 2025.01.22 09:27:05.377166 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2025.01.22 09:27:05.377445 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001912 sec., 2615.0627615062763 rows/sec., 196.64 KiB/sec.
8483 2025.01.22 09:27:05.377648 [ 285 ] {cfb7ab84-ebc0-4194-b165-da787faea3e1} <Debug> TCPHandler: Processed in 0.002406586 sec.
8484 2025.01.22 09:27:05.377889 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8485 2025.01.22 09:27:05.378041 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8486 2025.01.22 09:27:05.378094 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8487 2025.01.22 09:27:05.378739 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2025.01.22 09:27:05.378780 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8489 2025.01.22 09:27:05.379145 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8490 2025.01.22 09:27:05.379383 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2025.01.22 09:27:05.379607 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001592 sec., 43341.70854271357 rows/sec., 3.38 MiB/sec.
8492 2025.01.22 09:27:05.379666 [ 286 ] {12d21131-b6bf-4240-b7e6-17a5e9a02250} <Debug> TCPHandler: Processed in 0.001900531 sec.
8493 2025.01.22 09:27:05.379818 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8494 2025.01.22 09:27:05.379946 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8495 2025.01.22 09:27:05.380004 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8496 2025.01.22 09:27:05.380628 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2025.01.22 09:27:05.380669 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8498 2025.01.22 09:27:05.381069 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8499 2025.01.22 09:27:05.381305 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8500 2025.01.22 09:27:05.381523 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec.
8501 2025.01.22 09:27:05.381576 [ 285 ] {666fe2da-2be1-4280-9c09-d60fc2182319} <Debug> TCPHandler: Processed in 0.001816439 sec.
8502 2025.01.22 09:27:05.381738 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8503 2025.01.22 09:27:05.381858 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8504 2025.01.22 09:27:05.381941 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8505 2025.01.22 09:27:05.383065 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2025.01.22 09:27:05.383106 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8507 2025.01.22 09:27:05.383712 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8508 2025.01.22 09:27:05.383966 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2025.01.22 09:27:05.384219 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002386 sec., 2095.5574182732607 rows/sec., 3.76 MiB/sec.
8510 2025.01.22 09:27:05.384330 [ 286 ] {8068c81c-cc00-4fab-8019-16a83aef2fc8} <Debug> TCPHandler: Processed in 0.002651409 sec.
8511 2025.01.22 09:27:05.384482 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8512 2025.01.22 09:27:05.384621 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8513 2025.01.22 09:27:05.384680 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8514 2025.01.22 09:27:05.385186 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8515 2025.01.22 09:27:05.385226 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8516 2025.01.22 09:27:05.385595 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8517 2025.01.22 09:27:05.385844 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8518 2025.01.22 09:27:05.386054 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec.
8519 2025.01.22 09:27:05.386104 [ 285 ] {7892840a-6be5-43dd-a803-7e99639d16cf} <Debug> TCPHandler: Processed in 0.001688638 sec.
8520 2025.01.22 09:27:07.042764 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
8521 2025.01.22 09:27:07.042838 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
8522 2025.01.22 09:27:07.192276 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
8523 2025.01.22 09:27:07.192990 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8524 2025.01.22 09:27:07.193030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8525 2025.01.22 09:27:07.193538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8526 2025.01.22 09:27:07.193783 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2025.01.22 09:27:07.194023 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8528 2025.01.22 09:27:07.285241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1214
8529 2025.01.22 09:27:07.288408 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8530 2025.01.22 09:27:07.288458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8531 2025.01.22 09:27:07.289937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8532 2025.01.22 09:27:07.290261 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8533 2025.01.22 09:27:07.291546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1214
8534 2025.01.22 09:27:08.508156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8535 2025.01.22 09:27:08.529460 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8536 2025.01.22 09:27:08.529519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8537 2025.01.22 09:27:08.537193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8538 2025.01.22 09:27:08.538043 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8539 2025.01.22 09:27:08.541108 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8540 2025.01.22 09:27:10.379089 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8541 2025.01.22 09:27:10.379289 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8542 2025.01.22 09:27:10.379360 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8543 2025.01.22 09:27:10.380079 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8544 2025.01.22 09:27:10.380124 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8545 2025.01.22 09:27:10.380553 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8546 2025.01.22 09:27:10.380808 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8547 2025.01.22 09:27:10.381047 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec.
8548 2025.01.22 09:27:10.381109 [ 286 ] {a2b01671-3731-4d03-83a0-90a414a528d3} <Debug> TCPHandler: Processed in 0.002144563 sec.
8549 2025.01.22 09:27:10.381373 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8550 2025.01.22 09:27:10.381585 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8551 2025.01.22 09:27:10.381665 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8552 2025.01.22 09:27:10.382597 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8553 2025.01.22 09:27:10.382638 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8554 2025.01.22 09:27:10.383111 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8555 2025.01.22 09:27:10.383367 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8556 2025.01.22 09:27:10.383582 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002057 sec., 132717.5498298493 rows/sec., 11.68 MiB/sec.
8557 2025.01.22 09:27:10.383638 [ 285 ] {956af6e6-879b-40a4-ba2f-d32c31fe2306} <Debug> TCPHandler: Processed in 0.002402406 sec.
8558 2025.01.22 09:27:10.383810 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8559 2025.01.22 09:27:10.383932 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8560 2025.01.22 09:27:10.383982 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8561 2025.01.22 09:27:10.384591 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8562 2025.01.22 09:27:10.384632 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8563 2025.01.22 09:27:10.385002 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8564 2025.01.22 09:27:10.385239 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8565 2025.01.22 09:27:10.385395 [ 36 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8566 2025.01.22 09:27:10.385469 [ 36 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8567 2025.01.22 09:27:10.385477 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001555 sec., 27009.646302250803 rows/sec., 1.94 MiB/sec.
8568 2025.01.22 09:27:10.385506 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8569 2025.01.22 09:27:10.385604 [ 286 ] {3bcbaec9-9fec-4e9a-bb32-fd26830da6ec} <Debug> TCPHandler: Processed in 0.00185588 sec.
8570 2025.01.22 09:27:10.385857 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8571 2025.01.22 09:27:10.385895 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
8572 2025.01.22 09:27:10.386282 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8573 2025.01.22 09:27:10.386383 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8574 2025.01.22 09:27:10.386497 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8575 2025.01.22 09:27:10.386518 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 65 rows starting from the beginning of the part
8576 2025.01.22 09:27:10.387068 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part
8577 2025.01.22 09:27:10.387545 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part
8578 2025.01.22 09:27:10.388071 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part
8579 2025.01.22 09:27:10.388462 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part
8580 2025.01.22 09:27:10.388891 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part
8581 2025.01.22 09:27:10.389849 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8582 2025.01.22 09:27:10.389919 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8583 2025.01.22 09:27:10.390872 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8584 2025.01.22 09:27:10.391491 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8585 2025.01.22 09:27:10.391519 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005898184 sec., 34078.28579101635 rows/sec., 2.57 MiB/sec.
8586 2025.01.22 09:27:10.391729 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8587 2025.01.22 09:27:10.391854 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005748 sec., 2435.629784272791 rows/sec., 170.58 KiB/sec.
8588 2025.01.22 09:27:10.391998 [ 285 ] {c6b0148a-491e-4bb2-8292-4bd97c8331fa} <Debug> TCPHandler: Processed in 0.006278038 sec.
8589 2025.01.22 09:27:10.392191 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8590 2025.01.22 09:27:10.392227 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2025.01.22 09:27:10.392328 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_51_10} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8592 2025.01.22 09:27:10.392352 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8593 2025.01.22 09:27:10.392420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8594 2025.01.22 09:27:10.392436 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8595 2025.01.22 09:27:10.393071 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8596 2025.01.22 09:27:10.393111 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8597 2025.01.22 09:27:10.393482 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8598 2025.01.22 09:27:10.393724 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8599 2025.01.22 09:27:10.393949 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec.
8600 2025.01.22 09:27:10.394068 [ 286 ] {50b39691-2a3c-4998-bbc0-f24db0951684} <Debug> TCPHandler: Processed in 0.001963631 sec.
8601 2025.01.22 09:27:10.394219 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8602 2025.01.22 09:27:10.394340 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8603 2025.01.22 09:27:10.394389 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8604 2025.01.22 09:27:10.395123 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8605 2025.01.22 09:27:10.395163 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8606 2025.01.22 09:27:10.395552 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8607 2025.01.22 09:27:10.395797 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8608 2025.01.22 09:27:10.395991 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001676 sec., 248806.68257756563 rows/sec., 17.76 MiB/sec.
8609 2025.01.22 09:27:10.396041 [ 285 ] {efe1c88d-3849-4b34-8012-34dc39a26c15} <Debug> TCPHandler: Processed in 0.00187622 sec.
8610 2025.01.22 09:27:10.396188 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8611 2025.01.22 09:27:10.396310 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8612 2025.01.22 09:27:10.396361 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8613 2025.01.22 09:27:10.396853 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8614 2025.01.22 09:27:10.396892 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8615 2025.01.22 09:27:10.397262 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8616 2025.01.22 09:27:10.397497 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8617 2025.01.22 09:27:10.397740 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec.
8618 2025.01.22 09:27:10.397856 [ 286 ] {268959d2-affa-4493-98c5-0c4ab8225146} <Debug> TCPHandler: Processed in 0.001720759 sec.
8619 2025.01.22 09:27:10.398077 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8620 2025.01.22 09:27:10.398192 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8621 2025.01.22 09:27:10.398243 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8622 2025.01.22 09:27:10.398836 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8623 2025.01.22 09:27:10.398875 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8624 2025.01.22 09:27:10.399271 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8625 2025.01.22 09:27:10.399512 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8626 2025.01.22 09:27:10.399738 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001561 sec., 151825.7527226137 rows/sec., 10.18 MiB/sec.
8627 2025.01.22 09:27:10.399793 [ 285 ] {b01a6332-6e2f-48f2-9a3e-2c0585a9f0ab} <Debug> TCPHandler: Processed in 0.001802909 sec.
8628 2025.01.22 09:27:10.399980 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8629 2025.01.22 09:27:10.400115 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8630 2025.01.22 09:27:10.400164 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8631 2025.01.22 09:27:10.400618 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8632 2025.01.22 09:27:10.400673 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8633 2025.01.22 09:27:10.401032 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8634 2025.01.22 09:27:10.401264 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8635 2025.01.22 09:27:10.401471 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec.
8636 2025.01.22 09:27:10.401520 [ 286 ] {cecd7c17-95a1-4ac3-832d-ecb1a5b58bcb} <Debug> TCPHandler: Processed in 0.001638658 sec.
8637 2025.01.22 09:27:10.401658 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8638 2025.01.22 09:27:10.401775 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8639 2025.01.22 09:27:10.401854 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8640 2025.01.22 09:27:10.402994 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8641 2025.01.22 09:27:10.403033 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8642 2025.01.22 09:27:10.403703 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8643 2025.01.22 09:27:10.403961 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8644 2025.01.22 09:27:10.404094 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8645 2025.01.22 09:27:10.404142 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8646 2025.01.22 09:27:10.404165 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002413 sec., 14504.765851636965 rows/sec., 25.99 MiB/sec.
8647 2025.01.22 09:27:10.404169 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8648 2025.01.22 09:27:10.404508 [ 285 ] {43ec8c84-9284-4cc9-84e9-1c9b81bbb3bd} <Debug> TCPHandler: Processed in 0.002897531 sec.
8649 2025.01.22 09:27:10.404509 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
8650 2025.01.22 09:27:10.404682 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8651 2025.01.22 09:27:10.404846 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8652 2025.01.22 09:27:10.404922 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8653 2025.01.22 09:27:10.404934 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8654 2025.01.22 09:27:10.405061 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 970 rows starting from the beginning of the part
8655 2025.01.22 09:27:10.405695 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 35 rows starting from the beginning of the part
8656 2025.01.22 09:27:10.406277 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part
8657 2025.01.22 09:27:10.406337 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8658 2025.01.22 09:27:10.406409 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8659 2025.01.22 09:27:10.406817 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 35 rows starting from the beginning of the part
8660 2025.01.22 09:27:10.407274 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part
8661 2025.01.22 09:27:10.407556 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8662 2025.01.22 09:27:10.407764 [ 194 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part
8663 2025.01.22 09:27:10.408202 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8664 2025.01.22 09:27:10.408680 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003856 sec., 21265.560165975105 rows/sec., 1.35 MiB/sec.
8665 2025.01.22 09:27:10.408899 [ 286 ] {6c0172fa-13a8-4493-9cb9-72fbca5a97ec} <Debug> TCPHandler: Processed in 0.004282826 sec.
8666 2025.01.22 09:27:10.415711 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 19 columns (19 merged, 0 gathered) in 0.011416192 sec., 95040.44781307112 rows/sec., 170.31 MiB/sec.
8667 2025.01.22 09:27:10.416858 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8668 2025.01.22 09:27:10.417330 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8669 2025.01.22 09:27:10.417438 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8670 2025.01.22 09:27:10.417610 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.39 MiB.
8671 2025.01.22 09:27:11.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.93 MiB, peak 226.28 MiB, free memory in arenas 0.00 B, will set to 219.76 MiB (RSS), difference: 1.83 MiB
8672 2025.01.22 09:27:13.672953 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8673 2025.01.22 09:27:13.673149 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8674 2025.01.22 09:27:13.673224 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8675 2025.01.22 09:27:13.673956 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.01.22 09:27:13.674010 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8677 2025.01.22 09:27:13.674440 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8678 2025.01.22 09:27:13.674703 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8679 2025.01.22 09:27:13.674976 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001876 sec., 2132.1961620469083 rows/sec., 173.87 KiB/sec.
8680 2025.01.22 09:27:13.675182 [ 286 ] {84ed4e28-57f5-49c9-83b5-452e575e6e79} <Debug> TCPHandler: Processed in 0.002367266 sec.
8681 2025.01.22 09:27:13.675447 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8682 2025.01.22 09:27:13.675657 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8683 2025.01.22 09:27:13.675739 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8684 2025.01.22 09:27:13.676960 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8685 2025.01.22 09:27:13.677003 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8686 2025.01.22 09:27:13.677509 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8687 2025.01.22 09:27:13.677771 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8688 2025.01.22 09:27:13.677931 [ 32 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8689 2025.01.22 09:27:13.677984 [ 32 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2025.01.22 09:27:13.677990 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002392 sec., 505016.72240802675 rows/sec., 41.49 MiB/sec.
8691 2025.01.22 09:27:13.678012 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8692 2025.01.22 09:27:13.678093 [ 285 ] {566701b8-c44f-41ae-8e75-000b68bf95ea} <Debug> TCPHandler: Processed in 0.00278389 sec.
8693 2025.01.22 09:27:13.678321 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8694 2025.01.22 09:27:13.678331 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
8695 2025.01.22 09:27:13.678539 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8696 2025.01.22 09:27:13.678619 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8697 2025.01.22 09:27:13.678650 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8698 2025.01.22 09:27:13.678678 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1433 rows starting from the beginning of the part
8699 2025.01.22 09:27:13.679012 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 66 rows starting from the beginning of the part
8700 2025.01.22 09:27:13.679431 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 273 rows starting from the beginning of the part
8701 2025.01.22 09:27:13.679799 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part
8702 2025.01.22 09:27:13.680179 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 273 rows starting from the beginning of the part
8703 2025.01.22 09:27:13.680518 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1208 rows starting from the beginning of the part
8704 2025.01.22 09:27:13.681626 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2025.01.22 09:27:13.681694 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8706 2025.01.22 09:27:13.682620 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8707 2025.01.22 09:27:13.683088 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2025.01.22 09:27:13.683375 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.004915 sec., 1831.1291963377416 rows/sec., 133.32 KiB/sec.
8709 2025.01.22 09:27:13.683687 [ 286 ] {08edd459-3441-4eda-99c3-d0280f703246} <Debug> TCPHandler: Processed in 0.005485559 sec.
8710 2025.01.22 09:27:13.684064 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8711 2025.01.22 09:27:13.684540 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8712 2025.01.22 09:27:13.684736 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8713 2025.01.22 09:27:13.684794 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006671412 sec., 497495.8824308857 rows/sec., 43.46 MiB/sec.
8714 2025.01.22 09:27:13.685104 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8715 2025.01.22 09:27:13.685686 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8716 2025.01.22 09:27:13.685872 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_66_13} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8717 2025.01.22 09:27:13.686052 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8718 2025.01.22 09:27:13.686161 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8719 2025.01.22 09:27:13.686206 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8720 2025.01.22 09:27:13.686590 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8721 2025.01.22 09:27:13.686841 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8722 2025.01.22 09:27:13.687045 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002714 sec., 84008.84303610907 rows/sec., 5.69 MiB/sec.
8723 2025.01.22 09:27:13.687168 [ 285 ] {5fbd899c-6269-488c-baac-7d4f8f774ee1} <Debug> TCPHandler: Processed in 0.003313905 sec.
8724 2025.01.22 09:27:13.687352 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8725 2025.01.22 09:27:13.687471 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8726 2025.01.22 09:27:13.687522 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8727 2025.01.22 09:27:13.688311 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2025.01.22 09:27:13.688352 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8729 2025.01.22 09:27:13.688754 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8730 2025.01.22 09:27:13.689000 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8731 2025.01.22 09:27:13.689166 [ 32 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8732 2025.01.22 09:27:13.689222 [ 32 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8733 2025.01.22 09:27:13.689245 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.00179 sec., 295530.72625698324 rows/sec., 21.89 MiB/sec.
8734 2025.01.22 09:27:13.689260 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8735 2025.01.22 09:27:13.689429 [ 286 ] {c0a24dff-bf94-4ab9-a783-fb9a387a1543} <Debug> TCPHandler: Processed in 0.002151703 sec.
8736 2025.01.22 09:27:13.689498 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
8737 2025.01.22 09:27:13.689718 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2025.01.22 09:27:13.689861 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8739 2025.01.22 09:27:13.689996 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part
8740 2025.01.22 09:27:13.690213 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8741 2025.01.22 09:27:13.690460 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 69 rows starting from the beginning of the part
8742 2025.01.22 09:27:13.690593 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8743 2025.01.22 09:27:13.690894 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 417 rows starting from the beginning of the part
8744 2025.01.22 09:27:13.691262 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 69 rows starting from the beginning of the part
8745 2025.01.22 09:27:13.691603 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 417 rows starting from the beginning of the part
8746 2025.01.22 09:27:13.692088 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 529 rows starting from the beginning of the part
8747 2025.01.22 09:27:13.693661 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8748 2025.01.22 09:27:13.693730 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8749 2025.01.22 09:27:13.694649 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8750 2025.01.22 09:27:13.695160 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005783092 sec., 417596.6766567089 rows/sec., 32.03 MiB/sec.
8751 2025.01.22 09:27:13.695170 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8752 2025.01.22 09:27:13.695437 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8753 2025.01.22 09:27:13.695434 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8754 2025.01.22 09:27:13.695526 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8755 2025.01.22 09:27:13.695611 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8756 2025.01.22 09:27:13.695673 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.00563 sec., 171580.81705150977 rows/sec., 11.52 MiB/sec.
8757 2025.01.22 09:27:13.696185 [ 285 ] {630eb20a-8511-4389-a346-765d169bb398} <Debug> TCPHandler: Processed in 0.006617401 sec.
8758 2025.01.22 09:27:13.696576 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8759 2025.01.22 09:27:13.696673 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8760 2025.01.22 09:27:13.697108 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_66_13} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8761 2025.01.22 09:27:13.697121 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8762 2025.01.22 09:27:13.697382 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8763 2025.01.22 09:27:13.697559 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8764 2025.01.22 09:27:13.697586 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
8765 2025.01.22 09:27:13.698286 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8766 2025.01.22 09:27:13.698376 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19250 rows starting from the beginning of the part
8767 2025.01.22 09:27:13.698780 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
8768 2025.01.22 09:27:13.699258 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
8769 2025.01.22 09:27:13.699611 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
8770 2025.01.22 09:27:13.699992 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part
8771 2025.01.22 09:27:13.700376 [ 187 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 966 rows starting from the beginning of the part
8772 2025.01.22 09:27:13.702381 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8773 2025.01.22 09:27:13.702434 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8774 2025.01.22 09:27:13.704100 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8775 2025.01.22 09:27:13.704400 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8776 2025.01.22 09:27:13.705235 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008227 sec., 607.7549532028686 rows/sec., 1.09 MiB/sec.
8777 2025.01.22 09:27:13.705638 [ 286 ] {2fd5f19f-0105-4d7c-9ad1-dcf97b3dcf68} <Debug> TCPHandler: Processed in 0.009301149 sec.
8778 2025.01.22 09:27:13.705884 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8779 2025.01.22 09:27:13.706086 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8780 2025.01.22 09:27:13.706141 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8781 2025.01.22 09:27:13.706637 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8782 2025.01.22 09:27:13.706677 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8783 2025.01.22 09:27:13.707050 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8784 2025.01.22 09:27:13.707291 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8785 2025.01.22 09:27:13.707426 [ 32 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8786 2025.01.22 09:27:13.707477 [ 32 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8787 2025.01.22 09:27:13.707485 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001429 sec., 30790.76277116865 rows/sec., 2.07 MiB/sec.
8788 2025.01.22 09:27:13.707506 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
8789 2025.01.22 09:27:13.707552 [ 285 ] {523a5cf2-e2f5-4906-97eb-bc3a41dc6962} <Debug> TCPHandler: Processed in 0.001788959 sec.
8790 2025.01.22 09:27:13.707817 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
8791 2025.01.22 09:27:13.708113 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8792 2025.01.22 09:27:13.708151 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3710 rows starting from the beginning of the part
8793 2025.01.22 09:27:13.708289 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
8794 2025.01.22 09:27:13.708578 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
8795 2025.01.22 09:27:13.708822 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
8796 2025.01.22 09:27:13.708939 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
8797 2025.01.22 09:27:13.709294 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part
8798 2025.01.22 09:27:13.710308 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21010 rows, containing 5 columns (5 merged, 0 gathered) in 0.014510595 sec., 1447907.5461757428 rows/sec., 97.71 MiB/sec.
8799 2025.01.22 09:27:13.710795 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8800 2025.01.22 09:27:13.711315 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2025.01.22 09:27:13.711475 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8802 2025.01.22 09:27:13.711647 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
8803 2025.01.22 09:27:13.711847 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4038 rows, containing 4 columns (4 merged, 0 gathered) in 0.004253146 sec., 949414.8566731544 rows/sec., 61.93 MiB/sec.
8804 2025.01.22 09:27:13.712159 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8805 2025.01.22 09:27:13.712448 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8806 2025.01.22 09:27:13.712524 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_66_13} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8807 2025.01.22 09:27:13.712610 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
8808 2025.01.22 09:27:14.694227 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
8809 2025.01.22 09:27:14.695138 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8810 2025.01.22 09:27:14.695220 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8811 2025.01.22 09:27:14.695836 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8812 2025.01.22 09:27:14.696102 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8813 2025.01.22 09:27:14.696337 [ 27 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8814 2025.01.22 09:27:14.696375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
8815 2025.01.22 09:27:14.696422 [ 27 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8816 2025.01.22 09:27:14.696456 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8817 2025.01.22 09:27:14.696600 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8818 2025.01.22 09:27:14.696744 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8819 2025.01.22 09:27:14.696778 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8820 2025.01.22 09:27:14.696846 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
8821 2025.01.22 09:27:14.697059 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8822 2025.01.22 09:27:14.697271 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8823 2025.01.22 09:27:14.697409 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8824 2025.01.22 09:27:14.697498 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
8825 2025.01.22 09:27:14.699887 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003355565 sec., 5599057.0887466045 rows/sec., 80.10 MiB/sec.
8826 2025.01.22 09:27:14.700279 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8827 2025.01.22 09:27:14.700602 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8828 2025.01.22 09:27:14.700691 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_41_8} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8829 2025.01.22 09:27:14.700805 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
8830 2025.01.22 09:27:15.367588 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8831 2025.01.22 09:27:15.367811 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8832 2025.01.22 09:27:15.367894 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8833 2025.01.22 09:27:15.368709 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2025.01.22 09:27:15.368759 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8835 2025.01.22 09:27:15.369201 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8836 2025.01.22 09:27:15.369469 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8837 2025.01.22 09:27:15.369717 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec.
8838 2025.01.22 09:27:15.369788 [ 286 ] {5ff048e0-dcbb-44a6-bcdb-122b369c1185} <Debug> TCPHandler: Processed in 0.002339705 sec.
8839 2025.01.22 09:27:15.370119 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8840 2025.01.22 09:27:15.370330 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8841 2025.01.22 09:27:15.370411 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8842 2025.01.22 09:27:15.371264 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8843 2025.01.22 09:27:15.371314 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8844 2025.01.22 09:27:15.371761 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8845 2025.01.22 09:27:15.372028 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8846 2025.01.22 09:27:15.372258 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001987 sec., 32209.36084549572 rows/sec., 2.51 MiB/sec.
8847 2025.01.22 09:27:15.372324 [ 285 ] {7cb74eda-092f-4def-bef6-7fbead1c0725} <Debug> TCPHandler: Processed in 0.002384515 sec.
8848 2025.01.22 09:27:15.372464 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8849 2025.01.22 09:27:15.372590 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8850 2025.01.22 09:27:15.372649 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8851 2025.01.22 09:27:15.373233 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8852 2025.01.22 09:27:15.373274 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8853 2025.01.22 09:27:15.373676 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8854 2025.01.22 09:27:15.373923 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8855 2025.01.22 09:27:15.374134 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001574 sec., 26683.608640406605 rows/sec., 1.86 MiB/sec.
8856 2025.01.22 09:27:15.374192 [ 286 ] {25359de0-90e7-46c3-ae29-7ab373c7770f} <Debug> TCPHandler: Processed in 0.001784819 sec.
8857 2025.01.22 09:27:15.374410 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8858 2025.01.22 09:27:15.374642 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8859 2025.01.22 09:27:15.374740 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8860 2025.01.22 09:27:15.375392 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8861 2025.01.22 09:27:15.375432 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8862 2025.01.22 09:27:15.375820 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8863 2025.01.22 09:27:15.376072 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8864 2025.01.22 09:27:15.376279 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001697 sec., 9428.403064230995 rows/sec., 653.73 KiB/sec.
8865 2025.01.22 09:27:15.376332 [ 285 ] {9dd81e4c-d0ac-4938-b033-47433daa40c4} <Debug> TCPHandler: Processed in 0.002030462 sec.
8866 2025.01.22 09:27:16.041231 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8867 2025.01.22 09:27:16.063620 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8868 2025.01.22 09:27:16.063696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8869 2025.01.22 09:27:16.071207 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8870 2025.01.22 09:27:16.072033 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8871 2025.01.22 09:27:16.072455 [ 51 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8872 2025.01.22 09:27:16.072605 [ 51 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8873 2025.01.22 09:27:16.072683 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8874 2025.01.22 09:27:16.073378 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8875 2025.01.22 09:27:16.090609 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8876 2025.01.22 09:27:16.091862 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8877 2025.01.22 09:27:16.093500 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8878 2025.01.22 09:27:16.099376 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8879 2025.01.22 09:27:16.105186 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8880 2025.01.22 09:27:16.111108 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8881 2025.01.22 09:27:16.117207 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8882 2025.01.22 09:27:16.121930 [ 192 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
8883 2025.01.22 09:27:16.181318 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108409754 sec., 2850.2970313907363 rows/sec., 14.74 MiB/sec.
8884 2025.01.22 09:27:16.184551 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8885 2025.01.22 09:27:16.187650 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_41_8} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8886 2025.01.22 09:27:16.187775 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_41_8} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8887 2025.01.22 09:27:16.190643 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8888 2025.01.22 09:27:17.291815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1260
8889 2025.01.22 09:27:17.295251 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8890 2025.01.22 09:27:17.295307 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8891 2025.01.22 09:27:17.296830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8892 2025.01.22 09:27:17.297155 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): 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.22 09:27:17.298945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260
8894 2025.01.22 09:27:20.378801 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8895 2025.01.22 09:27:20.379023 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8896 2025.01.22 09:27:20.379102 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8897 2025.01.22 09:27:20.379872 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8898 2025.01.22 09:27:20.379914 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8899 2025.01.22 09:27:20.380354 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8900 2025.01.22 09:27:20.380617 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8901 2025.01.22 09:27:20.380776 [ 18 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8902 2025.01.22 09:27:20.380832 [ 18 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8903 2025.01.22 09:27:20.380834 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec.
8904 2025.01.22 09:27:20.380860 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8905 2025.01.22 09:27:20.380957 [ 286 ] {e2cd2581-c2d8-4cb0-be5c-0164f8b96620} <Debug> TCPHandler: Processed in 0.002286734 sec.
8906 2025.01.22 09:27:20.381399 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8907 2025.01.22 09:27:20.381431 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8908 2025.01.22 09:27:20.381947 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8909 2025.01.22 09:27:20.382037 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8910 2025.01.22 09:27:20.382139 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8911 2025.01.22 09:27:20.382144 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8912 2025.01.22 09:27:20.382378 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8913 2025.01.22 09:27:20.382812 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8914 2025.01.22 09:27:20.383206 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8915 2025.01.22 09:27:20.383542 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
8916 2025.01.22 09:27:20.384750 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8917 2025.01.22 09:27:20.384803 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8918 2025.01.22 09:27:20.385207 [ 194 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004208655 sec., 16632.39205874561 rows/sec., 1.23 MiB/sec.
8919 2025.01.22 09:27:20.385437 [ 194 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8920 2025.01.22 09:27:20.385509 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8921 2025.01.22 09:27:20.385965 [ 194 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_29_7} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8922 2025.01.22 09:27:20.385976 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8923 2025.01.22 09:27:20.386120 [ 194 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_29_7} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8924 2025.01.22 09:27:20.386356 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8925 2025.01.22 09:27:20.386428 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.004659 sec., 58596.26529298133 rows/sec., 5.16 MiB/sec.
8926 2025.01.22 09:27:20.386503 [ 285 ] {0258855c-238e-4e79-b0ff-519470b4e7e1} <Debug> TCPHandler: Processed in 0.005377528 sec.
8927 2025.01.22 09:27:20.386682 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8928 2025.01.22 09:27:20.386807 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8929 2025.01.22 09:27:20.386862 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8930 2025.01.22 09:27:20.387458 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8931 2025.01.22 09:27:20.387495 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8932 2025.01.22 09:27:20.387865 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8933 2025.01.22 09:27:20.388112 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8934 2025.01.22 09:27:20.388332 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001553 sec., 27044.430135222152 rows/sec., 1.94 MiB/sec.
8935 2025.01.22 09:27:20.388398 [ 286 ] {1eceb290-0a43-4d9c-adc4-2900f8cf19d4} <Debug> TCPHandler: Processed in 0.001776479 sec.
8936 2025.01.22 09:27:20.388594 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8937 2025.01.22 09:27:20.388751 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8938 2025.01.22 09:27:20.388815 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8939 2025.01.22 09:27:20.389455 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8940 2025.01.22 09:27:20.389493 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8941 2025.01.22 09:27:20.389862 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8942 2025.01.22 09:27:20.390105 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8943 2025.01.22 09:27:20.390284 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec.
8944 2025.01.22 09:27:20.390338 [ 285 ] {6cdbd9a2-de03-4d2e-91b3-10ac9dabf20f} <Debug> TCPHandler: Processed in 0.00185832 sec.
8945 2025.01.22 09:27:20.390514 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8946 2025.01.22 09:27:20.390660 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8947 2025.01.22 09:27:20.390721 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8948 2025.01.22 09:27:20.391387 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8949 2025.01.22 09:27:20.391427 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8950 2025.01.22 09:27:20.391801 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8951 2025.01.22 09:27:20.392044 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8952 2025.01.22 09:27:20.392199 [ 120 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8953 2025.01.22 09:27:20.392269 [ 120 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8954 2025.01.22 09:27:20.392281 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec.
8955 2025.01.22 09:27:20.392309 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8956 2025.01.22 09:27:20.392434 [ 286 ] {c800e409-d206-4dd1-987c-a1c9df77124e} <Debug> TCPHandler: Processed in 0.001987552 sec.
8957 2025.01.22 09:27:20.392552 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8958 2025.01.22 09:27:20.392631 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8959 2025.01.22 09:27:20.392838 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8960 2025.01.22 09:27:20.392883 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8961 2025.01.22 09:27:20.392908 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8962 2025.01.22 09:27:20.392992 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8963 2025.01.22 09:27:20.393220 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8964 2025.01.22 09:27:20.393578 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8965 2025.01.22 09:27:20.393911 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8966 2025.01.22 09:27:20.394278 [ 195 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
8967 2025.01.22 09:27:20.396173 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8968 2025.01.22 09:27:20.396247 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8969 2025.01.22 09:27:20.396663 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004223505 sec., 15390.061098542563 rows/sec., 1019.68 KiB/sec.
8970 2025.01.22 09:27:20.396855 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8971 2025.01.22 09:27:20.397168 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8972 2025.01.22 09:27:20.397415 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_29_7} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.01.22 09:27:20.397541 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_29_7} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8974 2025.01.22 09:27:20.397649 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8975 2025.01.22 09:27:20.397701 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8976 2025.01.22 09:27:20.397906 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005093 sec., 81877.08619674062 rows/sec., 5.85 MiB/sec.
8977 2025.01.22 09:27:20.397974 [ 285 ] {d0c27360-d39e-4722-b07f-243cc3a8639d} <Debug> TCPHandler: Processed in 0.005430778 sec.
8978 2025.01.22 09:27:20.398134 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8979 2025.01.22 09:27:20.398264 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8980 2025.01.22 09:27:20.398317 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8981 2025.01.22 09:27:20.398830 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8982 2025.01.22 09:27:20.398873 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8983 2025.01.22 09:27:20.399250 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8984 2025.01.22 09:27:20.399497 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8985 2025.01.22 09:27:20.399705 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
8986 2025.01.22 09:27:20.399759 [ 286 ] {79671084-d3f0-4c09-9c57-8496e4e9de41} <Debug> TCPHandler: Processed in 0.001692218 sec.
8987 2025.01.22 09:27:20.399897 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8988 2025.01.22 09:27:20.400014 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8989 2025.01.22 09:27:20.400069 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8990 2025.01.22 09:27:20.400673 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8991 2025.01.22 09:27:20.400710 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
8992 2025.01.22 09:27:20.401114 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8993 2025.01.22 09:27:20.401360 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8994 2025.01.22 09:27:20.401545 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001556 sec., 152313.62467866324 rows/sec., 10.21 MiB/sec.
8995 2025.01.22 09:27:20.401597 [ 285 ] {98db958e-e17c-458d-bb11-477ff078d415} <Debug> TCPHandler: Processed in 0.001753149 sec.
8996 2025.01.22 09:27:20.401729 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8997 2025.01.22 09:27:20.401845 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8998 2025.01.22 09:27:20.401924 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8999 2025.01.22 09:27:20.402384 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9000 2025.01.22 09:27:20.402422 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9001 2025.01.22 09:27:20.402785 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9002 2025.01.22 09:27:20.403049 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9003 2025.01.22 09:27:20.403217 [ 120 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
9004 2025.01.22 09:27:20.403297 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec.
9005 2025.01.22 09:27:20.403306 [ 120 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9006 2025.01.22 09:27:20.403373 [ 286 ] {d31a76de-a27a-4c1a-9d5c-a9d733ed06cf} <Debug> TCPHandler: Processed in 0.001698108 sec.
9007 2025.01.22 09:27:20.403413 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9008 2025.01.22 09:27:20.403599 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9009 2025.01.22 09:27:20.403626 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
9010 2025.01.22 09:27:20.403887 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9011 2025.01.22 09:27:20.403920 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9012 2025.01.22 09:27:20.404004 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
9013 2025.01.22 09:27:20.404085 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9014 2025.01.22 09:27:20.404356 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
9015 2025.01.22 09:27:20.404714 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
9016 2025.01.22 09:27:20.404985 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
9017 2025.01.22 09:27:20.405267 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9018 2025.01.22 09:27:20.405732 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
9019 2025.01.22 09:27:20.407878 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004352856 sec., 6892.02675209104 rows/sec., 463.51 KiB/sec.
9020 2025.01.22 09:27:20.408021 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
9021 2025.01.22 09:27:20.408208 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9022 2025.01.22 09:27:20.408249 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9023 2025.01.22 09:27:20.408393 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9024 2025.01.22 09:27:20.408516 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_30_6} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
9025 2025.01.22 09:27:20.408597 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9026 2025.01.22 09:27:20.409032 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9027 2025.01.22 09:27:20.409292 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9028 2025.01.22 09:27:20.409552 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005741 sec., 6096.498867793068 rows/sec., 10.92 MiB/sec.
9029 2025.01.22 09:27:20.409963 [ 285 ] {4e8a462e-da43-4441-b0ad-57f723996187} <Debug> TCPHandler: Processed in 0.00648473 sec.
9030 2025.01.22 09:27:20.410236 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9031 2025.01.22 09:27:20.410424 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9032 2025.01.22 09:27:20.410483 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9033 2025.01.22 09:27:20.411073 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9034 2025.01.22 09:27:20.411120 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9035 2025.01.22 09:27:20.411512 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9036 2025.01.22 09:27:20.411749 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9037 2025.01.22 09:27:20.411965 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec.
9038 2025.01.22 09:27:20.412017 [ 286 ] {e56cf610-a8b0-4c3f-9184-3e3838b2dcd9} <Debug> TCPHandler: Processed in 0.001948271 sec.
9039 2025.01.22 09:27:22.043086 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
9040 2025.01.22 09:27:22.043139 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
9041 2025.01.22 09:27:22.196578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
9042 2025.01.22 09:27:22.197532 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9043 2025.01.22 09:27:22.197580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9044 2025.01.22 09:27:22.198112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9045 2025.01.22 09:27:22.198366 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9046 2025.01.22 09:27:22.198668 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
9047 2025.01.22 09:27:23.590744 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
9048 2025.01.22 09:27:23.609877 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9049 2025.01.22 09:27:23.609930 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9050 2025.01.22 09:27:23.617666 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9051 2025.01.22 09:27:23.618464 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2025.01.22 09:27:23.621322 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
9053 2025.01.22 09:27:25.373287 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9054 2025.01.22 09:27:25.373522 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9055 2025.01.22 09:27:25.373605 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9056 2025.01.22 09:27:25.374526 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9057 2025.01.22 09:27:25.374571 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9058 2025.01.22 09:27:25.375024 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9059 2025.01.22 09:27:25.375286 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9060 2025.01.22 09:27:25.375492 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.002031 sec., 32496.307237813886 rows/sec., 2.57 MiB/sec.
9061 2025.01.22 09:27:25.375556 [ 286 ] {37fec3bb-966a-4888-9461-b1bdd774a32e} <Debug> TCPHandler: Processed in 0.002406206 sec.
9062 2025.01.22 09:27:25.375812 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9063 2025.01.22 09:27:25.376004 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9064 2025.01.22 09:27:25.376077 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9065 2025.01.22 09:27:25.376823 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9066 2025.01.22 09:27:25.376871 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9067 2025.01.22 09:27:25.377311 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9068 2025.01.22 09:27:25.377574 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9069 2025.01.22 09:27:25.377808 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001859 sec., 2689.618074233459 rows/sec., 202.25 KiB/sec.
9070 2025.01.22 09:27:25.377876 [ 285 ] {3121ad29-b3da-4f26-91ee-d07fdcd45445} <Debug> TCPHandler: Processed in 0.002189854 sec.
9071 2025.01.22 09:27:25.378048 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9072 2025.01.22 09:27:25.378197 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9073 2025.01.22 09:27:25.378258 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9074 2025.01.22 09:27:25.378881 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9075 2025.01.22 09:27:25.378921 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9076 2025.01.22 09:27:25.379301 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9077 2025.01.22 09:27:25.379568 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9078 2025.01.22 09:27:25.379750 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001591 sec., 43368.95034569453 rows/sec., 3.39 MiB/sec.
9079 2025.01.22 09:27:25.379804 [ 286 ] {32481816-8416-40ef-b67d-1c2f3289fdc8} <Debug> TCPHandler: Processed in 0.001825079 sec.
9080 2025.01.22 09:27:25.379953 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9081 2025.01.22 09:27:25.380077 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9082 2025.01.22 09:27:25.380133 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9083 2025.01.22 09:27:25.380733 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9084 2025.01.22 09:27:25.380773 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9085 2025.01.22 09:27:25.381193 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9086 2025.01.22 09:27:25.381436 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2025.01.22 09:27:25.381642 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec.
9088 2025.01.22 09:27:25.381698 [ 285 ] {c0d50d77-4a1e-46a4-9a76-cee3cabbb45a} <Debug> TCPHandler: Processed in 0.001801239 sec.
9089 2025.01.22 09:27:25.381833 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9090 2025.01.22 09:27:25.381954 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9091 2025.01.22 09:27:25.382037 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9092 2025.01.22 09:27:25.383129 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9093 2025.01.22 09:27:25.383167 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9094 2025.01.22 09:27:25.383786 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9095 2025.01.22 09:27:25.384053 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9096 2025.01.22 09:27:25.384256 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002329 sec., 2146.8441391155 rows/sec., 3.85 MiB/sec.
9097 2025.01.22 09:27:25.384362 [ 286 ] {e7f83c25-814e-4d85-b54f-8453bb85a033} <Debug> TCPHandler: Processed in 0.002583467 sec.
9098 2025.01.22 09:27:25.384563 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9099 2025.01.22 09:27:25.384786 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9100 2025.01.22 09:27:25.384882 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9101 2025.01.22 09:27:25.385595 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9102 2025.01.22 09:27:25.385634 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9103 2025.01.22 09:27:25.386014 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9104 2025.01.22 09:27:25.386258 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9105 2025.01.22 09:27:25.386472 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001742 sec., 34443.16877152698 rows/sec., 2.32 MiB/sec.
9106 2025.01.22 09:27:25.386524 [ 285 ] {18ec4dc7-7ca7-4cce-b794-2c41cc76f35e} <Debug> TCPHandler: Processed in 0.002067633 sec.
9107 2025.01.22 09:27:27.299315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1294
9108 2025.01.22 09:27:27.303093 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9109 2025.01.22 09:27:27.303156 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9110 2025.01.22 09:27:27.304742 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9111 2025.01.22 09:27:27.305074 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9112 2025.01.22 09:27:27.305315 [ 141 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9113 2025.01.22 09:27:27.305432 [ 141 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.01.22 09:27:27.305494 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9115 2025.01.22 09:27:27.305937 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
9116 2025.01.22 09:27:27.306702 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1294
9117 2025.01.22 09:27:27.307154 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9118 2025.01.22 09:27:27.307336 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1100 rows starting from the beginning of the part
9119 2025.01.22 09:27:27.307873 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part
9120 2025.01.22 09:27:27.308359 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
9121 2025.01.22 09:27:27.308840 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part
9122 2025.01.22 09:27:27.309312 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part
9123 2025.01.22 09:27:27.309784 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
9124 2025.01.22 09:27:27.320199 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 72 columns (72 merged, 0 gathered) in 0.014564576 sec., 88845.70343826007 rows/sec., 70.01 MiB/sec.
9125 2025.01.22 09:27:27.322273 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9126 2025.01.22 09:27:27.323075 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9127 2025.01.22 09:27:27.323166 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_31_6} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9128 2025.01.22 09:27:27.323509 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9129 2025.01.22 09:27:29.698855 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
9130 2025.01.22 09:27:29.699590 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2025.01.22 09:27:29.699642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9132 2025.01.22 09:27:29.700284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9133 2025.01.22 09:27:29.700538 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9134 2025.01.22 09:27:29.700771 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
9135 2025.01.22 09:27:30.379511 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9136 2025.01.22 09:27:30.379710 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9137 2025.01.22 09:27:30.379790 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9138 2025.01.22 09:27:30.380581 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9139 2025.01.22 09:27:30.380641 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9140 2025.01.22 09:27:30.381103 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9141 2025.01.22 09:27:30.381367 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9142 2025.01.22 09:27:30.381608 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec.
9143 2025.01.22 09:27:30.381733 [ 286 ] {18369fa2-e2e9-41fe-a79f-db5386e173c2} <Debug> TCPHandler: Processed in 0.002365126 sec.
9144 2025.01.22 09:27:30.382066 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9145 2025.01.22 09:27:30.382260 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9146 2025.01.22 09:27:30.382347 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9147 2025.01.22 09:27:30.383116 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9148 2025.01.22 09:27:30.383172 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9149 2025.01.22 09:27:30.383606 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9150 2025.01.22 09:27:30.383866 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9151 2025.01.22 09:27:30.384146 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001928 sec., 5186.721991701244 rows/sec., 422.94 KiB/sec.
9152 2025.01.22 09:27:30.384372 [ 285 ] {72aa32cd-a396-44ae-a300-fd122bb3fb02} <Debug> TCPHandler: Processed in 0.002486827 sec.
9153 2025.01.22 09:27:30.384557 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9154 2025.01.22 09:27:30.384699 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9155 2025.01.22 09:27:30.384757 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9156 2025.01.22 09:27:30.385590 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9157 2025.01.22 09:27:30.385632 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9158 2025.01.22 09:27:30.386113 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9159 2025.01.22 09:27:30.386421 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9160 2025.01.22 09:27:30.386729 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.002056 sec., 135214.00778210117 rows/sec., 11.86 MiB/sec.
9161 2025.01.22 09:27:30.386871 [ 286 ] {41deb93e-973d-4e09-a7c0-99ed4dad4051} <Debug> TCPHandler: Processed in 0.002376806 sec.
9162 2025.01.22 09:27:30.387156 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9163 2025.01.22 09:27:30.387396 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9164 2025.01.22 09:27:30.387467 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9165 2025.01.22 09:27:30.388303 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9166 2025.01.22 09:27:30.388360 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9167 2025.01.22 09:27:30.388829 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9168 2025.01.22 09:27:30.389083 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9169 2025.01.22 09:27:30.389318 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001972 sec., 26369.168356997976 rows/sec., 1.87 MiB/sec.
9170 2025.01.22 09:27:30.389388 [ 285 ] {9a4f8684-f72f-4802-a337-cb5a270dd131} <Debug> TCPHandler: Processed in 0.002386666 sec.
9171 2025.01.22 09:27:30.389540 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2025.01.22 09:27:30.389669 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9173 2025.01.22 09:27:30.389723 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9174 2025.01.22 09:27:30.390324 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2025.01.22 09:27:30.390364 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9176 2025.01.22 09:27:30.390746 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9177 2025.01.22 09:27:30.391000 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2025.01.22 09:27:30.391220 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001579 sec., 8866.371120962634 rows/sec., 620.94 KiB/sec.
9179 2025.01.22 09:27:30.391282 [ 286 ] {12f45a7c-a88e-4d66-9b17-6f78c7f45694} <Debug> TCPHandler: Processed in 0.001800159 sec.
9180 2025.01.22 09:27:30.391432 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9181 2025.01.22 09:27:30.391563 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9182 2025.01.22 09:27:30.391618 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9183 2025.01.22 09:27:30.392232 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2025.01.22 09:27:30.392274 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9185 2025.01.22 09:27:30.392656 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9186 2025.01.22 09:27:30.392903 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2025.01.22 09:27:30.393121 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec.
9188 2025.01.22 09:27:30.393181 [ 285 ] {93b3831d-d2e7-402e-9e6b-39c0f988f8bb} <Debug> TCPHandler: Processed in 0.00180966 sec.
9189 2025.01.22 09:27:30.393362 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2025.01.22 09:27:30.393492 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9191 2025.01.22 09:27:30.393546 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9192 2025.01.22 09:27:30.394403 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.01.22 09:27:30.394444 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9194 2025.01.22 09:27:30.394847 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9195 2025.01.22 09:27:30.395083 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.01.22 09:27:30.395339 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001864 sec., 229077.2532188841 rows/sec., 16.40 MiB/sec.
9197 2025.01.22 09:27:30.395406 [ 286 ] {41f0a1b3-6ca9-49b2-b2bf-bf05b86f06a9} <Debug> TCPHandler: Processed in 0.002104103 sec.
9198 2025.01.22 09:27:30.395639 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2025.01.22 09:27:30.395822 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9200 2025.01.22 09:27:30.395877 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9201 2025.01.22 09:27:30.396380 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2025.01.22 09:27:30.396420 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9203 2025.01.22 09:27:30.396809 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9204 2025.01.22 09:27:30.397060 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2025.01.22 09:27:30.397278 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec.
9206 2025.01.22 09:27:30.397331 [ 285 ] {3f18c650-ec03-4474-a8e9-e3eb473e1255} <Debug> TCPHandler: Processed in 0.001820209 sec.
9207 2025.01.22 09:27:30.397491 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9208 2025.01.22 09:27:30.397612 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9209 2025.01.22 09:27:30.397667 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9210 2025.01.22 09:27:30.398288 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2025.01.22 09:27:30.398328 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9212 2025.01.22 09:27:30.398740 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9213 2025.01.22 09:27:30.399001 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2025.01.22 09:27:30.399223 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001639 sec., 147651.0067114094 rows/sec., 9.90 MiB/sec.
9215 2025.01.22 09:27:30.399285 [ 286 ] {fef1339f-0168-498f-8c41-7c44259870b6} <Debug> TCPHandler: Processed in 0.00185207 sec.
9216 2025.01.22 09:27:30.399449 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9217 2025.01.22 09:27:30.399568 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9218 2025.01.22 09:27:30.399622 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9219 2025.01.22 09:27:30.400096 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9220 2025.01.22 09:27:30.400137 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9221 2025.01.22 09:27:30.400520 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9222 2025.01.22 09:27:30.400761 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9223 2025.01.22 09:27:30.401010 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec.
9224 2025.01.22 09:27:30.401088 [ 285 ] {d729cd59-5d3b-42a0-8689-33972d7d4d25} <Debug> TCPHandler: Processed in 0.001692808 sec.
9225 2025.01.22 09:27:30.401244 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9226 2025.01.22 09:27:30.401366 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9227 2025.01.22 09:27:30.401449 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9228 2025.01.22 09:27:30.402686 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2025.01.22 09:27:30.402727 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9230 2025.01.22 09:27:30.403400 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9231 2025.01.22 09:27:30.403668 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9232 2025.01.22 09:27:30.403968 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002623 sec., 13343.499809378574 rows/sec., 23.91 MiB/sec.
9233 2025.01.22 09:27:30.404476 [ 286 ] {64106770-042c-4960-bbcc-bf728c5885bb} <Debug> TCPHandler: Processed in 0.003282096 sec.
9234 2025.01.22 09:27:30.404731 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9235 2025.01.22 09:27:30.404885 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9236 2025.01.22 09:27:30.404954 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9237 2025.01.22 09:27:30.405544 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9238 2025.01.22 09:27:30.405584 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9239 2025.01.22 09:27:30.406035 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9240 2025.01.22 09:27:30.406303 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9241 2025.01.22 09:27:30.406565 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001705 sec., 48093.84164222874 rows/sec., 3.05 MiB/sec.
9242 2025.01.22 09:27:30.406633 [ 285 ] {22364076-fdef-44e5-a608-2510b15d74cd} <Debug> TCPHandler: Processed in 0.002042942 sec.
9243 2025.01.22 09:27:31.121442 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
9244 2025.01.22 09:27:31.141994 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9245 2025.01.22 09:27:31.142058 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9246 2025.01.22 09:27:31.149355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9247 2025.01.22 09:27:31.150111 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9248 2025.01.22 09:27:31.153072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
9249 2025.01.22 09:27:35.373084 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9250 2025.01.22 09:27:35.373309 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9251 2025.01.22 09:27:35.373389 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9252 2025.01.22 09:27:35.374152 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9253 2025.01.22 09:27:35.374197 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9254 2025.01.22 09:27:35.374646 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9255 2025.01.22 09:27:35.374896 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9256 2025.01.22 09:27:35.375062 [ 142 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9257 2025.01.22 09:27:35.375113 [ 142 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9258 2025.01.22 09:27:35.375115 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001862 sec., 35445.75725026853 rows/sec., 2.81 MiB/sec.
9259 2025.01.22 09:27:35.375142 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9260 2025.01.22 09:27:35.375201 [ 286 ] {1a1f8a16-79ea-4656-88f0-c71a67d26c8f} <Debug> TCPHandler: Processed in 0.002248424 sec.
9261 2025.01.22 09:27:35.375479 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
9262 2025.01.22 09:27:35.375589 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9263 2025.01.22 09:27:35.375756 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9264 2025.01.22 09:27:35.375826 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1433 rows starting from the beginning of the part
9265 2025.01.22 09:27:35.375929 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9266 2025.01.22 09:27:35.376033 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part
9267 2025.01.22 09:27:35.376126 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9268 2025.01.22 09:27:35.376298 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 273 rows starting from the beginning of the part
9269 2025.01.22 09:27:35.376672 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 66 rows starting from the beginning of the part
9270 2025.01.22 09:27:35.377111 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 278 rows starting from the beginning of the part
9271 2025.01.22 09:27:35.377397 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 66 rows starting from the beginning of the part
9272 2025.01.22 09:27:35.379076 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9273 2025.01.22 09:27:35.379169 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9274 2025.01.22 09:27:35.380179 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9275 2025.01.22 09:27:35.380771 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9276 2025.01.22 09:27:35.380830 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005568139 sec., 390076.46899619425 rows/sec., 34.30 MiB/sec.
9277 2025.01.22 09:27:35.381056 [ 142 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9278 2025.01.22 09:27:35.381125 [ 142 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9279 2025.01.22 09:27:35.381183 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.005347 sec., 935.1037965214139 rows/sec., 70.32 KiB/sec.
9280 2025.01.22 09:27:35.381186 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9281 2025.01.22 09:27:35.381195 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9282 2025.01.22 09:27:35.381513 [ 285 ] {fa6d2f81-b92a-4465-9688-c26a49306e0b} <Debug> TCPHandler: Processed in 0.006159916 sec.
9283 2025.01.22 09:27:35.381619 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
9284 2025.01.22 09:27:35.381744 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9285 2025.01.22 09:27:35.381827 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9286 2025.01.22 09:27:35.381884 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 65 rows starting from the beginning of the part
9287 2025.01.22 09:27:35.381931 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9288 2025.01.22 09:27:35.381975 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9289 2025.01.22 09:27:35.382187 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9290 2025.01.22 09:27:35.382294 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part
9291 2025.01.22 09:27:35.382570 [ 198 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_71_14} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9292 2025.01.22 09:27:35.382864 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part
9293 2025.01.22 09:27:35.383084 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
9294 2025.01.22 09:27:35.383479 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part
9295 2025.01.22 09:27:35.383969 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 52 rows starting from the beginning of the part
9296 2025.01.22 09:27:35.384490 [ 190 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part
9297 2025.01.22 09:27:35.386068 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9298 2025.01.22 09:27:35.386116 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9299 2025.01.22 09:27:35.386708 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306997 sec., 33540.62570602546 rows/sec., 2.52 MiB/sec.
9300 2025.01.22 09:27:35.386750 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9301 2025.01.22 09:27:35.386913 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9302 2025.01.22 09:27:35.387194 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9303 2025.01.22 09:27:35.387471 [ 142 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9304 2025.01.22 09:27:35.387519 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2025.01.22 09:27:35.387562 [ 142 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9306 2025.01.22 09:27:35.387645 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9307 2025.01.22 09:27:35.387684 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005781 sec., 11935.651271406332 rows/sec., 954.10 KiB/sec.
9308 2025.01.22 09:27:35.387901 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_56_11} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9309 2025.01.22 09:27:35.388027 [ 286 ] {34b604c7-b5c6-4797-b6fc-e623add8349f} <Debug> TCPHandler: Processed in 0.006401039 sec.
9310 2025.01.22 09:27:35.388061 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
9311 2025.01.22 09:27:35.388249 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9312 2025.01.22 09:27:35.388351 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9313 2025.01.22 09:27:35.388396 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9314 2025.01.22 09:27:35.388438 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part
9315 2025.01.22 09:27:35.388671 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9316 2025.01.22 09:27:35.388680 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part
9317 2025.01.22 09:27:35.388884 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9318 2025.01.22 09:27:35.388967 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 417 rows starting from the beginning of the part
9319 2025.01.22 09:27:35.389409 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 69 rows starting from the beginning of the part
9320 2025.01.22 09:27:35.389778 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part
9321 2025.01.22 09:27:35.390118 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 69 rows starting from the beginning of the part
9322 2025.01.22 09:27:35.391313 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9323 2025.01.22 09:27:35.391392 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9324 2025.01.22 09:27:35.392363 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9325 2025.01.22 09:27:35.392818 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9326 2025.01.22 09:27:35.393102 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.005280387 sec., 371184.91504505253 rows/sec., 28.42 MiB/sec.
9327 2025.01.22 09:27:35.393228 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9328 2025.01.22 09:27:35.393334 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004807 sec., 33284.79301019347 rows/sec., 2.32 MiB/sec.
9329 2025.01.22 09:27:35.393348 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9330 2025.01.22 09:27:35.393486 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9331 2025.01.22 09:27:35.393590 [ 285 ] {375e5cd9-2b16-4634-aaca-7c29f6a29710} <Debug> TCPHandler: Processed in 0.005406767 sec.
9332 2025.01.22 09:27:35.393819 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9333 2025.01.22 09:27:35.393900 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9334 2025.01.22 09:27:35.394019 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
9335 2025.01.22 09:27:35.394393 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9336 2025.01.22 09:27:35.394947 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9337 2025.01.22 09:27:35.395041 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9338 2025.01.22 09:27:35.395168 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21010 rows starting from the beginning of the part
9339 2025.01.22 09:27:35.395775 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 42 rows starting from the beginning of the part
9340 2025.01.22 09:27:35.396251 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
9341 2025.01.22 09:27:35.396640 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
9342 2025.01.22 09:27:35.397141 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 242 rows starting from the beginning of the part
9343 2025.01.22 09:27:35.397636 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
9344 2025.01.22 09:27:35.398973 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9345 2025.01.22 09:27:35.399650 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_71_14} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9346 2025.01.22 09:27:35.400149 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9347 2025.01.22 09:27:35.401806 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9348 2025.01.22 09:27:35.401861 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9349 2025.01.22 09:27:35.402802 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9350 2025.01.22 09:27:35.403533 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9351 2025.01.22 09:27:35.403776 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9352 2025.01.22 09:27:35.403854 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.009624 sec., 519.5344970906068 rows/sec., 953.33 KiB/sec.
9353 2025.01.22 09:27:35.403880 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9354 2025.01.22 09:27:35.403976 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9355 2025.01.22 09:27:35.404310 [ 286 ] {5d571448-4cdb-46db-81f9-102e109063d5} <Debug> TCPHandler: Processed in 0.010550884 sec.
9356 2025.01.22 09:27:35.404414 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
9357 2025.01.22 09:27:35.404531 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9358 2025.01.22 09:27:35.404817 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9359 2025.01.22 09:27:35.404959 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9360 2025.01.22 09:27:35.405308 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9361 2025.01.22 09:27:35.405551 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1085 rows starting from the beginning of the part
9362 2025.01.22 09:27:35.406311 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part
9363 2025.01.22 09:27:35.407151 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 35 rows starting from the beginning of the part
9364 2025.01.22 09:27:35.407290 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9365 2025.01.22 09:27:35.407377 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9366 2025.01.22 09:27:35.407847 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part
9367 2025.01.22 09:27:35.408547 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 35 rows starting from the beginning of the part
9368 2025.01.22 09:27:35.409056 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9369 2025.01.22 09:27:35.409250 [ 189 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part
9370 2025.01.22 09:27:35.410584 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9371 2025.01.22 09:27:35.411093 [ 137 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9372 2025.01.22 09:27:35.411250 [ 137 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9373 2025.01.22 09:27:35.411334 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9374 2025.01.22 09:27:35.411701 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006952 sec., 8630.609896432681 rows/sec., 595.60 KiB/sec.
9375 2025.01.22 09:27:35.412114 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
9376 2025.01.22 09:27:35.412142 [ 285 ] {d16f43fa-ea47-4a9e-9c89-d446e9cc2ee9} <Debug> TCPHandler: Processed in 0.007704323 sec.
9377 2025.01.22 09:27:35.412606 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9378 2025.01.22 09:27:35.412704 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4038 rows starting from the beginning of the part
9379 2025.01.22 09:27:35.412993 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part
9380 2025.01.22 09:27:35.413552 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
9381 2025.01.22 09:27:35.413932 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
9382 2025.01.22 09:27:35.413983 [ 194 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21851 rows, containing 5 columns (5 merged, 0 gathered) in 0.020285127 sec., 1077193.1573314774 rows/sec., 72.72 MiB/sec.
9383 2025.01.22 09:27:35.414297 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
9384 2025.01.22 09:27:35.414734 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
9385 2025.01.22 09:27:35.415209 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9386 2025.01.22 09:27:35.415832 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9387 2025.01.22 09:27:35.415933 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9388 2025.01.22 09:27:35.416183 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
9389 2025.01.22 09:27:35.418185 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4338 rows, containing 4 columns (4 merged, 0 gathered) in 0.00651489 sec., 665859.2854215497 rows/sec., 43.44 MiB/sec.
9390 2025.01.22 09:27:35.418678 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9391 2025.01.22 09:27:35.419341 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9392 2025.01.22 09:27:35.419557 [ 192 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_71_14} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9393 2025.01.22 09:27:35.419697 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
9394 2025.01.22 09:27:35.422653 [ 195 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 19 columns (19 merged, 0 gathered) in 0.018492619 sec., 63268.48565906214 rows/sec., 113.37 MiB/sec.
9395 2025.01.22 09:27:35.424438 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9396 2025.01.22 09:27:35.424862 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9397 2025.01.22 09:27:35.424948 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9398 2025.01.22 09:27:35.425109 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB.
9399 2025.01.22 09:27:36.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.64 MiB, peak 234.53 MiB, free memory in arenas 0.00 B, will set to 225.76 MiB (RSS), difference: 3.12 MiB
9400 2025.01.22 09:27:37.043387 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
9401 2025.01.22 09:27:37.043442 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
9402 2025.01.22 09:27:37.200928 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
9403 2025.01.22 09:27:37.201650 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9404 2025.01.22 09:27:37.201692 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9405 2025.01.22 09:27:37.202280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9406 2025.01.22 09:27:37.202536 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9407 2025.01.22 09:27:37.202790 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9408 2025.01.22 09:27:37.306996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1330
9409 2025.01.22 09:27:37.310224 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9410 2025.01.22 09:27:37.310283 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9411 2025.01.22 09:27:37.311792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9412 2025.01.22 09:27:37.312114 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9413 2025.01.22 09:27:37.313584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1330
9414 2025.01.22 09:27:38.653180 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9415 2025.01.22 09:27:38.674732 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9416 2025.01.22 09:27:38.674789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
9417 2025.01.22 09:27:38.682276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9418 2025.01.22 09:27:38.683067 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9419 2025.01.22 09:27:38.686258 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9420 2025.01.22 09:27:40.379556 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9421 2025.01.22 09:27:40.379784 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9422 2025.01.22 09:27:40.379860 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9423 2025.01.22 09:27:40.380586 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9424 2025.01.22 09:27:40.380637 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9425 2025.01.22 09:27:40.381097 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9426 2025.01.22 09:27:40.381360 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9427 2025.01.22 09:27:40.381607 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec.
9428 2025.01.22 09:27:40.381678 [ 286 ] {cb239364-678d-4574-bfed-cd7a42055c59} <Debug> TCPHandler: Processed in 0.002260835 sec.
9429 2025.01.22 09:27:40.381985 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9430 2025.01.22 09:27:40.382285 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9431 2025.01.22 09:27:40.382398 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9432 2025.01.22 09:27:40.383446 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9433 2025.01.22 09:27:40.383485 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9434 2025.01.22 09:27:40.383934 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9435 2025.01.22 09:27:40.384166 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9436 2025.01.22 09:27:40.384346 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002178 sec., 125344.3526170799 rows/sec., 11.03 MiB/sec.
9437 2025.01.22 09:27:40.384398 [ 285 ] {3329a0de-c168-4346-a2e5-17ec2feefc83} <Debug> TCPHandler: Processed in 0.002631998 sec.
9438 2025.01.22 09:27:40.384536 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9439 2025.01.22 09:27:40.384675 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9440 2025.01.22 09:27:40.384734 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9441 2025.01.22 09:27:40.385505 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9442 2025.01.22 09:27:40.385555 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9443 2025.01.22 09:27:40.385960 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9444 2025.01.22 09:27:40.386206 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9445 2025.01.22 09:27:40.386409 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001716 sec., 24475.524475524475 rows/sec., 1.76 MiB/sec.
9446 2025.01.22 09:27:40.386465 [ 286 ] {8b6b5ea6-15bc-436a-bc46-6de0c7c87f5f} <Debug> TCPHandler: Processed in 0.001951681 sec.
9447 2025.01.22 09:27:40.386600 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9448 2025.01.22 09:27:40.386715 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9449 2025.01.22 09:27:40.386765 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9450 2025.01.22 09:27:40.387454 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9451 2025.01.22 09:27:40.387499 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9452 2025.01.22 09:27:40.387898 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9453 2025.01.22 09:27:40.388148 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9454 2025.01.22 09:27:40.388273 [ 136 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9455 2025.01.22 09:27:40.388320 [ 136 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9456 2025.01.22 09:27:40.388332 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 597.12 KiB/sec.
9457 2025.01.22 09:27:40.388349 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9458 2025.01.22 09:27:40.388401 [ 285 ] {07bd3579-05f9-4652-a10c-3410428b55a1} <Debug> TCPHandler: Processed in 0.00185533 sec.
9459 2025.01.22 09:27:40.388602 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9460 2025.01.22 09:27:40.388609 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
9461 2025.01.22 09:27:40.388806 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9462 2025.01.22 09:27:40.388890 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9463 2025.01.22 09:27:40.388917 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9464 2025.01.22 09:27:40.388957 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part
9465 2025.01.22 09:27:40.389291 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
9466 2025.01.22 09:27:40.389669 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part
9467 2025.01.22 09:27:40.390015 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
9468 2025.01.22 09:27:40.390593 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
9469 2025.01.22 09:27:40.390892 [ 193 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
9470 2025.01.22 09:27:40.391921 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9471 2025.01.22 09:27:40.391997 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9472 2025.01.22 09:27:40.393004 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9473 2025.01.22 09:27:40.393554 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9474 2025.01.22 09:27:40.393872 [ 192 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005400778 sec., 97578.53405564901 rows/sec., 6.99 MiB/sec.
9475 2025.01.22 09:27:40.394083 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005339 sec., 2434.9129050383967 rows/sec., 151.82 KiB/sec.
9476 2025.01.22 09:27:40.394196 [ 286 ] {7c8e6072-03cf-4fe9-ad5e-7edec8c3d878} <Debug> TCPHandler: Processed in 0.005683301 sec.
9477 2025.01.22 09:27:40.394278 [ 192 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9478 2025.01.22 09:27:40.394454 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9479 2025.01.22 09:27:40.394724 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9480 2025.01.22 09:27:40.394828 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9481 2025.01.22 09:27:40.394870 [ 192 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9482 2025.01.22 09:27:40.394997 [ 192 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_41_8} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9483 2025.01.22 09:27:40.395120 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
9484 2025.01.22 09:27:40.395703 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9485 2025.01.22 09:27:40.395741 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9486 2025.01.22 09:27:40.396115 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9487 2025.01.22 09:27:40.396349 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9488 2025.01.22 09:27:40.396520 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001866 sec., 223472.66881028938 rows/sec., 15.95 MiB/sec.
9489 2025.01.22 09:27:40.396572 [ 285 ] {c2e8bdc9-3ce0-4f2f-9b9e-7770ddb0bda3} <Debug> TCPHandler: Processed in 0.002239894 sec.
9490 2025.01.22 09:27:40.396718 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9491 2025.01.22 09:27:40.396856 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9492 2025.01.22 09:27:40.396917 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9493 2025.01.22 09:27:40.397479 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9494 2025.01.22 09:27:40.397527 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9495 2025.01.22 09:27:40.397931 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9496 2025.01.22 09:27:40.398218 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9497 2025.01.22 09:27:40.398475 [ 135 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9498 2025.01.22 09:27:40.398628 [ 135 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2025.01.22 09:27:40.398633 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 175.62 KiB/sec.
9500 2025.01.22 09:27:40.398714 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9501 2025.01.22 09:27:40.398969 [ 286 ] {e635c5d7-e62a-499c-bc38-7c8771a7eadd} <Debug> TCPHandler: Processed in 0.002301745 sec.
9502 2025.01.22 09:27:40.399340 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9503 2025.01.22 09:27:40.399501 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
9504 2025.01.22 09:27:40.399986 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9505 2025.01.22 09:27:40.400184 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9506 2025.01.22 09:27:40.400198 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9507 2025.01.22 09:27:40.400280 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9508 2025.01.22 09:27:40.400606 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9509 2025.01.22 09:27:40.400942 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9510 2025.01.22 09:27:40.401306 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9511 2025.01.22 09:27:40.401628 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9512 2025.01.22 09:27:40.401875 [ 192 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9513 2025.01.22 09:27:40.402621 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9514 2025.01.22 09:27:40.402668 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9515 2025.01.22 09:27:40.403254 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9516 2025.01.22 09:27:40.403518 [ 197 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004578169 sec., 40627.595879488064 rows/sec., 2.07 MiB/sec.
9517 2025.01.22 09:27:40.403639 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9518 2025.01.22 09:27:40.403773 [ 197 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9519 2025.01.22 09:27:40.404138 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004366 sec., 54283.09665597801 rows/sec., 3.64 MiB/sec.
9520 2025.01.22 09:27:40.404587 [ 285 ] {4046bae8-b098-4a7a-8fab-ac16fa8d16e6} <Debug> TCPHandler: Processed in 0.005486319 sec.
9521 2025.01.22 09:27:40.404766 [ 197 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9522 2025.01.22 09:27:40.404934 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9523 2025.01.22 09:27:40.405130 [ 197 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_31_6} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9524 2025.01.22 09:27:40.405272 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9525 2025.01.22 09:27:40.405316 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9526 2025.01.22 09:27:40.405373 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9527 2025.01.22 09:27:40.405845 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9528 2025.01.22 09:27:40.405885 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9529 2025.01.22 09:27:40.406251 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9530 2025.01.22 09:27:40.406494 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9531 2025.01.22 09:27:40.406701 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec.
9532 2025.01.22 09:27:40.406753 [ 286 ] {66e0a69d-a1c7-4540-a7cf-ba9e597884b1} <Debug> TCPHandler: Processed in 0.002007112 sec.
9533 2025.01.22 09:27:40.406901 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9534 2025.01.22 09:27:40.407038 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9535 2025.01.22 09:27:40.407129 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9536 2025.01.22 09:27:40.408386 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9537 2025.01.22 09:27:40.408426 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9538 2025.01.22 09:27:40.409082 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9539 2025.01.22 09:27:40.409341 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9540 2025.01.22 09:27:40.409628 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002615 sec., 13384.321223709368 rows/sec., 23.98 MiB/sec.
9541 2025.01.22 09:27:40.410120 [ 285 ] {50feb94c-d45d-4804-b855-976da35b99a6} <Debug> TCPHandler: Processed in 0.003278395 sec.
9542 2025.01.22 09:27:40.410346 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9543 2025.01.22 09:27:40.410526 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9544 2025.01.22 09:27:40.410579 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9545 2025.01.22 09:27:40.411049 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9546 2025.01.22 09:27:40.411088 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9547 2025.01.22 09:27:40.411458 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9548 2025.01.22 09:27:40.411702 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9549 2025.01.22 09:27:40.411906 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec.
9550 2025.01.22 09:27:40.411956 [ 286 ] {d3581ec5-fb51-474a-a75e-4801c4b27b2a} <Debug> TCPHandler: Processed in 0.001732049 sec.
9551 2025.01.22 09:27:41.055029 [ 133 ] {} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9552 2025.01.22 09:27:41.055124 [ 133 ] {} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9553 2025.01.22 09:27:41.055166 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9554 2025.01.22 09:27:41.055419 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::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
9555 2025.01.22 09:27:41.055634 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9556 2025.01.22 09:27:41.055680 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
9557 2025.01.22 09:27:41.055773 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part
9558 2025.01.22 09:27:41.055863 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part
9559 2025.01.22 09:27:41.056144 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
9560 2025.01.22 09:27:41.056362 [ 199 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part
9561 2025.01.22 09:27:41.057478 [ 197 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002216774 sec., 20750.874920041468 rows/sec., 1.73 MiB/sec.
9562 2025.01.22 09:27:41.057689 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9563 2025.01.22 09:27:41.058050 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9564 2025.01.22 09:27:41.058147 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_13_3} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9565 2025.01.22 09:27:41.058259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9566 2025.01.22 09:27:43.672986 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9567 2025.01.22 09:27:43.673175 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9568 2025.01.22 09:27:43.673249 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9569 2025.01.22 09:27:43.673975 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9570 2025.01.22 09:27:43.674024 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9571 2025.01.22 09:27:43.674540 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9572 2025.01.22 09:27:43.674799 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9573 2025.01.22 09:27:43.675065 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001935 sec., 2067.1834625322995 rows/sec., 168.56 KiB/sec.
9574 2025.01.22 09:27:43.675157 [ 286 ] {b05b901f-b233-42ea-9857-9127cf940a91} <Debug> TCPHandler: Processed in 0.002297705 sec.
9575 2025.01.22 09:27:43.675396 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9576 2025.01.22 09:27:43.675586 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9577 2025.01.22 09:27:43.675658 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9578 2025.01.22 09:27:43.676950 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2025.01.22 09:27:43.676994 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9580 2025.01.22 09:27:43.677502 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9581 2025.01.22 09:27:43.677761 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2025.01.22 09:27:43.677981 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002448 sec., 493464.05228758167 rows/sec., 40.54 MiB/sec.
9583 2025.01.22 09:27:43.678103 [ 285 ] {006c533f-af9f-4ff0-8621-9dae420815c4} <Debug> TCPHandler: Processed in 0.00283449 sec.
9584 2025.01.22 09:27:43.678340 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9585 2025.01.22 09:27:43.678719 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9586 2025.01.22 09:27:43.678834 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9587 2025.01.22 09:27:43.679437 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9588 2025.01.22 09:27:43.679478 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9589 2025.01.22 09:27:43.679851 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9590 2025.01.22 09:27:43.680092 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2025.01.22 09:27:43.680303 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001729 sec., 5205.320994794679 rows/sec., 378.99 KiB/sec.
9592 2025.01.22 09:27:43.680357 [ 286 ] {cf5443e2-f15b-4ca7-a546-50e5ceb5996f} <Debug> TCPHandler: Processed in 0.002160133 sec.
9593 2025.01.22 09:27:43.680501 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9594 2025.01.22 09:27:43.680650 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9595 2025.01.22 09:27:43.680714 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9596 2025.01.22 09:27:43.681400 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2025.01.22 09:27:43.681439 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9598 2025.01.22 09:27:43.681804 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9599 2025.01.22 09:27:43.682042 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9600 2025.01.22 09:27:43.682252 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00163 sec., 139877.30061349695 rows/sec., 9.47 MiB/sec.
9601 2025.01.22 09:27:43.682419 [ 285 ] {6e4562d6-0bb7-4730-b40a-b3c7196b4ec3} <Debug> TCPHandler: Processed in 0.001981562 sec.
9602 2025.01.22 09:27:43.682627 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9603 2025.01.22 09:27:43.682766 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9604 2025.01.22 09:27:43.682825 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9605 2025.01.22 09:27:43.683605 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9606 2025.01.22 09:27:43.683644 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9607 2025.01.22 09:27:43.684026 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9608 2025.01.22 09:27:43.684266 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9609 2025.01.22 09:27:43.684497 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001757 sec., 301081.3887307911 rows/sec., 22.31 MiB/sec.
9610 2025.01.22 09:27:43.684561 [ 286 ] {cd5f815c-b113-433a-9bbe-191f08436b06} <Debug> TCPHandler: Processed in 0.002044322 sec.
9611 2025.01.22 09:27:43.684788 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9612 2025.01.22 09:27:43.684979 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9613 2025.01.22 09:27:43.685045 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9614 2025.01.22 09:27:43.685931 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9615 2025.01.22 09:27:43.685970 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9616 2025.01.22 09:27:43.686416 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9617 2025.01.22 09:27:43.686648 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9618 2025.01.22 09:27:43.686830 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001885 sec., 512466.8435013263 rows/sec., 34.40 MiB/sec.
9619 2025.01.22 09:27:43.686886 [ 285 ] {bf005a30-8ee3-4468-aa7f-da86eb9eb126} <Debug> TCPHandler: Processed in 0.002231474 sec.
9620 2025.01.22 09:27:43.687031 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9621 2025.01.22 09:27:43.687169 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9622 2025.01.22 09:27:43.687263 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9623 2025.01.22 09:27:43.688431 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9624 2025.01.22 09:27:43.688470 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9625 2025.01.22 09:27:43.689098 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9626 2025.01.22 09:27:43.689354 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9627 2025.01.22 09:27:43.689604 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002466 sec., 2027.5750202757504 rows/sec., 3.63 MiB/sec.
9628 2025.01.22 09:27:43.689715 [ 286 ] {4a92946c-afa8-48a8-a65e-7707b639499b} <Debug> TCPHandler: Processed in 0.00274806 sec.
9629 2025.01.22 09:27:43.689921 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9630 2025.01.22 09:27:43.690060 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9631 2025.01.22 09:27:43.690122 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9632 2025.01.22 09:27:43.690697 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2025.01.22 09:27:43.690749 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9634 2025.01.22 09:27:43.691145 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9635 2025.01.22 09:27:43.691380 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2025.01.22 09:27:43.691555 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001528 sec., 28795.811518324605 rows/sec., 1.94 MiB/sec.
9637 2025.01.22 09:27:43.691610 [ 285 ] {761dd96f-9978-4038-958c-c31c8391309e} <Debug> TCPHandler: Processed in 0.001797379 sec.
9638 2025.01.22 09:27:44.702976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
9639 2025.01.22 09:27:44.704001 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9640 2025.01.22 09:27:44.704045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9641 2025.01.22 09:27:44.704560 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9642 2025.01.22 09:27:44.704815 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9643 2025.01.22 09:27:44.705050 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
9644 2025.01.22 09:27:45.367193 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9645 2025.01.22 09:27:45.367404 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9646 2025.01.22 09:27:45.367484 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9647 2025.01.22 09:27:45.368348 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9648 2025.01.22 09:27:45.368398 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9649 2025.01.22 09:27:45.368825 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9650 2025.01.22 09:27:45.369081 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9651 2025.01.22 09:27:45.369313 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001967 sec., 28469.750889679715 rows/sec., 2.17 MiB/sec.
9652 2025.01.22 09:27:45.369382 [ 286 ] {9f4494be-5fab-4e01-a92d-d1ab0eaeb103} <Debug> TCPHandler: Processed in 0.002324465 sec.
9653 2025.01.22 09:27:45.369649 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9654 2025.01.22 09:27:45.369851 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9655 2025.01.22 09:27:45.369928 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9656 2025.01.22 09:27:45.370674 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9657 2025.01.22 09:27:45.370723 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9658 2025.01.22 09:27:45.371164 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9659 2025.01.22 09:27:45.371413 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9660 2025.01.22 09:27:45.371654 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec.
9661 2025.01.22 09:27:45.371710 [ 285 ] {14298cae-f903-451d-8f99-8df3e397844e} <Debug> TCPHandler: Processed in 0.002202234 sec.
9662 2025.01.22 09:27:45.371874 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9663 2025.01.22 09:27:45.372005 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9664 2025.01.22 09:27:45.372061 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9665 2025.01.22 09:27:45.372606 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9666 2025.01.22 09:27:45.372646 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9667 2025.01.22 09:27:45.373038 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9668 2025.01.22 09:27:45.373285 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9669 2025.01.22 09:27:45.373497 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001521 sec., 27613.412228796846 rows/sec., 1.92 MiB/sec.
9670 2025.01.22 09:27:45.373554 [ 286 ] {5609e1ee-a2d5-4b2c-b2b6-66205a485add} <Debug> TCPHandler: Processed in 0.001747379 sec.
9671 2025.01.22 09:27:45.373703 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9672 2025.01.22 09:27:45.373819 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9673 2025.01.22 09:27:45.373872 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9674 2025.01.22 09:27:45.374382 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9675 2025.01.22 09:27:45.374421 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9676 2025.01.22 09:27:45.375144 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9677 2025.01.22 09:27:45.375385 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9678 2025.01.22 09:27:45.375593 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.0018 sec., 8888.888888888889 rows/sec., 616.32 KiB/sec.
9679 2025.01.22 09:27:45.375643 [ 285 ] {42614d0f-c13b-44e7-8efc-b08612e394d2} <Debug> TCPHandler: Processed in 0.002000041 sec.
9680 2025.01.22 09:27:46.186368 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9681 2025.01.22 09:27:46.207851 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2025.01.22 09:27:46.207940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9683 2025.01.22 09:27:46.215779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9684 2025.01.22 09:27:46.216588 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9685 2025.01.22 09:27:46.219838 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9686 2025.01.22 09:27:47.313856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1376
9687 2025.01.22 09:27:47.317425 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9688 2025.01.22 09:27:47.317481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9689 2025.01.22 09:27:47.319040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9690 2025.01.22 09:27:47.319373 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9691 2025.01.22 09:27:47.320838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1376
9692 2025.01.22 09:27:50.379451 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9693 2025.01.22 09:27:50.379651 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9694 2025.01.22 09:27:50.379722 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9695 2025.01.22 09:27:50.380477 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9696 2025.01.22 09:27:50.380522 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9697 2025.01.22 09:27:50.380963 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9698 2025.01.22 09:27:50.381221 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9699 2025.01.22 09:27:50.381424 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec.
9700 2025.01.22 09:27:50.381488 [ 286 ] {64393d61-510e-4e35-a842-4f69c2bbfe07} <Debug> TCPHandler: Processed in 0.002164023 sec.
9701 2025.01.22 09:27:50.381834 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9702 2025.01.22 09:27:50.382128 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9703 2025.01.22 09:27:50.382204 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9704 2025.01.22 09:27:50.383197 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9705 2025.01.22 09:27:50.383249 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9706 2025.01.22 09:27:50.383726 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9707 2025.01.22 09:27:50.383988 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9708 2025.01.22 09:27:50.384241 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002179 sec., 125286.8288205599 rows/sec., 11.02 MiB/sec.
9709 2025.01.22 09:27:50.384370 [ 285 ] {d09e956e-455d-48ca-8f98-c0d0ad36d5b2} <Debug> TCPHandler: Processed in 0.002719969 sec.
9710 2025.01.22 09:27:50.384584 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9711 2025.01.22 09:27:50.384780 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9712 2025.01.22 09:27:50.384842 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9713 2025.01.22 09:27:50.385482 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9714 2025.01.22 09:27:50.385521 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9715 2025.01.22 09:27:50.385894 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9716 2025.01.22 09:27:50.386139 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9717 2025.01.22 09:27:50.386326 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001581 sec., 26565.464895635676 rows/sec., 1.91 MiB/sec.
9718 2025.01.22 09:27:50.386409 [ 286 ] {cc37356e-025e-4f9a-a204-c9a5470a607a} <Debug> TCPHandler: Processed in 0.001949581 sec.
9719 2025.01.22 09:27:50.386594 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9720 2025.01.22 09:27:50.386749 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9721 2025.01.22 09:27:50.386809 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9722 2025.01.22 09:27:50.387435 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9723 2025.01.22 09:27:50.387477 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9724 2025.01.22 09:27:50.387844 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9725 2025.01.22 09:27:50.388088 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9726 2025.01.22 09:27:50.388303 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec.
9727 2025.01.22 09:27:50.388358 [ 285 ] {dac586e5-47f1-49cf-b1a0-91b632a359e7} <Debug> TCPHandler: Processed in 0.00186885 sec.
9728 2025.01.22 09:27:50.388511 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9729 2025.01.22 09:27:50.388651 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9730 2025.01.22 09:27:50.388709 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9731 2025.01.22 09:27:50.389334 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9732 2025.01.22 09:27:50.389371 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9733 2025.01.22 09:27:50.389728 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9734 2025.01.22 09:27:50.389970 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9735 2025.01.22 09:27:50.390190 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec.
9736 2025.01.22 09:27:50.390392 [ 286 ] {696e9c2a-3bf1-4af2-b9cc-7e1083fb72a4} <Debug> TCPHandler: Processed in 0.001941911 sec.
9737 2025.01.22 09:27:50.390622 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9738 2025.01.22 09:27:50.390761 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9739 2025.01.22 09:27:50.390819 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9740 2025.01.22 09:27:50.391602 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9741 2025.01.22 09:27:50.391643 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9742 2025.01.22 09:27:50.392051 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9743 2025.01.22 09:27:50.392319 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9744 2025.01.22 09:27:50.392533 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001803 sec., 231281.1980033278 rows/sec., 16.51 MiB/sec.
9745 2025.01.22 09:27:50.392587 [ 285 ] {c1b9b6d4-a3b9-4a69-b1f4-edccec3423fe} <Debug> TCPHandler: Processed in 0.002074612 sec.
9746 2025.01.22 09:27:50.392746 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9747 2025.01.22 09:27:50.392882 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9748 2025.01.22 09:27:50.392942 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9749 2025.01.22 09:27:50.393430 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9750 2025.01.22 09:27:50.393466 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9751 2025.01.22 09:27:50.393835 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9752 2025.01.22 09:27:50.394092 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9753 2025.01.22 09:27:50.394320 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec.
9754 2025.01.22 09:27:50.394495 [ 286 ] {878846b0-b1fd-40f4-bcc6-7ca88100d7f5} <Debug> TCPHandler: Processed in 0.00181097 sec.
9755 2025.01.22 09:27:50.394763 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9756 2025.01.22 09:27:50.394989 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9757 2025.01.22 09:27:50.395086 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9758 2025.01.22 09:27:50.395687 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9759 2025.01.22 09:27:50.395724 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9760 2025.01.22 09:27:50.396129 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9761 2025.01.22 09:27:50.396365 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9762 2025.01.22 09:27:50.396594 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec.
9763 2025.01.22 09:27:50.396702 [ 285 ] {334a8acb-04a5-4454-8fa0-ab4a9d9e6032} <Debug> TCPHandler: Processed in 0.002106193 sec.
9764 2025.01.22 09:27:50.396904 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9765 2025.01.22 09:27:50.397104 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9766 2025.01.22 09:27:50.397165 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9767 2025.01.22 09:27:50.397710 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9768 2025.01.22 09:27:50.397756 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9769 2025.01.22 09:27:50.398166 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9770 2025.01.22 09:27:50.398400 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9771 2025.01.22 09:27:50.398611 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec.
9772 2025.01.22 09:27:50.398661 [ 286 ] {01e03db7-7dd6-4ed6-bdd6-c1847ed3f9f2} <Debug> TCPHandler: Processed in 0.00187742 sec.
9773 2025.01.22 09:27:50.398787 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9774 2025.01.22 09:27:50.398901 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9775 2025.01.22 09:27:50.398983 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9776 2025.01.22 09:27:50.400335 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9777 2025.01.22 09:27:50.400375 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9778 2025.01.22 09:27:50.401037 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9779 2025.01.22 09:27:50.401291 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9780 2025.01.22 09:27:50.401550 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002672 sec., 13098.802395209581 rows/sec., 23.47 MiB/sec.
9781 2025.01.22 09:27:50.401659 [ 285 ] {3f0045bf-aa01-4d5e-b246-5b5890f09131} <Debug> TCPHandler: Processed in 0.002924172 sec.
9782 2025.01.22 09:27:50.401804 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9783 2025.01.22 09:27:50.401939 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9784 2025.01.22 09:27:50.401999 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9785 2025.01.22 09:27:50.402554 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9786 2025.01.22 09:27:50.402600 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9787 2025.01.22 09:27:50.403047 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9788 2025.01.22 09:27:50.403287 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9789 2025.01.22 09:27:50.403508 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001599 sec., 51282.05128205128 rows/sec., 3.26 MiB/sec.
9790 2025.01.22 09:27:50.403561 [ 286 ] {c3b78a6c-b06f-45b3-a063-e1aff030f244} <Debug> TCPHandler: Processed in 0.001823179 sec.
9791 2025.01.22 09:27:52.043484 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
9792 2025.01.22 09:27:52.043538 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
9793 2025.01.22 09:27:52.205218 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
9794 2025.01.22 09:27:52.205888 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9795 2025.01.22 09:27:52.205942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9796 2025.01.22 09:27:52.206495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9797 2025.01.22 09:27:52.206761 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9798 2025.01.22 09:27:52.206985 [ 117 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9799 2025.01.22 09:27:52.207022 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9800 2025.01.22 09:27:52.207067 [ 117 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9801 2025.01.22 09:27:52.207100 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9802 2025.01.22 09:27:52.207231 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9803 2025.01.22 09:27:52.207368 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9804 2025.01.22 09:27:52.207408 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
9805 2025.01.22 09:27:52.207485 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9806 2025.01.22 09:27:52.207581 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9807 2025.01.22 09:27:52.207808 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9808 2025.01.22 09:27:52.207988 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9809 2025.01.22 09:27:52.208184 [ 200 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
9810 2025.01.22 09:27:52.210640 [ 197 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003469097 sec., 6084003.992969928 rows/sec., 87.03 MiB/sec.
9811 2025.01.22 09:27:52.211065 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9812 2025.01.22 09:27:52.211427 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9813 2025.01.22 09:27:52.211528 [ 191 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_46_9} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9814 2025.01.22 09:27:52.211653 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9815 2025.01.22 09:27:53.719946 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9816 2025.01.22 09:27:53.741538 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9817 2025.01.22 09:27:53.741598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9818 2025.01.22 09:27:53.749108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9819 2025.01.22 09:27:53.749918 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9820 2025.01.22 09:27:53.750338 [ 115 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9821 2025.01.22 09:27:53.750482 [ 115 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9822 2025.01.22 09:27:53.750557 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9823 2025.01.22 09:27:53.751019 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9824 2025.01.22 09:27:53.762273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9825 2025.01.22 09:27:53.763356 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9826 2025.01.22 09:27:53.764306 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9827 2025.01.22 09:27:53.769499 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9828 2025.01.22 09:27:53.774316 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9829 2025.01.22 09:27:53.779388 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9830 2025.01.22 09:27:53.785708 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9831 2025.01.22 09:27:53.790148 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
9832 2025.01.22 09:27:53.848207 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.097500217 sec., 3558.9664379926458 rows/sec., 18.40 MiB/sec.
9833 2025.01.22 09:27:53.851595 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9834 2025.01.22 09:27:53.854688 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_46_9} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9835 2025.01.22 09:27:53.854814 [ 195 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_46_9} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9836 2025.01.22 09:27:53.857355 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9837 2025.01.22 09:27:55.373055 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9838 2025.01.22 09:27:55.373279 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9839 2025.01.22 09:27:55.373360 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9840 2025.01.22 09:27:55.374217 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9841 2025.01.22 09:27:55.374263 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9842 2025.01.22 09:27:55.374705 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9843 2025.01.22 09:27:55.374977 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9844 2025.01.22 09:27:55.375142 [ 114 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9845 2025.01.22 09:27:55.375191 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.00197 sec., 33502.53807106599 rows/sec., 2.65 MiB/sec.
9846 2025.01.22 09:27:55.375194 [ 114 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2025.01.22 09:27:55.375245 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9848 2025.01.22 09:27:55.375280 [ 286 ] {dd8d37e5-5a9e-477b-ad6e-f906a4450b01} <Debug> TCPHandler: Processed in 0.002363166 sec.
9849 2025.01.22 09:27:55.375579 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9850 2025.01.22 09:27:55.375579 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
9851 2025.01.22 09:27:55.376101 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9852 2025.01.22 09:27:55.376305 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9853 2025.01.22 09:27:55.376322 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9854 2025.01.22 09:27:55.376450 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1433 rows starting from the beginning of the part
9855 2025.01.22 09:27:55.376900 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 273 rows starting from the beginning of the part
9856 2025.01.22 09:27:55.377387 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1208 rows starting from the beginning of the part
9857 2025.01.22 09:27:55.377840 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part
9858 2025.01.22 09:27:55.378254 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 273 rows starting from the beginning of the part
9859 2025.01.22 09:27:55.378647 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part
9860 2025.01.22 09:27:55.379684 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9861 2025.01.22 09:27:55.379730 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9862 2025.01.22 09:27:55.380295 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9863 2025.01.22 09:27:55.380597 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9864 2025.01.22 09:27:55.380852 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004952 sec., 1009.6930533117933 rows/sec., 75.92 KiB/sec.
9865 2025.01.22 09:27:55.380951 [ 285 ] {f2a6abea-b3bd-4fe3-aad6-4b3f3cfad069} <Debug> TCPHandler: Processed in 0.005554519 sec.
9866 2025.01.22 09:27:55.381151 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9867 2025.01.22 09:27:55.381447 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9868 2025.01.22 09:27:55.381454 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006089016 sec., 543437.5603545795 rows/sec., 47.46 MiB/sec.
9869 2025.01.22 09:27:55.381529 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9870 2025.01.22 09:27:55.381843 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9871 2025.01.22 09:27:55.382474 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9872 2025.01.22 09:27:55.382710 [ 197 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_76_15} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9873 2025.01.22 09:27:55.382879 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9874 2025.01.22 09:27:55.382889 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
9875 2025.01.22 09:27:55.382948 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9876 2025.01.22 09:27:55.383349 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9877 2025.01.22 09:27:55.383598 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9878 2025.01.22 09:27:55.383779 [ 113 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9879 2025.01.22 09:27:55.383849 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.002459 sec., 28060.187067913786 rows/sec., 2.19 MiB/sec.
9880 2025.01.22 09:27:55.383854 [ 113 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9881 2025.01.22 09:27:55.383947 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9882 2025.01.22 09:27:55.384004 [ 286 ] {6ee579b7-a2d5-4ebe-b38c-f732ee524316} <Debug> TCPHandler: Processed in 0.002966222 sec.
9883 2025.01.22 09:27:55.384162 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
9884 2025.01.22 09:27:55.384236 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9885 2025.01.22 09:27:55.384317 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9886 2025.01.22 09:27:55.384390 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part
9887 2025.01.22 09:27:55.384455 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9888 2025.01.22 09:27:55.384620 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 417 rows starting from the beginning of the part
9889 2025.01.22 09:27:55.384661 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9890 2025.01.22 09:27:55.384963 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 529 rows starting from the beginning of the part
9891 2025.01.22 09:27:55.385377 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
9892 2025.01.22 09:27:55.385820 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 417 rows starting from the beginning of the part
9893 2025.01.22 09:27:55.386193 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 69 rows starting from the beginning of the part
9894 2025.01.22 09:27:55.387451 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9895 2025.01.22 09:27:55.387511 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9896 2025.01.22 09:27:55.388535 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9897 2025.01.22 09:27:55.388920 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9898 2025.01.22 09:27:55.389201 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9899 2025.01.22 09:27:55.389357 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9900 2025.01.22 09:27:55.389459 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005042 sec., 31733.439111463707 rows/sec., 2.21 MiB/sec.
9901 2025.01.22 09:27:55.389481 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9902 2025.01.22 09:27:55.389843 [ 285 ] {f1f52ba9-aad9-44aa-9313-0e2ecb2f7a5d} <Debug> TCPHandler: Processed in 0.005674721 sec.
9903 2025.01.22 09:27:55.389879 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005816542 sec., 414335.5278789356 rows/sec., 31.77 MiB/sec.
9904 2025.01.22 09:27:55.390151 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9905 2025.01.22 09:27:55.390236 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::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
9906 2025.01.22 09:27:55.390245 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9907 2025.01.22 09:27:55.390564 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9908 2025.01.22 09:27:55.390694 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9909 2025.01.22 09:27:55.390868 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21851 rows starting from the beginning of the part
9910 2025.01.22 09:27:55.390919 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9911 2025.01.22 09:27:55.391252 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part
9912 2025.01.22 09:27:55.391274 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9913 2025.01.22 09:27:55.391857 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_76_15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9914 2025.01.22 09:27:55.391979 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 966 rows starting from the beginning of the part
9915 2025.01.22 09:27:55.392279 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
9916 2025.01.22 09:27:55.392421 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part
9917 2025.01.22 09:27:55.392871 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part
9918 2025.01.22 09:27:55.393355 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
9919 2025.01.22 09:27:55.396161 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2025.01.22 09:27:55.396245 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9921 2025.01.22 09:27:55.397716 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9922 2025.01.22 09:27:55.398151 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9923 2025.01.22 09:27:55.398806 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008405 sec., 594.883997620464 rows/sec., 1.07 MiB/sec.
9924 2025.01.22 09:27:55.399389 [ 286 ] {90961a80-01d0-4bc7-b719-7da6ab8134e1} <Debug> TCPHandler: Processed in 0.009391231 sec.
9925 2025.01.22 09:27:55.399604 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9926 2025.01.22 09:27:55.399743 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9927 2025.01.22 09:27:55.399805 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9928 2025.01.22 09:27:55.400337 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9929 2025.01.22 09:27:55.400376 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9930 2025.01.22 09:27:55.405446 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9931 2025.01.22 09:27:55.405874 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9932 2025.01.22 09:27:55.406118 [ 113 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9933 2025.01.22 09:27:55.406186 [ 113 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9934 2025.01.22 09:27:55.406221 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0065 sec., 9230.76923076923 rows/sec., 637.02 KiB/sec.
9935 2025.01.22 09:27:55.406224 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9936 2025.01.22 09:27:55.406419 [ 285 ] {a83c265e-ff56-4f56-8ef2-02d2bd1859b3} <Debug> TCPHandler: Processed in 0.006898314 sec.
9937 2025.01.22 09:27:55.406535 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
9938 2025.01.22 09:27:55.406671 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9939 2025.01.22 09:27:55.406700 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4338 rows starting from the beginning of the part
9940 2025.01.22 09:27:55.406826 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part
9941 2025.01.22 09:27:55.407041 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 44 rows starting from the beginning of the part
9942 2025.01.22 09:27:55.407278 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part
9943 2025.01.22 09:27:55.407545 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
9944 2025.01.22 09:27:55.407693 [ 201 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
9945 2025.01.22 09:27:55.408677 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23493 rows, containing 5 columns (5 merged, 0 gathered) in 0.018776392 sec., 1251198.8458698562 rows/sec., 84.46 MiB/sec.
9946 2025.01.22 09:27:55.409078 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9947 2025.01.22 09:27:55.409382 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9948 2025.01.22 09:27:55.409456 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9949 2025.01.22 09:27:55.409584 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9950 2025.01.22 09:27:55.409742 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4622 rows, containing 4 columns (4 merged, 0 gathered) in 0.003371866 sec., 1370754.3538207035 rows/sec., 89.41 MiB/sec.
9951 2025.01.22 09:27:55.410426 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9952 2025.01.22 09:27:55.410774 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9953 2025.01.22 09:27:55.410869 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_76_15} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9954 2025.01.22 09:27:55.410981 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
9955 2025.01.22 09:27:57.321169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1410
9956 2025.01.22 09:27:57.324975 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9957 2025.01.22 09:27:57.325030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9958 2025.01.22 09:27:57.326546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9959 2025.01.22 09:27:57.326872 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9960 2025.01.22 09:27:57.327825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
9961 2025.01.22 09:27:58.000246 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.00 MiB, peak 240.76 MiB, free memory in arenas 0.00 B, will set to 229.01 MiB (RSS), difference: 4.00 MiB
9962 2025.01.22 09:27:59.707213 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
9963 2025.01.22 09:27:59.707868 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9964 2025.01.22 09:27:59.707922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9965 2025.01.22 09:27:59.708501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9966 2025.01.22 09:27:59.708791 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9967 2025.01.22 09:27:59.709120 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
9968 2025.01.22 09:28:00.378867 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9969 2025.01.22 09:28:00.379077 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9970 2025.01.22 09:28:00.379169 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9971 2025.01.22 09:28:00.379997 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9972 2025.01.22 09:28:00.380057 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9973 2025.01.22 09:28:00.380533 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9974 2025.01.22 09:28:00.380794 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9975 2025.01.22 09:28:00.380999 [ 109 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9976 2025.01.22 09:28:00.381053 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002039 sec., 6866.110838646396 rows/sec., 494.27 KiB/sec.
9977 2025.01.22 09:28:00.381080 [ 109 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9978 2025.01.22 09:28:00.381144 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
9979 2025.01.22 09:28:00.381197 [ 286 ] {21262b59-4b76-40cc-a10d-0c16d07cb3c6} <Debug> TCPHandler: Processed in 0.002458596 sec.
9980 2025.01.22 09:28:00.381565 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9981 2025.01.22 09:28:00.381638 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9982 2025.01.22 09:28:00.382016 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9983 2025.01.22 09:28:00.382024 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9984 2025.01.22 09:28:00.382083 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9985 2025.01.22 09:28:00.382161 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9986 2025.01.22 09:28:00.382328 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9987 2025.01.22 09:28:00.382664 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9988 2025.01.22 09:28:00.383184 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9989 2025.01.22 09:28:00.383540 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
9990 2025.01.22 09:28:00.385375 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9991 2025.01.22 09:28:00.385461 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
9992 2025.01.22 09:28:00.386146 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004898802 sec., 14289.207851225667 rows/sec., 1.06 MiB/sec.
9993 2025.01.22 09:28:00.386358 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9994 2025.01.22 09:28:00.386614 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9995 2025.01.22 09:28:00.386871 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_33_8} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9996 2025.01.22 09:28:00.387055 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_33_8} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9997 2025.01.22 09:28:00.387120 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9998 2025.01.22 09:28:00.387216 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9999 2025.01.22 09:28:00.387468 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005564 sec., 49065.42056074766 rows/sec., 4.32 MiB/sec.
10000 2025.01.22 09:28:00.387552 [ 285 ] {003eb058-7e1f-4b84-b66c-9fcf432b11a9} <Debug> TCPHandler: Processed in 0.006166237 sec.
10001 2025.01.22 09:28:00.387687 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10002 2025.01.22 09:28:00.387806 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10003 2025.01.22 09:28:00.387860 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10004 2025.01.22 09:28:00.388484 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10005 2025.01.22 09:28:00.388525 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10006 2025.01.22 09:28:00.388908 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10007 2025.01.22 09:28:00.389164 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10008 2025.01.22 09:28:00.389328 [ 109 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10009 2025.01.22 09:28:00.389388 [ 109 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10010 2025.01.22 09:28:00.389401 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001611 sec., 26070.763500931098 rows/sec., 1.87 MiB/sec.
10011 2025.01.22 09:28:00.389423 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10012 2025.01.22 09:28:00.389602 [ 286 ] {88fbc9a5-3741-443a-9bcf-4b322563f60e} <Debug> TCPHandler: Processed in 0.001964241 sec.
10013 2025.01.22 09:28:00.389646 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
10014 2025.01.22 09:28:00.389800 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10015 2025.01.22 09:28:00.389825 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10016 2025.01.22 09:28:00.389876 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 65 rows starting from the beginning of the part
10017 2025.01.22 09:28:00.390133 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10018 2025.01.22 09:28:00.390149 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part
10019 2025.01.22 09:28:00.390285 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10020 2025.01.22 09:28:00.390475 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part
10021 2025.01.22 09:28:00.390853 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part
10022 2025.01.22 09:28:00.391146 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part
10023 2025.01.22 09:28:00.391510 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part
10024 2025.01.22 09:28:00.393204 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10025 2025.01.22 09:28:00.393296 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10026 2025.01.22 09:28:00.394391 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10027 2025.01.22 09:28:00.394488 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004962773 sec., 41307.55124201731 rows/sec., 3.11 MiB/sec.
10028 2025.01.22 09:28:00.394683 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10029 2025.01.22 09:28:00.394896 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10030 2025.01.22 09:28:00.395222 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10031 2025.01.22 09:28:00.395306 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005314 sec., 2634.550244636808 rows/sec., 184.51 KiB/sec.
10032 2025.01.22 09:28:00.395398 [ 193 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_61_12} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10033 2025.01.22 09:28:00.395471 [ 285 ] {1b5225ec-a6ca-4958-8a40-284a819e8317} <Debug> TCPHandler: Processed in 0.005767762 sec.
10034 2025.01.22 09:28:00.395582 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10035 2025.01.22 09:28:00.395676 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10036 2025.01.22 09:28:00.395794 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10037 2025.01.22 09:28:00.395846 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10038 2025.01.22 09:28:00.396475 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10039 2025.01.22 09:28:00.396515 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10040 2025.01.22 09:28:00.396896 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10041 2025.01.22 09:28:00.397146 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10042 2025.01.22 09:28:00.397317 [ 13 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10043 2025.01.22 09:28:00.397376 [ 13 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10044 2025.01.22 09:28:00.397394 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
10045 2025.01.22 09:28:00.397412 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10046 2025.01.22 09:28:00.397558 [ 286 ] {95f15f93-0cf0-41f4-9a85-b7ef19460ddb} <Debug> TCPHandler: Processed in 0.001981501 sec.
10047 2025.01.22 09:28:00.397636 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10048 2025.01.22 09:28:00.397768 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10049 2025.01.22 09:28:00.397776 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10050 2025.01.22 09:28:00.397804 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10051 2025.01.22 09:28:00.397903 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10052 2025.01.22 09:28:00.398097 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10053 2025.01.22 09:28:00.398248 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10054 2025.01.22 09:28:00.398290 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10055 2025.01.22 09:28:00.398583 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10056 2025.01.22 09:28:00.398989 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
10057 2025.01.22 09:28:00.400307 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10058 2025.01.22 09:28:00.400356 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10059 2025.01.22 09:28:00.400576 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003048602 sec., 21321.248231156445 rows/sec., 1.38 MiB/sec.
10060 2025.01.22 09:28:00.400699 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10061 2025.01.22 09:28:00.400895 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10062 2025.01.22 09:28:00.401009 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_33_8} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10063 2025.01.22 09:28:00.401095 [ 192 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_33_8} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10064 2025.01.22 09:28:00.401191 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10065 2025.01.22 09:28:00.401196 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10066 2025.01.22 09:28:00.401444 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.003514 sec., 118668.18440523618 rows/sec., 8.47 MiB/sec.
10067 2025.01.22 09:28:00.401571 [ 285 ] {31a264c6-6e24-4cb8-9efb-ec433e5d538e} <Debug> TCPHandler: Processed in 0.003863051 sec.
10068 2025.01.22 09:28:00.401801 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10069 2025.01.22 09:28:00.402027 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10070 2025.01.22 09:28:00.402095 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10071 2025.01.22 09:28:00.402609 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10072 2025.01.22 09:28:00.402648 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10073 2025.01.22 09:28:00.403020 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10074 2025.01.22 09:28:00.403259 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10075 2025.01.22 09:28:00.403501 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec.
10076 2025.01.22 09:28:00.403661 [ 286 ] {880854ca-a0de-4791-a08e-e9793fbb323a} <Debug> TCPHandler: Processed in 0.002001641 sec.
10077 2025.01.22 09:28:00.403835 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10078 2025.01.22 09:28:00.403951 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10079 2025.01.22 09:28:00.404002 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10080 2025.01.22 09:28:00.404554 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10081 2025.01.22 09:28:00.404593 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10082 2025.01.22 09:28:00.404990 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10083 2025.01.22 09:28:00.405238 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10084 2025.01.22 09:28:00.405477 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec.
10085 2025.01.22 09:28:00.405540 [ 285 ] {c4128707-ef2a-4e8b-9cce-61dc5cf5c635} <Debug> TCPHandler: Processed in 0.001785359 sec.
10086 2025.01.22 09:28:00.405752 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10087 2025.01.22 09:28:00.406043 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10088 2025.01.22 09:28:00.406100 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10089 2025.01.22 09:28:00.406570 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10090 2025.01.22 09:28:00.406609 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10091 2025.01.22 09:28:00.406975 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10092 2025.01.22 09:28:00.407227 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10093 2025.01.22 09:28:00.407483 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec.
10094 2025.01.22 09:28:00.407660 [ 286 ] {77c639d0-cef3-4de1-a158-e2cc68123fb2} <Debug> TCPHandler: Processed in 0.002042482 sec.
10095 2025.01.22 09:28:00.407860 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10096 2025.01.22 09:28:00.407982 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10097 2025.01.22 09:28:00.408068 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10098 2025.01.22 09:28:00.409508 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10099 2025.01.22 09:28:00.409552 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10100 2025.01.22 09:28:00.410360 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10101 2025.01.22 09:28:00.410677 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10102 2025.01.22 09:28:00.410887 [ 13 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10103 2025.01.22 09:28:00.410964 [ 13 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10104 2025.01.22 09:28:00.410999 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10105 2025.01.22 09:28:00.411046 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003082 sec., 11356.26216742375 rows/sec., 20.35 MiB/sec.
10106 2025.01.22 09:28:00.411317 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
10107 2025.01.22 09:28:00.411435 [ 285 ] {d6fa5382-abac-4573-a5ea-9a65bc2bae51} <Debug> TCPHandler: Processed in 0.003664719 sec.
10108 2025.01.22 09:28:00.411695 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10109 2025.01.22 09:28:00.411991 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10110 2025.01.22 09:28:00.412149 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10111 2025.01.22 09:28:00.412166 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10112 2025.01.22 09:28:00.412437 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1170 rows starting from the beginning of the part
10113 2025.01.22 09:28:00.413360 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part
10114 2025.01.22 09:28:00.414040 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part
10115 2025.01.22 09:28:00.414785 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10116 2025.01.22 09:28:00.414818 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 35 rows starting from the beginning of the part
10117 2025.01.22 09:28:00.414873 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10118 2025.01.22 09:28:00.415449 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part
10119 2025.01.22 09:28:00.416145 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part
10120 2025.01.22 09:28:00.416569 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10121 2025.01.22 09:28:00.417120 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10122 2025.01.22 09:28:00.417700 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005793 sec., 14155.014672881063 rows/sec., 920.60 KiB/sec.
10123 2025.01.22 09:28:00.417998 [ 286 ] {1ef4525e-365c-4fd7-b911-99ac41727394} <Debug> TCPHandler: Processed in 0.006429569 sec.
10124 2025.01.22 09:28:00.424590 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1285 rows, containing 19 columns (19 merged, 0 gathered) in 0.013495215 sec., 95218.93500770458 rows/sec., 170.63 MiB/sec.
10125 2025.01.22 09:28:00.426105 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10126 2025.01.22 09:28:00.426549 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10127 2025.01.22 09:28:00.426632 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10128 2025.01.22 09:28:00.426787 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB.
10129 2025.01.22 09:28:01.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.94 MiB, peak 241.55 MiB, free memory in arenas 0.00 B, will set to 231.74 MiB (RSS), difference: 1.80 MiB
10130 2025.01.22 09:28:01.262392 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
10131 2025.01.22 09:28:01.281232 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10132 2025.01.22 09:28:01.281302 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
10133 2025.01.22 09:28:01.288250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10134 2025.01.22 09:28:01.289001 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10135 2025.01.22 09:28:01.291693 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
10136 2025.01.22 09:28:05.373069 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10137 2025.01.22 09:28:05.373295 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10138 2025.01.22 09:28:05.373378 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10139 2025.01.22 09:28:05.374141 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10140 2025.01.22 09:28:05.374186 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10141 2025.01.22 09:28:05.374641 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10142 2025.01.22 09:28:05.374900 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10143 2025.01.22 09:28:05.375145 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001895 sec., 34828.49604221636 rows/sec., 2.76 MiB/sec.
10144 2025.01.22 09:28:05.375255 [ 286 ] {c07edf56-5021-4683-9790-16bd24c57c19} <Debug> TCPHandler: Processed in 0.002321765 sec.
10145 2025.01.22 09:28:05.375562 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10146 2025.01.22 09:28:05.375754 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10147 2025.01.22 09:28:05.375824 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10148 2025.01.22 09:28:05.376538 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10149 2025.01.22 09:28:05.376582 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10150 2025.01.22 09:28:05.377004 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10151 2025.01.22 09:28:05.377268 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10152 2025.01.22 09:28:05.377485 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001785 sec., 2801.120448179272 rows/sec., 210.63 KiB/sec.
10153 2025.01.22 09:28:05.377542 [ 285 ] {ccf7020e-7668-49e0-910c-53dcb863c4b7} <Debug> TCPHandler: Processed in 0.002163784 sec.
10154 2025.01.22 09:28:05.377688 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10155 2025.01.22 09:28:05.377833 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10156 2025.01.22 09:28:05.377895 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10157 2025.01.22 09:28:05.378584 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10158 2025.01.22 09:28:05.378622 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10159 2025.01.22 09:28:05.378997 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10160 2025.01.22 09:28:05.379236 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10161 2025.01.22 09:28:05.379422 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001625 sec., 42461.53846153846 rows/sec., 3.31 MiB/sec.
10162 2025.01.22 09:28:05.379479 [ 286 ] {d23d77d3-2e21-476e-8c07-b5ebe4d8f74a} <Debug> TCPHandler: Processed in 0.0018594 sec.
10163 2025.01.22 09:28:05.379620 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10164 2025.01.22 09:28:05.379756 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10165 2025.01.22 09:28:05.379818 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10166 2025.01.22 09:28:05.380491 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10167 2025.01.22 09:28:05.380529 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10168 2025.01.22 09:28:05.380920 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10169 2025.01.22 09:28:05.381157 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10170 2025.01.22 09:28:05.381366 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec.
10171 2025.01.22 09:28:05.381417 [ 285 ] {95169754-3379-4375-b670-2c9aa39eabaa} <Debug> TCPHandler: Processed in 0.00186377 sec.
10172 2025.01.22 09:28:05.381607 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10173 2025.01.22 09:28:05.381748 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10174 2025.01.22 09:28:05.381845 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10175 2025.01.22 09:28:05.383055 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10176 2025.01.22 09:28:05.383094 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10177 2025.01.22 09:28:05.383704 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10178 2025.01.22 09:28:05.383977 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10179 2025.01.22 09:28:05.384177 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002461 sec., 2031.6944331572531 rows/sec., 3.64 MiB/sec.
10180 2025.01.22 09:28:05.384283 [ 286 ] {a77268d4-3a74-4775-b67c-18e19d98a3ff} <Debug> TCPHandler: Processed in 0.002743009 sec.
10181 2025.01.22 09:28:05.384482 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10182 2025.01.22 09:28:05.384631 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10183 2025.01.22 09:28:05.384689 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10184 2025.01.22 09:28:05.385265 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10185 2025.01.22 09:28:05.385311 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10186 2025.01.22 09:28:05.385712 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10187 2025.01.22 09:28:05.385962 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10188 2025.01.22 09:28:05.386175 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec.
10189 2025.01.22 09:28:05.386224 [ 285 ] {4f1905b1-544a-446c-a4ed-57fe570e918a} <Debug> TCPHandler: Processed in 0.00185177 sec.
10190 2025.01.22 09:28:07.043577 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
10191 2025.01.22 09:28:07.043635 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
10192 2025.01.22 09:28:07.209291 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
10193 2025.01.22 09:28:07.210038 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10194 2025.01.22 09:28:07.210091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10195 2025.01.22 09:28:07.210657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10196 2025.01.22 09:28:07.210908 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10197 2025.01.22 09:28:07.211153 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
10198 2025.01.22 09:28:07.328102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1444
10199 2025.01.22 09:28:07.331336 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10200 2025.01.22 09:28:07.331399 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10201 2025.01.22 09:28:07.333915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10202 2025.01.22 09:28:07.334251 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10203 2025.01.22 09:28:07.334935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1444
10204 2025.01.22 09:28:08.001467 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001059781 sec.
10205 2025.01.22 09:28:08.791809 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
10206 2025.01.22 09:28:08.811956 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10207 2025.01.22 09:28:08.812018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10208 2025.01.22 09:28:08.819204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10209 2025.01.22 09:28:08.819988 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10210 2025.01.22 09:28:08.822796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
10211 2025.01.22 09:28:10.379005 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10212 2025.01.22 09:28:10.379226 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10213 2025.01.22 09:28:10.379304 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10214 2025.01.22 09:28:10.380044 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10215 2025.01.22 09:28:10.380087 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10216 2025.01.22 09:28:10.380507 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10217 2025.01.22 09:28:10.380761 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10218 2025.01.22 09:28:10.380962 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001795 sec., 7799.442896935933 rows/sec., 561.46 KiB/sec.
10219 2025.01.22 09:28:10.381020 [ 286 ] {ce5d8db4-c8dc-444f-8466-a27be18182ad} <Debug> TCPHandler: Processed in 0.002153973 sec.
10220 2025.01.22 09:28:10.381338 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10221 2025.01.22 09:28:10.381650 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10222 2025.01.22 09:28:10.381736 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10223 2025.01.22 09:28:10.382644 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10224 2025.01.22 09:28:10.382699 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10225 2025.01.22 09:28:10.383172 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10226 2025.01.22 09:28:10.383431 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10227 2025.01.22 09:28:10.383670 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002109 sec., 129445.23470839259 rows/sec., 11.39 MiB/sec.
10228 2025.01.22 09:28:10.383738 [ 285 ] {5836a4e3-c931-4a78-90d5-bacd8543ca92} <Debug> TCPHandler: Processed in 0.002597108 sec.
10229 2025.01.22 09:28:10.383907 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10230 2025.01.22 09:28:10.384060 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10231 2025.01.22 09:28:10.384127 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10232 2025.01.22 09:28:10.384832 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10233 2025.01.22 09:28:10.384872 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10234 2025.01.22 09:28:10.385252 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10235 2025.01.22 09:28:10.385515 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2025.01.22 09:28:10.385715 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001682 sec., 24970.273483947683 rows/sec., 1.79 MiB/sec.
10237 2025.01.22 09:28:10.385828 [ 286 ] {56e49b6f-868b-49d7-8bb7-42974ed25680} <Debug> TCPHandler: Processed in 0.001985381 sec.
10238 2025.01.22 09:28:10.386039 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10239 2025.01.22 09:28:10.386220 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10240 2025.01.22 09:28:10.386284 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10241 2025.01.22 09:28:10.386936 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2025.01.22 09:28:10.386978 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10243 2025.01.22 09:28:10.387360 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10244 2025.01.22 09:28:10.387614 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10245 2025.01.22 09:28:10.387843 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec.
10246 2025.01.22 09:28:10.387902 [ 285 ] {b3d84a7a-8127-4267-a2c7-8c92288ffc79} <Debug> TCPHandler: Processed in 0.001989152 sec.
10247 2025.01.22 09:28:10.388055 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10248 2025.01.22 09:28:10.388194 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10249 2025.01.22 09:28:10.388251 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10250 2025.01.22 09:28:10.388871 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10251 2025.01.22 09:28:10.388910 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10252 2025.01.22 09:28:10.389270 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10253 2025.01.22 09:28:10.389514 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10254 2025.01.22 09:28:10.389691 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec.
10255 2025.01.22 09:28:10.389743 [ 286 ] {5f6422e2-81d2-46c5-a848-f411bf4f33c5} <Debug> TCPHandler: Processed in 0.00175727 sec.
10256 2025.01.22 09:28:10.389883 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10257 2025.01.22 09:28:10.390021 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10258 2025.01.22 09:28:10.390079 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10259 2025.01.22 09:28:10.390878 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10260 2025.01.22 09:28:10.390919 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10261 2025.01.22 09:28:10.391297 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10262 2025.01.22 09:28:10.391537 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10263 2025.01.22 09:28:10.391759 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001769 sec., 235726.3990955342 rows/sec., 16.83 MiB/sec.
10264 2025.01.22 09:28:10.391817 [ 285 ] {78521192-18b6-4054-9d3b-386f78a94660} <Debug> TCPHandler: Processed in 0.002000582 sec.
10265 2025.01.22 09:28:10.391954 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10266 2025.01.22 09:28:10.392071 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10267 2025.01.22 09:28:10.392122 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10268 2025.01.22 09:28:10.392593 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10269 2025.01.22 09:28:10.392631 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10270 2025.01.22 09:28:10.392994 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10271 2025.01.22 09:28:10.393234 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10272 2025.01.22 09:28:10.393413 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec.
10273 2025.01.22 09:28:10.393465 [ 286 ] {db673903-a275-4af5-9160-a5643226555f} <Debug> TCPHandler: Processed in 0.001565376 sec.
10274 2025.01.22 09:28:10.393592 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10275 2025.01.22 09:28:10.393791 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10276 2025.01.22 09:28:10.393887 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10277 2025.01.22 09:28:10.394804 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10278 2025.01.22 09:28:10.394843 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10279 2025.01.22 09:28:10.395233 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10280 2025.01.22 09:28:10.395466 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10281 2025.01.22 09:28:10.395680 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001944 sec., 121913.58024691358 rows/sec., 8.17 MiB/sec.
10282 2025.01.22 09:28:10.395732 [ 285 ] {61802e2a-f040-45f8-8467-12f9acce579b} <Debug> TCPHandler: Processed in 0.002193714 sec.
10283 2025.01.22 09:28:10.395857 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10284 2025.01.22 09:28:10.395973 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10285 2025.01.22 09:28:10.396025 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10286 2025.01.22 09:28:10.396483 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10287 2025.01.22 09:28:10.396519 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10288 2025.01.22 09:28:10.396882 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10289 2025.01.22 09:28:10.397136 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10290 2025.01.22 09:28:10.397261 [ 34 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10291 2025.01.22 09:28:10.397305 [ 34 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10292 2025.01.22 09:28:10.397322 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec.
10293 2025.01.22 09:28:10.397329 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10294 2025.01.22 09:28:10.397391 [ 286 ] {1c5a5022-120e-49b9-841c-c5fe915880dc} <Debug> TCPHandler: Processed in 0.001586526 sec.
10295 2025.01.22 09:28:10.397618 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10296 2025.01.22 09:28:10.397692 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
10297 2025.01.22 09:28:10.397794 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10298 2025.01.22 09:28:10.398016 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10299 2025.01.22 09:28:10.398071 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10300 2025.01.22 09:28:10.398268 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part
10301 2025.01.22 09:28:10.398614 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10302 2025.01.22 09:28:10.398960 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
10303 2025.01.22 09:28:10.399386 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
10304 2025.01.22 09:28:10.399736 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10305 2025.01.22 09:28:10.400199 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
10306 2025.01.22 09:28:10.404075 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.006628571 sec., 5280.172755183584 rows/sec., 355.20 KiB/sec.
10307 2025.01.22 09:28:10.404205 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10308 2025.01.22 09:28:10.404272 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10309 2025.01.22 09:28:10.404308 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10310 2025.01.22 09:28:10.404969 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10311 2025.01.22 09:28:10.405169 [ 189 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_35_7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10312 2025.01.22 09:28:10.405337 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10313 2025.01.22 09:28:10.405649 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
10314 2025.01.22 09:28:10.405930 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10315 2025.01.22 09:28:10.406174 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008439 sec., 4147.4108306671405 rows/sec., 7.43 MiB/sec.
10316 2025.01.22 09:28:10.406300 [ 285 ] {b2359ffb-1f61-4cb3-8a74-e00d6e714b14} <Debug> TCPHandler: Processed in 0.008812824 sec.
10317 2025.01.22 09:28:10.406443 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10318 2025.01.22 09:28:10.406561 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10319 2025.01.22 09:28:10.406613 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10320 2025.01.22 09:28:10.407097 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10321 2025.01.22 09:28:10.407134 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10322 2025.01.22 09:28:10.407511 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10323 2025.01.22 09:28:10.407753 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10324 2025.01.22 09:28:10.407933 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
10325 2025.01.22 09:28:10.407985 [ 286 ] {0975a786-51bd-4157-93ed-90dfad801905} <Debug> TCPHandler: Processed in 0.001599597 sec.
10326 2025.01.22 09:28:13.673767 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10327 2025.01.22 09:28:13.674230 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10328 2025.01.22 09:28:13.674425 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10329 2025.01.22 09:28:13.675760 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10330 2025.01.22 09:28:13.675808 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10331 2025.01.22 09:28:13.676236 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10332 2025.01.22 09:28:13.676501 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10333 2025.01.22 09:28:13.676787 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002715 sec., 1473.2965009208103 rows/sec., 120.14 KiB/sec.
10334 2025.01.22 09:28:13.677018 [ 286 ] {af094a00-478a-4d0d-9e9e-dbbcef035ff3} <Debug> TCPHandler: Processed in 0.003498858 sec.
10335 2025.01.22 09:28:13.677268 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10336 2025.01.22 09:28:13.677456 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10337 2025.01.22 09:28:13.677529 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10338 2025.01.22 09:28:13.678765 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10339 2025.01.22 09:28:13.678812 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10340 2025.01.22 09:28:13.679305 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10341 2025.01.22 09:28:13.679572 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10342 2025.01.22 09:28:13.679810 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002405 sec., 502286.9022869023 rows/sec., 41.26 MiB/sec.
10343 2025.01.22 09:28:13.679868 [ 285 ] {21d4ab8a-d868-45e2-b3c1-834ea54eb925} <Debug> TCPHandler: Processed in 0.00272638 sec.
10344 2025.01.22 09:28:13.680036 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10345 2025.01.22 09:28:13.680183 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10346 2025.01.22 09:28:13.680246 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10347 2025.01.22 09:28:13.680898 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10348 2025.01.22 09:28:13.680940 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10349 2025.01.22 09:28:13.681369 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10350 2025.01.22 09:28:13.681614 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10351 2025.01.22 09:28:13.681844 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001696 sec., 5306.603773584906 rows/sec., 386.36 KiB/sec.
10352 2025.01.22 09:28:13.681905 [ 286 ] {a8878071-e973-4190-bfc2-787c69322cbc} <Debug> TCPHandler: Processed in 0.00193743 sec.
10353 2025.01.22 09:28:13.682126 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10354 2025.01.22 09:28:13.682326 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10355 2025.01.22 09:28:13.682384 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10356 2025.01.22 09:28:13.683098 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10357 2025.01.22 09:28:13.683139 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10358 2025.01.22 09:28:13.683500 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10359 2025.01.22 09:28:13.683739 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10360 2025.01.22 09:28:13.683927 [ 65 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10361 2025.01.22 09:28:13.683981 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001684 sec., 135391.92399049882 rows/sec., 9.17 MiB/sec.
10362 2025.01.22 09:28:13.684049 [ 65 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10363 2025.01.22 09:28:13.684191 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10364 2025.01.22 09:28:13.684193 [ 285 ] {26c05029-d233-4506-8c12-8c236e277b5b} <Debug> TCPHandler: Processed in 0.002200933 sec.
10365 2025.01.22 09:28:13.684441 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10366 2025.01.22 09:28:13.684483 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
10367 2025.01.22 09:28:13.684589 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10368 2025.01.22 09:28:13.684639 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10369 2025.01.22 09:28:13.684654 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10370 2025.01.22 09:28:13.684688 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part
10371 2025.01.22 09:28:13.684858 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part
10372 2025.01.22 09:28:13.685301 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
10373 2025.01.22 09:28:13.685727 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
10374 2025.01.22 09:28:13.686148 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
10375 2025.01.22 09:28:13.686539 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part
10376 2025.01.22 09:28:13.687560 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10377 2025.01.22 09:28:13.687611 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10378 2025.01.22 09:28:13.688215 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10379 2025.01.22 09:28:13.688451 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004136135 sec., 179152.75976243522 rows/sec., 12.82 MiB/sec.
10380 2025.01.22 09:28:13.688555 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10381 2025.01.22 09:28:13.688595 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10382 2025.01.22 09:28:13.688916 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.004354 sec., 121497.47358750574 rows/sec., 9.00 MiB/sec.
10383 2025.01.22 09:28:13.689103 [ 286 ] {717f5c85-fa48-41b4-a635-f4bc28cc9de5} <Debug> TCPHandler: Processed in 0.004779042 sec.
10384 2025.01.22 09:28:13.689223 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10385 2025.01.22 09:28:13.689422 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10386 2025.01.22 09:28:13.689576 [ 190 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_46_9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10387 2025.01.22 09:28:13.689864 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
10388 2025.01.22 09:28:13.689868 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10389 2025.01.22 09:28:13.690072 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10390 2025.01.22 09:28:13.691278 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2025.01.22 09:28:13.691320 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10392 2025.01.22 09:28:13.691788 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10393 2025.01.22 09:28:13.692037 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.01.22 09:28:13.692272 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.002594 sec., 372397.84117193526 rows/sec., 24.99 MiB/sec.
10395 2025.01.22 09:28:13.692340 [ 285 ] {f5a993c2-a1a4-4487-98d4-5c07e700d8d9} <Debug> TCPHandler: Processed in 0.003140164 sec.
10396 2025.01.22 09:28:13.692486 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10397 2025.01.22 09:28:13.692609 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10398 2025.01.22 09:28:13.692690 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10399 2025.01.22 09:28:13.693763 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10400 2025.01.22 09:28:13.693802 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10401 2025.01.22 09:28:13.694425 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10402 2025.01.22 09:28:13.694688 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10403 2025.01.22 09:28:13.694926 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002343 sec., 2134.0162185232607 rows/sec., 3.82 MiB/sec.
10404 2025.01.22 09:28:13.695029 [ 286 ] {a9a7efad-18d5-439f-b5fb-0735cff70913} <Debug> TCPHandler: Processed in 0.002599539 sec.
10405 2025.01.22 09:28:13.695169 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10406 2025.01.22 09:28:13.695286 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10407 2025.01.22 09:28:13.695338 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10408 2025.01.22 09:28:13.695826 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2025.01.22 09:28:13.695867 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10410 2025.01.22 09:28:13.696269 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10411 2025.01.22 09:28:13.696519 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2025.01.22 09:28:13.696737 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001474 sec., 29850.746268656716 rows/sec., 2.01 MiB/sec.
10413 2025.01.22 09:28:13.696792 [ 285 ] {c98b3e25-fb73-4576-b6ab-61db2861d317} <Debug> TCPHandler: Processed in 0.001679558 sec.
10414 2025.01.22 09:28:14.711353 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
10415 2025.01.22 09:28:14.712154 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10416 2025.01.22 09:28:14.712198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10417 2025.01.22 09:28:14.712704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10418 2025.01.22 09:28:14.712967 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10419 2025.01.22 09:28:14.713224 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
10420 2025.01.22 09:28:15.367509 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10421 2025.01.22 09:28:15.367726 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10422 2025.01.22 09:28:15.367809 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10423 2025.01.22 09:28:15.368586 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10424 2025.01.22 09:28:15.368639 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10425 2025.01.22 09:28:15.369078 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10426 2025.01.22 09:28:15.369433 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10427 2025.01.22 09:28:15.369690 [ 77 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10428 2025.01.22 09:28:15.369768 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002093 sec., 26755.852842809367 rows/sec., 2.04 MiB/sec.
10429 2025.01.22 09:28:15.369823 [ 77 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10430 2025.01.22 09:28:15.369908 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10431 2025.01.22 09:28:15.369918 [ 286 ] {8afaee27-0de2-452a-98c9-88840aa12706} <Debug> TCPHandler: Processed in 0.002550817 sec.
10432 2025.01.22 09:28:15.370082 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
10433 2025.01.22 09:28:15.370196 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10434 2025.01.22 09:28:15.370208 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10435 2025.01.22 09:28:15.370233 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1433 rows starting from the beginning of the part
10436 2025.01.22 09:28:15.370382 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 273 rows starting from the beginning of the part
10437 2025.01.22 09:28:15.370643 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10438 2025.01.22 09:28:15.370713 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part
10439 2025.01.22 09:28:15.370880 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10440 2025.01.22 09:28:15.371086 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 273 rows starting from the beginning of the part
10441 2025.01.22 09:28:15.371529 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1208 rows starting from the beginning of the part
10442 2025.01.22 09:28:15.371909 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
10443 2025.01.22 09:28:15.373615 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10444 2025.01.22 09:28:15.373694 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10445 2025.01.22 09:28:15.374540 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10446 2025.01.22 09:28:15.374889 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10447 2025.01.22 09:28:15.375463 [ 77 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10448 2025.01.22 09:28:15.375482 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005474899 sec., 604394.7112083711 rows/sec., 52.78 MiB/sec.
10449 2025.01.22 09:28:15.375541 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0051 sec., 12549.019607843136 rows/sec., 1002.99 KiB/sec.
10450 2025.01.22 09:28:15.375585 [ 77 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10451 2025.01.22 09:28:15.375741 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10452 2025.01.22 09:28:15.375802 [ 285 ] {0ac3a4ae-128f-4055-8852-407c022ecdda} <Debug> TCPHandler: Processed in 0.005743232 sec.
10453 2025.01.22 09:28:15.375877 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10454 2025.01.22 09:28:15.376151 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10455 2025.01.22 09:28:15.376224 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
10456 2025.01.22 09:28:15.376380 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10457 2025.01.22 09:28:15.376431 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10458 2025.01.22 09:28:15.376482 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part
10459 2025.01.22 09:28:15.376485 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10460 2025.01.22 09:28:15.376694 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10461 2025.01.22 09:28:15.376957 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 417 rows starting from the beginning of the part
10462 2025.01.22 09:28:15.377176 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_81_16} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10463 2025.01.22 09:28:15.377496 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 69 rows starting from the beginning of the part
10464 2025.01.22 09:28:15.377572 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
10465 2025.01.22 09:28:15.377901 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 417 rows starting from the beginning of the part
10466 2025.01.22 09:28:15.378234 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 529 rows starting from the beginning of the part
10467 2025.01.22 09:28:15.378574 [ 198 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
10468 2025.01.22 09:28:15.379399 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10469 2025.01.22 09:28:15.379455 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10470 2025.01.22 09:28:15.380025 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10471 2025.01.22 09:28:15.380317 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10472 2025.01.22 09:28:15.380500 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 5 parts from all_1_76_15 to all_80_80_0
10473 2025.01.22 09:28:15.380637 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10474 2025.01.22 09:28:15.380759 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10475 2025.01.22 09:28:15.380777 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.004437 sec., 9465.855307640297 rows/sec., 674.37 KiB/sec.
10476 2025.01.22 09:28:15.381188 [ 286 ] {31410ccb-b002-4d9d-83ea-77cd5550b147} <Debug> TCPHandler: Processed in 0.005249357 sec.
10477 2025.01.22 09:28:15.381491 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10478 2025.01.22 09:28:15.381507 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_76_15 to all_80_80_0 into Compact with storage Full
10479 2025.01.22 09:28:15.381529 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005610141 sec., 429579.22091441194 rows/sec., 32.94 MiB/sec.
10480 2025.01.22 09:28:15.381748 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10481 2025.01.22 09:28:15.381803 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10482 2025.01.22 09:28:15.381848 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23493 rows starting from the beginning of the part
10483 2025.01.22 09:28:15.381896 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10484 2025.01.22 09:28:15.381914 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10485 2025.01.22 09:28:15.382140 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part
10486 2025.01.22 09:28:15.382619 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
10487 2025.01.22 09:28:15.383132 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
10488 2025.01.22 09:28:15.383469 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10489 2025.01.22 09:28:15.384040 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 966 rows starting from the beginning of the part
10490 2025.01.22 09:28:15.384209 [ 186 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_81_16} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10491 2025.01.22 09:28:15.384631 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10492 2025.01.22 09:28:15.385034 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10493 2025.01.22 09:28:15.385082 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10494 2025.01.22 09:28:15.385564 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10495 2025.01.22 09:28:15.385844 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10496 2025.01.22 09:28:15.386075 [ 94 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10497 2025.01.22 09:28:15.386177 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004478 sec., 3573.023671281822 rows/sec., 247.74 KiB/sec.
10498 2025.01.22 09:28:15.386190 [ 94 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10499 2025.01.22 09:28:15.386289 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10500 2025.01.22 09:28:15.386402 [ 285 ] {e381cfe1-a81f-4f85-bdc3-47ab131327b7} <Debug> TCPHandler: Processed in 0.005082715 sec.
10501 2025.01.22 09:28:15.387089 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
10502 2025.01.22 09:28:15.387706 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10503 2025.01.22 09:28:15.387778 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4622 rows starting from the beginning of the part
10504 2025.01.22 09:28:15.388028 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part
10505 2025.01.22 09:28:15.388398 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
10506 2025.01.22 09:28:15.388679 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part
10507 2025.01.22 09:28:15.388909 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part
10508 2025.01.22 09:28:15.389032 [ 186 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 16 rows starting from the beginning of the part
10509 2025.01.22 09:28:15.391840 [ 199 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4906 rows, containing 4 columns (4 merged, 0 gathered) in 0.005278716 sec., 929392.6780679241 rows/sec., 60.62 MiB/sec.
10510 2025.01.22 09:28:15.392642 [ 199 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10511 2025.01.22 09:28:15.392646 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25093 rows, containing 5 columns (5 merged, 0 gathered) in 0.011632605 sec., 2157126.456197902 rows/sec., 145.59 MiB/sec.
10512 2025.01.22 09:28:15.393100 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
10513 2025.01.22 09:28:15.393110 [ 199 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10514 2025.01.22 09:28:15.393317 [ 199 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_81_16} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10515 2025.01.22 09:28:15.393473 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB.
10516 2025.01.22 09:28:15.393630 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10517 2025.01.22 09:28:15.393723 [ 197 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 5 parts: [all_1_76_15, all_80_80_0] -> all_1_80_16
10518 2025.01.22 09:28:15.393824 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
10519 2025.01.22 09:28:16.322921 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10520 2025.01.22 09:28:16.344474 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10521 2025.01.22 09:28:16.344526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10522 2025.01.22 09:28:16.352070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10523 2025.01.22 09:28:16.352892 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10524 2025.01.22 09:28:16.356886 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10525 2025.01.22 09:28:17.335228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1490
10526 2025.01.22 09:28:17.338783 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10527 2025.01.22 09:28:17.338846 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10528 2025.01.22 09:28:17.340397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10529 2025.01.22 09:28:17.340719 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10530 2025.01.22 09:28:17.340947 [ 105 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10531 2025.01.22 09:28:17.341078 [ 105 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10532 2025.01.22 09:28:17.341148 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10533 2025.01.22 09:28:17.341855 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
10534 2025.01.22 09:28:17.343165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1490
10535 2025.01.22 09:28:17.343576 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10536 2025.01.22 09:28:17.343752 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1294 rows starting from the beginning of the part
10537 2025.01.22 09:28:17.344371 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part
10538 2025.01.22 09:28:17.345003 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part
10539 2025.01.22 09:28:17.345612 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
10540 2025.01.22 09:28:17.346239 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part
10541 2025.01.22 09:28:17.346728 [ 192 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part
10542 2025.01.22 09:28:17.354816 [ 193 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 72 columns (72 merged, 0 gathered) in 0.013512895 sec., 110265.04683119345 rows/sec., 85.71 MiB/sec.
10543 2025.01.22 09:28:17.356792 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10544 2025.01.22 09:28:17.357635 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10545 2025.01.22 09:28:17.357733 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_36_7} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10546 2025.01.22 09:28:17.358106 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
10547 2025.01.22 09:28:20.379466 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10548 2025.01.22 09:28:20.379690 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10549 2025.01.22 09:28:20.379771 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10550 2025.01.22 09:28:20.380513 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10551 2025.01.22 09:28:20.380556 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10552 2025.01.22 09:28:20.380984 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10553 2025.01.22 09:28:20.381236 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10554 2025.01.22 09:28:20.381471 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001834 sec., 7633.587786259543 rows/sec., 549.52 KiB/sec.
10555 2025.01.22 09:28:20.381569 [ 286 ] {28ceffd5-ffbe-4b55-9b02-26ef3cb7b82c} <Debug> TCPHandler: Processed in 0.002240854 sec.
10556 2025.01.22 09:28:20.381948 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10557 2025.01.22 09:28:20.382167 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10558 2025.01.22 09:28:20.382253 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10559 2025.01.22 09:28:20.383203 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10560 2025.01.22 09:28:20.383253 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10561 2025.01.22 09:28:20.383722 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10562 2025.01.22 09:28:20.383980 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10563 2025.01.22 09:28:20.384231 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002122 sec., 128652.21489161167 rows/sec., 11.32 MiB/sec.
10564 2025.01.22 09:28:20.384331 [ 285 ] {fc819e7a-3689-46ad-94d4-7c5dc8adb98a} <Debug> TCPHandler: Processed in 0.002623678 sec.
10565 2025.01.22 09:28:20.384543 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10566 2025.01.22 09:28:20.384822 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10567 2025.01.22 09:28:20.384884 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10568 2025.01.22 09:28:20.385484 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10569 2025.01.22 09:28:20.385522 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10570 2025.01.22 09:28:20.385888 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10571 2025.01.22 09:28:20.386128 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10572 2025.01.22 09:28:20.386332 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001576 sec., 26649.746192893403 rows/sec., 1.91 MiB/sec.
10573 2025.01.22 09:28:20.386415 [ 286 ] {2a265af1-8ef4-4bb4-bc99-2228ad339108} <Debug> TCPHandler: Processed in 0.001997892 sec.
10574 2025.01.22 09:28:20.386709 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10575 2025.01.22 09:28:20.386930 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10576 2025.01.22 09:28:20.386990 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10577 2025.01.22 09:28:20.387559 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10578 2025.01.22 09:28:20.387599 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10579 2025.01.22 09:28:20.387953 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10580 2025.01.22 09:28:20.388194 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10581 2025.01.22 09:28:20.388400 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec.
10582 2025.01.22 09:28:20.388453 [ 285 ] {0c01b9c5-ecd2-40e9-91d4-ef9cb20a02dd} <Debug> TCPHandler: Processed in 0.001942481 sec.
10583 2025.01.22 09:28:20.388587 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10584 2025.01.22 09:28:20.388705 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10585 2025.01.22 09:28:20.388756 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10586 2025.01.22 09:28:20.389312 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10587 2025.01.22 09:28:20.389349 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10588 2025.01.22 09:28:20.389695 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10589 2025.01.22 09:28:20.389959 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10590 2025.01.22 09:28:20.390136 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001457 sec., 8922.443376801648 rows/sec., 556.31 KiB/sec.
10591 2025.01.22 09:28:20.390188 [ 286 ] {87f7e3b3-2949-45cf-8351-4c347f3898e4} <Debug> TCPHandler: Processed in 0.001653787 sec.
10592 2025.01.22 09:28:20.390325 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10593 2025.01.22 09:28:20.390464 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10594 2025.01.22 09:28:20.390520 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10595 2025.01.22 09:28:20.391301 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10596 2025.01.22 09:28:20.391342 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10597 2025.01.22 09:28:20.391721 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10598 2025.01.22 09:28:20.391965 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10599 2025.01.22 09:28:20.392172 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001738 sec., 239930.95512082856 rows/sec., 17.13 MiB/sec.
10600 2025.01.22 09:28:20.392227 [ 285 ] {6c33ff48-4d17-4481-86cf-3fd2770960bd} <Debug> TCPHandler: Processed in 0.001964831 sec.
10601 2025.01.22 09:28:20.392377 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10602 2025.01.22 09:28:20.392513 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10603 2025.01.22 09:28:20.392575 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10604 2025.01.22 09:28:20.393088 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10605 2025.01.22 09:28:20.393125 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10606 2025.01.22 09:28:20.393487 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10607 2025.01.22 09:28:20.393717 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10608 2025.01.22 09:28:20.393965 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
10609 2025.01.22 09:28:20.394162 [ 286 ] {1edfb2cd-2128-4ebf-9fc4-80624c5780ff} <Debug> TCPHandler: Processed in 0.0018443 sec.
10610 2025.01.22 09:28:20.394457 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10611 2025.01.22 09:28:20.394675 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10612 2025.01.22 09:28:20.394771 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10613 2025.01.22 09:28:20.395445 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10614 2025.01.22 09:28:20.395484 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10615 2025.01.22 09:28:20.395877 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10616 2025.01.22 09:28:20.396116 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10617 2025.01.22 09:28:20.396338 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001714 sec., 138273.04550758458 rows/sec., 9.27 MiB/sec.
10618 2025.01.22 09:28:20.396389 [ 285 ] {a91f0536-2ee5-4a1c-827f-d378d5ef9dc3} <Debug> TCPHandler: Processed in 0.002122153 sec.
10619 2025.01.22 09:28:20.396541 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10620 2025.01.22 09:28:20.396677 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10621 2025.01.22 09:28:20.396738 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10622 2025.01.22 09:28:20.397227 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10623 2025.01.22 09:28:20.397265 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10624 2025.01.22 09:28:20.397628 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10625 2025.01.22 09:28:20.397856 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10626 2025.01.22 09:28:20.398084 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec.
10627 2025.01.22 09:28:20.398137 [ 286 ] {a2905ec9-5f11-4f20-a149-fe7bb682f3c7} <Debug> TCPHandler: Processed in 0.001659838 sec.
10628 2025.01.22 09:28:20.398331 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10629 2025.01.22 09:28:20.398550 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10630 2025.01.22 09:28:20.398690 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10631 2025.01.22 09:28:20.399954 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10632 2025.01.22 09:28:20.399993 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10633 2025.01.22 09:28:20.400642 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10634 2025.01.22 09:28:20.400900 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10635 2025.01.22 09:28:20.401148 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002651 sec., 13202.565069784987 rows/sec., 23.66 MiB/sec.
10636 2025.01.22 09:28:20.401241 [ 285 ] {edb9e151-002d-4663-a6d1-c8e0cc296fef} <Debug> TCPHandler: Processed in 0.003017212 sec.
10637 2025.01.22 09:28:20.401377 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10638 2025.01.22 09:28:20.401497 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10639 2025.01.22 09:28:20.401549 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10640 2025.01.22 09:28:20.402038 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10641 2025.01.22 09:28:20.402077 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10642 2025.01.22 09:28:20.402459 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10643 2025.01.22 09:28:20.402718 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10644 2025.01.22 09:28:20.402964 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
10645 2025.01.22 09:28:20.403058 [ 286 ] {bd404d3b-8659-43cb-bc0f-b23adf56e52a} <Debug> TCPHandler: Processed in 0.001730699 sec.
10646 2025.01.22 09:28:22.043682 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
10647 2025.01.22 09:28:22.043762 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
10648 2025.01.22 09:28:22.213397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
10649 2025.01.22 09:28:22.214045 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10650 2025.01.22 09:28:22.214088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10651 2025.01.22 09:28:22.214614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10652 2025.01.22 09:28:22.214877 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10653 2025.01.22 09:28:22.215118 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10654 2025.01.22 09:28:23.856999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10655 2025.01.22 09:28:23.878488 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10656 2025.01.22 09:28:23.878538 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
10657 2025.01.22 09:28:23.886051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10658 2025.01.22 09:28:23.886856 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10659 2025.01.22 09:28:23.889965 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10660 2025.01.22 09:28:25.373033 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10661 2025.01.22 09:28:25.373265 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10662 2025.01.22 09:28:25.373346 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10663 2025.01.22 09:28:25.374178 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10664 2025.01.22 09:28:25.374229 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10665 2025.01.22 09:28:25.374668 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10666 2025.01.22 09:28:25.374923 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10667 2025.01.22 09:28:25.375156 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001953 sec., 33794.16282642089 rows/sec., 2.68 MiB/sec.
10668 2025.01.22 09:28:25.375211 [ 286 ] {01e9f3eb-d9a8-47cb-beaf-233fbe718d02} <Debug> TCPHandler: Processed in 0.002316155 sec.
10669 2025.01.22 09:28:25.375447 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10670 2025.01.22 09:28:25.375637 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10671 2025.01.22 09:28:25.375708 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10672 2025.01.22 09:28:25.376429 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2025.01.22 09:28:25.376473 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10674 2025.01.22 09:28:25.376909 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10675 2025.01.22 09:28:25.377171 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10676 2025.01.22 09:28:25.377310 [ 96 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10677 2025.01.22 09:28:25.377354 [ 96 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10678 2025.01.22 09:28:25.377377 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10679 2025.01.22 09:28:25.377385 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001798 sec., 2780.8676307007786 rows/sec., 209.11 KiB/sec.
10680 2025.01.22 09:28:25.377555 [ 285 ] {9a64d18e-3453-49c7-b430-58f421bf999e} <Debug> TCPHandler: Processed in 0.002228424 sec.
10681 2025.01.22 09:28:25.377662 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
10682 2025.01.22 09:28:25.377762 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10683 2025.01.22 09:28:25.377967 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10684 2025.01.22 09:28:25.378019 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10685 2025.01.22 09:28:25.378046 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part
10686 2025.01.22 09:28:25.378129 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10687 2025.01.22 09:28:25.378378 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part
10688 2025.01.22 09:28:25.378832 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part
10689 2025.01.22 09:28:25.379275 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part
10690 2025.01.22 09:28:25.379656 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part
10691 2025.01.22 09:28:25.379946 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part
10692 2025.01.22 09:28:25.380840 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10693 2025.01.22 09:28:25.380924 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10694 2025.01.22 09:28:25.381999 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10695 2025.01.22 09:28:25.382618 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10696 2025.01.22 09:28:25.382628 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005149546 sec., 32624.235223843036 rows/sec., 2.46 MiB/sec.
10697 2025.01.22 09:28:25.382871 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10698 2025.01.22 09:28:25.383038 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005095 sec., 13542.688910696763 rows/sec., 1.06 MiB/sec.
10699 2025.01.22 09:28:25.383184 [ 286 ] {82cb8533-5a23-4d64-baad-30366577a15e} <Debug> TCPHandler: Processed in 0.00552279 sec.
10700 2025.01.22 09:28:25.383393 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10701 2025.01.22 09:28:25.383411 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10702 2025.01.22 09:28:25.383572 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_66_13} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10703 2025.01.22 09:28:25.383622 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10704 2025.01.22 09:28:25.383719 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10705 2025.01.22 09:28:25.383758 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10706 2025.01.22 09:28:25.384402 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10707 2025.01.22 09:28:25.384443 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10708 2025.01.22 09:28:25.384873 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10709 2025.01.22 09:28:25.385149 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10710 2025.01.22 09:28:25.385336 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001785 sec., 89635.8543417367 rows/sec., 6.24 MiB/sec.
10711 2025.01.22 09:28:25.385394 [ 285 ] {95dcab5c-11e6-4506-8f7a-da607cf7756f} <Debug> TCPHandler: Processed in 0.002102392 sec.
10712 2025.01.22 09:28:25.385534 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10713 2025.01.22 09:28:25.385653 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10714 2025.01.22 09:28:25.385733 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10715 2025.01.22 09:28:25.386825 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10716 2025.01.22 09:28:25.386864 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10717 2025.01.22 09:28:25.387485 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10718 2025.01.22 09:28:25.387743 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10719 2025.01.22 09:28:25.387907 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10720 2025.01.22 09:28:25.387971 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10721 2025.01.22 09:28:25.388002 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10722 2025.01.22 09:28:25.388017 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002386 sec., 2095.5574182732607 rows/sec., 3.76 MiB/sec.
10723 2025.01.22 09:28:25.388327 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
10724 2025.01.22 09:28:25.388925 [ 286 ] {ef56579e-304e-4da2-b312-d069f695d6b1} <Debug> TCPHandler: Processed in 0.003439987 sec.
10725 2025.01.22 09:28:25.389249 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10726 2025.01.22 09:28:25.389653 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10727 2025.01.22 09:28:25.389749 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10728 2025.01.22 09:28:25.389754 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10729 2025.01.22 09:28:25.389859 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1285 rows starting from the beginning of the part
10730 2025.01.22 09:28:25.390351 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part
10731 2025.01.22 09:28:25.390741 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part
10732 2025.01.22 09:28:25.391169 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10733 2025.01.22 09:28:25.391182 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part
10734 2025.01.22 09:28:25.391216 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10735 2025.01.22 09:28:25.391549 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part
10736 2025.01.22 09:28:25.391929 [ 188 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part
10737 2025.01.22 09:28:25.392070 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10738 2025.01.22 09:28:25.392469 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10739 2025.01.22 09:28:25.392714 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003164 sec., 18963.337547408344 rows/sec., 1.28 MiB/sec.
10740 2025.01.22 09:28:25.392813 [ 285 ] {03515f4d-be49-4781-a489-f1cb40ef01d8} <Debug> TCPHandler: Processed in 0.00376056 sec.
10741 2025.01.22 09:28:25.398827 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1370 rows, containing 19 columns (19 merged, 0 gathered) in 0.010756646 sec., 127363.12043735565 rows/sec., 228.23 MiB/sec.
10742 2025.01.22 09:28:25.400148 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10743 2025.01.22 09:28:25.400562 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10744 2025.01.22 09:28:25.400648 [ 191 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10745 2025.01.22 09:28:25.400796 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB.
10746 2025.01.22 09:28:26.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.25 MiB, peak 244.73 MiB, free memory in arenas 0.00 B, will set to 234.86 MiB (RSS), difference: 1.62 MiB
10747 2025.01.22 09:28:27.343543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1524
10748 2025.01.22 09:28:27.346861 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10749 2025.01.22 09:28:27.346914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10750 2025.01.22 09:28:27.348409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10751 2025.01.22 09:28:27.348745 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10752 2025.01.22 09:28:27.349352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1524
10753 2025.01.22 09:28:29.715305 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
10754 2025.01.22 09:28:29.716060 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10755 2025.01.22 09:28:29.716115 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10756 2025.01.22 09:28:29.716656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10757 2025.01.22 09:28:29.716909 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10758 2025.01.22 09:28:29.717132 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
10759 2025.01.22 09:28:29.717145 [ 91 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10760 2025.01.22 09:28:29.717220 [ 91 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10761 2025.01.22 09:28:29.717244 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10762 2025.01.22 09:28:29.717374 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10763 2025.01.22 09:28:29.717526 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10764 2025.01.22 09:28:29.717574 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
10765 2025.01.22 09:28:29.717672 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10766 2025.01.22 09:28:29.717876 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10767 2025.01.22 09:28:29.718033 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10768 2025.01.22 09:28:29.718180 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10769 2025.01.22 09:28:29.718293 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
10770 2025.01.22 09:28:29.720904 [ 187 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593859 sec., 6500811.523212235 rows/sec., 92.99 MiB/sec.
10771 2025.01.22 09:28:29.721356 [ 194 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10772 2025.01.22 09:28:29.721772 [ 194 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10773 2025.01.22 09:28:29.721888 [ 194 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_51_10} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10774 2025.01.22 09:28:29.722026 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
10775 2025.01.22 09:28:30.379215 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10776 2025.01.22 09:28:30.379407 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10777 2025.01.22 09:28:30.379485 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10778 2025.01.22 09:28:30.380245 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10779 2025.01.22 09:28:30.380301 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10780 2025.01.22 09:28:30.380746 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10781 2025.01.22 09:28:30.381011 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10782 2025.01.22 09:28:30.381228 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
10783 2025.01.22 09:28:30.381298 [ 286 ] {bf531fef-9cad-4898-9c04-51e113561112} <Debug> TCPHandler: Processed in 0.002218874 sec.
10784 2025.01.22 09:28:30.381556 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10785 2025.01.22 09:28:30.381769 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10786 2025.01.22 09:28:30.381852 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10787 2025.01.22 09:28:30.382678 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10788 2025.01.22 09:28:30.382729 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10789 2025.01.22 09:28:30.383142 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10790 2025.01.22 09:28:30.383387 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10791 2025.01.22 09:28:30.383648 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001935 sec., 5167.958656330749 rows/sec., 421.41 KiB/sec.
10792 2025.01.22 09:28:30.383863 [ 285 ] {1a12879d-0340-4372-a0b0-8a38990102d2} <Debug> TCPHandler: Processed in 0.002452456 sec.
10793 2025.01.22 09:28:30.384043 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10794 2025.01.22 09:28:30.384170 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10795 2025.01.22 09:28:30.384225 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10796 2025.01.22 09:28:30.385012 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10797 2025.01.22 09:28:30.385051 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10798 2025.01.22 09:28:30.385457 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10799 2025.01.22 09:28:30.385691 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10800 2025.01.22 09:28:30.385886 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.001742 sec., 159586.68197474166 rows/sec., 13.99 MiB/sec.
10801 2025.01.22 09:28:30.385981 [ 286 ] {25f21693-eed0-4c45-95cb-29035c183786} <Debug> TCPHandler: Processed in 0.002001311 sec.
10802 2025.01.22 09:28:30.386178 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10803 2025.01.22 09:28:30.386331 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10804 2025.01.22 09:28:30.386389 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10805 2025.01.22 09:28:30.387082 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10806 2025.01.22 09:28:30.387129 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10807 2025.01.22 09:28:30.387528 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10808 2025.01.22 09:28:30.387774 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10809 2025.01.22 09:28:30.387972 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.00169 sec., 30769.230769230766 rows/sec., 2.19 MiB/sec.
10810 2025.01.22 09:28:30.388023 [ 285 ] {47593ba4-0bc2-458d-a368-af9d8643093b} <Debug> TCPHandler: Processed in 0.00191477 sec.
10811 2025.01.22 09:28:30.388164 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10812 2025.01.22 09:28:30.388281 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10813 2025.01.22 09:28:30.388340 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10814 2025.01.22 09:28:30.388969 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10815 2025.01.22 09:28:30.389007 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10816 2025.01.22 09:28:30.389388 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10817 2025.01.22 09:28:30.389621 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10818 2025.01.22 09:28:30.389800 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec.
10819 2025.01.22 09:28:30.389924 [ 286 ] {25878a18-1adb-4b84-a4f3-4617913ceaef} <Debug> TCPHandler: Processed in 0.0018131 sec.
10820 2025.01.22 09:28:30.390083 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10821 2025.01.22 09:28:30.390198 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10822 2025.01.22 09:28:30.390247 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10823 2025.01.22 09:28:30.390826 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10824 2025.01.22 09:28:30.390866 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10825 2025.01.22 09:28:30.391216 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10826 2025.01.22 09:28:30.391451 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10827 2025.01.22 09:28:30.391669 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001495 sec., 8695.652173913044 rows/sec., 542.17 KiB/sec.
10828 2025.01.22 09:28:30.391794 [ 285 ] {cb919c59-9582-44c3-9771-57ee6ea38950} <Debug> TCPHandler: Processed in 0.00178537 sec.
10829 2025.01.22 09:28:30.391960 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10830 2025.01.22 09:28:30.392075 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10831 2025.01.22 09:28:30.392124 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10832 2025.01.22 09:28:30.392890 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10833 2025.01.22 09:28:30.392928 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10834 2025.01.22 09:28:30.393305 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10835 2025.01.22 09:28:30.393536 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10836 2025.01.22 09:28:30.393726 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001671 sec., 255535.60742070616 rows/sec., 18.29 MiB/sec.
10837 2025.01.22 09:28:30.393823 [ 286 ] {01527cc8-a3b9-4861-993f-0bdeac961639} <Debug> TCPHandler: Processed in 0.001913641 sec.
10838 2025.01.22 09:28:30.394071 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10839 2025.01.22 09:28:30.394250 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10840 2025.01.22 09:28:30.394319 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10841 2025.01.22 09:28:30.394926 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10842 2025.01.22 09:28:30.394977 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10843 2025.01.22 09:28:30.395405 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10844 2025.01.22 09:28:30.395651 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10845 2025.01.22 09:28:30.395824 [ 90 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10846 2025.01.22 09:28:30.395884 [ 90 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10847 2025.01.22 09:28:30.395900 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001671 sec., 3590.664272890485 rows/sec., 187.60 KiB/sec.
10848 2025.01.22 09:28:30.395920 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10849 2025.01.22 09:28:30.396042 [ 285 ] {b64cbf6a-3ff4-4a13-bcf2-f402f4dc871e} <Debug> TCPHandler: Processed in 0.002100822 sec.
10850 2025.01.22 09:28:30.396203 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
10851 2025.01.22 09:28:30.396245 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10852 2025.01.22 09:28:30.396489 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10853 2025.01.22 09:28:30.396498 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10854 2025.01.22 09:28:30.396552 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part
10855 2025.01.22 09:28:30.396622 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10856 2025.01.22 09:28:30.396862 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10857 2025.01.22 09:28:30.397307 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10858 2025.01.22 09:28:30.397702 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
10859 2025.01.22 09:28:30.398078 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
10860 2025.01.22 09:28:30.398305 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
10861 2025.01.22 09:28:30.399438 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10862 2025.01.22 09:28:30.399506 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10863 2025.01.22 09:28:30.400820 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10864 2025.01.22 09:28:30.401027 [ 194 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004969634 sec., 43463.96535439028 rows/sec., 2.22 MiB/sec.
10865 2025.01.22 09:28:30.401243 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10866 2025.01.22 09:28:30.401295 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10867 2025.01.22 09:28:30.401830 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.005425 sec., 44608.29493087558 rows/sec., 2.99 MiB/sec.
10868 2025.01.22 09:28:30.402144 [ 286 ] {bc8250d2-742b-4a3d-8346-6bcb18923ff2} <Debug> TCPHandler: Processed in 0.005975484 sec.
10869 2025.01.22 09:28:30.402198 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10870 2025.01.22 09:28:30.402485 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10871 2025.01.22 09:28:30.402655 [ 195 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_36_7} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10872 2025.01.22 09:28:30.402905 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10873 2025.01.22 09:28:30.402991 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10874 2025.01.22 09:28:30.403103 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10875 2025.01.22 09:28:30.403612 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10876 2025.01.22 09:28:30.403652 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10877 2025.01.22 09:28:30.404019 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10878 2025.01.22 09:28:30.404296 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10879 2025.01.22 09:28:30.404539 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001786 sec., 559.9104143337066 rows/sec., 37.73 KiB/sec.
10880 2025.01.22 09:28:30.404639 [ 285 ] {5e2f10ce-2957-43a5-b710-bc1d63d4d072} <Debug> TCPHandler: Processed in 0.002354826 sec.
10881 2025.01.22 09:28:30.404879 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10882 2025.01.22 09:28:30.405025 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10883 2025.01.22 09:28:30.405117 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10884 2025.01.22 09:28:30.406291 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10885 2025.01.22 09:28:30.406333 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10886 2025.01.22 09:28:30.407049 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10887 2025.01.22 09:28:30.407317 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10888 2025.01.22 09:28:30.407613 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002616 sec., 13379.204892966362 rows/sec., 23.97 MiB/sec.
10889 2025.01.22 09:28:30.408125 [ 286 ] {a8dda558-0e72-46da-8fa7-b6c7ee0a4c7e} <Debug> TCPHandler: Processed in 0.003371306 sec.
10890 2025.01.22 09:28:30.408356 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10891 2025.01.22 09:28:30.408485 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10892 2025.01.22 09:28:30.408533 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10893 2025.01.22 09:28:30.409009 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10894 2025.01.22 09:28:30.409048 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10895 2025.01.22 09:28:30.409437 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10896 2025.01.22 09:28:30.409677 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10897 2025.01.22 09:28:30.409920 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec.
10898 2025.01.22 09:28:30.409983 [ 285 ] {14c43790-349b-4c8a-bf13-eead9161feae} <Debug> TCPHandler: Processed in 0.001745629 sec.
10899 2025.01.22 09:28:31.390083 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10900 2025.01.22 09:28:31.413088 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10901 2025.01.22 09:28:31.413151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10902 2025.01.22 09:28:31.420568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10903 2025.01.22 09:28:31.421369 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2025.01.22 09:28:31.421759 [ 88 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10905 2025.01.22 09:28:31.421905 [ 88 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10906 2025.01.22 09:28:31.421974 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10907 2025.01.22 09:28:31.422349 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10908 2025.01.22 09:28:31.437717 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10909 2025.01.22 09:28:31.439107 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10910 2025.01.22 09:28:31.440695 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10911 2025.01.22 09:28:31.446485 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10912 2025.01.22 09:28:31.452217 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10913 2025.01.22 09:28:31.457783 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10914 2025.01.22 09:28:31.463548 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10915 2025.01.22 09:28:31.468153 [ 200 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
10916 2025.01.22 09:28:31.530653 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.108545235 sec., 3546.9083465524764 rows/sec., 18.34 MiB/sec.
10917 2025.01.22 09:28:31.533623 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10918 2025.01.22 09:28:31.536439 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_51_10} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10919 2025.01.22 09:28:31.536556 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_51_10} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10920 2025.01.22 09:28:31.538738 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10921 2025.01.22 09:28:32.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.96 MiB, peak 249.36 MiB, free memory in arenas 0.00 B, will set to 237.04 MiB (RSS), difference: 1.08 MiB
10922 2025.01.22 09:28:35.374027 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10923 2025.01.22 09:28:35.374259 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10924 2025.01.22 09:28:35.374346 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10925 2025.01.22 09:28:35.375099 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10926 2025.01.22 09:28:35.375153 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10927 2025.01.22 09:28:35.375616 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10928 2025.01.22 09:28:35.375875 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10929 2025.01.22 09:28:35.376137 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001933 sec., 34143.81789963787 rows/sec., 2.70 MiB/sec.
10930 2025.01.22 09:28:35.376233 [ 286 ] {b7b7dac0-2a2c-48a9-92cb-51dc59c7fefa} <Debug> TCPHandler: Processed in 0.002348125 sec.
10931 2025.01.22 09:28:35.376528 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10932 2025.01.22 09:28:35.376902 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10933 2025.01.22 09:28:35.377004 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10934 2025.01.22 09:28:35.377771 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10935 2025.01.22 09:28:35.377819 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10936 2025.01.22 09:28:35.378284 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10937 2025.01.22 09:28:35.378552 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10938 2025.01.22 09:28:35.378783 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002012 sec., 2485.089463220676 rows/sec., 186.87 KiB/sec.
10939 2025.01.22 09:28:35.378851 [ 285 ] {f1fe24d0-1070-40f6-8b43-3a35bae353a4} <Debug> TCPHandler: Processed in 0.002494306 sec.
10940 2025.01.22 09:28:35.378998 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10941 2025.01.22 09:28:35.379116 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10942 2025.01.22 09:28:35.379165 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10943 2025.01.22 09:28:35.379773 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10944 2025.01.22 09:28:35.379813 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10945 2025.01.22 09:28:35.380191 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10946 2025.01.22 09:28:35.380449 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10947 2025.01.22 09:28:35.380707 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00161 sec., 42857.142857142855 rows/sec., 3.35 MiB/sec.
10948 2025.01.22 09:28:35.380788 [ 286 ] {a198c58a-c157-4ae5-9d6a-5be346fcc97b} <Debug> TCPHandler: Processed in 0.00184872 sec.
10949 2025.01.22 09:28:35.381077 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10950 2025.01.22 09:28:35.381339 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10951 2025.01.22 09:28:35.381429 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10952 2025.01.22 09:28:35.382032 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10953 2025.01.22 09:28:35.382075 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10954 2025.01.22 09:28:35.382500 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10955 2025.01.22 09:28:35.382769 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10956 2025.01.22 09:28:35.382966 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0
10957 2025.01.22 09:28:35.383028 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec.
10958 2025.01.22 09:28:35.383059 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10959 2025.01.22 09:28:35.383131 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10960 2025.01.22 09:28:35.383154 [ 285 ] {3174f2d5-3d3f-4d22-aa84-879180026c65} <Debug> TCPHandler: Processed in 0.002261264 sec.
10961 2025.01.22 09:28:35.383367 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10962 2025.01.22 09:28:35.383369 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full
10963 2025.01.22 09:28:35.383553 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10964 2025.01.22 09:28:35.383566 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10965 2025.01.22 09:28:35.383607 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_80_16, total 25093 rows starting from the beginning of the part
10966 2025.01.22 09:28:35.383685 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10967 2025.01.22 09:28:35.383817 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 42 rows starting from the beginning of the part
10968 2025.01.22 09:28:35.384216 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part
10969 2025.01.22 09:28:35.384638 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
10970 2025.01.22 09:28:35.385120 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 242 rows starting from the beginning of the part
10971 2025.01.22 09:28:35.385592 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part
10972 2025.01.22 09:28:35.387464 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10973 2025.01.22 09:28:35.387511 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10974 2025.01.22 09:28:35.388687 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10975 2025.01.22 09:28:35.389358 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10976 2025.01.22 09:28:35.389707 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006204 sec., 805.9316569954867 rows/sec., 1.44 MiB/sec.
10977 2025.01.22 09:28:35.389837 [ 286 ] {fc098064-2271-4e8d-98a7-81940783163e} <Debug> TCPHandler: Processed in 0.0065908 sec.
10978 2025.01.22 09:28:35.390051 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10979 2025.01.22 09:28:35.390322 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10980 2025.01.22 09:28:35.390419 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10981 2025.01.22 09:28:35.391126 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10982 2025.01.22 09:28:35.391168 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10983 2025.01.22 09:28:35.391827 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10984 2025.01.22 09:28:35.392196 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10985 2025.01.22 09:28:35.392533 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00225 sec., 26666.666666666668 rows/sec., 1.80 MiB/sec.
10986 2025.01.22 09:28:35.392696 [ 285 ] {31120481-3a69-4a58-9a79-f69879cc75b6} <Debug> TCPHandler: Processed in 0.00276156 sec.
10987 2025.01.22 09:28:35.393185 [ 194 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25934 rows, containing 5 columns (5 merged, 0 gathered) in 0.009947987 sec., 2606959.5788575117 rows/sec., 176.01 MiB/sec.
10988 2025.01.22 09:28:35.393482 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
10989 2025.01.22 09:28:35.393807 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10990 2025.01.22 09:28:35.393891 [ 196 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17
10991 2025.01.22 09:28:35.393992 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
10992 2025.01.22 09:28:37.043819 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
10993 2025.01.22 09:28:37.043897 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
10994 2025.01.22 09:28:37.217328 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
10995 2025.01.22 09:28:37.218496 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10996 2025.01.22 09:28:37.218600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
10997 2025.01.22 09:28:37.219245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10998 2025.01.22 09:28:37.219515 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10999 2025.01.22 09:28:37.219772 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
11000 2025.01.22 09:28:37.349676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1560
11001 2025.01.22 09:28:37.353205 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11002 2025.01.22 09:28:37.353266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11003 2025.01.22 09:28:37.354763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11004 2025.01.22 09:28:37.355087 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11005 2025.01.22 09:28:37.355771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1560
11006 2025.01.22 09:28:38.937855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
11007 2025.01.22 09:28:38.956737 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11008 2025.01.22 09:28:38.956799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11009 2025.01.22 09:28:38.963642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11010 2025.01.22 09:28:38.964373 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11011 2025.01.22 09:28:38.967045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
11012 2025.01.22 09:28:40.379931 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11013 2025.01.22 09:28:40.380129 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11014 2025.01.22 09:28:40.380202 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11015 2025.01.22 09:28:40.380968 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11016 2025.01.22 09:28:40.381018 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11017 2025.01.22 09:28:40.381457 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11018 2025.01.22 09:28:40.381711 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11019 2025.01.22 09:28:40.381921 [ 79 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11020 2025.01.22 09:28:40.381962 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
11021 2025.01.22 09:28:40.382026 [ 79 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11022 2025.01.22 09:28:40.382091 [ 286 ] {94a887bc-52f2-4ad4-a49c-b58662fb1974} <Debug> TCPHandler: Processed in 0.002282554 sec.
11023 2025.01.22 09:28:40.382104 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11024 2025.01.22 09:28:40.382330 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11025 2025.01.22 09:28:40.382423 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11026 2025.01.22 09:28:40.382536 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11027 2025.01.22 09:28:40.382607 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11028 2025.01.22 09:28:40.382810 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11029 2025.01.22 09:28:40.382858 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11030 2025.01.22 09:28:40.383035 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11031 2025.01.22 09:28:40.383257 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11032 2025.01.22 09:28:40.383609 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11033 2025.01.22 09:28:40.384030 [ 197 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
11034 2025.01.22 09:28:40.386198 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11035 2025.01.22 09:28:40.386288 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11036 2025.01.22 09:28:40.386679 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004458488 sec., 15700.3899079688 rows/sec., 1.16 MiB/sec.
11037 2025.01.22 09:28:40.386865 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11038 2025.01.22 09:28:40.387084 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11039 2025.01.22 09:28:40.387266 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_37_9} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11040 2025.01.22 09:28:40.387406 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11041 2025.01.22 09:28:40.387412 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_37_9} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11042 2025.01.22 09:28:40.387604 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11043 2025.01.22 09:28:40.387681 [ 79 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11044 2025.01.22 09:28:40.387753 [ 79 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11045 2025.01.22 09:28:40.387781 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11046 2025.01.22 09:28:40.387803 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005147 sec., 53040.60617835633 rows/sec., 4.67 MiB/sec.
11047 2025.01.22 09:28:40.388125 [ 285 ] {a218dab0-48db-426d-97be-9d223d0b0e42} <Debug> TCPHandler: Processed in 0.005879793 sec.
11048 2025.01.22 09:28:40.388148 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
11049 2025.01.22 09:28:40.388516 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11050 2025.01.22 09:28:40.388657 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11051 2025.01.22 09:28:40.388757 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1433 rows starting from the beginning of the part
11052 2025.01.22 09:28:40.389206 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11053 2025.01.22 09:28:40.389243 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 273 rows starting from the beginning of the part
11054 2025.01.22 09:28:40.389485 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11055 2025.01.22 09:28:40.389887 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 66 rows starting from the beginning of the part
11056 2025.01.22 09:28:40.390249 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 278 rows starting from the beginning of the part
11057 2025.01.22 09:28:40.390617 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 66 rows starting from the beginning of the part
11058 2025.01.22 09:28:40.390911 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 273 rows starting from the beginning of the part
11059 2025.01.22 09:28:40.392457 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11060 2025.01.22 09:28:40.392536 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11061 2025.01.22 09:28:40.393683 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11062 2025.01.22 09:28:40.393999 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11063 2025.01.22 09:28:40.394592 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2389 rows, containing 5 columns (5 merged, 0 gathered) in 0.006706462 sec., 356223.59449736687 rows/sec., 31.55 MiB/sec.
11064 2025.01.22 09:28:40.394639 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.005713 sec., 7351.65412217749 rows/sec., 540.50 KiB/sec.
11065 2025.01.22 09:28:40.394807 [ 286 ] {299c7099-380e-4048-bff6-c71d48bf6c1e} <Debug> TCPHandler: Processed in 0.00651551 sec.
11066 2025.01.22 09:28:40.395073 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11067 2025.01.22 09:28:40.395088 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11068 2025.01.22 09:28:40.395474 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11069 2025.01.22 09:28:40.395626 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11070 2025.01.22 09:28:40.395978 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2025.01.22 09:28:40.396184 [ 201 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_86_17} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11072 2025.01.22 09:28:40.396383 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
11073 2025.01.22 09:28:40.396832 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11074 2025.01.22 09:28:40.396880 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11075 2025.01.22 09:28:40.397270 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11076 2025.01.22 09:28:40.397523 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11077 2025.01.22 09:28:40.397744 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002386 sec., 5867.56077116513 rows/sec., 410.93 KiB/sec.
11078 2025.01.22 09:28:40.397803 [ 285 ] {6bfce30c-1c27-44b4-ad7c-7254d1705048} <Debug> TCPHandler: Processed in 0.002880801 sec.
11079 2025.01.22 09:28:40.397975 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11080 2025.01.22 09:28:40.398098 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11081 2025.01.22 09:28:40.398150 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11082 2025.01.22 09:28:40.398725 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11083 2025.01.22 09:28:40.398766 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11084 2025.01.22 09:28:40.399136 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11085 2025.01.22 09:28:40.399387 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11086 2025.01.22 09:28:40.399556 [ 79 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11087 2025.01.22 09:28:40.399637 [ 79 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11088 2025.01.22 09:28:40.399643 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec.
11089 2025.01.22 09:28:40.399677 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11090 2025.01.22 09:28:40.399801 [ 286 ] {66085d60-7b9c-4a21-ab89-9837c82cb1e5} <Debug> TCPHandler: Processed in 0.001877261 sec.
11091 2025.01.22 09:28:40.400010 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11092 2025.01.22 09:28:40.400056 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11093 2025.01.22 09:28:40.400357 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11094 2025.01.22 09:28:40.400385 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11095 2025.01.22 09:28:40.400414 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11096 2025.01.22 09:28:40.400462 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11097 2025.01.22 09:28:40.400625 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11098 2025.01.22 09:28:40.401038 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11099 2025.01.22 09:28:40.401327 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11100 2025.01.22 09:28:40.401711 [ 196 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
11101 2025.01.22 09:28:40.403017 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11102 2025.01.22 09:28:40.403070 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11103 2025.01.22 09:28:40.403320 [ 193 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003514957 sec., 18492.402609761655 rows/sec., 1.20 MiB/sec.
11104 2025.01.22 09:28:40.403565 [ 193 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11105 2025.01.22 09:28:40.403775 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11106 2025.01.22 09:28:40.404050 [ 193 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_37_9} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11107 2025.01.22 09:28:40.404232 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11108 2025.01.22 09:28:40.404239 [ 193 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_37_9} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11109 2025.01.22 09:28:40.404417 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11110 2025.01.22 09:28:40.404559 [ 79 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11111 2025.01.22 09:28:40.404621 [ 79 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11112 2025.01.22 09:28:40.404660 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00435 sec., 95862.06896551725 rows/sec., 6.84 MiB/sec.
11113 2025.01.22 09:28:40.404667 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11114 2025.01.22 09:28:40.404862 [ 285 ] {0f528d80-0774-474d-ae46-c3f992499d0e} <Debug> TCPHandler: Processed in 0.004956813 sec.
11115 2025.01.22 09:28:40.404939 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
11116 2025.01.22 09:28:40.405079 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11117 2025.01.22 09:28:40.405114 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11118 2025.01.22 09:28:40.405158 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part
11119 2025.01.22 09:28:40.405358 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11120 2025.01.22 09:28:40.405432 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 417 rows starting from the beginning of the part
11121 2025.01.22 09:28:40.405545 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11122 2025.01.22 09:28:40.405735 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 69 rows starting from the beginning of the part
11123 2025.01.22 09:28:40.406171 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part
11124 2025.01.22 09:28:40.406571 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 69 rows starting from the beginning of the part
11125 2025.01.22 09:28:40.406988 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 417 rows starting from the beginning of the part
11126 2025.01.22 09:28:40.408015 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11127 2025.01.22 09:28:40.408102 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11128 2025.01.22 09:28:40.409072 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11129 2025.01.22 09:28:40.409477 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11130 2025.01.22 09:28:40.409896 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004646 sec., 1291.4334911752044 rows/sec., 67.47 KiB/sec.
11131 2025.01.22 09:28:40.410213 [ 286 ] {fde23de8-51e3-4222-8c70-e215edd5507e} <Debug> TCPHandler: Processed in 0.005216025 sec.
11132 2025.01.22 09:28:40.410511 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11133 2025.01.22 09:28:40.410880 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11134 2025.01.22 09:28:40.410877 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006058795 sec., 381759.07915682904 rows/sec., 29.08 MiB/sec.
11135 2025.01.22 09:28:40.410966 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11136 2025.01.22 09:28:40.411141 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11137 2025.01.22 09:28:40.411723 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11138 2025.01.22 09:28:40.411950 [ 193 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_86_17} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11139 2025.01.22 09:28:40.412120 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
11140 2025.01.22 09:28:40.412280 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11141 2025.01.22 09:28:40.412326 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11142 2025.01.22 09:28:40.412737 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11143 2025.01.22 09:28:40.412985 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11144 2025.01.22 09:28:40.413193 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002413 sec., 98217.98590965602 rows/sec., 6.58 MiB/sec.
11145 2025.01.22 09:28:40.413253 [ 285 ] {8bcb9594-94ed-499d-98bd-594c5d21b30f} <Debug> TCPHandler: Processed in 0.002926351 sec.
11146 2025.01.22 09:28:40.413393 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11147 2025.01.22 09:28:40.413510 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11148 2025.01.22 09:28:40.413561 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11149 2025.01.22 09:28:40.414028 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11150 2025.01.22 09:28:40.414067 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11151 2025.01.22 09:28:40.414438 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11152 2025.01.22 09:28:40.414700 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11153 2025.01.22 09:28:40.414920 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec.
11154 2025.01.22 09:28:40.414972 [ 286 ] {aac0d644-0384-44e2-a513-1f1255fa88a1} <Debug> TCPHandler: Processed in 0.001639998 sec.
11155 2025.01.22 09:28:40.415114 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11156 2025.01.22 09:28:40.415233 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11157 2025.01.22 09:28:40.415312 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11158 2025.01.22 09:28:40.416538 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11159 2025.01.22 09:28:40.416577 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11160 2025.01.22 09:28:40.417267 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11161 2025.01.22 09:28:40.417527 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11162 2025.01.22 09:28:40.417769 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00256 sec., 13671.874999999998 rows/sec., 24.50 MiB/sec.
11163 2025.01.22 09:28:40.417864 [ 285 ] {e8a94609-d708-48a2-9745-fe08a244efaa} <Debug> TCPHandler: Processed in 0.002810391 sec.
11164 2025.01.22 09:28:40.418021 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11165 2025.01.22 09:28:40.418137 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11166 2025.01.22 09:28:40.418188 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11167 2025.01.22 09:28:40.418671 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11168 2025.01.22 09:28:40.418709 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11169 2025.01.22 09:28:40.419268 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11170 2025.01.22 09:28:40.419519 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11171 2025.01.22 09:28:40.419693 [ 79 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11172 2025.01.22 09:28:40.419749 [ 79 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11173 2025.01.22 09:28:40.419761 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001638 sec., 50061.05006105006 rows/sec., 3.18 MiB/sec.
11174 2025.01.22 09:28:40.419787 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11175 2025.01.22 09:28:40.419930 [ 286 ] {c4658718-4a01-4a2c-8f8d-f717a20004c8} <Debug> TCPHandler: Processed in 0.001960941 sec.
11176 2025.01.22 09:28:40.420050 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
11177 2025.01.22 09:28:40.420211 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11178 2025.01.22 09:28:40.420257 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4906 rows starting from the beginning of the part
11179 2025.01.22 09:28:40.420496 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
11180 2025.01.22 09:28:40.420867 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
11181 2025.01.22 09:28:40.421205 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part
11182 2025.01.22 09:28:40.421457 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
11183 2025.01.22 09:28:40.421646 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part
11184 2025.01.22 09:28:40.423566 [ 191 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5272 rows, containing 4 columns (4 merged, 0 gathered) in 0.003646079 sec., 1445936.854357791 rows/sec., 94.27 MiB/sec.
11185 2025.01.22 09:28:40.423913 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11186 2025.01.22 09:28:40.424233 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11187 2025.01.22 09:28:40.424317 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_86_17} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11188 2025.01.22 09:28:40.424402 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
11189 2025.01.22 09:28:43.675347 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11190 2025.01.22 09:28:43.675553 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11191 2025.01.22 09:28:43.675631 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11192 2025.01.22 09:28:43.676406 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11193 2025.01.22 09:28:43.676452 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11194 2025.01.22 09:28:43.676876 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11195 2025.01.22 09:28:43.677135 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11196 2025.01.22 09:28:43.677408 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00189 sec., 2116.4021164021165 rows/sec., 172.58 KiB/sec.
11197 2025.01.22 09:28:43.677584 [ 286 ] {d7c7a70d-06a0-4379-b602-5eae32421ab1} <Debug> TCPHandler: Processed in 0.002368846 sec.
11198 2025.01.22 09:28:43.677851 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11199 2025.01.22 09:28:43.678039 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11200 2025.01.22 09:28:43.678109 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11201 2025.01.22 09:28:43.679536 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11202 2025.01.22 09:28:43.679588 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11203 2025.01.22 09:28:43.680183 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11204 2025.01.22 09:28:43.680478 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11205 2025.01.22 09:28:43.680732 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002748 sec., 439592.4308588064 rows/sec., 36.11 MiB/sec.
11206 2025.01.22 09:28:43.680788 [ 285 ] {3416d14d-4aad-43df-8862-638a6615b10c} <Debug> TCPHandler: Processed in 0.003066663 sec.
11207 2025.01.22 09:28:43.680967 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11208 2025.01.22 09:28:43.681105 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11209 2025.01.22 09:28:43.681164 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11210 2025.01.22 09:28:43.681795 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11211 2025.01.22 09:28:43.681833 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11212 2025.01.22 09:28:43.682195 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11213 2025.01.22 09:28:43.682435 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11214 2025.01.22 09:28:43.682622 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001549 sec., 5810.200129115558 rows/sec., 423.03 KiB/sec.
11215 2025.01.22 09:28:43.682672 [ 286 ] {8120ab41-d421-451f-8ea2-f627c96cb606} <Debug> TCPHandler: Processed in 0.001774549 sec.
11216 2025.01.22 09:28:43.682883 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11217 2025.01.22 09:28:43.683104 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11218 2025.01.22 09:28:43.683194 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11219 2025.01.22 09:28:43.684069 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11220 2025.01.22 09:28:43.684110 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11221 2025.01.22 09:28:43.684473 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11222 2025.01.22 09:28:43.684718 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11223 2025.01.22 09:28:43.684924 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001877 sec., 121470.431539691 rows/sec., 8.22 MiB/sec.
11224 2025.01.22 09:28:43.684979 [ 285 ] {e598a1bc-a51c-4b47-96f1-71d4072e1528} <Debug> TCPHandler: Processed in 0.002207333 sec.
11225 2025.01.22 09:28:43.685122 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11226 2025.01.22 09:28:43.685258 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11227 2025.01.22 09:28:43.685317 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11228 2025.01.22 09:28:43.686168 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11229 2025.01.22 09:28:43.686205 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11230 2025.01.22 09:28:43.686585 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11231 2025.01.22 09:28:43.686828 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11232 2025.01.22 09:28:43.687018 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001788 sec., 295861.2975391499 rows/sec., 21.92 MiB/sec.
11233 2025.01.22 09:28:43.687099 [ 286 ] {4ca5a473-8148-4b37-a3ea-4caacee831a9} <Debug> TCPHandler: Processed in 0.002042372 sec.
11234 2025.01.22 09:28:43.687283 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11235 2025.01.22 09:28:43.687432 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11236 2025.01.22 09:28:43.687492 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11237 2025.01.22 09:28:43.688268 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11238 2025.01.22 09:28:43.688307 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11239 2025.01.22 09:28:43.688746 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11240 2025.01.22 09:28:43.688982 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11241 2025.01.22 09:28:43.689214 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001813 sec., 532818.5328185328 rows/sec., 35.76 MiB/sec.
11242 2025.01.22 09:28:43.689318 [ 285 ] {d99b8ab0-06fe-43b1-8d52-50a5156da4dc} <Debug> TCPHandler: Processed in 0.002137363 sec.
11243 2025.01.22 09:28:43.689525 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11244 2025.01.22 09:28:43.689698 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11245 2025.01.22 09:28:43.689780 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11246 2025.01.22 09:28:43.690863 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11247 2025.01.22 09:28:43.690902 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11248 2025.01.22 09:28:43.691509 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
11249 2025.01.22 09:28:43.691765 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11250 2025.01.22 09:28:43.691976 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002302 sec., 2172.0243266724588 rows/sec., 3.89 MiB/sec.
11251 2025.01.22 09:28:43.692067 [ 286 ] {004ffaf2-f63b-4923-beda-7f1d0fa8a751} <Debug> TCPHandler: Processed in 0.002670198 sec.
11252 2025.01.22 09:28:43.692200 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11253 2025.01.22 09:28:43.692316 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11254 2025.01.22 09:28:43.692367 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11255 2025.01.22 09:28:43.692856 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11256 2025.01.22 09:28:43.692895 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB.
11257 2025.01.22 09:28:43.693261 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11258 2025.01.22 09:28:43.693494 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11259 2025.01.22 09:28:43.693696 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001405 sec., 31316.725978647686 rows/sec., 2.11 MiB/sec.
11260 2025.01.22 09:28:43.693747 [ 285 ] {4253c3c7-f99b-41e2-82b6-3997e19609d3} <Debug> TCPHandler: Processed in 0.001600477 sec.
11261 2025.01.22 09:28:44.719941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
11262 2025.01.22 09:28:44.720590 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11263 2025.01.22 09:28:44.720635 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11264 2025.01.22 09:28:44.721161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11265 2025.01.22 09:28:44.721416 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11266 2025.01.22 09:28:44.721617 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
11267 2025.01.22 09:28:45.367638 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11268 2025.01.22 09:28:45.367831 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11269 2025.01.22 09:28:45.367905 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11270 2025.01.22 09:28:45.368749 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11271 2025.01.22 09:28:45.368803 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11272 2025.01.22 09:28:45.369232 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11273 2025.01.22 09:28:45.369476 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11274 2025.01.22 09:28:45.369721 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec.
11275 2025.01.22 09:28:45.369785 [ 286 ] {77c12c0e-13b3-4676-9a31-3a4592826016} <Debug> TCPHandler: Processed in 0.002279214 sec.
11276 2025.01.22 09:28:45.370042 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11277 2025.01.22 09:28:45.370222 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11278 2025.01.22 09:28:45.370295 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11279 2025.01.22 09:28:45.371070 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11280 2025.01.22 09:28:45.371117 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11281 2025.01.22 09:28:45.371552 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11282 2025.01.22 09:28:45.371820 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11283 2025.01.22 09:28:45.372082 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec.
11284 2025.01.22 09:28:45.372154 [ 285 ] {b45f1870-930c-4f9b-9fab-050b629d6c97} <Debug> TCPHandler: Processed in 0.002235184 sec.
11285 2025.01.22 09:28:45.372329 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11286 2025.01.22 09:28:45.372456 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11287 2025.01.22 09:28:45.372512 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11288 2025.01.22 09:28:45.373107 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11289 2025.01.22 09:28:45.373148 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11290 2025.01.22 09:28:45.373602 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11291 2025.01.22 09:28:45.373956 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11292 2025.01.22 09:28:45.374209 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00178 sec., 23595.50561797753 rows/sec., 1.64 MiB/sec.
11293 2025.01.22 09:28:45.374271 [ 286 ] {db2d3797-212a-4cea-aeeb-39c8dcf6ee01} <Debug> TCPHandler: Processed in 0.002001221 sec.
11294 2025.01.22 09:28:45.374429 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11295 2025.01.22 09:28:45.374560 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11296 2025.01.22 09:28:45.374618 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11297 2025.01.22 09:28:45.375131 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11298 2025.01.22 09:28:45.375173 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11299 2025.01.22 09:28:45.375567 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11300 2025.01.22 09:28:45.375832 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11301 2025.01.22 09:28:45.376078 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001551 sec., 10315.92520954223 rows/sec., 715.26 KiB/sec.
11302 2025.01.22 09:28:45.376142 [ 285 ] {1495201e-9dfe-4642-a4d1-91bfede3d2fb} <Debug> TCPHandler: Processed in 0.001771559 sec.
11303 2025.01.22 09:28:46.467152 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
11304 2025.01.22 09:28:46.487479 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11305 2025.01.22 09:28:46.487542 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11306 2025.01.22 09:28:46.495225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11307 2025.01.22 09:28:46.495976 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11308 2025.01.22 09:28:46.498989 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
11309 2025.01.22 09:28:47.356043 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1606
11310 2025.01.22 09:28:47.359438 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11311 2025.01.22 09:28:47.359479 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11312 2025.01.22 09:28:47.360964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11313 2025.01.22 09:28:47.361272 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11314 2025.01.22 09:28:47.362111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1606
11315 2025.01.22 09:28:50.379146 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11316 2025.01.22 09:28:50.379371 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11317 2025.01.22 09:28:50.379456 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11318 2025.01.22 09:28:50.380254 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11319 2025.01.22 09:28:50.380303 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11320 2025.01.22 09:28:50.380752 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11321 2025.01.22 09:28:50.381012 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11322 2025.01.22 09:28:50.381262 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec.
11323 2025.01.22 09:28:50.381329 [ 286 ] {69170679-e857-4af1-badb-9f29193e7ba4} <Debug> TCPHandler: Processed in 0.002323094 sec.
11324 2025.01.22 09:28:50.381633 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11325 2025.01.22 09:28:50.381902 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11326 2025.01.22 09:28:50.381973 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11327 2025.01.22 09:28:50.382822 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11328 2025.01.22 09:28:50.382862 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11329 2025.01.22 09:28:50.383317 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11330 2025.01.22 09:28:50.383577 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11331 2025.01.22 09:28:50.383784 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.00193 sec., 141450.77720207252 rows/sec., 12.45 MiB/sec.
11332 2025.01.22 09:28:50.383903 [ 285 ] {65eaa872-9b11-45de-a046-863eb6791db2} <Debug> TCPHandler: Processed in 0.002454786 sec.
11333 2025.01.22 09:28:50.384113 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11334 2025.01.22 09:28:50.384322 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11335 2025.01.22 09:28:50.384386 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11336 2025.01.22 09:28:50.385057 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11337 2025.01.22 09:28:50.385099 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11338 2025.01.22 09:28:50.385477 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11339 2025.01.22 09:28:50.385717 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11340 2025.01.22 09:28:50.385925 [ 60 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11341 2025.01.22 09:28:50.385981 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001689 sec., 24866.78507992895 rows/sec., 1.79 MiB/sec.
11342 2025.01.22 09:28:50.386017 [ 60 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11343 2025.01.22 09:28:50.386102 [ 286 ] {33af3d09-dc32-4c91-9398-529c4e5d0ebe} <Debug> TCPHandler: Processed in 0.002107153 sec.
11344 2025.01.22 09:28:50.386109 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11345 2025.01.22 09:28:50.386455 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11346 2025.01.22 09:28:50.386490 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
11347 2025.01.22 09:28:50.386972 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11348 2025.01.22 09:28:50.387164 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11349 2025.01.22 09:28:50.387180 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11350 2025.01.22 09:28:50.387378 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 65 rows starting from the beginning of the part
11351 2025.01.22 09:28:50.387978 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 52 rows starting from the beginning of the part
11352 2025.01.22 09:28:50.388540 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part
11353 2025.01.22 09:28:50.389125 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 42 rows starting from the beginning of the part
11354 2025.01.22 09:28:50.389467 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part
11355 2025.01.22 09:28:50.389830 [ 191 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part
11356 2025.01.22 09:28:50.390804 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2025.01.22 09:28:50.390886 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11358 2025.01.22 09:28:50.391905 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11359 2025.01.22 09:28:50.392468 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.01.22 09:28:50.392486 [ 188 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.006192446 sec., 34719.721415414846 rows/sec., 2.61 MiB/sec.
11361 2025.01.22 09:28:50.392657 [ 60 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11362 2025.01.22 09:28:50.392714 [ 60 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11363 2025.01.22 09:28:50.392771 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11364 2025.01.22 09:28:50.392801 [ 187 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11365 2025.01.22 09:28:50.392936 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006036 sec., 2319.416832339298 rows/sec., 162.44 KiB/sec.
11366 2025.01.22 09:28:50.393540 [ 285 ] {5dfff2ca-8cd4-4b8d-a598-5c3c6a02d582} <Debug> TCPHandler: Processed in 0.007314898 sec.
11367 2025.01.22 09:28:50.393617 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
11368 2025.01.22 09:28:50.393958 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11369 2025.01.22 09:28:50.394560 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11370 2025.01.22 09:28:50.394580 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11371 2025.01.22 09:28:50.394596 [ 187 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11372 2025.01.22 09:28:50.394710 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part
11373 2025.01.22 09:28:50.394906 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11374 2025.01.22 09:28:50.395230 [ 187 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_71_14} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11375 2025.01.22 09:28:50.395355 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
11376 2025.01.22 09:28:50.395660 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11377 2025.01.22 09:28:50.395896 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
11378 2025.01.22 09:28:50.396230 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
11379 2025.01.22 09:28:50.396581 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part
11380 2025.01.22 09:28:50.396956 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
11381 2025.01.22 09:28:50.398428 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11382 2025.01.22 09:28:50.398506 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11383 2025.01.22 09:28:50.399558 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11384 2025.01.22 09:28:50.399895 [ 195 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.007005196 sec., 75229.87222627319 rows/sec., 5.39 MiB/sec.
11385 2025.01.22 09:28:50.400083 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11386 2025.01.22 09:28:50.400109 [ 187 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11387 2025.01.22 09:28:50.400653 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006329 sec., 2054.0369726655076 rows/sec., 128.07 KiB/sec.
11388 2025.01.22 09:28:50.401005 [ 286 ] {1c5bf8ed-1ba5-4d61-a3b2-70d02fd54502} <Debug> TCPHandler: Processed in 0.007306029 sec.
11389 2025.01.22 09:28:50.401025 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11390 2025.01.22 09:28:50.401301 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11391 2025.01.22 09:28:50.401509 [ 199 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_51_10} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11392 2025.01.22 09:28:50.401611 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11393 2025.01.22 09:28:50.401670 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
11394 2025.01.22 09:28:50.401725 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11395 2025.01.22 09:28:50.402437 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11396 2025.01.22 09:28:50.402475 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11397 2025.01.22 09:28:50.402865 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11398 2025.01.22 09:28:50.403103 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11399 2025.01.22 09:28:50.403279 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001739 sec., 239792.98447383553 rows/sec., 17.12 MiB/sec.
11400 2025.01.22 09:28:50.403332 [ 285 ] {bbe884e0-8984-44ff-b0f2-aaacc5307c3d} <Debug> TCPHandler: Processed in 0.002199124 sec.
11401 2025.01.22 09:28:50.403460 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11402 2025.01.22 09:28:50.403577 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11403 2025.01.22 09:28:50.403630 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11404 2025.01.22 09:28:50.404102 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11405 2025.01.22 09:28:50.404141 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11406 2025.01.22 09:28:50.404505 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11407 2025.01.22 09:28:50.404746 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11408 2025.01.22 09:28:50.404955 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec.
11409 2025.01.22 09:28:50.405009 [ 286 ] {ed7c51dc-a599-4eda-8578-4c4d09267192} <Debug> TCPHandler: Processed in 0.001604488 sec.
11410 2025.01.22 09:28:50.405168 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11411 2025.01.22 09:28:50.405305 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11412 2025.01.22 09:28:50.405367 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11413 2025.01.22 09:28:50.405999 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11414 2025.01.22 09:28:50.406035 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11415 2025.01.22 09:28:50.406433 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11416 2025.01.22 09:28:50.406676 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11417 2025.01.22 09:28:50.406881 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec.
11418 2025.01.22 09:28:50.406936 [ 285 ] {c6bea958-ab3c-4114-a5f9-dc365a6de3c8} <Debug> TCPHandler: Processed in 0.001835129 sec.
11419 2025.01.22 09:28:50.407114 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11420 2025.01.22 09:28:50.407354 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11421 2025.01.22 09:28:50.407406 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11422 2025.01.22 09:28:50.407866 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11423 2025.01.22 09:28:50.407904 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11424 2025.01.22 09:28:50.408261 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11425 2025.01.22 09:28:50.408492 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11426 2025.01.22 09:28:50.408680 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec.
11427 2025.01.22 09:28:50.408731 [ 286 ] {9cbd531f-7eb6-41e5-9a0c-dea829f737b3} <Debug> TCPHandler: Processed in 0.001712269 sec.
11428 2025.01.22 09:28:50.408924 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11429 2025.01.22 09:28:50.409144 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11430 2025.01.22 09:28:50.409281 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11431 2025.01.22 09:28:50.410668 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11432 2025.01.22 09:28:50.410707 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11433 2025.01.22 09:28:50.411353 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11434 2025.01.22 09:28:50.411611 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11435 2025.01.22 09:28:50.411791 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11436 2025.01.22 09:28:50.411855 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11437 2025.01.22 09:28:50.411884 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002783 sec., 12576.356449874236 rows/sec., 22.54 MiB/sec.
11438 2025.01.22 09:28:50.411892 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11439 2025.01.22 09:28:50.412347 [ 285 ] {b7d4898d-996c-4cac-88bd-3aeac3861b4f} <Debug> TCPHandler: Processed in 0.003533178 sec.
11440 2025.01.22 09:28:50.412347 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
11441 2025.01.22 09:28:50.412654 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11442 2025.01.22 09:28:50.413092 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11443 2025.01.22 09:28:50.413276 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11444 2025.01.22 09:28:50.414506 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11445 2025.01.22 09:28:50.414701 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1370 rows starting from the beginning of the part
11446 2025.01.22 09:28:50.415377 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 35 rows starting from the beginning of the part
11447 2025.01.22 09:28:50.416211 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11448 2025.01.22 09:28:50.416236 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part
11449 2025.01.22 09:28:50.416285 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11450 2025.01.22 09:28:50.416887 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 35 rows starting from the beginning of the part
11451 2025.01.22 09:28:50.417664 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part
11452 2025.01.22 09:28:50.417964 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11453 2025.01.22 09:28:50.418323 [ 200 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 35 rows starting from the beginning of the part
11454 2025.01.22 09:28:50.418841 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11455 2025.01.22 09:28:50.419560 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006598 sec., 12428.008487420431 rows/sec., 808.28 KiB/sec.
11456 2025.01.22 09:28:50.419684 [ 286 ] {e337a08f-2508-4d8d-872b-f90bc6dbd973} <Debug> TCPHandler: Processed in 0.007231427 sec.
11457 2025.01.22 09:28:50.428043 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 19 columns (19 merged, 0 gathered) in 0.016005182 sec., 92782.45008397906 rows/sec., 166.26 MiB/sec.
11458 2025.01.22 09:28:50.429745 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11459 2025.01.22 09:28:50.430178 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11460 2025.01.22 09:28:50.430270 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11461 2025.01.22 09:28:50.430425 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB.
11462 2025.01.22 09:28:51.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.10 MiB, peak 250.69 MiB, free memory in arenas 0.00 B, will set to 242.57 MiB (RSS), difference: 3.47 MiB
11463 2025.01.22 09:28:52.044160 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
11464 2025.01.22 09:28:52.044223 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
11465 2025.01.22 09:28:52.221782 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
11466 2025.01.22 09:28:52.222459 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11467 2025.01.22 09:28:52.222508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11468 2025.01.22 09:28:52.223036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11469 2025.01.22 09:28:52.223296 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11470 2025.01.22 09:28:52.223565 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
11471 2025.01.22 09:28:53.999102 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11472 2025.01.22 09:28:54.021926 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11473 2025.01.22 09:28:54.021983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11474 2025.01.22 09:28:54.029534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11475 2025.01.22 09:28:54.030319 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11476 2025.01.22 09:28:54.033591 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11477 2025.01.22 09:28:55.373160 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11478 2025.01.22 09:28:55.373391 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11479 2025.01.22 09:28:55.373472 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11480 2025.01.22 09:28:55.374290 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11481 2025.01.22 09:28:55.374341 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11482 2025.01.22 09:28:55.374785 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11483 2025.01.22 09:28:55.375038 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11484 2025.01.22 09:28:55.375308 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001977 sec., 33383.91502276176 rows/sec., 2.64 MiB/sec.
11485 2025.01.22 09:28:55.375375 [ 286 ] {ae383760-0aae-4f6f-b0ca-6b3f6cba9d2a} <Debug> TCPHandler: Processed in 0.002350395 sec.
11486 2025.01.22 09:28:55.375637 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11487 2025.01.22 09:28:55.375841 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11488 2025.01.22 09:28:55.375919 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11489 2025.01.22 09:28:55.376647 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11490 2025.01.22 09:28:55.376688 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11491 2025.01.22 09:28:55.377127 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11492 2025.01.22 09:28:55.377382 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11493 2025.01.22 09:28:55.377579 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001799 sec., 2779.3218454697053 rows/sec., 208.99 KiB/sec.
11494 2025.01.22 09:28:55.377636 [ 285 ] {f37d3d3f-74d2-4f92-8a92-809090d71ce6} <Debug> TCPHandler: Processed in 0.002135703 sec.
11495 2025.01.22 09:28:55.377774 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11496 2025.01.22 09:28:55.377901 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11497 2025.01.22 09:28:55.377954 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11498 2025.01.22 09:28:55.378623 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11499 2025.01.22 09:28:55.378664 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11500 2025.01.22 09:28:55.379091 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11501 2025.01.22 09:28:55.379408 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11502 2025.01.22 09:28:55.379647 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001775 sec., 38873.23943661972 rows/sec., 3.03 MiB/sec.
11503 2025.01.22 09:28:55.379728 [ 286 ] {81179b6b-d733-4eb1-bad5-e2675932fb0e} <Debug> TCPHandler: Processed in 0.002009221 sec.
11504 2025.01.22 09:28:55.380506 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11505 2025.01.22 09:28:55.380663 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11506 2025.01.22 09:28:55.380735 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11507 2025.01.22 09:28:55.381474 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11508 2025.01.22 09:28:55.381519 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11509 2025.01.22 09:28:55.381936 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11510 2025.01.22 09:28:55.382188 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11511 2025.01.22 09:28:55.382344 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0
11512 2025.01.22 09:28:55.382385 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001762 sec., 90805.90238365495 rows/sec., 6.32 MiB/sec.
11513 2025.01.22 09:28:55.382387 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11514 2025.01.22 09:28:55.382430 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11515 2025.01.22 09:28:55.382473 [ 285 ] {b652a27e-2e6a-4bf3-8ceb-18817ad82ea6} <Debug> TCPHandler: Processed in 0.002036451 sec.
11516 2025.01.22 09:28:55.382713 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11517 2025.01.22 09:28:55.382728 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full
11518 2025.01.22 09:28:55.383038 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11519 2025.01.22 09:28:55.383440 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11520 2025.01.22 09:28:55.383448 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11521 2025.01.22 09:28:55.383645 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 25934 rows starting from the beginning of the part
11522 2025.01.22 09:28:55.384222 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part
11523 2025.01.22 09:28:55.384884 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 966 rows starting from the beginning of the part
11524 2025.01.22 09:28:55.385415 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 42 rows starting from the beginning of the part
11525 2025.01.22 09:28:55.385785 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part
11526 2025.01.22 09:28:55.386085 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
11527 2025.01.22 09:28:55.389059 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11528 2025.01.22 09:28:55.389131 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11529 2025.01.22 09:28:55.390552 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11530 2025.01.22 09:28:55.390933 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11531 2025.01.22 09:28:55.391251 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008343 sec., 599.3048064245476 rows/sec., 1.07 MiB/sec.
11532 2025.01.22 09:28:55.391926 [ 286 ] {74d28e60-c6f1-4d94-9082-1a5d63043dd4} <Debug> TCPHandler: Processed in 0.00933546 sec.
11533 2025.01.22 09:28:55.392194 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11534 2025.01.22 09:28:55.392393 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11535 2025.01.22 09:28:55.392471 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11536 2025.01.22 09:28:55.393156 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11537 2025.01.22 09:28:55.393199 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11538 2025.01.22 09:28:55.393705 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11539 2025.01.22 09:28:55.393989 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11540 2025.01.22 09:28:55.394226 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00188 sec., 31914.893617021276 rows/sec., 2.15 MiB/sec.
11541 2025.01.22 09:28:55.394335 [ 285 ] {8ff0efc5-d8a6-4068-b450-b8a8a280787f} <Debug> TCPHandler: Processed in 0.002298045 sec.
11542 2025.01.22 09:28:55.395058 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27576 rows, containing 5 columns (5 merged, 0 gathered) in 0.012551825 sec., 2196971.356754894 rows/sec., 148.31 MiB/sec.
11543 2025.01.22 09:28:55.395444 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
11544 2025.01.22 09:28:55.395802 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11545 2025.01.22 09:28:55.395903 [ 199 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18
11546 2025.01.22 09:28:55.396022 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
11547 2025.01.22 09:28:55.894320 [ 56 ] {} <Debug> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11548 2025.01.22 09:28:55.894380 [ 56 ] {} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11549 2025.01.22 09:28:55.894408 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11550 2025.01.22 09:28:55.894592 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::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
11551 2025.01.22 09:28:55.894844 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11552 2025.01.22 09:28:55.894886 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
11553 2025.01.22 09:28:55.894973 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
11554 2025.01.22 09:28:55.895160 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
11555 2025.01.22 09:28:55.895430 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part
11556 2025.01.22 09:28:55.895642 [ 192 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part
11557 2025.01.22 09:28:55.896790 [ 194 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002312585 sec., 17296.661528116805 rows/sec., 1.44 MiB/sec.
11558 2025.01.22 09:28:55.897017 [ 189 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11559 2025.01.22 09:28:55.897416 [ 189 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11560 2025.01.22 09:28:55.897521 [ 189 ] {8caee889-315b-4e2a-aeab-75bf3825b34d::all_1_17_4} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11561 2025.01.22 09:28:55.897640 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11562 2025.01.22 09:28:57.362483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1640
11563 2025.01.22 09:28:57.365990 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11564 2025.01.22 09:28:57.366047 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11565 2025.01.22 09:28:57.367562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11566 2025.01.22 09:28:57.367899 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11567 2025.01.22 09:28:57.368542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1640
11568 2025.01.22 09:28:59.723742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
11569 2025.01.22 09:28:59.724445 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11570 2025.01.22 09:28:59.724496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11571 2025.01.22 09:28:59.725034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11572 2025.01.22 09:28:59.725291 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11573 2025.01.22 09:28:59.725530 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
11574 2025.01.22 09:29:00.379807 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11575 2025.01.22 09:29:00.380002 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11576 2025.01.22 09:29:00.380076 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11577 2025.01.22 09:29:00.380860 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11578 2025.01.22 09:29:00.380917 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11579 2025.01.22 09:29:00.381365 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11580 2025.01.22 09:29:00.381625 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11581 2025.01.22 09:29:00.381870 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec.
11582 2025.01.22 09:29:00.381937 [ 286 ] {30daf577-1f41-4911-a2db-1199d3d62b5e} <Debug> TCPHandler: Processed in 0.002264044 sec.
11583 2025.01.22 09:29:00.382205 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11584 2025.01.22 09:29:00.382400 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11585 2025.01.22 09:29:00.382475 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11586 2025.01.22 09:29:00.383465 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11587 2025.01.22 09:29:00.383509 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11588 2025.01.22 09:29:00.383987 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11589 2025.01.22 09:29:00.384246 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11590 2025.01.22 09:29:00.384392 [ 52 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11591 2025.01.22 09:29:00.384438 [ 52 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11592 2025.01.22 09:29:00.384452 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002107 sec., 129568.10631229237 rows/sec., 11.40 MiB/sec.
11593 2025.01.22 09:29:00.384463 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11594 2025.01.22 09:29:00.384559 [ 285 ] {22a87e4b-a43d-4216-870c-e72b9dcc264b} <Debug> TCPHandler: Processed in 0.002483046 sec.
11595 2025.01.22 09:29:00.384608 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
11596 2025.01.22 09:29:00.384725 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11597 2025.01.22 09:29:00.384765 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11598 2025.01.22 09:29:00.384782 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1433 rows starting from the beginning of the part
11599 2025.01.22 09:29:00.384932 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1208 rows starting from the beginning of the part
11600 2025.01.22 09:29:00.385130 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11601 2025.01.22 09:29:00.385216 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part
11602 2025.01.22 09:29:00.385298 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11603 2025.01.22 09:29:00.385615 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 273 rows starting from the beginning of the part
11604 2025.01.22 09:29:00.386052 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part
11605 2025.01.22 09:29:00.386371 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 273 rows starting from the beginning of the part
11606 2025.01.22 09:29:00.388035 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11607 2025.01.22 09:29:00.388119 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11608 2025.01.22 09:29:00.389008 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11609 2025.01.22 09:29:00.389298 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11610 2025.01.22 09:29:00.389696 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.004696 sec., 8943.781942078365 rows/sec., 657.56 KiB/sec.
11611 2025.01.22 09:29:00.390006 [ 286 ] {0e360ffe-1021-4f45-ab7a-276b379c2eee} <Debug> TCPHandler: Processed in 0.005340677 sec.
11612 2025.01.22 09:29:00.390033 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005496309 sec., 602040.3874672985 rows/sec., 52.58 MiB/sec.
11613 2025.01.22 09:29:00.390190 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11614 2025.01.22 09:29:00.390270 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11615 2025.01.22 09:29:00.390335 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11616 2025.01.22 09:29:00.390397 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11617 2025.01.22 09:29:00.390638 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11618 2025.01.22 09:29:00.390770 [ 192 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_91_18} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11619 2025.01.22 09:29:00.390859 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
11620 2025.01.22 09:29:00.391136 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11621 2025.01.22 09:29:00.391176 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11622 2025.01.22 09:29:00.391547 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11623 2025.01.22 09:29:00.391789 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11624 2025.01.22 09:29:00.392015 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001727 sec., 8106.543138390272 rows/sec., 567.73 KiB/sec.
11625 2025.01.22 09:29:00.392073 [ 285 ] {dff3c620-baeb-46ee-a547-02f6c12998a0} <Debug> TCPHandler: Processed in 0.001942731 sec.
11626 2025.01.22 09:29:00.392234 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11627 2025.01.22 09:29:00.392354 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11628 2025.01.22 09:29:00.392408 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11629 2025.01.22 09:29:00.393018 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11630 2025.01.22 09:29:00.393066 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11631 2025.01.22 09:29:00.393770 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11632 2025.01.22 09:29:00.394057 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11633 2025.01.22 09:29:00.394283 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001946 sec., 6680.369989722508 rows/sec., 416.52 KiB/sec.
11634 2025.01.22 09:29:00.394419 [ 286 ] {934a494d-d610-4a6d-9b29-6b0f7cf972c5} <Debug> TCPHandler: Processed in 0.002234844 sec.
11635 2025.01.22 09:29:00.394729 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11636 2025.01.22 09:29:00.394898 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11637 2025.01.22 09:29:00.394973 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11638 2025.01.22 09:29:00.395991 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11639 2025.01.22 09:29:00.396038 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11640 2025.01.22 09:29:00.396532 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11641 2025.01.22 09:29:00.396839 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11642 2025.01.22 09:29:00.397059 [ 50 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11643 2025.01.22 09:29:00.397133 [ 50 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11644 2025.01.22 09:29:00.397143 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.002274 sec., 183377.308707124 rows/sec., 13.09 MiB/sec.
11645 2025.01.22 09:29:00.397181 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11646 2025.01.22 09:29:00.397317 [ 285 ] {0f876a11-a36a-471e-aee9-c849abbcc000} <Debug> TCPHandler: Processed in 0.002668208 sec.
11647 2025.01.22 09:29:00.397420 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
11648 2025.01.22 09:29:00.397540 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11649 2025.01.22 09:29:00.397591 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11650 2025.01.22 09:29:00.397637 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part
11651 2025.01.22 09:29:00.397697 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11652 2025.01.22 09:29:00.397818 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 529 rows starting from the beginning of the part
11653 2025.01.22 09:29:00.397855 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11654 2025.01.22 09:29:00.398128 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part
11655 2025.01.22 09:29:00.398609 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 417 rows starting from the beginning of the part
11656 2025.01.22 09:29:00.399104 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 69 rows starting from the beginning of the part
11657 2025.01.22 09:29:00.399487 [ 194 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 417 rows starting from the beginning of the part
11658 2025.01.22 09:29:00.400221 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11659 2025.01.22 09:29:00.400268 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11660 2025.01.22 09:29:00.400897 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11661 2025.01.22 09:29:00.401274 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11662 2025.01.22 09:29:00.401555 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003891 sec., 1542.0200462606015 rows/sec., 80.56 KiB/sec.
11663 2025.01.22 09:29:00.401900 [ 286 ] {970beafa-46fe-4fb4-b574-0c0fb8033952} <Debug> TCPHandler: Processed in 0.004425667 sec.
11664 2025.01.22 09:29:00.402239 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11665 2025.01.22 09:29:00.402681 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11666 2025.01.22 09:29:00.402900 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11667 2025.01.22 09:29:00.402948 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005635911 sec., 427614.98540342454 rows/sec., 32.79 MiB/sec.
11668 2025.01.22 09:29:00.403258 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11669 2025.01.22 09:29:00.403788 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11670 2025.01.22 09:29:00.403964 [ 190 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_91_18} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11671 2025.01.22 09:29:00.404146 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
11672 2025.01.22 09:29:00.404189 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11673 2025.01.22 09:29:00.404234 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11674 2025.01.22 09:29:00.404647 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11675 2025.01.22 09:29:00.404886 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11676 2025.01.22 09:29:00.405114 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002618 sec., 90527.11993888464 rows/sec., 6.07 MiB/sec.
11677 2025.01.22 09:29:00.405191 [ 285 ] {c153656b-b6bd-4cd1-95c6-e9fb3b04cc19} <Debug> TCPHandler: Processed in 0.003150294 sec.
11678 2025.01.22 09:29:00.405409 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11679 2025.01.22 09:29:00.405559 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11680 2025.01.22 09:29:00.405613 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11681 2025.01.22 09:29:00.406112 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11682 2025.01.22 09:29:00.406158 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11683 2025.01.22 09:29:00.406578 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11684 2025.01.22 09:29:00.406838 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11685 2025.01.22 09:29:00.407004 [ 50 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
11686 2025.01.22 09:29:00.407046 [ 50 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11687 2025.01.22 09:29:00.407068 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec.
11688 2025.01.22 09:29:00.407071 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11689 2025.01.22 09:29:00.407191 [ 286 ] {386d06cb-8e90-4b7a-9830-b571cea5f730} <Debug> TCPHandler: Processed in 0.0018909 sec.
11690 2025.01.22 09:29:00.407296 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
11691 2025.01.22 09:29:00.407353 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11692 2025.01.22 09:29:00.407441 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11693 2025.01.22 09:29:00.407490 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part
11694 2025.01.22 09:29:00.407495 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11695 2025.01.22 09:29:00.407639 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11696 2025.01.22 09:29:00.407781 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11697 2025.01.22 09:29:00.408031 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11698 2025.01.22 09:29:00.408388 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11699 2025.01.22 09:29:00.408745 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11700 2025.01.22 09:29:00.409153 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11701 2025.01.22 09:29:00.411306 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.004119635 sec., 9709.598059051348 rows/sec., 653.31 KiB/sec.
11702 2025.01.22 09:29:00.411447 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
11703 2025.01.22 09:29:00.411642 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11704 2025.01.22 09:29:00.411687 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11705 2025.01.22 09:29:00.411814 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2025.01.22 09:29:00.411956 [ 196 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_40_8} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
11707 2025.01.22 09:29:00.412047 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11708 2025.01.22 09:29:00.412456 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11709 2025.01.22 09:29:00.412725 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11710 2025.01.22 09:29:00.412987 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005528 sec., 6331.403762662808 rows/sec., 11.35 MiB/sec.
11711 2025.01.22 09:29:00.413267 [ 285 ] {c2f9f6ed-48b8-4d39-a7be-2e50419b1ec7} <Debug> TCPHandler: Processed in 0.005972475 sec.
11712 2025.01.22 09:29:00.413525 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11713 2025.01.22 09:29:00.413728 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11714 2025.01.22 09:29:00.413806 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11715 2025.01.22 09:29:00.414304 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11716 2025.01.22 09:29:00.414344 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11717 2025.01.22 09:29:00.414736 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11718 2025.01.22 09:29:00.414989 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11719 2025.01.22 09:29:00.415131 [ 50 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11720 2025.01.22 09:29:00.415174 [ 50 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11721 2025.01.22 09:29:00.415174 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec.
11722 2025.01.22 09:29:00.415198 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11723 2025.01.22 09:29:00.415293 [ 286 ] {a3d66b90-b08c-4232-9b21-921b17aa4947} <Debug> TCPHandler: Processed in 0.00189341 sec.
11724 2025.01.22 09:29:00.415532 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
11725 2025.01.22 09:29:00.415975 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11726 2025.01.22 09:29:00.416068 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5272 rows starting from the beginning of the part
11727 2025.01.22 09:29:00.416358 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 44 rows starting from the beginning of the part
11728 2025.01.22 09:29:00.416566 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part
11729 2025.01.22 09:29:00.416755 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part
11730 2025.01.22 09:29:00.416855 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
11731 2025.01.22 09:29:00.417025 [ 193 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part
11732 2025.01.22 09:29:00.418979 [ 197 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5556 rows, containing 4 columns (4 merged, 0 gathered) in 0.00366817 sec., 1514651.7200674994 rows/sec., 98.74 MiB/sec.
11733 2025.01.22 09:29:00.419345 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11734 2025.01.22 09:29:00.419670 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11735 2025.01.22 09:29:00.419759 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_91_18} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11736 2025.01.22 09:29:00.419846 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
11737 2025.01.22 09:29:01.533711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11738 2025.01.22 09:29:01.558286 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11739 2025.01.22 09:29:01.558362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
11740 2025.01.22 09:29:01.567505 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11741 2025.01.22 09:29:01.568368 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11742 2025.01.22 09:29:01.573968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11743 2025.01.22 09:29:05.373737 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11744 2025.01.22 09:29:05.373948 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11745 2025.01.22 09:29:05.374024 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11746 2025.01.22 09:29:05.374854 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11747 2025.01.22 09:29:05.374902 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11748 2025.01.22 09:29:05.375340 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11749 2025.01.22 09:29:05.375596 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2025.01.22 09:29:05.375803 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001887 sec., 34976.15262321145 rows/sec., 2.77 MiB/sec.
11751 2025.01.22 09:29:05.375867 [ 286 ] {f6a3fac0-af86-4e1e-ab03-dc664900ebbf} <Debug> TCPHandler: Processed in 0.002251564 sec.
11752 2025.01.22 09:29:05.376137 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11753 2025.01.22 09:29:05.376353 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11754 2025.01.22 09:29:05.376436 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11755 2025.01.22 09:29:05.377268 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11756 2025.01.22 09:29:05.377318 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11757 2025.01.22 09:29:05.377748 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11758 2025.01.22 09:29:05.377998 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11759 2025.01.22 09:29:05.378261 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001966 sec., 2543.23499491353 rows/sec., 191.24 KiB/sec.
11760 2025.01.22 09:29:05.378362 [ 285 ] {b49d54aa-f82c-40a3-bf28-72af26b6bb40} <Debug> TCPHandler: Processed in 0.002367255 sec.
11761 2025.01.22 09:29:05.378577 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11762 2025.01.22 09:29:05.378803 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11763 2025.01.22 09:29:05.378865 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11764 2025.01.22 09:29:05.379561 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11765 2025.01.22 09:29:05.379600 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11766 2025.01.22 09:29:05.379965 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11767 2025.01.22 09:29:05.380199 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11768 2025.01.22 09:29:05.380374 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001615 sec., 42724.45820433437 rows/sec., 3.34 MiB/sec.
11769 2025.01.22 09:29:05.380426 [ 286 ] {a0a8cb57-830a-46c0-ac6f-9404dd33fc9e} <Debug> TCPHandler: Processed in 0.001983511 sec.
11770 2025.01.22 09:29:05.380604 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11771 2025.01.22 09:29:05.380729 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11772 2025.01.22 09:29:05.380787 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11773 2025.01.22 09:29:05.381382 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11774 2025.01.22 09:29:05.381422 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11775 2025.01.22 09:29:05.381819 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11776 2025.01.22 09:29:05.382059 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11777 2025.01.22 09:29:05.382278 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
11778 2025.01.22 09:29:05.382336 [ 285 ] {e411d9ae-6563-4744-a129-9e04ce3b5bf0} <Debug> TCPHandler: Processed in 0.001789469 sec.
11779 2025.01.22 09:29:05.382499 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11780 2025.01.22 09:29:05.382638 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11781 2025.01.22 09:29:05.382731 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11782 2025.01.22 09:29:05.383891 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11783 2025.01.22 09:29:05.383929 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11784 2025.01.22 09:29:05.384543 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11785 2025.01.22 09:29:05.384795 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11786 2025.01.22 09:29:05.385014 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002409 sec., 2075.5500207555 rows/sec., 3.72 MiB/sec.
11787 2025.01.22 09:29:05.385125 [ 286 ] {276d2d06-62a5-40af-8c0d-b3a5a473acc1} <Debug> TCPHandler: Processed in 0.002689339 sec.
11788 2025.01.22 09:29:05.385329 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11789 2025.01.22 09:29:05.385551 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11790 2025.01.22 09:29:05.385646 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11791 2025.01.22 09:29:05.386396 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11792 2025.01.22 09:29:05.386435 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11793 2025.01.22 09:29:05.386803 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11794 2025.01.22 09:29:05.387037 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11795 2025.01.22 09:29:05.387244 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001749 sec., 34305.31732418525 rows/sec., 2.31 MiB/sec.
11796 2025.01.22 09:29:05.387295 [ 285 ] {8b16224b-32c5-4805-a71e-511988ebf7e7} <Debug> TCPHandler: Processed in 0.002071282 sec.
11797 2025.01.22 09:29:07.044261 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
11798 2025.01.22 09:29:07.044309 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
11799 2025.01.22 09:29:07.225726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
11800 2025.01.22 09:29:07.226625 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11801 2025.01.22 09:29:07.226674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11802 2025.01.22 09:29:07.227205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11803 2025.01.22 09:29:07.227470 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11804 2025.01.22 09:29:07.227655 [ 40 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11805 2025.01.22 09:29:07.227680 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11806 2025.01.22 09:29:07.227709 [ 40 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11807 2025.01.22 09:29:07.227736 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11808 2025.01.22 09:29:07.227896 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11809 2025.01.22 09:29:07.228079 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11810 2025.01.22 09:29:07.228132 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
11811 2025.01.22 09:29:07.228231 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11812 2025.01.22 09:29:07.228451 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11813 2025.01.22 09:29:07.228715 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11814 2025.01.22 09:29:07.228949 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11815 2025.01.22 09:29:07.229131 [ 198 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
11816 2025.01.22 09:29:07.231897 [ 197 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004072734 sec., 6305592.263084209 rows/sec., 90.20 MiB/sec.
11817 2025.01.22 09:29:07.232353 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11818 2025.01.22 09:29:07.232717 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11819 2025.01.22 09:29:07.232814 [ 195 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_56_11} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11820 2025.01.22 09:29:07.232941 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11821 2025.01.22 09:29:07.368842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1674
11822 2025.01.22 09:29:07.372075 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11823 2025.01.22 09:29:07.372115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11824 2025.01.22 09:29:07.373558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11825 2025.01.22 09:29:07.373860 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11826 2025.01.22 09:29:07.374041 [ 39 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11827 2025.01.22 09:29:07.374110 [ 39 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11828 2025.01.22 09:29:07.374160 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11829 2025.01.22 09:29:07.374426 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
11830 2025.01.22 09:29:07.374723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1674
11831 2025.01.22 09:29:07.375246 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11832 2025.01.22 09:29:07.375374 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1490 rows starting from the beginning of the part
11833 2025.01.22 09:29:07.376002 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part
11834 2025.01.22 09:29:07.376568 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part
11835 2025.01.22 09:29:07.377077 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part
11836 2025.01.22 09:29:07.377586 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part
11837 2025.01.22 09:29:07.378223 [ 187 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part
11838 2025.01.22 09:29:07.386747 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1674 rows, containing 72 columns (72 merged, 0 gathered) in 0.012487134 sec., 134057.98320094906 rows/sec., 103.17 MiB/sec.
11839 2025.01.22 09:29:07.388768 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11840 2025.01.22 09:29:07.389575 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11841 2025.01.22 09:29:07.389683 [ 197 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_41_8} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11842 2025.01.22 09:29:07.390035 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
11843 2025.01.22 09:29:09.074084 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11844 2025.01.22 09:29:09.096508 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11845 2025.01.22 09:29:09.096576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11846 2025.01.22 09:29:09.103905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11847 2025.01.22 09:29:09.104674 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11848 2025.01.22 09:29:09.105082 [ 36 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11849 2025.01.22 09:29:09.105214 [ 36 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11850 2025.01.22 09:29:09.105283 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11851 2025.01.22 09:29:09.105578 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11852 2025.01.22 09:29:09.114383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11853 2025.01.22 09:29:09.115606 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11854 2025.01.22 09:29:09.116518 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11855 2025.01.22 09:29:09.121143 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11856 2025.01.22 09:29:09.126016 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11857 2025.01.22 09:29:09.131053 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11858 2025.01.22 09:29:09.136535 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11859 2025.01.22 09:29:09.141124 [ 198 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
11860 2025.01.22 09:29:09.199973 [ 199 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.094568005 sec., 4462.397192369661 rows/sec., 23.07 MiB/sec.
11861 2025.01.22 09:29:09.203512 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11862 2025.01.22 09:29:09.206636 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_56_11} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11863 2025.01.22 09:29:09.206770 [ 189 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_56_11} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11864 2025.01.22 09:29:09.209403 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11865 2025.01.22 09:29:10.379788 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11866 2025.01.22 09:29:10.379994 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11867 2025.01.22 09:29:10.380069 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11868 2025.01.22 09:29:10.380806 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11869 2025.01.22 09:29:10.380855 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11870 2025.01.22 09:29:10.381301 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11871 2025.01.22 09:29:10.381575 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11872 2025.01.22 09:29:10.381781 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
11873 2025.01.22 09:29:10.381843 [ 286 ] {ef59b025-59c5-4bd7-9866-91039d203777} <Debug> TCPHandler: Processed in 0.002186623 sec.
11874 2025.01.22 09:29:10.382158 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11875 2025.01.22 09:29:10.382448 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11876 2025.01.22 09:29:10.382522 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11877 2025.01.22 09:29:10.383529 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11878 2025.01.22 09:29:10.383579 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11879 2025.01.22 09:29:10.384053 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11880 2025.01.22 09:29:10.384308 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11881 2025.01.22 09:29:10.384546 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002162 sec., 126271.97039777983 rows/sec., 11.11 MiB/sec.
11882 2025.01.22 09:29:10.384619 [ 285 ] {426e9aa8-35a2-4f86-98d1-fb139932d35c} <Debug> TCPHandler: Processed in 0.002658048 sec.
11883 2025.01.22 09:29:10.384838 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11884 2025.01.22 09:29:10.384989 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11885 2025.01.22 09:29:10.385041 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11886 2025.01.22 09:29:10.385682 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11887 2025.01.22 09:29:10.385721 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11888 2025.01.22 09:29:10.386100 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11889 2025.01.22 09:29:10.386346 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11890 2025.01.22 09:29:10.386526 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001541 sec., 27255.029201817 rows/sec., 1.96 MiB/sec.
11891 2025.01.22 09:29:10.386583 [ 286 ] {d114ad59-91b4-4555-a19c-c81b4c96ec1a} <Debug> TCPHandler: Processed in 0.001812949 sec.
11892 2025.01.22 09:29:10.386747 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11893 2025.01.22 09:29:10.386867 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11894 2025.01.22 09:29:10.386917 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11895 2025.01.22 09:29:10.387493 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11896 2025.01.22 09:29:10.387532 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11897 2025.01.22 09:29:10.387900 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11898 2025.01.22 09:29:10.388131 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11899 2025.01.22 09:29:10.388353 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
11900 2025.01.22 09:29:10.388435 [ 285 ] {e3edf137-3441-428c-9491-721674f9dd03} <Debug> TCPHandler: Processed in 0.001744909 sec.
11901 2025.01.22 09:29:10.388647 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11902 2025.01.22 09:29:10.388855 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11903 2025.01.22 09:29:10.388906 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11904 2025.01.22 09:29:10.389471 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11905 2025.01.22 09:29:10.389509 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11906 2025.01.22 09:29:10.389864 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11907 2025.01.22 09:29:10.390100 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11908 2025.01.22 09:29:10.390314 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001493 sec., 8707.300736771602 rows/sec., 542.90 KiB/sec.
11909 2025.01.22 09:29:10.390382 [ 286 ] {a02fdc46-4672-45cf-a205-fa9a35257570} <Debug> TCPHandler: Processed in 0.00185631 sec.
11910 2025.01.22 09:29:10.390633 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11911 2025.01.22 09:29:10.390793 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11912 2025.01.22 09:29:10.390849 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11913 2025.01.22 09:29:10.391638 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11914 2025.01.22 09:29:10.391678 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11915 2025.01.22 09:29:10.392051 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11916 2025.01.22 09:29:10.392293 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11917 2025.01.22 09:29:10.392503 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001739 sec., 239792.98447383553 rows/sec., 17.12 MiB/sec.
11918 2025.01.22 09:29:10.392554 [ 285 ] {e1258b5e-a7e7-4dd5-93c9-94bde83f501f} <Debug> TCPHandler: Processed in 0.002071062 sec.
11919 2025.01.22 09:29:10.392686 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11920 2025.01.22 09:29:10.392803 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11921 2025.01.22 09:29:10.392856 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11922 2025.01.22 09:29:10.393338 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11923 2025.01.22 09:29:10.393375 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11924 2025.01.22 09:29:10.393742 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11925 2025.01.22 09:29:10.393985 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11926 2025.01.22 09:29:10.394162 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec.
11927 2025.01.22 09:29:10.394214 [ 286 ] {859fbe64-3d0a-4921-a1fb-a692336b6b41} <Debug> TCPHandler: Processed in 0.001582837 sec.
11928 2025.01.22 09:29:10.394363 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11929 2025.01.22 09:29:10.394585 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11930 2025.01.22 09:29:10.394683 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11931 2025.01.22 09:29:10.395562 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11932 2025.01.22 09:29:10.395601 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11933 2025.01.22 09:29:10.396010 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11934 2025.01.22 09:29:10.396250 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11935 2025.01.22 09:29:10.396456 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001925 sec., 123116.88311688311 rows/sec., 8.25 MiB/sec.
11936 2025.01.22 09:29:10.396507 [ 285 ] {49a38143-6ab7-434d-a7ba-0e710e632cb7} <Debug> TCPHandler: Processed in 0.002211004 sec.
11937 2025.01.22 09:29:10.396648 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11938 2025.01.22 09:29:10.396763 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11939 2025.01.22 09:29:10.396815 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11940 2025.01.22 09:29:10.397278 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11941 2025.01.22 09:29:10.397315 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11942 2025.01.22 09:29:10.397674 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11943 2025.01.22 09:29:10.397910 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11944 2025.01.22 09:29:10.398088 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec.
11945 2025.01.22 09:29:10.398139 [ 286 ] {b9c2ebb5-ed6f-4ca6-9127-5a397175a9e5} <Debug> TCPHandler: Processed in 0.001544906 sec.
11946 2025.01.22 09:29:10.398274 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11947 2025.01.22 09:29:10.398401 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11948 2025.01.22 09:29:10.398494 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11949 2025.01.22 09:29:10.399768 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11950 2025.01.22 09:29:10.399807 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11951 2025.01.22 09:29:10.400457 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11952 2025.01.22 09:29:10.400710 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11953 2025.01.22 09:29:10.400966 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002594 sec., 13492.675404780262 rows/sec., 24.18 MiB/sec.
11954 2025.01.22 09:29:10.401180 [ 285 ] {e2e0bd9e-cf23-4b08-8971-db4f983185b5} <Debug> TCPHandler: Processed in 0.002959742 sec.
11955 2025.01.22 09:29:10.401399 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11956 2025.01.22 09:29:10.401570 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11957 2025.01.22 09:29:10.401629 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11958 2025.01.22 09:29:10.402182 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11959 2025.01.22 09:29:10.402223 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11960 2025.01.22 09:29:10.402615 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11961 2025.01.22 09:29:10.402861 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11962 2025.01.22 09:29:10.403045 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
11963 2025.01.22 09:29:10.403096 [ 286 ] {bd905fdf-5f6e-427f-9b69-73da424c00ca} <Debug> TCPHandler: Processed in 0.00183042 sec.
11964 2025.01.22 09:29:13.674639 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2025.01.22 09:29:13.674870 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11966 2025.01.22 09:29:13.674958 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11967 2025.01.22 09:29:13.675749 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11968 2025.01.22 09:29:13.675796 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11969 2025.01.22 09:29:13.676207 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11970 2025.01.22 09:29:13.676458 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11971 2025.01.22 09:29:13.676724 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001913 sec., 2090.9566126502873 rows/sec., 170.50 KiB/sec.
11972 2025.01.22 09:29:13.676917 [ 286 ] {8f880ecc-a8a2-4029-9c09-d7a7dd2181a8} <Debug> TCPHandler: Processed in 0.002470467 sec.
11973 2025.01.22 09:29:13.677188 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11974 2025.01.22 09:29:13.677375 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11975 2025.01.22 09:29:13.677447 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11976 2025.01.22 09:29:13.678826 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11977 2025.01.22 09:29:13.678869 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11978 2025.01.22 09:29:13.679334 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11979 2025.01.22 09:29:13.679639 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11980 2025.01.22 09:29:13.679868 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002543 sec., 475029.4927251278 rows/sec., 39.02 MiB/sec.
11981 2025.01.22 09:29:13.679929 [ 285 ] {86e99534-20b1-497c-851b-3ce2cb724165} <Debug> TCPHandler: Processed in 0.002866221 sec.
11982 2025.01.22 09:29:13.680078 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11983 2025.01.22 09:29:13.680223 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11984 2025.01.22 09:29:13.680285 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11985 2025.01.22 09:29:13.680884 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11986 2025.01.22 09:29:13.680924 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11987 2025.01.22 09:29:13.681293 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11988 2025.01.22 09:29:13.681527 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2025.01.22 09:29:13.681709 [ 27 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11990 2025.01.22 09:29:13.681773 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001578 sec., 5703.42205323194 rows/sec., 415.26 KiB/sec.
11991 2025.01.22 09:29:13.681802 [ 27 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11992 2025.01.22 09:29:13.681872 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
11993 2025.01.22 09:29:13.681895 [ 286 ] {4f6932b7-03a4-4fce-a3b1-a49d1ff573c1} <Debug> TCPHandler: Processed in 0.001877071 sec.
11994 2025.01.22 09:29:13.682107 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
11995 2025.01.22 09:29:13.682119 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11996 2025.01.22 09:29:13.682316 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11997 2025.01.22 09:29:13.682375 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11998 2025.01.22 09:29:13.682395 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 65 rows starting from the beginning of the part
11999 2025.01.22 09:29:13.682477 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12000 2025.01.22 09:29:13.682639 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part
12001 2025.01.22 09:29:13.682992 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part
12002 2025.01.22 09:29:13.683277 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part
12003 2025.01.22 09:29:13.683642 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part
12004 2025.01.22 09:29:13.683957 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part
12005 2025.01.22 09:29:13.685685 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12006 2025.01.22 09:29:13.685758 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12007 2025.01.22 09:29:13.686719 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12008 2025.01.22 09:29:13.686983 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.004995564 sec., 33629.83639084596 rows/sec., 2.53 MiB/sec.
12009 2025.01.22 09:29:13.687163 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2025.01.22 09:29:13.687221 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
12011 2025.01.22 09:29:13.687677 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005338 sec., 42712.62645185463 rows/sec., 2.89 MiB/sec.
12012 2025.01.22 09:29:13.688301 [ 285 ] {a7d0eec9-e3b5-43bc-a584-30fdf06eeaf0} <Debug> TCPHandler: Processed in 0.006300927 sec.
12013 2025.01.22 09:29:13.688459 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12014 2025.01.22 09:29:13.688709 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12015 2025.01.22 09:29:13.689273 [ 186 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_76_15} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
12016 2025.01.22 09:29:13.689437 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12017 2025.01.22 09:29:13.689668 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12018 2025.01.22 09:29:13.689751 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12019 2025.01.22 09:29:13.690669 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12020 2025.01.22 09:29:13.690710 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12021 2025.01.22 09:29:13.691095 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12022 2025.01.22 09:29:13.691334 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12023 2025.01.22 09:29:13.691551 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002363 sec., 223867.96445196783 rows/sec., 16.58 MiB/sec.
12024 2025.01.22 09:29:13.691605 [ 286 ] {7cf5b55b-d753-408d-a80e-39308965b30f} <Debug> TCPHandler: Processed in 0.003158664 sec.
12025 2025.01.22 09:29:13.691741 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12026 2025.01.22 09:29:13.691863 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12027 2025.01.22 09:29:13.691919 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12028 2025.01.22 09:29:13.692727 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12029 2025.01.22 09:29:13.692767 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12030 2025.01.22 09:29:13.693207 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12031 2025.01.22 09:29:13.693443 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12032 2025.01.22 09:29:13.693663 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001826 sec., 529025.1916757941 rows/sec., 35.51 MiB/sec.
12033 2025.01.22 09:29:13.693714 [ 285 ] {ac34ca3c-7ddf-4284-831c-c45e861b7390} <Debug> TCPHandler: Processed in 0.002029031 sec.
12034 2025.01.22 09:29:13.693858 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12035 2025.01.22 09:29:13.693976 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12036 2025.01.22 09:29:13.694056 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12037 2025.01.22 09:29:13.695148 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12038 2025.01.22 09:29:13.695189 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12039 2025.01.22 09:29:13.695802 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
12040 2025.01.22 09:29:13.696067 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12041 2025.01.22 09:29:13.696258 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
12042 2025.01.22 09:29:13.696325 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12043 2025.01.22 09:29:13.696372 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12044 2025.01.22 09:29:13.696369 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00241 sec., 2074.688796680498 rows/sec., 3.72 MiB/sec.
12045 2025.01.22 09:29:13.696840 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
12046 2025.01.22 09:29:13.696877 [ 286 ] {00f629c5-b6b1-49f8-a3ee-efcd049dc97e} <Debug> TCPHandler: Processed in 0.003074983 sec.
12047 2025.01.22 09:29:13.697130 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12048 2025.01.22 09:29:13.697569 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12049 2025.01.22 09:29:13.697707 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12050 2025.01.22 09:29:13.697729 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12051 2025.01.22 09:29:13.697959 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1485 rows starting from the beginning of the part
12052 2025.01.22 09:29:13.698849 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part
12053 2025.01.22 09:29:13.699658 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 35 rows starting from the beginning of the part
12054 2025.01.22 09:29:13.700118 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12055 2025.01.22 09:29:13.700250 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12056 2025.01.22 09:29:13.700327 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part
12057 2025.01.22 09:29:13.701008 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 35 rows starting from the beginning of the part
12058 2025.01.22 09:29:13.701717 [ 199 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 5 rows starting from the beginning of the part
12059 2025.01.22 09:29:13.701808 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12060 2025.01.22 09:29:13.702620 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12061 2025.01.22 09:29:13.703190 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005709 sec., 7707.129094412332 rows/sec., 530.96 KiB/sec.
12062 2025.01.22 09:29:13.703613 [ 285 ] {4ed869c8-1095-41f0-bd9c-f4d1dd99b0b2} <Debug> TCPHandler: Processed in 0.006612591 sec.
12063 2025.01.22 09:29:13.711005 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 19 columns (19 merged, 0 gathered) in 0.014554836 sec., 107867.92788321353 rows/sec., 193.29 MiB/sec.
12064 2025.01.22 09:29:13.712602 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
12065 2025.01.22 09:29:13.713028 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12066 2025.01.22 09:29:13.713109 [ 186 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
12067 2025.01.22 09:29:13.713267 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB.
12068 2025.01.22 09:29:14.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.70 MiB, peak 257.18 MiB, free memory in arenas 0.00 B, will set to 247.40 MiB (RSS), difference: 2.70 MiB
12069 2025.01.22 09:29:14.727891 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
12070 2025.01.22 09:29:14.728979 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12071 2025.01.22 09:29:14.729033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12072 2025.01.22 09:29:14.729578 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12073 2025.01.22 09:29:14.729835 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12074 2025.01.22 09:29:14.730157 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
12075 2025.01.22 09:29:15.367676 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12076 2025.01.22 09:29:15.367859 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12077 2025.01.22 09:29:15.367932 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12078 2025.01.22 09:29:15.368686 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12079 2025.01.22 09:29:15.368735 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12080 2025.01.22 09:29:15.369172 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12081 2025.01.22 09:29:15.369437 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12082 2025.01.22 09:29:15.369657 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.31 MiB/sec.
12083 2025.01.22 09:29:15.369723 [ 286 ] {73c660a8-d466-4661-9ab5-f24b76c1b517} <Debug> TCPHandler: Processed in 0.002176053 sec.
12084 2025.01.22 09:29:15.369970 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12085 2025.01.22 09:29:15.370163 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12086 2025.01.22 09:29:15.370238 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12087 2025.01.22 09:29:15.371019 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12088 2025.01.22 09:29:15.371070 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12089 2025.01.22 09:29:15.371511 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12090 2025.01.22 09:29:15.371791 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12091 2025.01.22 09:29:15.372035 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec.
12092 2025.01.22 09:29:15.372100 [ 285 ] {ab50b52d-ca1e-4b4b-9f3d-d8ffeeb854bc} <Debug> TCPHandler: Processed in 0.002258564 sec.
12093 2025.01.22 09:29:15.372262 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12094 2025.01.22 09:29:15.372409 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12095 2025.01.22 09:29:15.372476 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12096 2025.01.22 09:29:15.373119 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12097 2025.01.22 09:29:15.373165 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12098 2025.01.22 09:29:15.373606 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12099 2025.01.22 09:29:15.373843 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12100 2025.01.22 09:29:15.373987 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 5 parts from all_1_90_18 to all_94_94_0
12101 2025.01.22 09:29:15.374031 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12102 2025.01.22 09:29:15.374034 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.00166 sec., 25301.204819277107 rows/sec., 1.76 MiB/sec.
12103 2025.01.22 09:29:15.374057 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12104 2025.01.22 09:29:15.374154 [ 286 ] {cc673428-0645-45e6-9b05-6c326e2227fd} <Debug> TCPHandler: Processed in 0.001958732 sec.
12105 2025.01.22 09:29:15.374388 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12106 2025.01.22 09:29:15.374462 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_90_18 to all_94_94_0 into Compact with storage Full
12107 2025.01.22 09:29:15.374569 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12108 2025.01.22 09:29:15.374712 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12109 2025.01.22 09:29:15.374832 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12110 2025.01.22 09:29:15.374940 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 27576 rows starting from the beginning of the part
12111 2025.01.22 09:29:15.375268 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part
12112 2025.01.22 09:29:15.375706 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
12113 2025.01.22 09:29:15.376041 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part
12114 2025.01.22 09:29:15.376367 [ 201 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 966 rows starting from the beginning of the part
12115 2025.01.22 09:29:15.377194 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12116 2025.01.22 09:29:15.377261 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12117 2025.01.22 09:29:15.377936 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12118 2025.01.22 09:29:15.378256 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12119 2025.01.22 09:29:15.378714 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004194 sec., 3814.973772055317 rows/sec., 264.51 KiB/sec.
12120 2025.01.22 09:29:15.379168 [ 285 ] {8775177b-dd2b-449e-b3a2-9d8ea82a5092} <Debug> TCPHandler: Processed in 0.004905662 sec.
12121 2025.01.22 09:29:15.384138 [ 186 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29176 rows, containing 5 columns (5 merged, 0 gathered) in 0.009960327 sec., 2929221.0988655295 rows/sec., 197.72 MiB/sec.
12122 2025.01.22 09:29:15.384551 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary)
12123 2025.01.22 09:29:15.384867 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12124 2025.01.22 09:29:15.384957 [ 193 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 5 parts: [all_1_90_18, all_94_94_0] -> all_1_94_19
12125 2025.01.22 09:29:15.385047 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
12126 2025.01.22 09:29:16.614504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
12127 2025.01.22 09:29:16.633368 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12128 2025.01.22 09:29:16.633433 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12129 2025.01.22 09:29:16.640517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12130 2025.01.22 09:29:16.641282 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12131 2025.01.22 09:29:16.646181 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
12132 2025.01.22 09:29:17.375040 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1720
12133 2025.01.22 09:29:17.378958 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12134 2025.01.22 09:29:17.379003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12135 2025.01.22 09:29:17.380516 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12136 2025.01.22 09:29:17.380824 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12137 2025.01.22 09:29:17.381776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1720
12138 2025.01.22 09:29:20.379285 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12139 2025.01.22 09:29:20.379515 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12140 2025.01.22 09:29:20.379601 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12141 2025.01.22 09:29:20.380358 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12142 2025.01.22 09:29:20.380415 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12143 2025.01.22 09:29:20.380863 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12144 2025.01.22 09:29:20.381122 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12145 2025.01.22 09:29:20.381342 [ 120 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12146 2025.01.22 09:29:20.381365 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec.
12147 2025.01.22 09:29:20.381434 [ 120 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12148 2025.01.22 09:29:20.381507 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12149 2025.01.22 09:29:20.381519 [ 286 ] {7e4120d7-bb4f-4218-b39d-3533ad4d0896} <Debug> TCPHandler: Processed in 0.002377075 sec.
12150 2025.01.22 09:29:20.381777 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12151 2025.01.22 09:29:20.381880 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12152 2025.01.22 09:29:20.382095 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12153 2025.01.22 09:29:20.382163 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12154 2025.01.22 09:29:20.382217 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12155 2025.01.22 09:29:20.382355 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12156 2025.01.22 09:29:20.382391 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12157 2025.01.22 09:29:20.382662 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12158 2025.01.22 09:29:20.383044 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12159 2025.01.22 09:29:20.383396 [ 186 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
12160 2025.01.22 09:29:20.385537 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12161 2025.01.22 09:29:20.385619 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12162 2025.01.22 09:29:20.386042 [ 193 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004416888 sec., 15848.262396510847 rows/sec., 1.17 MiB/sec.
12163 2025.01.22 09:29:20.386311 [ 193 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12164 2025.01.22 09:29:20.386537 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12165 2025.01.22 09:29:20.386863 [ 193 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_41_10} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12166 2025.01.22 09:29:20.387040 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12167 2025.01.22 09:29:20.387070 [ 193 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_41_10} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12168 2025.01.22 09:29:20.387264 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12169 2025.01.22 09:29:20.387334 [ 120 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12170 2025.01.22 09:29:20.387400 [ 120 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12171 2025.01.22 09:29:20.387424 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12172 2025.01.22 09:29:20.387446 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005321 sec., 51306.14546137944 rows/sec., 4.51 MiB/sec.
12173 2025.01.22 09:29:20.387624 [ 285 ] {c20c91ed-6e5f-42b4-94d9-41bd87f99483} <Debug> TCPHandler: Processed in 0.005965264 sec.
12174 2025.01.22 09:29:20.387631 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
12175 2025.01.22 09:29:20.387929 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12176 2025.01.22 09:29:20.388001 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12177 2025.01.22 09:29:20.388091 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1433 rows starting from the beginning of the part
12178 2025.01.22 09:29:20.388420 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12179 2025.01.22 09:29:20.388504 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 66 rows starting from the beginning of the part
12180 2025.01.22 09:29:20.388664 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12181 2025.01.22 09:29:20.388979 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 273 rows starting from the beginning of the part
12182 2025.01.22 09:29:20.389512 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1208 rows starting from the beginning of the part
12183 2025.01.22 09:29:20.390220 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
12184 2025.01.22 09:29:20.390780 [ 196 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 273 rows starting from the beginning of the part
12185 2025.01.22 09:29:20.392441 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12186 2025.01.22 09:29:20.392512 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12187 2025.01.22 09:29:20.393450 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
12188 2025.01.22 09:29:20.393750 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12189 2025.01.22 09:29:20.394115 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.005915 sec., 7100.591715976331 rows/sec., 522.04 KiB/sec.
12190 2025.01.22 09:29:20.394486 [ 286 ] {058e90b4-3078-4561-b39f-11d595faa37a} <Debug> TCPHandler: Processed in 0.006742592 sec.
12191 2025.01.22 09:29:20.394541 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.007065536 sec., 468329.6497250881 rows/sec., 40.90 MiB/sec.
12192 2025.01.22 09:29:20.394664 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12193 2025.01.22 09:29:20.394813 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12194 2025.01.22 09:29:20.394850 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12195 2025.01.22 09:29:20.394943 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12196 2025.01.22 09:29:20.395361 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12197 2025.01.22 09:29:20.395596 [ 194 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_96_19} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12198 2025.01.22 09:29:20.395759 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
12199 2025.01.22 09:29:20.396028 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12200 2025.01.22 09:29:20.396074 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12201 2025.01.22 09:29:20.396466 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12202 2025.01.22 09:29:20.396735 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12203 2025.01.22 09:29:20.397011 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002203 sec., 6354.9704947798455 rows/sec., 445.06 KiB/sec.
12204 2025.01.22 09:29:20.397164 [ 285 ] {762c337d-4eda-4634-a57d-551c693998f9} <Debug> TCPHandler: Processed in 0.002577318 sec.
12205 2025.01.22 09:29:20.397358 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12206 2025.01.22 09:29:20.397499 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12207 2025.01.22 09:29:20.397553 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12208 2025.01.22 09:29:20.398127 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12209 2025.01.22 09:29:20.398167 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12210 2025.01.22 09:29:20.398536 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12211 2025.01.22 09:29:20.398774 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12212 2025.01.22 09:29:20.398904 [ 126 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12213 2025.01.22 09:29:20.398955 [ 126 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12214 2025.01.22 09:29:20.398961 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00149 sec., 8724.832214765102 rows/sec., 543.99 KiB/sec.
12215 2025.01.22 09:29:20.398981 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12216 2025.01.22 09:29:20.399066 [ 286 ] {db1f9a36-c5d7-4ad4-8e64-0cdc5c17d0f5} <Debug> TCPHandler: Processed in 0.001797909 sec.
12217 2025.01.22 09:29:20.399357 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12218 2025.01.22 09:29:20.399371 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12219 2025.01.22 09:29:20.399713 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12220 2025.01.22 09:29:20.399879 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12221 2025.01.22 09:29:20.399916 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12222 2025.01.22 09:29:20.400050 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12223 2025.01.22 09:29:20.400333 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12224 2025.01.22 09:29:20.400736 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12225 2025.01.22 09:29:20.401251 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12226 2025.01.22 09:29:20.401609 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
12227 2025.01.22 09:29:20.402656 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12228 2025.01.22 09:29:20.402703 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12229 2025.01.22 09:29:20.403202 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004115814 sec., 15792.744764462146 rows/sec., 1.02 MiB/sec.
12230 2025.01.22 09:29:20.403343 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12231 2025.01.22 09:29:20.403401 [ 194 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12232 2025.01.22 09:29:20.403791 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12233 2025.01.22 09:29:20.403939 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_41_10} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12234 2025.01.22 09:29:20.404065 [ 126 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12235 2025.01.22 09:29:20.404160 [ 126 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12236 2025.01.22 09:29:20.404201 [ 188 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_41_10} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12237 2025.01.22 09:29:20.404218 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12238 2025.01.22 09:29:20.404226 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00463 sec., 90064.7948164147 rows/sec., 6.43 MiB/sec.
12239 2025.01.22 09:29:20.404544 [ 285 ] {c1f579e2-69dd-4f84-991f-0ad40d13bfbd} <Debug> TCPHandler: Processed in 0.005337707 sec.
12240 2025.01.22 09:29:20.404827 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12241 2025.01.22 09:29:20.404866 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12242 2025.01.22 09:29:20.404970 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
12243 2025.01.22 09:29:20.405270 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12244 2025.01.22 09:29:20.405522 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12245 2025.01.22 09:29:20.405578 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12246 2025.01.22 09:29:20.405758 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part
12247 2025.01.22 09:29:20.406285 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 69 rows starting from the beginning of the part
12248 2025.01.22 09:29:20.406899 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 417 rows starting from the beginning of the part
12249 2025.01.22 09:29:20.407361 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 529 rows starting from the beginning of the part
12250 2025.01.22 09:29:20.407732 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
12251 2025.01.22 09:29:20.408051 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 417 rows starting from the beginning of the part
12252 2025.01.22 09:29:20.408696 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12253 2025.01.22 09:29:20.408769 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12254 2025.01.22 09:29:20.409600 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12255 2025.01.22 09:29:20.410158 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12256 2025.01.22 09:29:20.410507 [ 126 ] {} <Debug> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
12257 2025.01.22 09:29:20.410612 [ 126 ] {} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12258 2025.01.22 09:29:20.410651 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12259 2025.01.22 09:29:20.410724 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005587 sec., 1073.9216037229282 rows/sec., 56.11 KiB/sec.
12260 2025.01.22 09:29:20.411161 [ 286 ] {b33d825b-18b8-4881-9f81-d938dc53986c} <Debug> TCPHandler: Processed in 0.006491399 sec.
12261 2025.01.22 09:29:20.411499 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12262 2025.01.22 09:29:20.411953 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12263 2025.01.22 09:29:20.412152 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12264 2025.01.22 09:29:20.412423 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::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
12265 2025.01.22 09:29:20.412490 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.007966695 sec., 302509.38438085053 rows/sec., 23.20 MiB/sec.
12266 2025.01.22 09:29:20.412878 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12267 2025.01.22 09:29:20.413181 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12268 2025.01.22 09:29:20.413346 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part
12269 2025.01.22 09:29:20.413711 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
12270 2025.01.22 09:29:20.413946 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12271 2025.01.22 09:29:20.414243 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
12272 2025.01.22 09:29:20.414468 [ 197 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_96_19} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12273 2025.01.22 09:29:20.414911 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12274 2025.01.22 09:29:20.414917 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
12275 2025.01.22 09:29:20.415259 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
12276 2025.01.22 09:29:20.415540 [ 187 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12277 2025.01.22 09:29:20.415630 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12278 2025.01.22 09:29:20.415756 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12279 2025.01.22 09:29:20.416821 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12280 2025.01.22 09:29:20.417415 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12281 2025.01.22 09:29:20.417982 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006203 sec., 38207.31903917459 rows/sec., 2.56 MiB/sec.
12282 2025.01.22 09:29:20.418192 [ 285 ] {09b0e681-adf3-4a8e-aa62-f01540d06041} <Debug> TCPHandler: Processed in 0.006896564 sec.
12283 2025.01.22 09:29:20.418203 [ 191 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.00742644 sec., 33124.88891043353 rows/sec., 1.69 MiB/sec.
12284 2025.01.22 09:29:20.418379 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12285 2025.01.22 09:29:20.418414 [ 191 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
12286 2025.01.22 09:29:20.418592 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12287 2025.01.22 09:29:20.418682 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12288 2025.01.22 09:29:20.418973 [ 191 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12289 2025.01.22 09:29:20.419196 [ 191 ] {4a0ddb3e-bb0f-4ef2-b40c-79c13785404d::all_1_41_8} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
12290 2025.01.22 09:29:20.419311 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12291 2025.01.22 09:29:20.419558 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12292 2025.01.22 09:29:20.419601 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12293 2025.01.22 09:29:20.419980 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12294 2025.01.22 09:29:20.420223 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12295 2025.01.22 09:29:20.420426 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001869 sec., 535.0454788657036 rows/sec., 36.05 KiB/sec.
12296 2025.01.22 09:29:20.420520 [ 286 ] {0353f02d-3c11-4048-ba7a-2b5baad5a370} <Debug> TCPHandler: Processed in 0.002227204 sec.
12297 2025.01.22 09:29:20.420763 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12298 2025.01.22 09:29:20.420893 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12299 2025.01.22 09:29:20.420973 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12300 2025.01.22 09:29:20.422143 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12301 2025.01.22 09:29:20.422183 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12302 2025.01.22 09:29:20.422853 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
12303 2025.01.22 09:29:20.423102 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12304 2025.01.22 09:29:20.423321 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002496 sec., 14022.435897435898 rows/sec., 25.13 MiB/sec.
12305 2025.01.22 09:29:20.423417 [ 285 ] {b076e275-ab5f-4826-90d8-de6ab1a8b8ad} <Debug> TCPHandler: Processed in 0.002836411 sec.
12306 2025.01.22 09:29:20.423557 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12307 2025.01.22 09:29:20.423759 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12308 2025.01.22 09:29:20.423820 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12309 2025.01.22 09:29:20.424386 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12310 2025.01.22 09:29:20.424430 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12311 2025.01.22 09:29:20.424833 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12312 2025.01.22 09:29:20.425063 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12313 2025.01.22 09:29:20.425211 [ 126 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12314 2025.01.22 09:29:20.425251 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
12315 2025.01.22 09:29:20.425253 [ 126 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12316 2025.01.22 09:29:20.425296 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12317 2025.01.22 09:29:20.425326 [ 286 ] {8b56f8b7-6480-4c0d-a4ff-b9ae76048a96} <Debug> TCPHandler: Processed in 0.00177639 sec.
12318 2025.01.22 09:29:20.425505 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
12319 2025.01.22 09:29:20.425638 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12320 2025.01.22 09:29:20.425666 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5556 rows starting from the beginning of the part
12321 2025.01.22 09:29:20.425735 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part
12322 2025.01.22 09:29:20.425874 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part
12323 2025.01.22 09:29:20.426072 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 44 rows starting from the beginning of the part
12324 2025.01.22 09:29:20.426157 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 16 rows starting from the beginning of the part
12325 2025.01.22 09:29:20.426359 [ 187 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
12326 2025.01.22 09:29:20.428346 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5840 rows, containing 4 columns (4 merged, 0 gathered) in 0.002975222 sec., 1962878.7364438686 rows/sec., 127.96 MiB/sec.
12327 2025.01.22 09:29:20.428758 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12328 2025.01.22 09:29:20.429060 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2025.01.22 09:29:20.429148 [ 189 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_96_19} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12330 2025.01.22 09:29:20.429240 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
12331 2025.01.22 09:29:22.044353 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
12332 2025.01.22 09:29:22.044416 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
12333 2025.01.22 09:29:22.230338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
12334 2025.01.22 09:29:22.231070 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12335 2025.01.22 09:29:22.231122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12336 2025.01.22 09:29:22.231667 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12337 2025.01.22 09:29:22.231935 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12338 2025.01.22 09:29:22.232186 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
12339 2025.01.22 09:29:24.146294 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
12340 2025.01.22 09:29:24.166487 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12341 2025.01.22 09:29:24.166544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12342 2025.01.22 09:29:24.174011 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12343 2025.01.22 09:29:24.174787 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12344 2025.01.22 09:29:24.177669 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
12345 2025.01.22 09:29:25.374260 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12346 2025.01.22 09:29:25.374489 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12347 2025.01.22 09:29:25.374569 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12348 2025.01.22 09:29:25.375348 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12349 2025.01.22 09:29:25.375394 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12350 2025.01.22 09:29:25.375835 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12351 2025.01.22 09:29:25.376082 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12352 2025.01.22 09:29:25.376284 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001856 sec., 35560.34482758621 rows/sec., 2.82 MiB/sec.
12353 2025.01.22 09:29:25.376349 [ 286 ] {bd4b5db6-24e0-4018-9819-c46ae09f7df7} <Debug> TCPHandler: Processed in 0.002225184 sec.
12354 2025.01.22 09:29:25.376606 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12355 2025.01.22 09:29:25.376820 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12356 2025.01.22 09:29:25.376906 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12357 2025.01.22 09:29:25.377773 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12358 2025.01.22 09:29:25.377826 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12359 2025.01.22 09:29:25.378263 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12360 2025.01.22 09:29:25.378519 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12361 2025.01.22 09:29:25.378759 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002 sec., 2500 rows/sec., 187.99 KiB/sec.
12362 2025.01.22 09:29:25.378826 [ 285 ] {491a04e0-89fb-4bcf-a85a-6e9c40a9e250} <Debug> TCPHandler: Processed in 0.002361826 sec.
12363 2025.01.22 09:29:25.378986 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12364 2025.01.22 09:29:25.379132 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12365 2025.01.22 09:29:25.379194 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12366 2025.01.22 09:29:25.379899 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12367 2025.01.22 09:29:25.379937 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12368 2025.01.22 09:29:25.380302 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12369 2025.01.22 09:29:25.380552 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12370 2025.01.22 09:29:25.380730 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001634 sec., 42227.66217870257 rows/sec., 3.30 MiB/sec.
12371 2025.01.22 09:29:25.380784 [ 286 ] {1d9f8a17-259c-4745-8d2f-088df1754dfb} <Debug> TCPHandler: Processed in 0.00186759 sec.
12372 2025.01.22 09:29:25.380934 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12373 2025.01.22 09:29:25.381081 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12374 2025.01.22 09:29:25.381151 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12375 2025.01.22 09:29:25.381831 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12376 2025.01.22 09:29:25.381874 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12377 2025.01.22 09:29:25.382279 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12378 2025.01.22 09:29:25.382534 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12379 2025.01.22 09:29:25.382749 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec.
12380 2025.01.22 09:29:25.382804 [ 285 ] {422b5e2d-e40e-48fa-8243-ea1dddf90c5c} <Debug> TCPHandler: Processed in 0.001935971 sec.
12381 2025.01.22 09:29:25.382960 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12382 2025.01.22 09:29:25.383100 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12383 2025.01.22 09:29:25.383193 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12384 2025.01.22 09:29:25.384405 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12385 2025.01.22 09:29:25.384443 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12386 2025.01.22 09:29:25.385057 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12387 2025.01.22 09:29:25.385321 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12388 2025.01.22 09:29:25.385527 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00246 sec., 2032.520325203252 rows/sec., 3.64 MiB/sec.
12389 2025.01.22 09:29:25.385631 [ 286 ] {82597b73-2ca0-4ff8-9026-5334beeddc33} <Debug> TCPHandler: Processed in 0.002738309 sec.
12390 2025.01.22 09:29:25.385827 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12391 2025.01.22 09:29:25.385997 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12392 2025.01.22 09:29:25.386061 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12393 2025.01.22 09:29:25.386648 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12394 2025.01.22 09:29:25.386697 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12395 2025.01.22 09:29:25.387088 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12396 2025.01.22 09:29:25.387331 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12397 2025.01.22 09:29:25.387558 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec.
12398 2025.01.22 09:29:25.387640 [ 285 ] {450688d1-9490-45e4-8db4-e50cfd91cd7e} <Debug> TCPHandler: Processed in 0.00191662 sec.
12399 2025.01.22 09:29:27.382085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1754
12400 2025.01.22 09:29:27.385181 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12401 2025.01.22 09:29:27.385228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12402 2025.01.22 09:29:27.386701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12403 2025.01.22 09:29:27.387026 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12404 2025.01.22 09:29:27.388366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1754
12405 2025.01.22 09:29:29.732376 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
12406 2025.01.22 09:29:29.733117 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12407 2025.01.22 09:29:29.733171 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12408 2025.01.22 09:29:29.733704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12409 2025.01.22 09:29:29.733974 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12410 2025.01.22 09:29:29.734231 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
12411 2025.01.22 09:29:30.379573 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12412 2025.01.22 09:29:30.379765 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12413 2025.01.22 09:29:30.379857 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12414 2025.01.22 09:29:30.380626 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12415 2025.01.22 09:29:30.380681 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12416 2025.01.22 09:29:30.381134 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12417 2025.01.22 09:29:30.381404 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12418 2025.01.22 09:29:30.381648 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec.
12419 2025.01.22 09:29:30.381716 [ 286 ] {88eaa3b1-f5f3-461b-9eeb-ab28122c4202} <Debug> TCPHandler: Processed in 0.002276674 sec.
12420 2025.01.22 09:29:30.381970 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12421 2025.01.22 09:29:30.382166 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12422 2025.01.22 09:29:30.382246 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12423 2025.01.22 09:29:30.383027 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12424 2025.01.22 09:29:30.383085 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12425 2025.01.22 09:29:30.383529 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12426 2025.01.22 09:29:30.383803 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12427 2025.01.22 09:29:30.384090 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001975 sec., 5063.291139240506 rows/sec., 412.88 KiB/sec.
12428 2025.01.22 09:29:30.384296 [ 285 ] {c8cacc17-d6ee-4b53-b0cf-67c25172a65d} <Debug> TCPHandler: Processed in 0.002453496 sec.
12429 2025.01.22 09:29:30.384465 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12430 2025.01.22 09:29:30.384592 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12431 2025.01.22 09:29:30.384648 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12432 2025.01.22 09:29:30.385377 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12433 2025.01.22 09:29:30.385419 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12434 2025.01.22 09:29:30.385840 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12435 2025.01.22 09:29:30.386096 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12436 2025.01.22 09:29:30.386327 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Debug> executeQuery: Read 278 rows, 24.96 KiB in 0.001764 sec., 157596.37188208618 rows/sec., 13.82 MiB/sec.
12437 2025.01.22 09:29:30.386391 [ 286 ] {603b764a-f224-4948-a712-b40773e20a2a} <Debug> TCPHandler: Processed in 0.001984822 sec.
12438 2025.01.22 09:29:30.386548 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12439 2025.01.22 09:29:30.386694 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12440 2025.01.22 09:29:30.386759 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12441 2025.01.22 09:29:30.387422 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12442 2025.01.22 09:29:30.387465 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12443 2025.01.22 09:29:30.387851 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12444 2025.01.22 09:29:30.388107 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12445 2025.01.22 09:29:30.388327 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Debug> executeQuery: Read 52 rows, 3.79 KiB in 0.001668 sec., 31175.05995203837 rows/sec., 2.22 MiB/sec.
12446 2025.01.22 09:29:30.388386 [ 285 ] {086c2d29-bd1f-455f-ad43-4a95b8d73170} <Debug> TCPHandler: Processed in 0.00190725 sec.
12447 2025.01.22 09:29:30.388562 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12448 2025.01.22 09:29:30.388689 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12449 2025.01.22 09:29:30.388742 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12450 2025.01.22 09:29:30.389377 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12451 2025.01.22 09:29:30.389419 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12452 2025.01.22 09:29:30.389830 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12453 2025.01.22 09:29:30.390103 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12454 2025.01.22 09:29:30.390308 [ 149 ] {} <Debug> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12455 2025.01.22 09:29:30.390354 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec.
12456 2025.01.22 09:29:30.390396 [ 149 ] {} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12457 2025.01.22 09:29:30.390466 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12458 2025.01.22 09:29:30.390491 [ 286 ] {343c79e0-1fcb-47af-b1a6-b0e9f4af3cc8} <Debug> TCPHandler: Processed in 0.001988472 sec.
12459 2025.01.22 09:29:30.390786 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12460 2025.01.22 09:29:30.390796 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::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
12461 2025.01.22 09:29:30.391180 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12462 2025.01.22 09:29:30.391275 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12463 2025.01.22 09:29:30.391380 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12464 2025.01.22 09:29:30.391397 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 243 rows starting from the beginning of the part
12465 2025.01.22 09:29:30.391750 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
12466 2025.01.22 09:29:30.392141 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
12467 2025.01.22 09:29:30.392610 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 228 rows starting from the beginning of the part
12468 2025.01.22 09:29:30.393046 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
12469 2025.01.22 09:29:30.393550 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
12470 2025.01.22 09:29:30.395035 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12471 2025.01.22 09:29:30.395101 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12472 2025.01.22 09:29:30.396089 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12473 2025.01.22 09:29:30.396624 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12474 2025.01.22 09:29:30.396630 [ 198 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006077706 sec., 86710.34762129 rows/sec., 6.21 MiB/sec.
12475 2025.01.22 09:29:30.397001 [ 187 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
12476 2025.01.22 09:29:30.397129 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006055 sec., 2146.985962014864 rows/sec., 133.86 KiB/sec.
12477 2025.01.22 09:29:30.397520 [ 285 ] {fda4bab3-5863-4db5-b9a5-f008fd4f0143} <Debug> TCPHandler: Processed in 0.006907924 sec.
12478 2025.01.22 09:29:30.397823 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12479 2025.01.22 09:29:30.398050 [ 187 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12480 2025.01.22 09:29:30.398061 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12481 2025.01.22 09:29:30.398183 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12482 2025.01.22 09:29:30.398235 [ 187 ] {d9e3a05f-7fec-4f41-abe2-565143042115::all_1_56_11} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
12483 2025.01.22 09:29:30.398428 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
12484 2025.01.22 09:29:30.399152 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12485 2025.01.22 09:29:30.399198 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12486 2025.01.22 09:29:30.399596 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12487 2025.01.22 09:29:30.399847 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12488 2025.01.22 09:29:30.400073 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.002074 sec., 205882.35294117648 rows/sec., 14.74 MiB/sec.
12489 2025.01.22 09:29:30.400140 [ 286 ] {326268b2-795d-4895-8858-1f5dcd023489} <Debug> TCPHandler: Processed in 0.002478166 sec.
12490 2025.01.22 09:29:30.400310 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12491 2025.01.22 09:29:30.400454 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12492 2025.01.22 09:29:30.400522 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12493 2025.01.22 09:29:30.401080 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12494 2025.01.22 09:29:30.401121 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12495 2025.01.22 09:29:30.401490 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12496 2025.01.22 09:29:30.401729 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12497 2025.01.22 09:29:30.401992 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec.
12498 2025.01.22 09:29:30.402163 [ 285 ] {252823f2-5ecd-44d5-ad1d-70b87e7a386f} <Debug> TCPHandler: Processed in 0.001913171 sec.
12499 2025.01.22 09:29:30.402418 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12500 2025.01.22 09:29:30.402574 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12501 2025.01.22 09:29:30.402640 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12502 2025.01.22 09:29:30.403270 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12503 2025.01.22 09:29:30.403311 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12504 2025.01.22 09:29:30.403707 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12505 2025.01.22 09:29:30.403950 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12506 2025.01.22 09:29:30.404193 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001653 sec., 146400.48396854204 rows/sec., 9.82 MiB/sec.
12507 2025.01.22 09:29:30.404297 [ 286 ] {a7a7cf36-f87f-4400-9635-780dbbd8b372} <Debug> TCPHandler: Processed in 0.002004442 sec.
12508 2025.01.22 09:29:30.404517 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12509 2025.01.22 09:29:30.404697 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12510 2025.01.22 09:29:30.404761 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12511 2025.01.22 09:29:30.405280 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12512 2025.01.22 09:29:30.405319 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12513 2025.01.22 09:29:30.405674 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12514 2025.01.22 09:29:30.405930 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12515 2025.01.22 09:29:30.406146 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec.
12516 2025.01.22 09:29:30.406206 [ 285 ] {bea25fa9-7f9c-4e9d-8008-0b8c91e8c704} <Debug> TCPHandler: Processed in 0.001815179 sec.
12517 2025.01.22 09:29:30.406377 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12518 2025.01.22 09:29:30.406516 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12519 2025.01.22 09:29:30.406610 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12520 2025.01.22 09:29:30.407840 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12521 2025.01.22 09:29:30.407895 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12522 2025.01.22 09:29:30.408589 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12523 2025.01.22 09:29:30.408851 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12524 2025.01.22 09:29:30.409093 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002609 sec., 13415.101571483327 rows/sec., 24.04 MiB/sec.
12525 2025.01.22 09:29:30.409207 [ 286 ] {1e1225d1-4b61-4629-b2e9-00ea2835c5d5} <Debug> TCPHandler: Processed in 0.002897702 sec.
12526 2025.01.22 09:29:30.409353 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12527 2025.01.22 09:29:30.409468 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12528 2025.01.22 09:29:30.409520 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12529 2025.01.22 09:29:30.410015 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12530 2025.01.22 09:29:30.410054 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12531 2025.01.22 09:29:30.410431 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12532 2025.01.22 09:29:30.410675 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12533 2025.01.22 09:29:30.410889 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec.
12534 2025.01.22 09:29:30.410945 [ 285 ] {a40dc82e-7c2d-45fe-b38a-4ae448a4313a} <Debug> TCPHandler: Processed in 0.001646457 sec.
12535 2025.01.22 09:29:31.677783 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12536 2025.01.22 09:29:31.698769 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12537 2025.01.22 09:29:31.698822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
12538 2025.01.22 09:29:31.706043 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12539 2025.01.22 09:29:31.706802 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12540 2025.01.22 09:29:31.710639 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12541 2025.01.22 09:29:35.374512 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12542 2025.01.22 09:29:35.374739 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12543 2025.01.22 09:29:35.374821 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12544 2025.01.22 09:29:35.375638 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12545 2025.01.22 09:29:35.375684 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12546 2025.01.22 09:29:35.376122 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12547 2025.01.22 09:29:35.376382 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12548 2025.01.22 09:29:35.376639 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001952 sec., 33811.475409836065 rows/sec., 2.68 MiB/sec.
12549 2025.01.22 09:29:35.376731 [ 286 ] {4182ba0d-9c07-4558-9730-f4f0f9de5ce0} <Debug> TCPHandler: Processed in 0.002356675 sec.
12550 2025.01.22 09:29:35.377049 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12551 2025.01.22 09:29:35.377293 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12552 2025.01.22 09:29:35.377375 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12553 2025.01.22 09:29:35.378183 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12554 2025.01.22 09:29:35.378229 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12555 2025.01.22 09:29:35.378664 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12556 2025.01.22 09:29:35.378915 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12557 2025.01.22 09:29:35.379164 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001927 sec., 2594.7067981318114 rows/sec., 195.11 KiB/sec.
12558 2025.01.22 09:29:35.379227 [ 285 ] {ffa0a445-e5f5-4d52-99ad-b2e43b90573e} <Debug> TCPHandler: Processed in 0.002378115 sec.
12559 2025.01.22 09:29:35.379376 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12560 2025.01.22 09:29:35.379523 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12561 2025.01.22 09:29:35.379592 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12562 2025.01.22 09:29:35.380335 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12563 2025.01.22 09:29:35.380376 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12564 2025.01.22 09:29:35.380745 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12565 2025.01.22 09:29:35.380982 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12566 2025.01.22 09:29:35.381208 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001721 sec., 40092.96920395119 rows/sec., 3.13 MiB/sec.
12567 2025.01.22 09:29:35.381272 [ 286 ] {92103ce9-7775-4adf-b744-05749e1bcb15} <Debug> TCPHandler: Processed in 0.001965161 sec.
12568 2025.01.22 09:29:35.381459 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12569 2025.01.22 09:29:35.381608 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12570 2025.01.22 09:29:35.381675 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12571 2025.01.22 09:29:35.382337 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12572 2025.01.22 09:29:35.382380 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12573 2025.01.22 09:29:35.382782 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12574 2025.01.22 09:29:35.383019 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12575 2025.01.22 09:29:35.383218 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0
12576 2025.01.22 09:29:35.383257 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
12577 2025.01.22 09:29:35.383313 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12578 2025.01.22 09:29:35.383393 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12579 2025.01.22 09:29:35.383399 [ 285 ] {fe22b9b7-f4e3-4bdc-885b-f94b4caa2d8f} <Debug> TCPHandler: Processed in 0.002004422 sec.
12580 2025.01.22 09:29:35.383681 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12581 2025.01.22 09:29:35.383704 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full
12582 2025.01.22 09:29:35.384021 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12583 2025.01.22 09:29:35.384233 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12584 2025.01.22 09:29:35.384395 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12585 2025.01.22 09:29:35.384414 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 29176 rows starting from the beginning of the part
12586 2025.01.22 09:29:35.384959 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 42 rows starting from the beginning of the part
12587 2025.01.22 09:29:35.385411 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part
12588 2025.01.22 09:29:35.386368 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part
12589 2025.01.22 09:29:35.386887 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 242 rows starting from the beginning of the part
12590 2025.01.22 09:29:35.387347 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
12591 2025.01.22 09:29:35.391187 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12592 2025.01.22 09:29:35.391239 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12593 2025.01.22 09:29:35.392239 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12594 2025.01.22 09:29:35.392797 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12595 2025.01.22 09:29:35.393141 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.009273 sec., 539.1998274560552 rows/sec., 989.41 KiB/sec.
12596 2025.01.22 09:29:35.393328 [ 286 ] {5914ee5e-8250-43f2-89d2-a0d6e30669ed} <Debug> TCPHandler: Processed in 0.009786074 sec.
12597 2025.01.22 09:29:35.393535 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12598 2025.01.22 09:29:35.393703 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12599 2025.01.22 09:29:35.393768 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12600 2025.01.22 09:29:35.394426 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12601 2025.01.22 09:29:35.394465 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12602 2025.01.22 09:29:35.395176 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12603 2025.01.22 09:29:35.395446 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12604 2025.01.22 09:29:35.395765 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00209 sec., 28708.133971291867 rows/sec., 1.93 MiB/sec.
12605 2025.01.22 09:29:35.395852 [ 285 ] {1e4639af-9fd3-4b2c-9a7d-ccee0a1d3850} <Debug> TCPHandler: Processed in 0.002420766 sec.
12606 2025.01.22 09:29:35.397114 [ 190 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30017 rows, containing 5 columns (5 merged, 0 gathered) in 0.013609656 sec., 2205566.400796611 rows/sec., 148.91 MiB/sec.
12607 2025.01.22 09:29:35.397564 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
12608 2025.01.22 09:29:35.397851 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12609 2025.01.22 09:29:35.397930 [ 200 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20
12610 2025.01.22 09:29:35.398015 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12611 2025.01.22 09:29:37.044471 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
12612 2025.01.22 09:29:37.044560 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
12613 2025.01.22 09:29:37.234425 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
12614 2025.01.22 09:29:37.235413 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12615 2025.01.22 09:29:37.235461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12616 2025.01.22 09:29:37.236024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12617 2025.01.22 09:29:37.236290 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12618 2025.01.22 09:29:37.236543 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12619 2025.01.22 09:29:37.388630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1790
12620 2025.01.22 09:29:37.391823 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12621 2025.01.22 09:29:37.391871 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12622 2025.01.22 09:29:37.393360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12623 2025.01.22 09:29:37.393680 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12624 2025.01.22 09:29:37.395177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790
12625 2025.01.22 09:29:39.210750 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12626 2025.01.22 09:29:39.232496 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12627 2025.01.22 09:29:39.232563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12628 2025.01.22 09:29:39.239897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12629 2025.01.22 09:29:39.240688 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12630 2025.01.22 09:29:39.243833 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12631 2025.01.22 09:29:40.379872 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12632 2025.01.22 09:29:40.380100 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12633 2025.01.22 09:29:40.380184 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12634 2025.01.22 09:29:40.380923 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12635 2025.01.22 09:29:40.380976 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12636 2025.01.22 09:29:40.381418 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12637 2025.01.22 09:29:40.381671 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12638 2025.01.22 09:29:40.381928 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
12639 2025.01.22 09:29:40.381994 [ 286 ] {ddf81ec8-fa86-4ab8-9c6f-e9462f1cc86a} <Debug> TCPHandler: Processed in 0.002259115 sec.
12640 2025.01.22 09:29:40.382245 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12641 2025.01.22 09:29:40.382453 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12642 2025.01.22 09:29:40.382533 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12643 2025.01.22 09:29:40.383510 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12644 2025.01.22 09:29:40.383558 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12645 2025.01.22 09:29:40.384012 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12646 2025.01.22 09:29:40.384270 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12647 2025.01.22 09:29:40.384474 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002083 sec., 131060.96975516081 rows/sec., 11.53 MiB/sec.
12648 2025.01.22 09:29:40.384539 [ 285 ] {40729c9d-ba53-4671-9177-1ef9ff73241c} <Debug> TCPHandler: Processed in 0.002431996 sec.
12649 2025.01.22 09:29:40.384681 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12650 2025.01.22 09:29:40.384810 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12651 2025.01.22 09:29:40.384864 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12652 2025.01.22 09:29:40.385468 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12653 2025.01.22 09:29:40.385510 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12654 2025.01.22 09:29:40.385929 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12655 2025.01.22 09:29:40.386465 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12656 2025.01.22 09:29:40.386635 [ 136 ] {} <Debug> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12657 2025.01.22 09:29:40.386698 [ 136 ] {} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12658 2025.01.22 09:29:40.386741 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12659 2025.01.22 09:29:40.386740 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001949 sec., 21549.512570549 rows/sec., 1.55 MiB/sec.
12660 2025.01.22 09:29:40.386960 [ 286 ] {1afd13ac-07a2-4eda-8463-80dd51ad6fbd} <Debug> TCPHandler: Processed in 0.002333195 sec.
12661 2025.01.22 09:29:40.387022 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::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
12662 2025.01.22 09:29:40.387148 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12663 2025.01.22 09:29:40.387243 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12664 2025.01.22 09:29:40.387330 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 65 rows starting from the beginning of the part
12665 2025.01.22 09:29:40.387376 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12666 2025.01.22 09:29:40.387556 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 42 rows starting from the beginning of the part
12667 2025.01.22 09:29:40.387561 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12668 2025.01.22 09:29:40.387908 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part
12669 2025.01.22 09:29:40.388241 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 52 rows starting from the beginning of the part
12670 2025.01.22 09:29:40.388518 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part
12671 2025.01.22 09:29:40.388885 [ 199 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 42 rows starting from the beginning of the part
12672 2025.01.22 09:29:40.390498 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12673 2025.01.22 09:29:40.390567 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12674 2025.01.22 09:29:40.391670 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12675 2025.01.22 09:29:40.391799 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.004958923 sec., 42549.56166893497 rows/sec., 3.20 MiB/sec.
12676 2025.01.22 09:29:40.391963 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12677 2025.01.22 09:29:40.392040 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2025.01.22 09:29:40.392285 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004986 sec., 2807.862013638187 rows/sec., 196.64 KiB/sec.
12679 2025.01.22 09:29:40.392413 [ 285 ] {f5a3e94a-cc8e-47a5-baa7-f62df96b24f7} <Debug> TCPHandler: Processed in 0.005354058 sec.
12680 2025.01.22 09:29:40.392414 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12681 2025.01.22 09:29:40.392525 [ 200 ] {1b1a7650-1bd0-4ced-a66b-e4c45581f8e2::all_1_81_16} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12682 2025.01.22 09:29:40.392586 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12683 2025.01.22 09:29:40.392653 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12684 2025.01.22 09:29:40.392751 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12685 2025.01.22 09:29:40.392808 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12686 2025.01.22 09:29:40.393392 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12687 2025.01.22 09:29:40.393434 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12688 2025.01.22 09:29:40.393798 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12689 2025.01.22 09:29:40.394056 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12690 2025.01.22 09:29:40.394272 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec.
12691 2025.01.22 09:29:40.394329 [ 286 ] {88750e6b-3a87-4f72-8414-09a66a1942fd} <Debug> TCPHandler: Processed in 0.001818 sec.
12692 2025.01.22 09:29:40.394467 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12693 2025.01.22 09:29:40.394591 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12694 2025.01.22 09:29:40.394643 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12695 2025.01.22 09:29:40.395393 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12696 2025.01.22 09:29:40.395431 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12697 2025.01.22 09:29:40.395819 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12698 2025.01.22 09:29:40.396059 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12699 2025.01.22 09:29:40.396250 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001687 sec., 247184.35091879076 rows/sec., 17.65 MiB/sec.
12700 2025.01.22 09:29:40.396317 [ 285 ] {729012b2-ad1a-40b3-a7c3-1b53f2aa9929} <Debug> TCPHandler: Processed in 0.001907171 sec.
12701 2025.01.22 09:29:40.396496 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12702 2025.01.22 09:29:40.396679 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12703 2025.01.22 09:29:40.396732 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12704 2025.01.22 09:29:40.397208 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12705 2025.01.22 09:29:40.397248 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12706 2025.01.22 09:29:40.397620 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12707 2025.01.22 09:29:40.397858 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12708 2025.01.22 09:29:40.398052 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec.
12709 2025.01.22 09:29:40.398102 [ 286 ] {bd4bd4a3-0f8d-4c8c-9ae4-384b4c5f69c5} <Debug> TCPHandler: Processed in 0.001724139 sec.
12710 2025.01.22 09:29:40.398238 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12711 2025.01.22 09:29:40.398350 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12712 2025.01.22 09:29:40.398400 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12713 2025.01.22 09:29:40.399025 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12714 2025.01.22 09:29:40.399062 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12715 2025.01.22 09:29:40.399457 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12716 2025.01.22 09:29:40.399706 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12717 2025.01.22 09:29:40.399896 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec.
12718 2025.01.22 09:29:40.399987 [ 285 ] {b4354565-e606-4518-84cc-82acb8e6d01c} <Debug> TCPHandler: Processed in 0.001775849 sec.
12719 2025.01.22 09:29:40.400161 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12720 2025.01.22 09:29:40.400460 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12721 2025.01.22 09:29:40.400558 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12722 2025.01.22 09:29:40.401024 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12723 2025.01.22 09:29:40.401064 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12724 2025.01.22 09:29:40.401425 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12725 2025.01.22 09:29:40.401664 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12726 2025.01.22 09:29:40.401871 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec.
12727 2025.01.22 09:29:40.401926 [ 286 ] {b4bbc64d-48d3-44b6-b67f-54a93ad5e4f7} <Debug> TCPHandler: Processed in 0.00185866 sec.
12728 2025.01.22 09:29:40.402066 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12729 2025.01.22 09:29:40.402183 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12730 2025.01.22 09:29:40.402262 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12731 2025.01.22 09:29:40.403419 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12732 2025.01.22 09:29:40.403456 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12733 2025.01.22 09:29:40.404121 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12734 2025.01.22 09:29:40.404375 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12735 2025.01.22 09:29:40.404520 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12736 2025.01.22 09:29:40.404562 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12737 2025.01.22 09:29:40.404586 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12738 2025.01.22 09:29:40.404595 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002434 sec., 14379.62202136401 rows/sec., 25.77 MiB/sec.
12739 2025.01.22 09:29:40.405103 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::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
12740 2025.01.22 09:29:40.405501 [ 285 ] {bf2f9e22-6e04-4222-925f-f4656ee5507d} <Debug> TCPHandler: Processed in 0.003488617 sec.
12741 2025.01.22 09:29:40.405863 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12742 2025.01.22 09:29:40.406342 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12743 2025.01.22 09:29:40.406531 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12744 2025.01.22 09:29:40.406986 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12745 2025.01.22 09:29:40.407120 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1570 rows starting from the beginning of the part
12746 2025.01.22 09:29:40.407699 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part
12747 2025.01.22 09:29:40.408254 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12748 2025.01.22 09:29:40.408276 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part
12749 2025.01.22 09:29:40.408306 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12750 2025.01.22 09:29:40.408810 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part
12751 2025.01.22 09:29:40.409325 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part
12752 2025.01.22 09:29:40.409384 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12753 2025.01.22 09:29:40.409774 [ 190 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 35 rows starting from the beginning of the part
12754 2025.01.22 09:29:40.410125 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12755 2025.01.22 09:29:40.410552 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004345 sec., 18872.266973532798 rows/sec., 1.20 MiB/sec.
12756 2025.01.22 09:29:40.410674 [ 286 ] {ed3eb827-ae25-453a-aa4e-8c3c5ec89335} <Debug> TCPHandler: Processed in 0.005054464 sec.
12757 2025.01.22 09:29:40.418844 [ 201 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1685 rows, containing 19 columns (19 merged, 0 gathered) in 0.014171902 sec., 118897.23764671813 rows/sec., 213.06 MiB/sec.
12758 2025.01.22 09:29:40.420440 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12759 2025.01.22 09:29:40.420872 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12760 2025.01.22 09:29:40.420951 [ 192 ] {0d9f27da-128c-444f-8250-c67b90871d52::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12761 2025.01.22 09:29:40.421096 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
12762 2025.01.22 09:29:41.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.36 MiB, peak 260.92 MiB, free memory in arenas 0.00 B, will set to 251.61 MiB (RSS), difference: 2.25 MiB
12763 2025.01.22 09:29:43.674279 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12764 2025.01.22 09:29:43.674488 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12765 2025.01.22 09:29:43.674570 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12766 2025.01.22 09:29:43.675373 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12767 2025.01.22 09:29:43.675425 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12768 2025.01.22 09:29:43.675856 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12769 2025.01.22 09:29:43.676112 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Trace> oximeter.fields_ipaddr (8caee889-315b-4e2a-aeab-75bf3825b34d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12770 2025.01.22 09:29:43.676406 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001971 sec., 2029.4266869609335 rows/sec., 165.49 KiB/sec.
12771 2025.01.22 09:29:43.676658 [ 286 ] {d1e3d163-3d10-47e8-a21e-dd35be00012d} <Debug> TCPHandler: Processed in 0.002510177 sec.
12772 2025.01.22 09:29:43.677034 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12773 2025.01.22 09:29:43.677345 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12774 2025.01.22 09:29:43.677423 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12775 2025.01.22 09:29:43.678812 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12776 2025.01.22 09:29:43.678865 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12777 2025.01.22 09:29:43.679366 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12778 2025.01.22 09:29:43.679616 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12779 2025.01.22 09:29:43.679796 [ 131 ] {} <Debug> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12780 2025.01.22 09:29:43.679868 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Debug> executeQuery: Read 1208 rows, 101.62 KiB in 0.002612 sec., 462480.85758039815 rows/sec., 37.99 MiB/sec.
12781 2025.01.22 09:29:43.679912 [ 131 ] {} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12782 2025.01.22 09:29:43.679991 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12783 2025.01.22 09:29:43.680008 [ 285 ] {89ced817-0273-40f0-934f-3cfba1371034} <Debug> TCPHandler: Processed in 0.003175504 sec.
12784 2025.01.22 09:29:43.680266 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::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
12785 2025.01.22 09:29:43.680284 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12786 2025.01.22 09:29:43.680537 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12787 2025.01.22 09:29:43.680547 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12788 2025.01.22 09:29:43.680598 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1433 rows starting from the beginning of the part
12789 2025.01.22 09:29:43.680650 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12790 2025.01.22 09:29:43.680917 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 66 rows starting from the beginning of the part
12791 2025.01.22 09:29:43.681245 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 278 rows starting from the beginning of the part
12792 2025.01.22 09:29:43.681471 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 66 rows starting from the beginning of the part
12793 2025.01.22 09:29:43.681936 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 273 rows starting from the beginning of the part
12794 2025.01.22 09:29:43.682466 [ 199 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1208 rows starting from the beginning of the part
12795 2025.01.22 09:29:43.683488 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12796 2025.01.22 09:29:43.683575 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12797 2025.01.22 09:29:43.684407 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12798 2025.01.22 09:29:43.684964 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12799 2025.01.22 09:29:43.685236 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.004779 sec., 1883.2391713747645 rows/sec., 137.12 KiB/sec.
12800 2025.01.22 09:29:43.685323 [ 286 ] {049b203e-7886-4568-895b-ad7b3460d38f} <Debug> TCPHandler: Processed in 0.005187796 sec.
12801 2025.01.22 09:29:43.685546 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12802 2025.01.22 09:29:43.685890 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12803 2025.01.22 09:29:43.685943 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.005856194 sec., 567604.1469937642 rows/sec., 49.58 MiB/sec.
12804 2025.01.22 09:29:43.685968 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12805 2025.01.22 09:29:43.686258 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12806 2025.01.22 09:29:43.686829 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12807 2025.01.22 09:29:43.687038 [ 195 ] {fd8b02c8-9500-4105-b490-71739092dad7::all_1_101_20} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12808 2025.01.22 09:29:43.687220 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
12809 2025.01.22 09:29:43.687387 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12810 2025.01.22 09:29:43.687434 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12811 2025.01.22 09:29:43.687810 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12812 2025.01.22 09:29:43.688052 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12813 2025.01.22 09:29:43.688319 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002552 sec., 89341.69278996866 rows/sec., 6.05 MiB/sec.
12814 2025.01.22 09:29:43.688418 [ 285 ] {6d080d0d-bb6d-46f2-9969-0ca4356ba86b} <Debug> TCPHandler: Processed in 0.002992272 sec.
12815 2025.01.22 09:29:43.688667 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12816 2025.01.22 09:29:43.688807 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12817 2025.01.22 09:29:43.688865 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12818 2025.01.22 09:29:43.689707 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12819 2025.01.22 09:29:43.689746 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12820 2025.01.22 09:29:43.690184 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12821 2025.01.22 09:29:43.690430 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12822 2025.01.22 09:29:43.690623 [ 132 ] {} <Debug> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12823 2025.01.22 09:29:43.690643 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001865 sec., 283646.1126005362 rows/sec., 21.01 MiB/sec.
12824 2025.01.22 09:29:43.690679 [ 132 ] {} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12825 2025.01.22 09:29:43.690740 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12826 2025.01.22 09:29:43.690787 [ 286 ] {f7eaaaea-0e0e-4105-8f26-767a2e4f747c} <Debug> TCPHandler: Processed in 0.002231144 sec.
12827 2025.01.22 09:29:43.691009 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::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
12828 2025.01.22 09:29:43.691023 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12829 2025.01.22 09:29:43.691252 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12830 2025.01.22 09:29:43.691285 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12831 2025.01.22 09:29:43.691312 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part
12832 2025.01.22 09:29:43.691400 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12833 2025.01.22 09:29:43.691650 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 69 rows starting from the beginning of the part
12834 2025.01.22 09:29:43.692017 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part
12835 2025.01.22 09:29:43.692410 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 69 rows starting from the beginning of the part
12836 2025.01.22 09:29:43.692776 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 417 rows starting from the beginning of the part
12837 2025.01.22 09:29:43.693095 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 529 rows starting from the beginning of the part
12838 2025.01.22 09:29:43.694578 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12839 2025.01.22 09:29:43.694656 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12840 2025.01.22 09:29:43.695559 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12841 2025.01.22 09:29:43.695899 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063804 sec., 478888.99333386525 rows/sec., 36.74 MiB/sec.
12842 2025.01.22 09:29:43.696092 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12843 2025.01.22 09:29:43.696139 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12844 2025.01.22 09:29:43.696580 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.005355 sec., 180392.1568627451 rows/sec., 12.11 MiB/sec.
12845 2025.01.22 09:29:43.696826 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12846 2025.01.22 09:29:43.696962 [ 285 ] {37315687-b7ef-4c50-aa01-e025b8ae767c} <Debug> TCPHandler: Processed in 0.006051075 sec.
12847 2025.01.22 09:29:43.697140 [ 191 ] {fbddae4c-d0fb-4f28-80c1-f26abe4d671b::all_1_101_20} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12848 2025.01.22 09:29:43.697343 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12849 2025.01.22 09:29:43.697445 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12850 2025.01.22 09:29:43.697714 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12851 2025.01.22 09:29:43.698005 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12852 2025.01.22 09:29:43.699167 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12853 2025.01.22 09:29:43.699207 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12854 2025.01.22 09:29:43.699832 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12855 2025.01.22 09:29:43.700128 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12856 2025.01.22 09:29:43.700492 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002898 sec., 1725.327812284334 rows/sec., 3.09 MiB/sec.
12857 2025.01.22 09:29:43.700777 [ 286 ] {7632bc9d-2d75-48c2-a854-0fb1234daeb1} <Debug> TCPHandler: Processed in 0.003633659 sec.
12858 2025.01.22 09:29:43.701084 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12859 2025.01.22 09:29:43.701439 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12860 2025.01.22 09:29:43.701570 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12861 2025.01.22 09:29:43.702076 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12862 2025.01.22 09:29:43.702114 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12863 2025.01.22 09:29:43.702476 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12864 2025.01.22 09:29:43.702708 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12865 2025.01.22 09:29:43.702842 [ 132 ] {} <Debug> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12866 2025.01.22 09:29:43.702887 [ 132 ] {} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12867 2025.01.22 09:29:43.702891 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001569 sec., 28043.33970681963 rows/sec., 1.89 MiB/sec.
12868 2025.01.22 09:29:43.702913 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12869 2025.01.22 09:29:43.702995 [ 285 ] {e9d48894-61c1-4113-934c-f9898804f872} <Debug> TCPHandler: Processed in 0.002106653 sec.
12870 2025.01.22 09:29:43.703163 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::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
12871 2025.01.22 09:29:43.703523 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12872 2025.01.22 09:29:43.703619 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5840 rows starting from the beginning of the part
12873 2025.01.22 09:29:43.703989 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
12874 2025.01.22 09:29:43.704393 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part
12875 2025.01.22 09:29:43.704744 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
12876 2025.01.22 09:29:43.705194 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
12877 2025.01.22 09:29:43.705567 [ 188 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 44 rows starting from the beginning of the part
12878 2025.01.22 09:29:43.707746 [ 194 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6168 rows, containing 4 columns (4 merged, 0 gathered) in 0.00474902 sec., 1298794.2775562117 rows/sec., 84.68 MiB/sec.
12879 2025.01.22 09:29:43.708106 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12880 2025.01.22 09:29:43.708392 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12881 2025.01.22 09:29:43.708471 [ 196 ] {f030ec5f-a1b6-491b-a6ec-b61389b7e710::all_1_101_20} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12882 2025.01.22 09:29:43.708549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
12883 2025.01.22 09:29:44.736705 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
12884 2025.01.22 09:29:44.737342 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12885 2025.01.22 09:29:44.737382 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12886 2025.01.22 09:29:44.737895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12887 2025.01.22 09:29:44.738147 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12888 2025.01.22 09:29:44.738313 [ 128 ] {} <Debug> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12889 2025.01.22 09:29:44.738342 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
12890 2025.01.22 09:29:44.738367 [ 128 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12891 2025.01.22 09:29:44.738393 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12892 2025.01.22 09:29:44.738538 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12893 2025.01.22 09:29:44.738700 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12894 2025.01.22 09:29:44.738742 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
12895 2025.01.22 09:29:44.738822 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12896 2025.01.22 09:29:44.739026 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12897 2025.01.22 09:29:44.739306 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12898 2025.01.22 09:29:44.739473 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12899 2025.01.22 09:29:44.739597 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::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
12900 2025.01.22 09:29:44.742397 [ 194 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003926802 sec., 7114695.367884604 rows/sec., 101.78 MiB/sec.
12901 2025.01.22 09:29:44.742650 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12902 2025.01.22 09:29:44.742966 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12903 2025.01.22 09:29:44.743054 [ 193 ] {a9c332fa-4782-4277-9268-c975abbc962e::all_1_61_12} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12904 2025.01.22 09:29:44.743157 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
12905 2025.01.22 09:29:45.368863 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12906 2025.01.22 09:29:45.369057 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12907 2025.01.22 09:29:45.369135 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12908 2025.01.22 09:29:45.369987 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12909 2025.01.22 09:29:45.370054 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12910 2025.01.22 09:29:45.370552 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12911 2025.01.22 09:29:45.370827 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12912 2025.01.22 09:29:45.371057 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002055 sec., 27250.608272506084 rows/sec., 2.08 MiB/sec.
12913 2025.01.22 09:29:45.371129 [ 286 ] {204bcd31-2787-4536-82e3-53b842ca0d13} <Debug> TCPHandler: Processed in 0.002393276 sec.
12914 2025.01.22 09:29:45.371372 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12915 2025.01.22 09:29:45.371548 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12916 2025.01.22 09:29:45.371619 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12917 2025.01.22 09:29:45.372358 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12918 2025.01.22 09:29:45.372399 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12919 2025.01.22 09:29:45.372820 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12920 2025.01.22 09:29:45.373073 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12921 2025.01.22 09:29:45.373268 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001769 sec., 36178.63199547767 rows/sec., 2.82 MiB/sec.
12922 2025.01.22 09:29:45.373327 [ 285 ] {ede36290-ff6a-4495-858e-d57f5fd1eb6e} <Debug> TCPHandler: Processed in 0.002082792 sec.
12923 2025.01.22 09:29:45.373476 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12924 2025.01.22 09:29:45.373606 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12925 2025.01.22 09:29:45.373664 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12926 2025.01.22 09:29:45.374244 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12927 2025.01.22 09:29:45.374288 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12928 2025.01.22 09:29:45.374695 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12929 2025.01.22 09:29:45.374939 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12930 2025.01.22 09:29:45.375162 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001589 sec., 26431.71806167401 rows/sec., 1.84 MiB/sec.
12931 2025.01.22 09:29:45.375222 [ 286 ] {3603e43c-6725-4773-8df2-ad7e252f71fc} <Debug> TCPHandler: Processed in 0.00180596 sec.
12932 2025.01.22 09:29:45.375397 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12933 2025.01.22 09:29:45.375542 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12934 2025.01.22 09:29:45.375606 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12935 2025.01.22 09:29:45.376183 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12936 2025.01.22 09:29:45.376229 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12937 2025.01.22 09:29:45.376633 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12938 2025.01.22 09:29:45.376866 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12939 2025.01.22 09:29:45.377093 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001588 sec., 10075.566750629723 rows/sec., 698.60 KiB/sec.
12940 2025.01.22 09:29:45.377150 [ 285 ] {5711d57d-a1ca-40b0-9e81-4c9036f1fa3d} <Debug> TCPHandler: Processed in 0.001819249 sec.
12941 2025.01.22 09:29:46.743946 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12942 2025.01.22 09:29:46.766189 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12943 2025.01.22 09:29:46.766254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12944 2025.01.22 09:29:46.773631 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12945 2025.01.22 09:29:46.774425 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12946 2025.01.22 09:29:46.774830 [ 124 ] {} <Debug> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12947 2025.01.22 09:29:46.774966 [ 124 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12948 2025.01.22 09:29:46.775032 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12949 2025.01.22 09:29:46.775686 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12950 2025.01.22 09:29:46.792800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12951 2025.01.22 09:29:46.794093 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12952 2025.01.22 09:29:46.795712 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12953 2025.01.22 09:29:46.801462 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12954 2025.01.22 09:29:46.807129 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12955 2025.01.22 09:29:46.812753 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12956 2025.01.22 09:29:46.818432 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12957 2025.01.22 09:29:46.823118 [ 197 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::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
12958 2025.01.22 09:29:46.883179 [ 194 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107959188 sec., 4260.869394460433 rows/sec., 22.03 MiB/sec.
12959 2025.01.22 09:29:46.886956 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12960 2025.01.22 09:29:46.889923 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_61_12} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12961 2025.01.22 09:29:46.890048 [ 187 ] {1192f701-39bc-4ce7-b1e3-717d51d3edb5::all_1_61_12} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12962 2025.01.22 09:29:46.892683 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
12963 2025.01.22 09:29:47.395473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1836
12964 2025.01.22 09:29:47.399363 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12965 2025.01.22 09:29:47.399414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12966 2025.01.22 09:29:47.400944 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12967 2025.01.22 09:29:47.401268 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12968 2025.01.22 09:29:47.401902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1836
12969 2025.01.22 09:29:50.380225 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12970 2025.01.22 09:29:50.380454 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12971 2025.01.22 09:29:50.380531 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12972 2025.01.22 09:29:50.381893 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12973 2025.01.22 09:29:50.381944 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12974 2025.01.22 09:29:50.382385 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12975 2025.01.22 09:29:50.382654 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12976 2025.01.22 09:29:50.382876 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002476 sec., 5654.281098546042 rows/sec., 407.03 KiB/sec.
12977 2025.01.22 09:29:50.382954 [ 286 ] {c48758ee-a679-49bd-a891-b84711df4078} <Debug> TCPHandler: Processed in 0.002868791 sec.
12978 2025.01.22 09:29:50.383270 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12979 2025.01.22 09:29:50.383454 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12980 2025.01.22 09:29:50.383527 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12981 2025.01.22 09:29:50.384449 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12982 2025.01.22 09:29:50.384493 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12983 2025.01.22 09:29:50.384946 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12984 2025.01.22 09:29:50.385199 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12985 2025.01.22 09:29:50.385435 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.002034 sec., 134218.28908554572 rows/sec., 11.81 MiB/sec.
12986 2025.01.22 09:29:50.385491 [ 285 ] {8183131f-fc8b-4f5e-b8dd-34fea8387d7f} <Debug> TCPHandler: Processed in 0.002397715 sec.
12987 2025.01.22 09:29:50.385657 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12988 2025.01.22 09:29:50.385797 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12989 2025.01.22 09:29:50.385856 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12990 2025.01.22 09:29:50.386541 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12991 2025.01.22 09:29:50.386579 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
12992 2025.01.22 09:29:50.386947 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12993 2025.01.22 09:29:50.387191 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12994 2025.01.22 09:29:50.387369 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001604 sec., 26184.538653366584 rows/sec., 1.88 MiB/sec.
12995 2025.01.22 09:29:50.387425 [ 286 ] {19e75cb0-dc46-4f53-87ce-0bb45925324a} <Debug> TCPHandler: Processed in 0.00183438 sec.
12996 2025.01.22 09:29:50.387688 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12997 2025.01.22 09:29:50.387928 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12998 2025.01.22 09:29:50.388017 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12999 2025.01.22 09:29:50.388827 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13000 2025.01.22 09:29:50.388868 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13001 2025.01.22 09:29:50.389220 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13002 2025.01.22 09:29:50.389455 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13003 2025.01.22 09:29:50.389660 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001796 sec., 7795.100222717149 rows/sec., 545.92 KiB/sec.
13004 2025.01.22 09:29:50.389711 [ 285 ] {43158ae5-5788-4252-8720-b377f8f4aa1e} <Debug> TCPHandler: Processed in 0.002181464 sec.
13005 2025.01.22 09:29:50.389863 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13006 2025.01.22 09:29:50.390021 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13007 2025.01.22 09:29:50.390081 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13008 2025.01.22 09:29:50.390664 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13009 2025.01.22 09:29:50.390703 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13010 2025.01.22 09:29:50.391082 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13011 2025.01.22 09:29:50.391326 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13012 2025.01.22 09:29:50.391504 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
13013 2025.01.22 09:29:50.391559 [ 286 ] {b52776fd-5141-450e-9f9e-8d444e5ef21a} <Debug> TCPHandler: Processed in 0.001764679 sec.
13014 2025.01.22 09:29:50.391776 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13015 2025.01.22 09:29:50.391996 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13016 2025.01.22 09:29:50.392083 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13017 2025.01.22 09:29:50.393019 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13018 2025.01.22 09:29:50.393059 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13019 2025.01.22 09:29:50.393439 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13020 2025.01.22 09:29:50.393684 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13021 2025.01.22 09:29:50.393891 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.00195 sec., 213846.15384615384 rows/sec., 15.27 MiB/sec.
13022 2025.01.22 09:29:50.393944 [ 285 ] {e4ff74a8-7d41-4755-a22a-b4b0b63bef89} <Debug> TCPHandler: Processed in 0.002280104 sec.
13023 2025.01.22 09:29:50.394096 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13024 2025.01.22 09:29:50.394234 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13025 2025.01.22 09:29:50.394295 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13026 2025.01.22 09:29:50.394805 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13027 2025.01.22 09:29:50.394843 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13028 2025.01.22 09:29:50.395210 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13029 2025.01.22 09:29:50.395453 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13030 2025.01.22 09:29:50.395641 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
13031 2025.01.22 09:29:50.395694 [ 286 ] {4551f698-2ebf-48e1-8886-f32fc0908b0b} <Debug> TCPHandler: Processed in 0.001665418 sec.
13032 2025.01.22 09:29:50.395847 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13033 2025.01.22 09:29:50.395984 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13034 2025.01.22 09:29:50.396044 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13035 2025.01.22 09:29:50.396699 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13036 2025.01.22 09:29:50.396737 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13037 2025.01.22 09:29:50.397138 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13038 2025.01.22 09:29:50.397375 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13039 2025.01.22 09:29:50.397606 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec.
13040 2025.01.22 09:29:50.397672 [ 285 ] {bc1238fc-b530-4cad-a44f-683932de92db} <Debug> TCPHandler: Processed in 0.00189219 sec.
13041 2025.01.22 09:29:50.397820 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13042 2025.01.22 09:29:50.398150 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13043 2025.01.22 09:29:50.398329 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13044 2025.01.22 09:29:50.399532 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13045 2025.01.22 09:29:50.399570 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13046 2025.01.22 09:29:50.399957 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13047 2025.01.22 09:29:50.400208 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13048 2025.01.22 09:29:50.400343 [ 110 ] {} <Debug> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
13049 2025.01.22 09:29:50.400389 [ 110 ] {} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13050 2025.01.22 09:29:50.400399 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002367 sec., 422.4757076468103 rows/sec., 28.47 KiB/sec.
13051 2025.01.22 09:29:50.400414 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13052 2025.01.22 09:29:50.400489 [ 286 ] {3268ff4e-a5dc-4216-b867-6a497f966a9a} <Debug> TCPHandler: Processed in 0.002737829 sec.
13053 2025.01.22 09:29:50.400679 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
13054 2025.01.22 09:29:50.400739 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13055 2025.01.22 09:29:50.401129 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13056 2025.01.22 09:29:50.401169 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13057 2025.01.22 09:29:50.401218 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part
13058 2025.01.22 09:29:50.401478 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
13059 2025.01.22 09:29:50.401484 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13060 2025.01.22 09:29:50.401768 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
13061 2025.01.22 09:29:50.402214 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
13062 2025.01.22 09:29:50.402589 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
13063 2025.01.22 09:29:50.402991 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13064 2025.01.22 09:29:50.406621 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.006124726 sec., 7347.267453270563 rows/sec., 494.44 KiB/sec.
13065 2025.01.22 09:29:50.406830 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
13066 2025.01.22 09:29:50.407313 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13067 2025.01.22 09:29:50.407401 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13068 2025.01.22 09:29:50.407457 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13069 2025.01.22 09:29:50.407695 [ 198 ] {fd386cc6-398d-49eb-9eb1-a005626fe79b::all_1_45_9} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
13070 2025.01.22 09:29:50.407858 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13071 2025.01.22 09:29:50.408434 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
13072 2025.01.22 09:29:50.408698 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13073 2025.01.22 09:29:50.408945 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007968 sec., 4392.570281124498 rows/sec., 7.87 MiB/sec.
13074 2025.01.22 09:29:50.409055 [ 285 ] {309b8867-4113-4147-9a73-821e8faac16d} <Debug> TCPHandler: Processed in 0.008473221 sec.
13075 2025.01.22 09:29:50.409225 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13076 2025.01.22 09:29:50.409365 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13077 2025.01.22 09:29:50.409426 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13078 2025.01.22 09:29:50.409946 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13079 2025.01.22 09:29:50.409983 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13080 2025.01.22 09:29:50.410373 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13081 2025.01.22 09:29:50.410609 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13082 2025.01.22 09:29:50.410793 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
13083 2025.01.22 09:29:50.410845 [ 286 ] {f1c8c380-8e0a-4566-8225-246954370692} <Debug> TCPHandler: Processed in 0.001688707 sec.
13084 2025.01.22 09:29:52.044634 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
13085 2025.01.22 09:29:52.044729 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
13086 2025.01.22 09:29:52.238508 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
13087 2025.01.22 09:29:52.239175 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13088 2025.01.22 09:29:52.239219 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13089 2025.01.22 09:29:52.239748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13090 2025.01.22 09:29:52.240024 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13091 2025.01.22 09:29:52.240253 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
13092 2025.01.22 09:29:54.292921 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
13093 2025.01.22 09:29:54.311769 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13094 2025.01.22 09:29:54.311828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13095 2025.01.22 09:29:54.318822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13096 2025.01.22 09:29:54.319570 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13097 2025.01.22 09:29:54.323403 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
13098 2025.01.22 09:29:55.374245 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13099 2025.01.22 09:29:55.374449 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13100 2025.01.22 09:29:55.374525 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13101 2025.01.22 09:29:55.375328 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13102 2025.01.22 09:29:55.375381 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13103 2025.01.22 09:29:55.375843 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13104 2025.01.22 09:29:55.376111 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13105 2025.01.22 09:29:55.376367 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001971 sec., 33485.5403348554 rows/sec., 2.65 MiB/sec.
13106 2025.01.22 09:29:55.376436 [ 286 ] {8e599a13-ffde-4b0c-88f8-eb3ae1e75855} <Debug> TCPHandler: Processed in 0.002321035 sec.
13107 2025.01.22 09:29:55.376721 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13108 2025.01.22 09:29:55.376925 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13109 2025.01.22 09:29:55.377006 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13110 2025.01.22 09:29:55.377816 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13111 2025.01.22 09:29:55.377867 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13112 2025.01.22 09:29:55.378309 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
13113 2025.01.22 09:29:55.378572 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13114 2025.01.22 09:29:55.378808 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001943 sec., 2573.340195573855 rows/sec., 193.50 KiB/sec.
13115 2025.01.22 09:29:55.378868 [ 285 ] {221d9714-c4d7-4088-b29d-4718bf60df75} <Debug> TCPHandler: Processed in 0.002288445 sec.
13116 2025.01.22 09:29:55.379029 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13117 2025.01.22 09:29:55.379178 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13118 2025.01.22 09:29:55.379241 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13119 2025.01.22 09:29:55.379922 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13120 2025.01.22 09:29:55.379967 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13121 2025.01.22 09:29:55.380368 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13122 2025.01.22 09:29:55.380615 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13123 2025.01.22 09:29:55.380803 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001664 sec., 41466.346153846156 rows/sec., 3.24 MiB/sec.
13124 2025.01.22 09:29:55.380859 [ 286 ] {b41048a3-2c11-4108-9143-c280f2aba83a} <Debug> TCPHandler: Processed in 0.00189819 sec.
13125 2025.01.22 09:29:55.381029 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13126 2025.01.22 09:29:55.381181 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13127 2025.01.22 09:29:55.381248 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13128 2025.01.22 09:29:55.381899 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13129 2025.01.22 09:29:55.381940 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13130 2025.01.22 09:29:55.382361 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13131 2025.01.22 09:29:55.382606 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13132 2025.01.22 09:29:55.382788 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0
13133 2025.01.22 09:29:55.382836 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
13134 2025.01.22 09:29:55.382843 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13135 2025.01.22 09:29:55.382917 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13136 2025.01.22 09:29:55.382971 [ 285 ] {9d17fdd2-e9ba-4750-a981-f4934a579c29} <Debug> TCPHandler: Processed in 0.002011012 sec.
13137 2025.01.22 09:29:55.383109 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full
13138 2025.01.22 09:29:55.383158 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13139 2025.01.22 09:29:55.383244 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13140 2025.01.22 09:29:55.383313 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 30017 rows starting from the beginning of the part
13141 2025.01.22 09:29:55.383406 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13142 2025.01.22 09:29:55.383457 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
13143 2025.01.22 09:29:55.383803 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13144 2025.01.22 09:29:55.383829 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 966 rows starting from the beginning of the part
13145 2025.01.22 09:29:55.384188 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 42 rows starting from the beginning of the part
13146 2025.01.22 09:29:55.384600 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part
13147 2025.01.22 09:29:55.385082 [ 192 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
13148 2025.01.22 09:29:55.387884 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13149 2025.01.22 09:29:55.387949 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13150 2025.01.22 09:29:55.389474 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
13151 2025.01.22 09:29:55.389755 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13152 2025.01.22 09:29:55.390173 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00684 sec., 730.9941520467837 rows/sec., 1.31 MiB/sec.
13153 2025.01.22 09:29:55.390329 [ 286 ] {265b4023-6928-4081-8e22-118de3191fe5} <Debug> TCPHandler: Processed in 0.007246598 sec.
13154 2025.01.22 09:29:55.390478 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13155 2025.01.22 09:29:55.390603 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13156 2025.01.22 09:29:55.390670 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13157 2025.01.22 09:29:55.391378 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13158 2025.01.22 09:29:55.391427 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13159 2025.01.22 09:29:55.392384 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13160 2025.01.22 09:29:55.392677 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13161 2025.01.22 09:29:55.392892 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002316 sec., 25906.73575129534 rows/sec., 1.75 MiB/sec.
13162 2025.01.22 09:29:55.392987 [ 285 ] {8b5beca4-e298-4ce2-9f5a-dc93f7fab4a7} <Debug> TCPHandler: Processed in 0.002570217 sec.
13163 2025.01.22 09:29:55.394528 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31659 rows, containing 5 columns (5 merged, 0 gathered) in 0.011510574 sec., 2750427.5633865 rows/sec., 185.69 MiB/sec.
13164 2025.01.22 09:29:55.395060 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
13165 2025.01.22 09:29:55.395373 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13166 2025.01.22 09:29:55.395464 [ 198 ] {ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21
13167 2025.01.22 09:29:55.395559 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
13168 2025.01.22 09:29:57.402213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1870
13169 2025.01.22 09:29:57.405420 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13170 2025.01.22 09:29:57.405479 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13171 2025.01.22 09:29:57.406977 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13172 2025.01.22 09:29:57.407294 [ 242 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13173 2025.01.22 09:29:57.407541 [ 112 ] {} <Debug> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
13174 2025.01.22 09:29:57.407659 [ 112 ] {} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13175 2025.01.22 09:29:57.407725 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
13176 2025.01.22 09:29:57.408269 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::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
13177 2025.01.22 09:29:57.410020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1870
13178 2025.01.22 09:29:57.410343 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13179 2025.01.22 09:29:57.410536 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1674 rows starting from the beginning of the part
13180 2025.01.22 09:29:57.411207 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part
13181 2025.01.22 09:29:57.411867 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part
13182 2025.01.22 09:29:57.412493 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part
13183 2025.01.22 09:29:57.413104 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part
13184 2025.01.22 09:29:57.413696 [ 190 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part
13185 2025.01.22 09:29:57.422788 [ 201 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 72 columns (72 merged, 0 gathered) in 0.01490393 sec., 125470.26187052677 rows/sec., 95.74 MiB/sec.
13186 2025.01.22 09:29:57.424704 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
13187 2025.01.22 09:29:57.425467 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13188 2025.01.22 09:29:57.425550 [ 195 ] {af89c688-4fc6-4eed-aae4-97ac131374dc::all_1_46_9} <Trace> system.query_log (af89c688-4fc6-4eed-aae4-97ac131374dc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
13189 2025.01.22 09:29:57.425868 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
13190 2025.01.22 09:29:59.740423 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
13191 2025.01.22 09:29:59.741082 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13192 2025.01.22 09:29:59.741132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13193 2025.01.22 09:29:59.741676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13194 2025.01.22 09:29:59.741936 [ 243 ] {} <Trace> system.asynchronous_metric_log (a9c332fa-4782-4277-9268-c975abbc962e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13195 2025.01.22 09:29:59.742134 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
13196 2025.01.22 09:30:00.383307 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13197 2025.01.22 09:30:00.383532 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13198 2025.01.22 09:30:00.383632 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13199 2025.01.22 09:30:00.384520 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13200 2025.01.22 09:30:00.384591 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13201 2025.01.22 09:30:00.385146 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13202 2025.01.22 09:30:00.385445 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13203 2025.01.22 09:30:00.385706 [ 109 ] {} <Debug> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13204 2025.01.22 09:30:00.385730 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002262 sec., 6189.21308576481 rows/sec., 445.54 KiB/sec.
13205 2025.01.22 09:30:00.385807 [ 109 ] {} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13206 2025.01.22 09:30:00.385879 [ 286 ] {e5049872-730d-4502-b0e5-f5171859912d} <Debug> TCPHandler: Processed in 0.002709369 sec.
13207 2025.01.22 09:30:00.385886 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13208 2025.01.22 09:30:00.386101 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13209 2025.01.22 09:30:00.386253 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13210 2025.01.22 09:30:00.386277 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13211 2025.01.22 09:30:00.386306 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13212 2025.01.22 09:30:00.386567 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13213 2025.01.22 09:30:00.386728 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13214 2025.01.22 09:30:00.386917 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13215 2025.01.22 09:30:00.386955 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13216 2025.01.22 09:30:00.387305 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13217 2025.01.22 09:30:00.387664 [ 198 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::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
13218 2025.01.22 09:30:00.390068 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13219 2025.01.22 09:30:00.390180 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13220 2025.01.22 09:30:00.390392 [ 201 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004363997 sec., 16040.340999317828 rows/sec., 1.19 MiB/sec.
13221 2025.01.22 09:30:00.390617 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13222 2025.01.22 09:30:00.390898 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13223 2025.01.22 09:30:00.391059 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_45_11} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13224 2025.01.22 09:30:00.391204 [ 196 ] {f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4::all_1_45_11} <Trace> oximeter.fields_i16 (f2bebbde-81c7-4a31-bb5f-78fd00cb5fc4) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13225 2025.01.22 09:30:00.391267 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Trace> oximeter.fields_string (fd8b02c8-9500-4105-b490-71739092dad7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13226 2025.01.22 09:30:00.391351 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13227 2025.01.22 09:30:00.391610 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005069 sec., 53856.77648451371 rows/sec., 4.74 MiB/sec.
13228 2025.01.22 09:30:00.391761 [ 285 ] {a5896143-73fc-49f4-9c0f-b028702feab1} <Debug> TCPHandler: Processed in 0.005702772 sec.
13229 2025.01.22 09:30:00.392011 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13230 2025.01.22 09:30:00.392331 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13231 2025.01.22 09:30:00.392434 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13232 2025.01.22 09:30:00.393088 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13233 2025.01.22 09:30:00.393133 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13234 2025.01.22 09:30:00.393540 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
13235 2025.01.22 09:30:00.393839 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Trace> oximeter.fields_u16 (1b1a7650-1bd0-4ced-a66b-e4c45581f8e2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13236 2025.01.22 09:30:00.394067 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001852 sec., 22678.18574514039 rows/sec., 1.63 MiB/sec.
13237 2025.01.22 09:30:00.394136 [ 286 ] {4fa666d4-cda8-4389-9cc7-31d184728a38} <Debug> TCPHandler: Processed in 0.002234004 sec.
13238 2025.01.22 09:30:00.394325 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13239 2025.01.22 09:30:00.394471 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13240 2025.01.22 09:30:00.394525 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13241 2025.01.22 09:30:00.395160 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13242 2025.01.22 09:30:00.395201 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13243 2025.01.22 09:30:00.395607 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13244 2025.01.22 09:30:00.395934 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Trace> oximeter.fields_u32 (d9e3a05f-7fec-4f41-abe2-565143042115): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13245 2025.01.22 09:30:00.396223 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001792 sec., 7812.5 rows/sec., 547.14 KiB/sec.
13246 2025.01.22 09:30:00.396322 [ 285 ] {b1c772a0-b04b-4d0f-a4c4-5d27ada7b3bd} <Debug> TCPHandler: Processed in 0.002058402 sec.
13247 2025.01.22 09:30:00.396588 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13248 2025.01.22 09:30:00.396795 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13249 2025.01.22 09:30:00.396852 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13250 2025.01.22 09:30:00.397523 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13251 2025.01.22 09:30:00.397565 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13252 2025.01.22 09:30:00.397951 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13253 2025.01.22 09:30:00.398214 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13254 2025.01.22 09:30:00.398414 [ 109 ] {} <Debug> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13255 2025.01.22 09:30:00.398447 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001687 sec., 7705.986959098993 rows/sec., 480.47 KiB/sec.
13256 2025.01.22 09:30:00.398474 [ 109 ] {} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13257 2025.01.22 09:30:00.398552 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13258 2025.01.22 09:30:00.398572 [ 286 ] {a3b4d57a-cd2d-49ea-a6a0-eed307aa21de} <Debug> TCPHandler: Processed in 0.002110073 sec.
13259 2025.01.22 09:30:00.398838 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13260 2025.01.22 09:30:00.398872 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13261 2025.01.22 09:30:00.399341 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13262 2025.01.22 09:30:00.399413 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13263 2025.01.22 09:30:00.399566 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13264 2025.01.22 09:30:00.399555 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13265 2025.01.22 09:30:00.400028 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13266 2025.01.22 09:30:00.400337 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13267 2025.01.22 09:30:00.400772 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13268 2025.01.22 09:30:00.401173 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::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
13269 2025.01.22 09:30:00.402961 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13270 2025.01.22 09:30:00.403047 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13271 2025.01.22 09:30:00.404281 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056239 sec., 11557.81575063568 rows/sec., 765.77 KiB/sec.
13272 2025.01.22 09:30:00.404398 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13273 2025.01.22 09:30:00.404504 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13274 2025.01.22 09:30:00.404999 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Trace> oximeter.fields_uuid (fbddae4c-d0fb-4f28-80c1-f26abe4d671b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13275 2025.01.22 09:30:00.405173 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_45_11} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13276 2025.01.22 09:30:00.405524 [ 201 ] {a320f14a-1487-4546-b66c-aa165d798e70::all_1_45_11} <Trace> oximeter.fields_u8 (a320f14a-1487-4546-b66c-aa165d798e70) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13277 2025.01.22 09:30:00.405545 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.006418 sec., 64973.51199750701 rows/sec., 4.64 MiB/sec.
13278 2025.01.22 09:30:00.405804 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13279 2025.01.22 09:30:00.405836 [ 285 ] {51e5871b-d104-4942-8a7e-2edb1aeec610} <Debug> TCPHandler: Processed in 0.007139247 sec.
13280 2025.01.22 09:30:00.406029 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13281 2025.01.22 09:30:00.406161 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13282 2025.01.22 09:30:00.406218 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13283 2025.01.22 09:30:00.406735 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13284 2025.01.22 09:30:00.406778 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13285 2025.01.22 09:30:00.407223 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13286 2025.01.22 09:30:00.407521 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Trace> oximeter.measurements_bool (4a0ddb3e-bb0f-4ef2-b40c-79c13785404d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13287 2025.01.22 09:30:00.407802 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001664 sec., 3605.769230769231 rows/sec., 188.39 KiB/sec.
13288 2025.01.22 09:30:00.407884 [ 286 ] {696b02b8-5e90-4f81-b48c-d6d9bbd38d0f} <Debug> TCPHandler: Processed in 0.001910971 sec.
13289 2025.01.22 09:30:00.408140 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13290 2025.01.22 09:30:00.408294 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13291 2025.01.22 09:30:00.408350 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13292 2025.01.22 09:30:00.409067 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13293 2025.01.22 09:30:00.409111 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13294 2025.01.22 09:30:00.409621 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13295 2025.01.22 09:30:00.410007 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Trace> oximeter.measurements_cumulativeu64 (ce8ccf4a-df93-4aad-a97b-470c9f8bbc8d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13296 2025.01.22 09:30:00.410279 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002007 sec., 118086.69656203288 rows/sec., 7.91 MiB/sec.
13297 2025.01.22 09:30:00.410351 [ 285 ] {f5342f48-48d8-4f4e-bb1b-2494860a441d} <Debug> TCPHandler: Processed in 0.002341725 sec.
13298 2025.01.22 09:30:00.410548 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13299 2025.01.22 09:30:00.410670 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13300 2025.01.22 09:30:00.410726 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13301 2025.01.22 09:30:00.411215 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13302 2025.01.22 09:30:00.411256 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13303 2025.01.22 09:30:00.411633 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13304 2025.01.22 09:30:00.411890 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Trace> oximeter.measurements_f64 (fd386cc6-398d-49eb-9eb1-a005626fe79b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13305 2025.01.22 09:30:00.412161 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec.
13306 2025.01.22 09:30:00.412300 [ 286 ] {1e60e7e7-18d7-47f3-96c2-3b13923e1eb1} <Debug> TCPHandler: Processed in 0.001804989 sec.
13307 2025.01.22 09:30:00.412566 [ 285 ] {} <Trace> TCP-Session: b66fcd7f-3ca1-4102-b3f8-7447dc7e79cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13308 2025.01.22 09:30:00.412700 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13309 2025.01.22 09:30:00.412791 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13310 2025.01.22 09:30:00.414253 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13311 2025.01.22 09:30:00.414301 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13312 2025.01.22 09:30:00.415194 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
13313 2025.01.22 09:30:00.415517 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Trace> oximeter.measurements_histogramu64 (0d9f27da-128c-444f-8250-c67b90871d52): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13314 2025.01.22 09:30:00.415830 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003157 sec., 11086.474501108647 rows/sec., 19.87 MiB/sec.
13315 2025.01.22 09:30:00.416042 [ 285 ] {95a35d5d-e5f4-4db5-8cc7-c2dd8fdef452} <Debug> TCPHandler: Processed in 0.003612399 sec.
13316 2025.01.22 09:30:00.416310 [ 286 ] {} <Trace> TCP-Session: 1aec74cc-e06d-44ad-a11c-1c926bc42951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13317 2025.01.22 09:30:00.416457 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13318 2025.01.22 09:30:00.416510 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13319 2025.01.22 09:30:00.417038 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13320 2025.01.22 09:30:00.417079 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13321 2025.01.22 09:30:00.417479 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13322 2025.01.22 09:30:00.417743 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Trace> oximeter.measurements_u64 (f030ec5f-a1b6-491b-a6ec-b61389b7e710): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13323 2025.01.22 09:30:00.417968 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec.
13324 2025.01.22 09:30:00.418027 [ 286 ] {cc695ecf-1ebd-4447-a9f2-f485f5e83142} <Debug> TCPHandler: Processed in 0.00186594 sec.
13325 2025.01.22 09:30:01.823521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
13326 2025.01.22 09:30:01.843855 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13327 2025.01.22 09:30:01.843913 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB.
13328 2025.01.22 09:30:01.851349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13329 2025.01.22 09:30:01.852145 [ 244 ] {} <Trace> system.metric_log (1192f701-39bc-4ce7-b1e3-717d51d3edb5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13330 2025.01.22 09:30:01.854982 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475